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

[DROOLS-7513] Upgrade Infinispan to 14.0.13.Final #5402

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

tkobayas
Copy link
Contributor

  • Solves ISPN-15071
  • Also cleaned up unnecessary code in drools-reliability-infinispan

JIRA:
https://issues.redhat.com/browse/DROOLS-7513

How to replicate CI configuration locally?

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

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

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

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

  • for a full downstream build

    • for jenkins job: please add comment: Jenkins run fdb
    • for github actions job: add the label run_fdb
  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

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

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

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

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

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

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

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

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

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

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

How to backport a pull request to a different branch?

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

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

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

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

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

@kie-ci4
Copy link
Contributor

kie-ci4 commented Jul 25, 2023

(tests) - kogito-runtimes job #1532 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/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/drools/pull/5402 --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/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-runtimes/1532/display/redirect
See console log:

Console Logs GitHub pull request #5402 of commit da6e506, no merge conflicts.
Setting status of da6e506 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-runtimes/1532/display/redirect and message: 'Build started.'
Using context: (build) kogito-runtimes
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci4
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci4 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
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d3333 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d3333 # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
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-ssh2447264705113393278.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 154102e8350a7d952396c3a28edb983df906baec
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.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.31.1'
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh1624978828720965117.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 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-917 in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-runtimes
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci4
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.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-ci4 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
> 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
Avoid second fetch
Checking out Revision 97d3333 (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T07:14:54.407Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
[Pipeline] tool
[2023-07-25T07:14:54.544Z] Installing NodeJS from /var/jenkins_home/caches/nodejs/LINUX/amd64/16.2.0.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0 on rhos-01-kie-rhel8-xlarge-docker-917
[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-07-25T07:14:57.428Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T07:14:57.543Z] 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-07-25T07:14:58.448Z] Running in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-runtimes
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:14:58.522Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T07:14:58.805Z] + df -h
[2023-07-25T07:14:58.806Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T07:14:58.806Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T07:14:58.806Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T07:14:58.806Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T07:14:58.806Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T07:14:58.806Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T07:14:58.806Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T07:14:58.806Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T07:14:58.829Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T07:14:59.165Z] + du -h -d1 /home/jenkins
[2023-07-25T07:14:59.166Z] 4.0K /home/jenkins/.ssh
[2023-07-25T07:14:59.166Z] 0 /home/jenkins/go
[2023-07-25T07:14:59.166Z] 8.0K /home/jenkins/.vnc
[2023-07-25T07:14:59.166Z] 8.0K /home/jenkins/.m2
[2023-07-25T07:14:59.166Z] 2.2G /home/jenkins/git-repos
[2023-07-25T07:14:59.166Z] 8.0K /home/jenkins/.config
[2023-07-25T07:14:59.441Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T07:14:59.441Z] 136M /home/jenkins/virtenvs
[2023-07-25T07:14:59.441Z] 4.0K /home/jenkins/.cekit
[2023-07-25T07:14:59.441Z] 32M /home/jenkins/remoting
[2023-07-25T07:14:59.441Z] 0 /home/jenkins/.cache
[2023-07-25T07:14:59.441Z] 13M /home/jenkins/workspace
[2023-07-25T07:14:59.441Z] 100M /home/jenkins/tools
[2023-07-25T07:14:59.441Z] 0 /home/jenkins/caches
[2023-07-25T07:14:59.441Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T07:14:59.552Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[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-07-25T07:15:00.239Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T07:15:00.404Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T07:15:00.697Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T07:15:04.088Z]
[2023-07-25T07:15:04.088Z] added 95 packages, and audited 96 packages in 3s
[2023-07-25T07:15:04.088Z]
[2023-07-25T07:15:04.088Z] 5 packages are looking for funding
[2023-07-25T07:15:04.088Z] run `npm fund` for details
[2023-07-25T07:15:04.088Z]
[2023-07-25T07:15:04.088Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T07:15:04.390Z] + npm list -g
[2023-07-25T07:15:04.390Z] + grep build-chain
[2023-07-25T07:15:04.952Z] ├── @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-07-25T07:15:05.638Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T07:15:05.708Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T07:15:05.725Z] provisioning config files...
[2023-07-25T07:15:05.733Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-runtimes@tmp/config5473379999770331415tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T07:15:05.808Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:05.887Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-runtimes@tmp/config5473379999770331415tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T07:15:05.912Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T07:15:05.912Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T07:15:05.912Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T07:15:06.205Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T07:15:06.205Z] /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-runtimes@tmp/durable-ad841dfe/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T07:15:06.326Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:06.991Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T07:15:07.892Z] Recording test results
[2023-07-25T07:15:08.787Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T07:15:08.807Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:08.217Z] No test report files were found. Configuration error?
[2023-07-25T07:15:09.216Z] + rm -rf console.log
[Pipeline] sh

@kie-ci4
Copy link
Contributor

kie-ci4 commented Jul 25, 2023

(tests) - kogito-apps job #1548 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/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/drools/pull/5402 --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/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-apps/1548/display/redirect
See console log:

Console Logs GitHub pull request #5402 of commit da6e506, no merge conflicts.
Setting status of da6e506 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-apps/1548/display/redirect and message: 'Build started.'
Using context: (build) kogito-apps
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci4
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci4 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
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d3333 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d3333 # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
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-ssh9436671228627434690.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 154102e8350a7d952396c3a28edb983df906baec
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/drools/jobs/main/jobs/pullrequest/jobs/drools.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.31.1'
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh7295371640701271895.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 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # 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-902 in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci4
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.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-ci4 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 97d3333 (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T07:14:58.552Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:14:59.591Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T07:14:59.620Z] 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-07-25T07:15:00.617Z] Running in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:00.692Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T07:15:00.987Z] + df -h
[2023-07-25T07:15:00.988Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T07:15:00.988Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T07:15:00.988Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T07:15:00.988Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T07:15:00.988Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T07:15:00.988Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T07:15:00.988Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T07:15:00.988Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T07:15:01.019Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T07:15:01.350Z] + du -h -d1 /home/jenkins
[2023-07-25T07:15:01.350Z] 4.0K /home/jenkins/.ssh
[2023-07-25T07:15:01.350Z] 0 /home/jenkins/go
[2023-07-25T07:15:01.350Z] 8.0K /home/jenkins/.vnc
[2023-07-25T07:15:01.350Z] 8.0K /home/jenkins/.m2
[2023-07-25T07:15:01.350Z] 2.2G /home/jenkins/git-repos
[2023-07-25T07:15:01.350Z] 8.0K /home/jenkins/.config
[2023-07-25T07:15:01.350Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T07:15:01.350Z] 136M /home/jenkins/virtenvs
[2023-07-25T07:15:01.350Z] 4.0K /home/jenkins/.cekit
[2023-07-25T07:15:01.350Z] 33M /home/jenkins/remoting
[2023-07-25T07:15:01.350Z] 0 /home/jenkins/.cache
[2023-07-25T07:15:01.350Z] 13M /home/jenkins/workspace
[2023-07-25T07:15:01.350Z] 145M /home/jenkins/tools
[2023-07-25T07:15:01.350Z] 0 /home/jenkins/caches
[2023-07-25T07:15:01.350Z] 20M /home/jenkins/.npm
[2023-07-25T07:15:01.350Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T07:15:01.502Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[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-07-25T07:15:02.018Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T07:15:02.128Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T07:15:02.488Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T07:15:04.419Z]
[2023-07-25T07:15:04.419Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T07:15:04.419Z]
[2023-07-25T07:15:04.419Z] 5 packages are looking for funding
[2023-07-25T07:15:04.419Z] run `npm fund` for details
[2023-07-25T07:15:04.419Z]
[2023-07-25T07:15:04.419Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T07:15:04.767Z] + npm list -g
[2023-07-25T07:15:04.767Z] + grep build-chain
[2023-07-25T07:15:05.350Z] ├── @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-07-25T07:15:06.046Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T07:15:06.115Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T07:15:06.131Z] provisioning config files...
[2023-07-25T07:15:06.135Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-apps@tmp/config17490877659677403569tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T07:15:06.220Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:06.310Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-apps@tmp/config17490877659677403569tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T07:15:06.334Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T07:15:06.334Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T07:15:06.334Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T07:15:06.601Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T07:15:06.601Z] /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-apps@tmp/durable-096dd2ca/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T07:15:07.989Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:09.058Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T07:15:09.100Z] Recording test results
[2023-07-25T07:15:09.112Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T07:15:09.136Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[2023-07-25T07:15:09.185Z] No test report files were found. Configuration error?
[Pipeline] sh
[2023-07-25T07:15:09.590Z] + rm -rf console.log
[Pipeline] sh

@kie-ci4
Copy link
Contributor

kie-ci4 commented Jul 25, 2023

(tests) - drools job #1566 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dfull -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/drools -u https://github.com/kiegroup/drools/pull/5402 --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/drools/job/main/job/pullrequest/job/drools.tests.drools/1566/display/redirect
See console log:

Console Logs GitHub pull request #5402 of commit da6e506, no merge conflicts.
Setting status of da6e506 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.drools/1566/display/redirect and message: 'Build started.'
Using context: (build) drools
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.drools/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci4
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.drools/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci4 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
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d3333 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d3333 # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
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-ssh7099149890218858479.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 154102e8350a7d952396c3a28edb983df906baec
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.drools/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.31.1'
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.drools/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh6627865675159160911.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 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # 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-909 in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.drools
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci4
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.drools # 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-ci4 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 97d3333 (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T07:14:59.440Z] 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
> 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 97d3333 # timeout=10
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:00.594Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T07:15:00.623Z] 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-07-25T07:15:01.399Z] Running in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.drools
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:01.443Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T07:15:01.763Z] + df -h
[2023-07-25T07:15:01.763Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T07:15:01.763Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T07:15:01.763Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T07:15:01.763Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T07:15:01.763Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T07:15:01.763Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T07:15:01.763Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T07:15:01.763Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T07:15:01.818Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T07:15:02.100Z] + du -h -d1 /home/jenkins
[2023-07-25T07:15:02.101Z] 4.0K /home/jenkins/.ssh
[2023-07-25T07:15:02.101Z] 0 /home/jenkins/go
[2023-07-25T07:15:02.101Z] 8.0K /home/jenkins/.vnc
[2023-07-25T07:15:02.101Z] 8.0K /home/jenkins/.m2
[2023-07-25T07:15:02.101Z] 2.2G /home/jenkins/git-repos
[2023-07-25T07:15:02.101Z] 8.0K /home/jenkins/.config
[2023-07-25T07:15:02.101Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T07:15:02.101Z] 136M /home/jenkins/virtenvs
[2023-07-25T07:15:02.101Z] 4.0K /home/jenkins/.cekit
[2023-07-25T07:15:02.101Z] 33M /home/jenkins/remoting
[2023-07-25T07:15:02.101Z] 0 /home/jenkins/.cache
[2023-07-25T07:15:02.101Z] 13M /home/jenkins/workspace
[2023-07-25T07:15:02.101Z] 145M /home/jenkins/tools
[2023-07-25T07:15:02.101Z] 0 /home/jenkins/caches
[2023-07-25T07:15:02.101Z] 20M /home/jenkins/.npm
[2023-07-25T07:15:02.101Z] 8.0K /home/jenkins/.packer.d
[2023-07-25T07:15:02.101Z] 0 /home/jenkins/.ansible
[2023-07-25T07:15:02.101Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T07:15:02.211Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[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-07-25T07:15:02.834Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T07:15:02.993Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T07:15:03.294Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T07:15:05.222Z]
[2023-07-25T07:15:05.222Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T07:15:05.222Z]
[2023-07-25T07:15:05.222Z] 5 packages are looking for funding
[2023-07-25T07:15:05.222Z] run `npm fund` for details
[2023-07-25T07:15:05.222Z]
[2023-07-25T07:15:05.222Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T07:15:05.587Z] + npm list -g
[2023-07-25T07:15:05.587Z] + grep build-chain
[2023-07-25T07:15:05.842Z] ├── @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-07-25T07:15:06.546Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T07:15:06.615Z] BUILD_MVN_OPTS_CURRENT = -Dfull -Prun-code-coverage
[Pipeline] configFileProvider
[2023-07-25T07:15:06.689Z] provisioning config files...
[2023-07-25T07:15:06.693Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.drools@tmp/config878713129277817848tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T07:15:07.692Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:08.395Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.drools@tmp/config878713129277817848tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T07:15:08.606Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T07:15:08.606Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T07:15:08.606Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T07:15:08.947Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T07:15:08.947Z] /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.drools@tmp/durable-ae6d1f87/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T07:15:09.041Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:09.487Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T07:15:09.514Z] Recording test results
[2023-07-25T07:15:09.525Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T07:15:09.552Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:09.981Z] + rm -rf console.log
[Pipeline] sh

@kie-ci4
Copy link
Contributor

kie-ci4 commented Jul 25, 2023

(tests) - kogito-quarkus-examples job #785 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/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/drools/pull/5402 --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/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-quarkus-examples/785/display/redirect
See console log:

Console Logs GitHub pull request #5402 of commit da6e506, no merge conflicts.
Setting status of da6e506 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-quarkus-examples/785/display/redirect and message: 'Build started.'
Using context: (build) kogito-quarkus-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci4
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci4 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
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d3333 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d3333 # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
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-ssh6627211077395613481.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 154102e8350a7d952396c3a28edb983df906baec
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-quarkus-examples/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.31.1'
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh14250873106454878218.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 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # 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-905 in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci4
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.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-ci4 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 97d3333 (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T07:15:12.934Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
[2023-07-25T07:15:13.658Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T07:15:13.696Z] 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-07-25T07:15:23.392Z] Running in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:23.895Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T07:15:24.891Z] + df -h
[2023-07-25T07:15:24.892Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T07:15:24.892Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T07:15:24.892Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T07:15:24.892Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T07:15:24.892Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T07:15:24.892Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T07:15:24.892Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T07:15:24.892Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T07:15:25.299Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T07:15:25.992Z] + du -h -d1 /home/jenkins
[2023-07-25T07:15:25.992Z] 4.0K /home/jenkins/.ssh
[2023-07-25T07:15:25.992Z] 0 /home/jenkins/go
[2023-07-25T07:15:25.992Z] 8.0K /home/jenkins/.vnc
[2023-07-25T07:15:25.992Z] 8.0K /home/jenkins/.m2
[2023-07-25T07:15:25.992Z] 2.2G /home/jenkins/git-repos
[2023-07-25T07:15:25.992Z] 8.0K /home/jenkins/.config
[2023-07-25T07:15:25.992Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T07:15:25.992Z] 136M /home/jenkins/virtenvs
[2023-07-25T07:15:25.992Z] 4.0K /home/jenkins/.cekit
[2023-07-25T07:15:25.992Z] 33M /home/jenkins/remoting
[2023-07-25T07:15:25.992Z] 0 /home/jenkins/.cache
[2023-07-25T07:15:25.992Z] 13M /home/jenkins/workspace
[2023-07-25T07:15:25.992Z] 145M /home/jenkins/tools
[2023-07-25T07:15:25.992Z] 0 /home/jenkins/caches
[2023-07-25T07:15:25.992Z] 20M /home/jenkins/.npm
[2023-07-25T07:15:25.992Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T07:15:26.692Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[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-07-25T07:15:27.716Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T07:15:27.897Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T07:15:28.193Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T07:15:30.191Z]
[2023-07-25T07:15:30.191Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T07:15:30.191Z]
[2023-07-25T07:15:30.191Z] 5 packages are looking for funding
[2023-07-25T07:15:30.191Z] run `npm fund` for details
[2023-07-25T07:15:30.191Z]
[2023-07-25T07:15:30.191Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T07:15:30.489Z] + npm list -g
[2023-07-25T07:15:30.490Z] + grep build-chain
[2023-07-25T07:15:30.789Z] ├── @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-07-25T07:15:31.827Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T07:15:31.915Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T07:15:31.988Z] provisioning config files...
[2023-07-25T07:15:31.994Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-quarkus-examples@tmp/config10039969048575362034tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T07:15:32.102Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:32.209Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-quarkus-examples@tmp/config10039969048575362034tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T07:15:32.292Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T07:15:32.293Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T07:15:32.293Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T07:15:32.593Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T07:15:32.593Z] /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-quarkus-examples@tmp/durable-e14f0a8d/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T07:15:32.729Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:33.390Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T07:15:33.419Z] Recording test results
[2023-07-25T07:15:33.487Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T07:15:33.508Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:34.089Z] + rm -rf console.log
[Pipeline] sh

@kie-ci4
Copy link
Contributor

kie-ci4 commented Jul 25, 2023

(tests) - kogito-springboot-examples job #780 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/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/drools/pull/5402 --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/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-springboot-examples/780/display/redirect
See console log:

Console Logs GitHub pull request #5402 of commit da6e506, no merge conflicts.
Setting status of da6e506 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-springboot-examples/780/display/redirect and message: 'Build started.'
Using context: (build) kogito-springboot-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci4
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci4 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
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d3333 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d3333 # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
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-ssh1821870782081304971.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 154102e8350a7d952396c3a28edb983df906baec
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-springboot-examples/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.31.1'
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh10456168870322022335.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 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # 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-917 in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci4
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.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-ci4 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 97d3333 (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T07:15:29.817Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:30.990Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T07:15:31.021Z] 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-07-25T07:15:32.307Z] Running in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:32.392Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T07:15:32.690Z] + df -h
[2023-07-25T07:15:32.690Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T07:15:32.690Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T07:15:32.690Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T07:15:32.690Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T07:15:32.690Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T07:15:32.690Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T07:15:32.690Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T07:15:32.690Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T07:15:32.716Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T07:15:33.087Z] + du -h -d1 /home/jenkins
[2023-07-25T07:15:33.088Z] 4.0K /home/jenkins/.ssh
[2023-07-25T07:15:33.088Z] 0 /home/jenkins/go
[2023-07-25T07:15:33.088Z] 8.0K /home/jenkins/.vnc
[2023-07-25T07:15:33.088Z] 8.0K /home/jenkins/.m2
[2023-07-25T07:15:33.088Z] 2.2G /home/jenkins/git-repos
[2023-07-25T07:15:33.088Z] 8.0K /home/jenkins/.config
[2023-07-25T07:15:33.088Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T07:15:33.088Z] 136M /home/jenkins/virtenvs
[2023-07-25T07:15:33.088Z] 4.0K /home/jenkins/.cekit
[2023-07-25T07:15:33.088Z] 33M /home/jenkins/remoting
[2023-07-25T07:15:33.088Z] 0 /home/jenkins/.cache
[2023-07-25T07:15:33.088Z] 13M /home/jenkins/workspace
[2023-07-25T07:15:33.088Z] 145M /home/jenkins/tools
[2023-07-25T07:15:33.088Z] 0 /home/jenkins/caches
[2023-07-25T07:15:33.088Z] 20M /home/jenkins/.npm
[2023-07-25T07:15:33.088Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T07:15:33.232Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[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-07-25T07:15:33.926Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T07:15:34.119Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T07:15:34.498Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T07:15:36.461Z]
[2023-07-25T07:15:36.461Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T07:15:36.461Z]
[2023-07-25T07:15:36.461Z] 5 packages are looking for funding
[2023-07-25T07:15:36.461Z] run `npm fund` for details
[2023-07-25T07:15:36.461Z]
[2023-07-25T07:15:36.461Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T07:15:36.793Z] + npm list -g
[2023-07-25T07:15:36.794Z] + grep build-chain
[2023-07-25T07:15:37.088Z] ├── @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-07-25T07:15:38.209Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T07:15:38.291Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T07:15:38.307Z] provisioning config files...
[2023-07-25T07:15:38.312Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-springboot-examples@tmp/config11376703420733076357tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T07:15:38.403Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:38.505Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-springboot-examples@tmp/config11376703420733076357tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T07:15:38.589Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T07:15:38.589Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T07:15:38.589Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T07:15:38.888Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T07:15:38.888Z] /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.kogito-springboot-examples@tmp/durable-ab1bbf8d/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T07:15:39.096Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:39.688Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T07:15:39.713Z] Recording test results
[2023-07-25T07:15:39.730Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T07:15:39.992Z] Archiving artifacts
[2023-07-25T07:15:39.232Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:42.490Z] + rm -rf console.log
[Pipeline] sh

@tkobayas
Copy link
Contributor Author

This solves https://issues.redhat.com/browse/ISPN-15071 . Infinispan up and down seems to get stable.

@kie-ci4
Copy link
Contributor

kie-ci4 commented Jul 25, 2023

(tests) - serverless-workflow-examples job #785 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/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/drools/pull/5402 --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/drools/job/main/job/pullrequest/job/drools.tests.downstream.serverless-workflow-examples/785/display/redirect
See console log:

Console Logs GitHub pull request #5402 of commit da6e506, no merge conflicts.
Setting status of da6e506 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.serverless-workflow-examples/785/display/redirect and message: 'Build started.'
Using context: (build) serverless-workflow-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci4
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci4 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
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d3333 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d3333 # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d3333 # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
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-ssh7350665691466705454.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 154102e8350a7d952396c3a28edb983df906baec
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.serverless-workflow-examples/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.31.1'
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/drools/jobs/main/jobs/pullrequest/jobs/drools.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh16561469102379031084.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 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # 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-902 in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci4
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.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-ci4 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 97d3333 (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T07:15:30.334Z] 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)
> 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 97d3333 # timeout=10
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:31.590Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T07:15:31.619Z] 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-07-25T07:15:32.801Z] Running in /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:32.891Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T07:15:33.189Z] + df -h
[2023-07-25T07:15:33.190Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T07:15:33.190Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T07:15:33.190Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T07:15:33.190Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T07:15:33.190Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T07:15:33.190Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T07:15:33.190Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T07:15:33.190Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T07:15:33.214Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T07:15:33.587Z] + du -h -d1 /home/jenkins
[2023-07-25T07:15:33.588Z] 4.0K /home/jenkins/.ssh
[2023-07-25T07:15:33.588Z] 0 /home/jenkins/go
[2023-07-25T07:15:33.588Z] 8.0K /home/jenkins/.vnc
[2023-07-25T07:15:33.588Z] 8.0K /home/jenkins/.m2
[2023-07-25T07:15:33.588Z] 2.2G /home/jenkins/git-repos
[2023-07-25T07:15:33.588Z] 8.0K /home/jenkins/.config
[2023-07-25T07:15:33.588Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T07:15:33.588Z] 136M /home/jenkins/virtenvs
[2023-07-25T07:15:33.588Z] 4.0K /home/jenkins/.cekit
[2023-07-25T07:15:33.588Z] 33M /home/jenkins/remoting
[2023-07-25T07:15:33.588Z] 0 /home/jenkins/.cache
[2023-07-25T07:15:33.588Z] 13M /home/jenkins/workspace
[2023-07-25T07:15:33.588Z] 145M /home/jenkins/tools
[2023-07-25T07:15:33.588Z] 0 /home/jenkins/caches
[2023-07-25T07:15:33.588Z] 20M /home/jenkins/.npm
[2023-07-25T07:15:33.588Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T07:15:33.734Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[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-07-25T07:15:34.526Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T07:15:34.722Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T07:15:35.089Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T07:15:37.090Z]
[2023-07-25T07:15:37.090Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T07:15:37.090Z]
[2023-07-25T07:15:37.090Z] 5 packages are looking for funding
[2023-07-25T07:15:37.090Z] run `npm fund` for details
[2023-07-25T07:15:37.090Z]
[2023-07-25T07:15:37.090Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T07:15:37.788Z] + npm list -g
[2023-07-25T07:15:37.788Z] + grep build-chain
[2023-07-25T07:15:38.089Z] ├── @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-07-25T07:15:39.108Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T07:15:39.192Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T07:15:39.207Z] provisioning config files...
[2023-07-25T07:15:39.211Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples@tmp/config10658392968768271332tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T07:15:39.311Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T07:15:39.404Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples@tmp/config10658392968768271332tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T07:15:39.427Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T07:15:39.428Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T07:15:39.428Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T07:15:39.790Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T07:15:39.790Z] /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples@tmp/durable-dd6020cc/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T07:15:41.897Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:42.656Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T07:15:42.711Z] Recording test results
[2023-07-25T07:15:42.721Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T07:15:42.795Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T07:15:43.289Z] + rm -rf console.log
[Pipeline] sh

@mariofusco mariofusco merged commit 788ae95 into apache:main Jul 25, 2023
9 checks passed
cliffordhc pushed a commit to ITINordic/drools that referenced this pull request Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants