Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[KOGITO-9321] Testing Operator using Order SWF example #1707

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

davidesalerno
Copy link
Contributor

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

WARNING! Please make sure you are opening your PR against main branch!

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • for a specific native lts check
    Run native checks against quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-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-ci3
Copy link
Contributor

kie-ci3 commented Jun 26, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting
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-examples/pull/1707 --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-examples.tests.kogito-quarkus-examples/311/display/redirect
See console log:

Console Logs Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.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/kogito/jobs/main/jobs/pullrequest/jobs/kogito-examples.tests.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh2403854787604815781.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 f988c5b1e597431ad6b5521c60780fd99775f1cb (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f f988c5b1e597431ad6b5521c60780fd99775f1cb # timeout=10
Commit message: "Add some Cloud methods (#282)"
> git rev-list --no-walk f988c5b1e597431ad6b5521c60780fd99775f1cb # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-927 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.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-examples.tests.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 9f72b3024971d680b8bab9d5a88846493b191c71 (origin/main)
Commit message: "CI: build-chain config: solve docker prune (#1003)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-06-26T07:39:06.521Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-06-26T07:39:06.608Z] 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-927
> 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 9f72b3024971d680b8bab9d5a88846493b191c71 # timeout=10
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-26T07:39:08.678Z] + printenv
[Pipeline] archiveArtifacts
[2023-06-26T07:39:08.721Z] 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-06-26T07:39:09.257Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-06-26T07:39:09.290Z] [INFO] space left on the machine
[Pipeline] sh
[2023-06-26T07:39:09.568Z] + df -h
[2023-06-26T07:39:09.568Z] Filesystem Size Used Avail Use% Mounted on
[2023-06-26T07:39:09.568Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-06-26T07:39:09.568Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-06-26T07:39:09.568Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-06-26T07:39:09.568Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-06-26T07:39:09.568Z] /dev/vda3 80G 28G 53G 35% /
[2023-06-26T07:39:09.568Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-06-26T07:39:09.568Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-06-26T07:39:09.590Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-06-26T07:39:09.868Z] + du -h -d1 /home/jenkins
[2023-06-26T07:39:09.869Z] 4.0K /home/jenkins/.ssh
[2023-06-26T07:39:09.869Z] 0 /home/jenkins/go
[2023-06-26T07:39:09.869Z] 8.0K /home/jenkins/.vnc
[2023-06-26T07:39:09.869Z] 8.0K /home/jenkins/.m2
[2023-06-26T07:39:09.869Z] 2.2G /home/jenkins/git-repos
[2023-06-26T07:39:09.869Z] 8.0K /home/jenkins/.config
[2023-06-26T07:39:10.123Z] 161M /home/jenkins/virtenvs
[2023-06-26T07:39:10.123Z] 4.0K /home/jenkins/.cekit
[2023-06-26T07:39:10.123Z] 33M /home/jenkins/remoting
[2023-06-26T07:39:10.123Z] 0 /home/jenkins/.cache
[2023-06-26T07:39:10.123Z] 11M /home/jenkins/workspace
[2023-06-26T07:39:10.123Z] 0 /home/jenkins/caches
[2023-06-26T07:39:10.123Z] 36K /home/jenkins/.docker
[2023-06-26T07:39:10.123Z] 3.1M /home/jenkins/.npm
[2023-06-26T07:39:10.123Z] 0 /home/jenkins/.yarn
[2023-06-26T07:39:10.123Z] 100M /home/jenkins/tools
[2023-06-26T07:39:10.123Z] 2.5G /home/jenkins
[Pipeline] echo
[2023-06-26T07:39:10.147Z] [INFO] space of workspace
[Pipeline] sh
[2023-06-26T07:39:10.427Z] + du -h -d3 /home/jenkins/workspace
[2023-06-26T07:39:10.427Z] 0 /home/jenkins/workspace/KIE/kogito/1.40.x
[2023-06-26T07:39:10.427Z] 11M /home/jenkins/workspace/KIE/kogito/main
[2023-06-26T07:39:10.427Z] 11M /home/jenkins/workspace/KIE/kogito
[2023-06-26T07:39:10.427Z] 11M /home/jenkins/workspace/KIE
[2023-06-26T07:39:10.427Z] 11M /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-06-26T07:39:10.771Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-06-26T07:39:10.847Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-06-26T07:39:11.130Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-06-26T07:39:14.401Z]
[2023-06-26T07:39:14.401Z] added 95 packages, and audited 96 packages in 3s
[2023-06-26T07:39:14.401Z]
[2023-06-26T07:39:14.401Z] 5 packages are looking for funding
[2023-06-26T07:39:14.401Z] run `npm fund` for details
[2023-06-26T07:39:14.401Z]
[2023-06-26T07:39:14.401Z] found 0 vulnerabilities
[Pipeline] sh
[2023-06-26T07:39:14.697Z] + npm list -g
[2023-06-26T07:39:14.697Z] + grep build-chain
[2023-06-26T07:39:15.261Z] ├── @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-06-26T07:39:15.655Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-06-26T07:39:15.681Z] BUILD_MVN_OPTS_CURRENT = -Dvalidate-formatting
[Pipeline] configFileProvider
[2023-06-26T07:39:15.695Z] provisioning config files...
[2023-06-26T07:39:15.701Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config4351648000012099037tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-06-26T07:39:15.907Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-06-26T07:39:15.943Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config4351648000012099037tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-06-26T07:39:15.964Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-06-26T07:39:15.964Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-06-26T07:39:15.964Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-06-26T07:39:16.231Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-06-26T07:39:16.231Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/durable-af88d062/script.sh ']'
[2023-06-26T07:39:16.231Z] ++ deactivate nondestructive
[2023-06-26T07:39:16.231Z] ++ unset -f pydoc
[2023-06-26T07:39:16.231Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.231Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.231Z] ++ hash -r
[2023-06-26T07:39:16.231Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.231Z] ++ unset VIRTUAL_ENV
[2023-06-26T07:39:16.231Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-06-26T07:39:16.231Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-06-26T07:39:16.231Z] ++ '[' linux-gnu = cygwin ']'
[2023-06-26T07:39:16.231Z] ++ '[' linux-gnu = msys ']'
[2023-06-26T07:39:16.231Z] ++ export VIRTUAL_ENV
[2023-06-26T07:39:16.231Z] ++ _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-06-26T07:39:16.232Z] ++ 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-06-26T07:39:16.232Z] ++ export PATH
[2023-06-26T07:39:16.232Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.232Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.232Z] ++ _OLD_VIRTUAL_PS1=
[2023-06-26T07:39:16.232Z] ++ '[' x '!=' x ']'
[2023-06-26T07:39:16.232Z] +++ basename /home/jenkins/virtenvs/swf
[2023-06-26T07:39:16.232Z] ++ PS1='(swf) '
[2023-06-26T07:39:16.232Z] ++ export PS1
[2023-06-26T07:39:16.232Z] ++ alias pydoc
[2023-06-26T07:39:16.232Z] ++ true
[2023-06-26T07:39:16.232Z] ++ hash -r
[2023-06-26T07:39:16.232Z] + 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-examples/pull/1707 --skipParallelCheckout
[2023-06-26T07:39:17.593Z] # Executing pre section
[2023-06-26T07:39:17.593Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config4351648000012099037tmp -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-06-26T07:39:17.593Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config4351648000012099037tmp -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-06-26T07:39:17.593Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting
[2023-06-26T07:39:17.593Z] BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting
[2023-06-26T07:39:17.593Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-06-26T07:39:17.593Z] QUARKUS_VERSION=
[2023-06-26T07:39:17.593Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-06-26T07:39:17.593Z] ENABLE_DEPLOY=
[2023-06-26T07:39:17.593Z]
[2023-06-26T07:39:17.593Z] # Execution Plan
[2023-06-26T07:39:17.593Z] [INFO] 4 projects will be executed
[2023-06-26T07:39:17.593Z] [INFO] [kiegroup/drools]
[2023-06-26T07:39:17.593Z] [INFO] Level type: upstream
[2023-06-26T07:39:17.593Z] [INFO] [before]
[2023-06-26T07:39:17.593Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-06-26T07:39:17.593Z] 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-06-26T07:39:17.593Z] [INFO] [commands]
[2023-06-26T07:39:17.593Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-06-26T07:39:17.593Z] [INFO] [kiegroup/kogito-runtimes]
[2023-06-26T07:39:17.593Z] [INFO] Level type: upstream
[2023-06-26T07:39:17.593Z] [INFO] [before]
[2023-06-26T07:39:17.593Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-06-26T07:39:17.593Z] 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-06-26T07:39:17.593Z] [INFO] [commands]
[2023-06-26T07:39:17.593Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-06-26T07:39:17.593Z] [INFO] [kiegroup/kogito-apps]
[2023-06-26T07:39:17.593Z] [INFO] Level type: upstream
[2023-06-26T07:39:17.593Z] [INFO] [before]
[2023-06-26T07:39:17.593Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-06-26T07:39:17.593Z] 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-06-26T07:39:17.593Z] [INFO] [commands]
[2023-06-26T07:39:17.593Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-06-26T07:39:17.593Z] [INFO] [kiegroup/kogito-examples]
[2023-06-26T07:39:17.593Z] [INFO] Level type: current
[2023-06-26T07:39:17.593Z] [INFO] [before]
[2023-06-26T07:39:17.593Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-06-26T07:39:17.593Z] 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-06-26T07:39:17.593Z] [INFO] [commands]
[2023-06-26T07:39:17.593Z] [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-06-26T07:39:17.593Z] 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-06-26T07:39:17.593Z] 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-06-26T07:39:17.593Z]
[2023-06-26T07:39:17.593Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-06-26T07:39:32.423Z] [INFO] kiegroup/drools checked out
[2023-06-26T07:39:44.632Z] [INFO] kiegroup/kogito-runtimes checked out
[2023-06-26T07:39:46.515Z] [INFO] kiegroup/kogito-apps checked out
[2023-06-26T07:39:49.771Z] [ERROR] [kiegroup/kogito-examples] Error merging davidesalerno/kogito-examples:KOGITO-9321
[2023-06-26T07:39:49.771Z] into kiegroup/kogito-examples:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-06-26T07:39:49.843Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-26T07:39:50.240Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-06-26T07:39:50.266Z] Recording test results
[2023-06-26T07:39:50.777Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-06-26T07:39:50.794Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[2023-06-26T07:39:50.487Z] No test report files were found. Configuration error?
[Pipeline] {
[Pipeline] sh
[2023-06-26T07:39:51.569Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 26, 2023

(tests) - kogito-springboot-examples job #320 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-examples/pull/1707 --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-examples.tests.kogito-springboot-examples/320/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.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/kogito/jobs/main/jobs/pullrequest/jobs/kogito-examples.tests.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh2551559146424834903.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 f988c5b1e597431ad6b5521c60780fd99775f1cb (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f f988c5b1e597431ad6b5521c60780fd99775f1cb # timeout=10
Commit message: "Add some Cloud methods (#282)"
> git rev-list --no-walk f988c5b1e597431ad6b5521c60780fd99775f1cb # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-915 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.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-examples.tests.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 9f72b3024971d680b8bab9d5a88846493b191c71 (origin/main)
Commit message: "CI: build-chain config: solve docker prune (#1003)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-06-26T07:39:06.420Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-06-26T07:39:06.564Z] 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-915
> 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 9f72b3024971d680b8bab9d5a88846493b191c71 # timeout=10
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-26T07:39:08.658Z] + printenv
[Pipeline] archiveArtifacts
[2023-06-26T07:39:08.685Z] 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-06-26T07:39:09.257Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-06-26T07:39:09.290Z] [INFO] space left on the machine
[Pipeline] sh
[2023-06-26T07:39:09.567Z] + df -h
[2023-06-26T07:39:09.568Z] Filesystem Size Used Avail Use% Mounted on
[2023-06-26T07:39:09.568Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-06-26T07:39:09.568Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-06-26T07:39:09.568Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-06-26T07:39:09.568Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-06-26T07:39:09.568Z] /dev/vda3 80G 31G 50G 39% /
[2023-06-26T07:39:09.568Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-06-26T07:39:09.568Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-06-26T07:39:09.593Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-06-26T07:39:09.869Z] + du -h -d1 /home/jenkins
[2023-06-26T07:39:09.870Z] 4.0K /home/jenkins/.ssh
[2023-06-26T07:39:09.870Z] 0 /home/jenkins/go
[2023-06-26T07:39:09.870Z] 8.0K /home/jenkins/.vnc
[2023-06-26T07:39:09.870Z] 8.0K /home/jenkins/.m2
[2023-06-26T07:39:09.870Z] 2.2G /home/jenkins/git-repos
[2023-06-26T07:39:09.870Z] 8.0K /home/jenkins/.config
[2023-06-26T07:39:10.123Z] 161M /home/jenkins/virtenvs
[2023-06-26T07:39:10.123Z] 4.0K /home/jenkins/.cekit
[2023-06-26T07:39:10.123Z] 33M /home/jenkins/remoting
[2023-06-26T07:39:10.123Z] 0 /home/jenkins/.cache
[2023-06-26T07:39:10.123Z] 11M /home/jenkins/workspace
[2023-06-26T07:39:10.123Z] 0 /home/jenkins/caches
[2023-06-26T07:39:10.123Z] 44K /home/jenkins/.docker
[2023-06-26T07:39:10.123Z] 17M /home/jenkins/.jbang
[2023-06-26T07:39:10.123Z] 100M /home/jenkins/tools
[2023-06-26T07:39:10.123Z] 2.5G /home/jenkins
[Pipeline] echo
[2023-06-26T07:39:10.147Z] [INFO] space of workspace
[Pipeline] sh
[2023-06-26T07:39:10.423Z] + du -h -d3 /home/jenkins/workspace
[2023-06-26T07:39:10.423Z] 0 /home/jenkins/workspace/KIE/kogito/1.40.x
[2023-06-26T07:39:10.423Z] 11M /home/jenkins/workspace/KIE/kogito/main
[2023-06-26T07:39:10.423Z] 11M /home/jenkins/workspace/KIE/kogito
[2023-06-26T07:39:10.423Z] 11M /home/jenkins/workspace/KIE
[2023-06-26T07:39:10.423Z] 11M /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-06-26T07:39:10.771Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-06-26T07:39:10.848Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-06-26T07:39:11.145Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-06-26T07:39:14.400Z]
[2023-06-26T07:39:14.400Z] added 95 packages, and audited 96 packages in 3s
[2023-06-26T07:39:14.400Z]
[2023-06-26T07:39:14.400Z] 5 packages are looking for funding
[2023-06-26T07:39:14.400Z] run `npm fund` for details
[2023-06-26T07:39:14.400Z]
[2023-06-26T07:39:14.400Z] found 0 vulnerabilities
[Pipeline] sh
[2023-06-26T07:39:14.692Z] + npm list -g
[2023-06-26T07:39:14.693Z] + grep build-chain
[2023-06-26T07:39:15.252Z] ├── @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-06-26T07:39:15.656Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-06-26T07:39:15.682Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-06-26T07:39:15.695Z] provisioning config files...
[2023-06-26T07:39:15.702Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config10853315591502198469tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-06-26T07:39:15.741Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-06-26T07:39:15.943Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config10853315591502198469tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-06-26T07:39:15.963Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-06-26T07:39:15.963Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-06-26T07:39:15.963Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-06-26T07:39:16.231Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-06-26T07:39:16.231Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/durable-e60acd51/script.sh ']'
[2023-06-26T07:39:16.231Z] ++ deactivate nondestructive
[2023-06-26T07:39:16.231Z] ++ unset -f pydoc
[2023-06-26T07:39:16.231Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.231Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.231Z] ++ hash -r
[2023-06-26T07:39:16.231Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.231Z] ++ unset VIRTUAL_ENV
[2023-06-26T07:39:16.231Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-06-26T07:39:16.231Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-06-26T07:39:16.231Z] ++ '[' linux-gnu = cygwin ']'
[2023-06-26T07:39:16.231Z] ++ '[' linux-gnu = msys ']'
[2023-06-26T07:39:16.231Z] ++ export VIRTUAL_ENV
[2023-06-26T07:39:16.231Z] ++ _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-06-26T07:39:16.231Z] ++ 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-06-26T07:39:16.231Z] ++ export PATH
[2023-06-26T07:39:16.231Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.231Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.231Z] ++ _OLD_VIRTUAL_PS1=
[2023-06-26T07:39:16.231Z] ++ '[' x '!=' x ']'
[2023-06-26T07:39:16.231Z] +++ basename /home/jenkins/virtenvs/swf
[2023-06-26T07:39:16.231Z] ++ PS1='(swf) '
[2023-06-26T07:39:16.231Z] ++ export PS1
[2023-06-26T07:39:16.231Z] ++ alias pydoc
[2023-06-26T07:39:16.231Z] ++ true
[2023-06-26T07:39:16.231Z] ++ hash -r
[2023-06-26T07:39:16.231Z] + 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-examples/pull/1707 --skipParallelCheckout
[2023-06-26T07:39:17.591Z] # Executing pre section
[2023-06-26T07:39:17.591Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config10853315591502198469tmp -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-06-26T07:39:17.591Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config10853315591502198469tmp -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-06-26T07:39:17.591Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-06-26T07:39:17.591Z] BUILD_MVN_OPTS_CURRENT=
[2023-06-26T07:39:17.591Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-06-26T07:39:17.591Z] QUARKUS_VERSION=
[2023-06-26T07:39:17.591Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-06-26T07:39:17.591Z] ENABLE_DEPLOY=
[2023-06-26T07:39:17.591Z]
[2023-06-26T07:39:17.591Z] # Execution Plan
[2023-06-26T07:39:17.591Z] [INFO] 4 projects will be executed
[2023-06-26T07:39:17.591Z] [INFO] [kiegroup/drools]
[2023-06-26T07:39:17.591Z] [INFO] Level type: upstream
[2023-06-26T07:39:17.591Z] [INFO] [before]
[2023-06-26T07:39:17.591Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-06-26T07:39:17.591Z] 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-06-26T07:39:17.591Z] [INFO] [commands]
[2023-06-26T07:39:17.591Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-06-26T07:39:17.591Z] [INFO] [kiegroup/kogito-runtimes]
[2023-06-26T07:39:17.591Z] [INFO] Level type: upstream
[2023-06-26T07:39:17.591Z] [INFO] [before]
[2023-06-26T07:39:17.591Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-06-26T07:39:17.591Z] 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-06-26T07:39:17.591Z] [INFO] [commands]
[2023-06-26T07:39:17.591Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-06-26T07:39:17.591Z] [INFO] [kiegroup/kogito-apps]
[2023-06-26T07:39:17.591Z] [INFO] Level type: upstream
[2023-06-26T07:39:17.591Z] [INFO] [before]
[2023-06-26T07:39:17.591Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-06-26T07:39:17.591Z] 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-06-26T07:39:17.591Z] [INFO] [commands]
[2023-06-26T07:39:17.591Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-06-26T07:39:17.591Z] [INFO] [kiegroup/kogito-examples]
[2023-06-26T07:39:17.591Z] [INFO] Level type: current
[2023-06-26T07:39:17.591Z] [INFO] [before]
[2023-06-26T07:39:17.591Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-06-26T07:39:17.591Z] 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-06-26T07:39:17.591Z] [INFO] [commands]
[2023-06-26T07:39:17.591Z] [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-06-26T07:39:17.591Z] 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-06-26T07:39:17.591Z] 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-06-26T07:39:17.591Z]
[2023-06-26T07:39:17.591Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-06-26T07:39:32.413Z] [INFO] kiegroup/drools checked out
[2023-06-26T07:39:44.561Z] [INFO] kiegroup/kogito-runtimes checked out
[2023-06-26T07:39:47.066Z] [INFO] kiegroup/kogito-apps checked out
[2023-06-26T07:39:51.248Z] [ERROR] [kiegroup/kogito-examples] Error merging davidesalerno/kogito-examples:KOGITO-9321
[2023-06-26T07:39:51.248Z] into kiegroup/kogito-examples:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-06-26T07:39:51.331Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-26T07:39:51.729Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-06-26T07:39:51.758Z] Recording test results
[2023-06-26T07:39:52.262Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-06-26T07:39:52.279Z] Archiving artifacts
[Pipeline] }
[2023-06-26T07:39:51.394Z] No test report files were found. Configuration error?
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-26T07:39:53.093Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 26, 2023

(tests) - serverless-workflow-examples job #309 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-examples/pull/1707 --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-examples.tests.serverless-workflow-examples/309/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.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/kogito/jobs/main/jobs/pullrequest/jobs/kogito-examples.tests.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh9706581107373321907.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 f988c5b1e597431ad6b5521c60780fd99775f1cb (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f f988c5b1e597431ad6b5521c60780fd99775f1cb # timeout=10
Commit message: "Add some Cloud methods (#282)"
> git rev-list --no-walk f988c5b1e597431ad6b5521c60780fd99775f1cb # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-926 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.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-examples.tests.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 9f72b3024971d680b8bab9d5a88846493b191c71 (origin/main)
Commit message: "CI: build-chain config: solve docker prune (#1003)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-06-26T07:39:06.589Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-06-26T07:39:06.675Z] 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-926
> 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 9f72b3024971d680b8bab9d5a88846493b191c71 # timeout=10
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-26T07:39:08.823Z] + printenv
[Pipeline] archiveArtifacts
[2023-06-26T07:39:08.852Z] 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-06-26T07:39:09.298Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-06-26T07:39:09.336Z] [INFO] space left on the machine
[Pipeline] sh
[2023-06-26T07:39:09.614Z] + df -h
[2023-06-26T07:39:09.615Z] Filesystem Size Used Avail Use% Mounted on
[2023-06-26T07:39:09.615Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-06-26T07:39:09.615Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-06-26T07:39:09.615Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-06-26T07:39:09.615Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-06-26T07:39:09.615Z] /dev/vda3 80G 28G 53G 35% /
[2023-06-26T07:39:09.615Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-06-26T07:39:09.615Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-06-26T07:39:09.640Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-06-26T07:39:09.918Z] + du -h -d1 /home/jenkins
[2023-06-26T07:39:09.918Z] 4.0K /home/jenkins/.ssh
[2023-06-26T07:39:09.918Z] 0 /home/jenkins/go
[2023-06-26T07:39:09.918Z] 8.0K /home/jenkins/.vnc
[2023-06-26T07:39:09.918Z] 8.0K /home/jenkins/.m2
[2023-06-26T07:39:09.918Z] 2.2G /home/jenkins/git-repos
[2023-06-26T07:39:09.918Z] 8.0K /home/jenkins/.config
[2023-06-26T07:39:10.172Z] 161M /home/jenkins/virtenvs
[2023-06-26T07:39:10.172Z] 4.0K /home/jenkins/.cekit
[2023-06-26T07:39:10.172Z] 33M /home/jenkins/remoting
[2023-06-26T07:39:10.172Z] 0 /home/jenkins/.cache
[2023-06-26T07:39:10.172Z] 11M /home/jenkins/workspace
[2023-06-26T07:39:10.172Z] 0 /home/jenkins/caches
[2023-06-26T07:39:10.172Z] 36K /home/jenkins/.docker
[2023-06-26T07:39:10.172Z] 3.1M /home/jenkins/.npm
[2023-06-26T07:39:10.172Z] 0 /home/jenkins/.yarn
[2023-06-26T07:39:10.172Z] 100M /home/jenkins/tools
[2023-06-26T07:39:10.172Z] 2.5G /home/jenkins
[Pipeline] echo
[2023-06-26T07:39:10.194Z] [INFO] space of workspace
[Pipeline] sh
[2023-06-26T07:39:10.470Z] + du -h -d3 /home/jenkins/workspace
[2023-06-26T07:39:10.471Z] 0 /home/jenkins/workspace/KIE/kogito/1.40.x
[2023-06-26T07:39:10.471Z] 11M /home/jenkins/workspace/KIE/kogito/main
[2023-06-26T07:39:10.471Z] 11M /home/jenkins/workspace/KIE/kogito
[2023-06-26T07:39:10.471Z] 11M /home/jenkins/workspace/KIE
[2023-06-26T07:39:10.471Z] 11M /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-06-26T07:39:10.817Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-06-26T07:39:10.882Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-06-26T07:39:11.162Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-06-26T07:39:14.422Z]
[2023-06-26T07:39:14.422Z] added 95 packages, and audited 96 packages in 3s
[2023-06-26T07:39:14.422Z]
[2023-06-26T07:39:14.422Z] 5 packages are looking for funding
[2023-06-26T07:39:14.422Z] run `npm fund` for details
[2023-06-26T07:39:14.422Z]
[2023-06-26T07:39:14.422Z] found 0 vulnerabilities
[Pipeline] sh
[2023-06-26T07:39:14.711Z] + npm list -g
[2023-06-26T07:39:14.711Z] + grep build-chain
[2023-06-26T07:39:15.270Z] ├── @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-06-26T07:39:15.675Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-06-26T07:39:15.700Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-06-26T07:39:15.713Z] provisioning config files...
[2023-06-26T07:39:15.721Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config10586839496122572437tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-06-26T07:39:15.919Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-06-26T07:39:15.963Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config10586839496122572437tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-06-26T07:39:15.984Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-06-26T07:39:15.984Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-06-26T07:39:15.984Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-06-26T07:39:16.253Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-06-26T07:39:16.253Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/durable-36757b6a/script.sh ']'
[2023-06-26T07:39:16.253Z] ++ deactivate nondestructive
[2023-06-26T07:39:16.253Z] ++ unset -f pydoc
[2023-06-26T07:39:16.253Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.253Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.253Z] ++ hash -r
[2023-06-26T07:39:16.253Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.254Z] ++ unset VIRTUAL_ENV
[2023-06-26T07:39:16.254Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-06-26T07:39:16.254Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-06-26T07:39:16.254Z] ++ '[' linux-gnu = cygwin ']'
[2023-06-26T07:39:16.254Z] ++ '[' linux-gnu = msys ']'
[2023-06-26T07:39:16.254Z] ++ export VIRTUAL_ENV
[2023-06-26T07:39:16.254Z] ++ _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-06-26T07:39:16.254Z] ++ 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-06-26T07:39:16.254Z] ++ export PATH
[2023-06-26T07:39:16.254Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.254Z] ++ '[' -z '' ']'
[2023-06-26T07:39:16.254Z] ++ _OLD_VIRTUAL_PS1=
[2023-06-26T07:39:16.254Z] ++ '[' x '!=' x ']'
[2023-06-26T07:39:16.254Z] +++ basename /home/jenkins/virtenvs/swf
[2023-06-26T07:39:16.254Z] ++ PS1='(swf) '
[2023-06-26T07:39:16.254Z] ++ export PS1
[2023-06-26T07:39:16.254Z] ++ alias pydoc
[2023-06-26T07:39:16.254Z] ++ true
[2023-06-26T07:39:16.254Z] ++ hash -r
[2023-06-26T07:39:16.254Z] + 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-examples/pull/1707 --skipParallelCheckout
[2023-06-26T07:39:17.614Z] # Executing pre section
[2023-06-26T07:39:17.614Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config10586839496122572437tmp -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-06-26T07:39:17.614Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config10586839496122572437tmp -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-06-26T07:39:17.614Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-06-26T07:39:17.614Z] BUILD_MVN_OPTS_CURRENT=
[2023-06-26T07:39:17.614Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-06-26T07:39:17.614Z] QUARKUS_VERSION=
[2023-06-26T07:39:17.614Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-06-26T07:39:17.614Z] ENABLE_DEPLOY=
[2023-06-26T07:39:17.614Z]
[2023-06-26T07:39:17.614Z] # Execution Plan
[2023-06-26T07:39:17.614Z] [INFO] 4 projects will be executed
[2023-06-26T07:39:17.614Z] [INFO] [kiegroup/drools]
[2023-06-26T07:39:17.614Z] [INFO] Level type: upstream
[2023-06-26T07:39:17.614Z] [INFO] [before]
[2023-06-26T07:39:17.614Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-06-26T07:39:17.614Z] 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-06-26T07:39:17.614Z] [INFO] [commands]
[2023-06-26T07:39:17.614Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-06-26T07:39:17.614Z] [INFO] [kiegroup/kogito-runtimes]
[2023-06-26T07:39:17.614Z] [INFO] Level type: upstream
[2023-06-26T07:39:17.614Z] [INFO] [before]
[2023-06-26T07:39:17.614Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-06-26T07:39:17.614Z] 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-06-26T07:39:17.614Z] [INFO] [commands]
[2023-06-26T07:39:17.614Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-06-26T07:39:17.614Z] [INFO] [kiegroup/kogito-apps]
[2023-06-26T07:39:17.614Z] [INFO] Level type: upstream
[2023-06-26T07:39:17.614Z] [INFO] [before]
[2023-06-26T07:39:17.614Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-06-26T07:39:17.614Z] 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-06-26T07:39:17.614Z] [INFO] [commands]
[2023-06-26T07:39:17.614Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-06-26T07:39:17.614Z] [INFO] [kiegroup/kogito-examples]
[2023-06-26T07:39:17.614Z] [INFO] Level type: current
[2023-06-26T07:39:17.614Z] [INFO] [before]
[2023-06-26T07:39:17.614Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-06-26T07:39:17.614Z] 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-06-26T07:39:17.614Z] [INFO] [commands]
[2023-06-26T07:39:17.614Z] [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-06-26T07:39:17.614Z] 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-06-26T07:39:17.614Z] 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-06-26T07:39:17.614Z]
[2023-06-26T07:39:17.614Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-06-26T07:39:32.432Z] [INFO] kiegroup/drools checked out
[2023-06-26T07:39:50.450Z] [INFO] kiegroup/kogito-runtimes checked out
[2023-06-26T07:39:54.613Z] [INFO] kiegroup/kogito-apps checked out
[2023-06-26T07:39:58.228Z] [ERROR] [kiegroup/kogito-examples] Error merging davidesalerno/kogito-examples:KOGITO-9321
[2023-06-26T07:39:58.228Z] into kiegroup/kogito-examples:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-06-26T07:39:58.834Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-26T07:39:59.242Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-06-26T07:39:59.268Z] Recording test results
[2023-06-26T07:39:59.801Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-06-26T07:39:59.819Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-26T07:40:00.592Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 28, 2023

(tests) - serverless-workflow-examples job #326 was: ABORTED
Possible explanation: Most probably a timeout, please review

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-examples/pull/1707 --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-examples.tests.serverless-workflow-examples/326/display/redirect

Test results:

  • PASSED: 46
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-06-28T20:12:40.847Z] io.quarkus.runner.bootstrap.AugmentActionImpl.createInitialRuntimeApplication(AugmentActionImpl.java:60)
[2023-06-28T20:12:40.847Z] app//io.quarkus.test.junit.QuarkusTestExtension.doJavaStart(QuarkusTestExtension.java:222)
[2023-06-28T20:12:40.847Z] app//io.quarkus.test.junit.QuarkusTestExtension.ensureStarted(QuarkusTestExtension.java:592)
[2023-06-28T20:12:40.847Z] app//io.quarkus.test.junit.QuarkusTestExtension.beforeAll(QuarkusTestExtension.java:640)
[2023-06-28T20:12:40.847Z] app//org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$12(ClassBasedTestDescriptor.java:395)
[2023-06-28T20:12:40.847Z] app//org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$364/0x0000000840127840.execute(Unknown Source)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-06-28T20:12:40.847Z] app//org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:395)
[2023-06-28T20:12:40.847Z] app//org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:211)
[2023-06-28T20:12:40.847Z] app//org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$310/0x0000000840101040.execute(Unknown Source)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$309/0x0000000840100c40.invoke(Unknown Source)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$308/0x0000000840100840.execute(Unknown Source)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$314/0x0000000840102040.accept(Unknown Source)
[2023-06-28T20:12:40.847Z] [email protected]/java.util.ArrayList.forEach(ArrayList.java:1541)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$310/0x0000000840101040.execute(Unknown Source)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$309/0x0000000840100c40.invoke(Unknown Source)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$308/0x0000000840100840.execute(Unknown Source)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
[2023-06-28T20:12:40.847Z] app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
[2023-06-28T20:12:40.848Z] app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
[2023-06-28T20:12:40.848Z] app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
[2023-06-28T20:12:40.848Z] app//org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$257/0x00000008400e7040.accept(Unknown Source)
[2023-06-28T20:12:40.848Z] app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
[2023-06-28T20:12:40.848Z] app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
[2023-06-28T20:12:40.848Z] app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
[2023-06-28T20:12:40.848Z] app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
[2023-06-28T20:12:40.848Z] app//org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:55)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:223)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:175)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:139)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
[2023-06-28T20:12:40.848Z] Thread Reference Handler: RUNNABLE
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)
[2023-06-28T20:12:40.848Z] Thread Finalizer: WAITING
[2023-06-28T20:12:40.848Z] Waiting on java.lang.ref.ReferenceQueue$Lock@d735daa
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Object.wait(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)
[2023-06-28T20:12:40.848Z] Thread Signal Dispatcher: RUNNABLE
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] Thread Common-Cleaner: TIMED_WAITING
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Object.wait(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[2023-06-28T20:12:40.848Z] [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.848Z] [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:161)
[2023-06-28T20:12:40.848Z] Thread surefire-forkedjvm-stream-flusher: TIMED_WAITING
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.848Z] Thread surefire-forkedjvm-command-thread: RUNNABLE
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/java.io.FileInputStream.readBytes(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/java.io.FileInputStream.read(FileInputStream.java:279)
[2023-06-28T20:12:40.848Z] [email protected]/java.io.BufferedInputStream.read1(BufferedInputStream.java:290)
[2023-06-28T20:12:40.848Z] [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
[2023-06-28T20:12:40.848Z] [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
[2023-06-28T20:12:40.848Z] [email protected]/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
[2023-06-28T20:12:40.848Z] [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.api.util.internal.Channels$3.readImpl(Channels.java:217)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel.read(AbstractNoninterruptibleReadableChannel.java:54)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:484)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:470)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.readMessageType(AbstractStreamDecoder.java:118)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.booter.stream.CommandDecoder.decode(CommandDecoder.java:87)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.booter.spi.CommandChannelDecoder.decode(CommandChannelDecoder.java:67)
[2023-06-28T20:12:40.848Z] app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:345)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.848Z] Thread ForkJoinPool.commonPool-worker-3: WAITING
[2023-06-28T20:12:40.848Z] Waiting on java.util.concurrent.ForkJoinPool@6e226922
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
[2023-06-28T20:12:40.848Z] Thread Quarkus hang detection timer thread: RUNNABLE
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
[2023-06-28T20:12:40.848Z] [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
[2023-06-28T20:12:40.848Z] app//io.quarkus.test.junit.QuarkusTestExtension$1.run(QuarkusTestExtension.java:152)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.848Z] Thread build-6: WAITING
[2023-06-28T20:12:40.848Z] Waiting on org.jboss.threads.EnhancedQueueExecutor@550d5c5b
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[2023-06-28T20:12:40.848Z] org.jboss.threads.EnhancedQueueExecutor$PoolThreadNode.park(EnhancedQueueExecutor.java:2216)
[2023-06-28T20:12:40.848Z] org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1510)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.848Z] org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-06-28T20:12:40.848Z] Thread build-31: WAITING
[2023-06-28T20:12:40.848Z] Waiting on org.jboss.threads.EnhancedQueueExecutor@550d5c5b
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[2023-06-28T20:12:40.848Z] org.jboss.threads.EnhancedQueueExecutor$PoolThreadNode.park(EnhancedQueueExecutor.java:2216)
[2023-06-28T20:12:40.848Z] org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1510)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.848Z] org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-06-28T20:12:40.848Z] Thread build-42: TIMED_WAITING
[2023-06-28T20:12:40.848Z] Stack:
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Thread.sleep(Native Method)
[2023-06-28T20:12:40.848Z] [email protected]/java.lang.Thread.sleep(Thread.java:334)
[2023-06-28T20:12:40.848Z] [email protected]/java.util.concurrent.TimeUnit.sleep(TimeUnit.java:446)
[2023-06-28T20:12:40.848Z] org.testcontainers.shaded.org.awaitility.core.Uninterruptibles.sleepUninterruptibly(Uninterruptibles.java:35)
[2023-06-28T20:12:40.848Z] org.testcontainers.shaded.org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:117)
[2023-06-28T20:12:40.848Z] org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
[2023-06-28T20:12:40.848Z] org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
[2023-06-28T20:12:40.848Z] org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
[2023-06-28T20:12:40.848Z] org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
[2023-06-28T20:12:40.849Z] com.dajudge.kindcontainer.ApiServerContainer.waitForApiServer(ApiServerContainer.java:161)
[2023-06-28T20:12:40.849Z] com.dajudge.kindcontainer.ApiServerContainer.containerIsStarting(ApiServerContainer.java:143)
[2023-06-28T20:12:40.849Z] org.testcontainers.containers.GenericContainer.containerIsStarting(GenericContainer.java:692)
[2023-06-28T20:12:40.849Z] com.dajudge.kindcontainer.KubernetesContainer.containerIsStarting(KubernetesContainer.java:151)
[2023-06-28T20:12:40.849Z] org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:474)
[2023-06-28T20:12:40.849Z] org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
[2023-06-28T20:12:40.849Z] org.testcontainers.containers.GenericContainer$$Lambda$2350/0x0000000840b17840.call(Unknown Source)
[2023-06-28T20:12:40.849Z] org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
[2023-06-28T20:12:40.849Z] org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
[2023-06-28T20:12:40.849Z] org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
[2023-06-28T20:12:40.849Z] io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.lambda$startKubernetes$7(DevServicesKubernetesProcessor.java:227)
[2023-06-28T20:12:40.849Z] io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor$$Lambda$931/0x00000008406c9c40.get(Unknown Source)
[2023-06-28T20:12:40.849Z] [email protected]/java.util.Optional.orElseGet(Optional.java:369)
[2023-06-28T20:12:40.849Z] io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.startKubernetes(DevServicesKubernetesProcessor.java:241)
[2023-06-28T20:12:40.849Z] io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:109)
[2023-06-28T20:12:40.849Z] [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-06-28T20:12:40.849Z] [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-06-28T20:12:40.849Z] [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-06-28T20:12:40.849Z] [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
[2023-06-28T20:12:40.849Z] io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
[2023-06-28T20:12:40.849Z] io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2023-06-28T20:12:40.849Z] io.quarkus.builder.BuildContext$$Lambda$594/0x000000084036d040.run(Unknown Source)
[2023-06-28T20:12:40.849Z] org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2023-06-28T20:12:40.849Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.849Z] org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-06-28T20:12:40.849Z] Thread build-57: WAITING
[2023-06-28T20:12:40.849Z] Waiting on org.jboss.threads.EnhancedQueueExecutor@550d5c5b
[2023-06-28T20:12:40.849Z] Stack:
[2023-06-28T20:12:40.849Z] [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[2023-06-28T20:12:40.849Z] [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$PoolThreadNode.park(EnhancedQueueExecutor.java:2216)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1510)
[2023-06-28T20:12:40.849Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.849Z] org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-06-28T20:12:40.849Z] Thread build-78: WAITING
[2023-06-28T20:12:40.849Z] Waiting on org.jboss.threads.EnhancedQueueExecutor@550d5c5b
[2023-06-28T20:12:40.849Z] Stack:
[2023-06-28T20:12:40.849Z] [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[2023-06-28T20:12:40.849Z] [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$PoolThreadNode.park(EnhancedQueueExecutor.java:2216)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1510)
[2023-06-28T20:12:40.849Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.849Z] org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-06-28T20:12:40.849Z] Thread build-84: WAITING
[2023-06-28T20:12:40.849Z] Waiting on org.jboss.threads.EnhancedQueueExecutor@550d5c5b
[2023-06-28T20:12:40.849Z] Stack:
[2023-06-28T20:12:40.849Z] [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[2023-06-28T20:12:40.849Z] [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$PoolThreadNode.park(EnhancedQueueExecutor.java:2216)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1510)
[2023-06-28T20:12:40.849Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.849Z] org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-06-28T20:12:40.849Z] Thread build-87: WAITING
[2023-06-28T20:12:40.849Z] Waiting on org.jboss.threads.EnhancedQueueExecutor@550d5c5b
[2023-06-28T20:12:40.849Z] Stack:
[2023-06-28T20:12:40.849Z] [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[2023-06-28T20:12:40.849Z] [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$PoolThreadNode.park(EnhancedQueueExecutor.java:2216)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1510)
[2023-06-28T20:12:40.849Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.849Z] org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-06-28T20:12:40.849Z] Thread build-76: WAITING
[2023-06-28T20:12:40.849Z] Waiting on org.jboss.threads.EnhancedQueueExecutor@550d5c5b
[2023-06-28T20:12:40.849Z] Stack:
[2023-06-28T20:12:40.849Z] [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[2023-06-28T20:12:40.849Z] [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$PoolThreadNode.park(EnhancedQueueExecutor.java:2216)
[2023-06-28T20:12:40.849Z] org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1510)
[2023-06-28T20:12:40.849Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.849Z] org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2023-06-28T20:12:40.849Z] Thread testcontainers-ryuk: TIMED_WAITING
[2023-06-28T20:12:40.849Z] Stack:
[2023-06-28T20:12:40.849Z] [email protected]/java.lang.Object.wait(Native Method)
[2023-06-28T20:12:40.849Z] org.testcontainers.utility.RyukResourceReaper.lambda$null$0(RyukResourceReaper.java:102)
[2023-06-28T20:12:40.849Z] org.testcontainers.utility.RyukResourceReaper$$Lambda$2399/0x0000000840b34840.run(Unknown Source)
[2023-06-28T20:12:40.849Z] org.rnorth.ducttape.ratelimits.RateLimiter.doWhenReady(RateLimiter.java:27)
[2023-06-28T20:12:40.849Z] org.testcontainers.utility.RyukResourceReaper.lambda$maybeStart$1(RyukResourceReaper.java:88)
[2023-06-28T20:12:40.849Z] org.testcontainers.utility.RyukResourceReaper$$Lambda$2398/0x0000000840b35440.run(Unknown Source)
[2023-06-28T20:12:40.849Z] [email protected]/java.lang.Thread.run(Thread.java:829)
[2023-06-28T20:12:40.849Z] === End Stack Trace ===
[2023-06-28T22:40:54.052Z] Cancelling nested steps due to timeout
[2023-06-28T22:40:54.055Z] Sending interrupt signal to process
[2023-06-28T22:41:06.185Z] [INFO]
[2023-06-28T22:41:06.185Z] [INFO] Results:
[2023-06-28T22:41:06.185Z] [INFO]
[2023-06-28T22:41:06.185Z] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[2023-06-28T22:41:06.185Z] [INFO]
[2023-06-28T22:41:06.185Z] [INFO]
[2023-06-28T22:41:06.185Z] [INFO] --< org.kie.kogito.examples:serverless-workflow-loanbroker-showcase-ui >--
[2023-06-28T22:41:06.185Z] [INFO] Building Kogito Example :: Serverless Workflow Loan Broker Showcase :: UI 1.0-SNAPSHOT [36/66]
[2023-06-28T22:41:06.185Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-06-28T22:41:06.185Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-06-28T22:41:06.185Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-06-28T22:41:06.185Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-06-28T22:41:06.185Z] [INFO] OK [Executed in 0.071764 ms]
[2023-06-28T22:41:06.185Z]
[2023-06-28T22:41:06.185Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-06-28T22:41:06.185Z] [INFO] OK [Executed in 7.763116 ms]
[2023-06-28T22:41:06.185Z]
[2023-06-28T22:41:06.185Z] # [COMMANDS] [kiegroup/kogito-examples] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-06-28T22:41:06.185Z] [INFO] OK [Executed in 6.671319 ms]
[2023-06-28T22:41:06.185Z]
[2023-06-28T22:41:06.185Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -pl :kogito-examples clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13556096162110274821tmp -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 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-06-28T22:41:06.185Z] [INFO] OK [Executed in 4662.782517 ms]
[2023-06-28T22:41:06.186Z]
[2023-06-28T22:41:06.186Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13556096162110274821tmp -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 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-06-28T22:41:06.186Z] [INFO] NOT OK [Executed in 9956026.780913 ms]
[2023-06-28T22:41:06.186Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 143
[2023-06-28T22:41:06.186Z]
[2023-06-28T22:41:06.186Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-examples
[2023-06-28T22:41:06.186Z]
[2023-06-28T22:41:06.186Z] # Uploading artifacts
[2023-06-28T22:41:06.186Z] [INFO] Will not upload any artifacts in CLI environment
[2023-06-28T22:41:06.186Z]
[2023-06-28T22:41:06.186Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-06-28T22:41:06.186Z] [ERROR] Failed to execute mvn dependency:tree -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13556096162110274821tmp -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 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-06-28T22:41:06.186Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 143
[2023-06-28T22:41:06.189Z] script returned exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-06-28T22:41:06.271Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-28T22:41:06.682Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-06-28T22:41:06.956Z] Recording test results
[2023-06-28T22:41:08.456Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-06-28T22:41:08.479Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-28T22:41:09.909Z] + rm -rf console.log
[Pipeline] sh
[2023-06-28T22:41:10.207Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-examples.tests.serverless-workflow-examples/326/consoleText
[2023-06-28T22:41:10.207Z] + tail -n 300

@caponetto
Copy link

CC @dmarrazzo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants