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-9604:[SWF Dev UI] Show only certain nodes in timeline(based on the source) #1806

Closed
wants to merge 10 commits into from

Conversation

AjayJagan
Copy link
Contributor

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

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

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

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

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

  • for a specific pull request check
    Please add comment: Jenkins (re)run [kogito-apps|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-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 [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 [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 [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 [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.

Quarkus-3 PR check is failing ... what to do ? The Quarkus 3 check is applying patches from the `.ci/environments/quarkus-3/patches`.

The first patch, called 0001_before_sh.patch, is generated from Openrewrite .ci/environments/quarkus-3/quarkus3.yml recipe. The patch is created to speed up the check. But it may be that some changes in the PR broke this patch.
No panic, there is an easy way to regenerate it. You just need to comment on the PR:

jenkins rewrite quarkus-3

and it should, after some minutes (~20/30min) apply a commit on the PR with the patch regenerated.

Other patches were generated manually. If any of it fails, you will need to manually update it... and push your changes.

@AjayJagan AjayJagan requested a review from paulovmr as a code owner July 19, 2023 10:29
@AjayJagan AjayJagan requested a review from caponetto July 19, 2023 10:29
@AjayJagan AjayJagan force-pushed the timeline-nodes branch 2 times, most recently from e2858ab to e5234d4 Compare July 19, 2023 10:37
@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 19, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
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-apps/pull/1806 --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-apps.tests.downstream.kogito-springboot-examples/643/display/redirect
See console log:

Console Logs Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.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-apps.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh11774932642600949662.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 101cf4be280d42e2ae3d020647f86f3ff555e052 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 101cf4be280d42e2ae3d020647f86f3ff555e052 # timeout=10
Commit message: "Setup `githubscm.getGitRepositoryAuthor()` (#288)"
> git rev-list --no-walk 101cf4be280d42e2ae3d020647f86f3ff555e052 # 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-11 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5a5de5ce3930a8368346d731a424090952380999 (origin/main)
Commit message: "CI: Update-quarkus-platform -> Add branch to PR title (#1015)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-19T19:08:56.391Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-07-19T19:08:56.481Z] 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-11
> 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 5a5de5ce3930a8368346d731a424090952380999 # 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-07-19T19:08:58.680Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-19T19:08:58.802Z] 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-19T19:08:59.512Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-07-19T19:08:59.547Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-19T19:08:59.831Z] + df -h
[2023-07-19T19:08:59.832Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-19T19:08:59.832Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-19T19:08:59.832Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-19T19:08:59.832Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-19T19:08:59.832Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-19T19:08:59.832Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-19T19:08:59.832Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-19T19:08:59.832Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-19T19:08:59.854Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-19T19:09:00.136Z] + du -h -d1 /home/jenkins
[2023-07-19T19:09:00.136Z] 4.0K /home/jenkins/.ssh
[2023-07-19T19:09:00.136Z] 0 /home/jenkins/go
[2023-07-19T19:09:00.136Z] 8.0K /home/jenkins/.vnc
[2023-07-19T19:09:00.136Z] 8.0K /home/jenkins/.m2
[2023-07-19T19:09:00.136Z] 2.2G /home/jenkins/git-repos
[2023-07-19T19:09:00.136Z] 8.0K /home/jenkins/.config
[2023-07-19T19:09:00.392Z] 161M /home/jenkins/virtenvs
[2023-07-19T19:09:00.392Z] 4.0K /home/jenkins/.cekit
[2023-07-19T19:09:00.392Z] 32M /home/jenkins/remoting
[2023-07-19T19:09:00.392Z] 0 /home/jenkins/.cache
[2023-07-19T19:09:00.392Z] 12M /home/jenkins/workspace
[2023-07-19T19:09:00.392Z] 100M /home/jenkins/tools
[2023-07-19T19:09:00.392Z] 0 /home/jenkins/caches
[2023-07-19T19:09:00.392Z] 2.5G /home/jenkins
[Pipeline] echo
[2023-07-19T19:09:00.414Z] [INFO] space of workspace
[Pipeline] sh
[2023-07-19T19:09:00.696Z] + du -h -d3 /home/jenkins/workspace
[2023-07-19T19:09:00.696Z] 12M /home/jenkins/workspace/KIE/kogito/main
[2023-07-19T19:09:00.696Z] 12M /home/jenkins/workspace/KIE/kogito
[2023-07-19T19:09:00.696Z] 12M /home/jenkins/workspace/KIE
[2023-07-19T19:09:00.696Z] 12M /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-07-19T19:09:01.047Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-19T19:09:01.131Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-19T19:09:01.424Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-19T19:09:05.586Z]
[2023-07-19T19:09:05.586Z] added 95 packages, and audited 96 packages in 4s
[2023-07-19T19:09:05.586Z]
[2023-07-19T19:09:05.586Z] 5 packages are looking for funding
[2023-07-19T19:09:05.586Z] run `npm fund` for details
[2023-07-19T19:09:05.586Z]
[2023-07-19T19:09:05.586Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-19T19:09:05.882Z] + npm list -g
[2023-07-19T19:09:05.883Z] + grep build-chain
[2023-07-19T19:09:06.444Z] ├── @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-19T19:09:06.972Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-19T19:09:07.002Z] BUILD_MVN_OPTS_CURRENT = -Pkogito-apps-downstream
[Pipeline] configFileProvider
[2023-07-19T19:09:07.018Z] provisioning config files...
[2023-07-19T19:09:07.025Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples@tmp/config3596932101381774238tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-19T19:09:07.071Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-19T19:09:07.116Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples@tmp/config3596932101381774238tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-19T19:09:07.145Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-19T19:09:07.146Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-19T19:09:07.146Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-19T19:09:07.437Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-19T19:09:07.437Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples@tmp/durable-fc00a022/script.sh ']'
[2023-07-19T19:09:07.437Z] ++ deactivate nondestructive
[2023-07-19T19:09:07.437Z] ++ unset -f pydoc
[2023-07-19T19:09:07.437Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.437Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.437Z] ++ hash -r
[2023-07-19T19:09:07.437Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.437Z] ++ unset VIRTUAL_ENV
[2023-07-19T19:09:07.437Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-07-19T19:09:07.437Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-07-19T19:09:07.437Z] ++ '[' linux-gnu = cygwin ']'
[2023-07-19T19:09:07.437Z] ++ '[' linux-gnu = msys ']'
[2023-07-19T19:09:07.437Z] ++ export VIRTUAL_ENV
[2023-07-19T19:09:07.437Z] ++ _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-07-19T19:09:07.438Z] ++ 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-07-19T19:09:07.438Z] ++ export PATH
[2023-07-19T19:09:07.438Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.438Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.438Z] ++ _OLD_VIRTUAL_PS1=
[2023-07-19T19:09:07.438Z] ++ '[' x '!=' x ']'
[2023-07-19T19:09:07.438Z] +++ basename /home/jenkins/virtenvs/swf
[2023-07-19T19:09:07.438Z] ++ PS1='(swf) '
[2023-07-19T19:09:07.438Z] ++ export PS1
[2023-07-19T19:09:07.438Z] ++ alias pydoc
[2023-07-19T19:09:07.438Z] ++ true
[2023-07-19T19:09:07.438Z] ++ hash -r
[2023-07-19T19:09:07.438Z] + 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-apps/pull/1806 --skipParallelCheckout
[2023-07-19T19:09:08.800Z] # Executing pre section
[2023-07-19T19:09:08.800Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples@tmp/config3596932101381774238tmp -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-07-19T19:09:08.800Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples@tmp/config3596932101381774238tmp -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-07-19T19:09:08.800Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
[2023-07-19T19:09:08.800Z] BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
[2023-07-19T19:09:08.800Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-07-19T19:09:08.800Z] QUARKUS_VERSION=
[2023-07-19T19:09:08.800Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-07-19T19:09:08.800Z] ENABLE_DEPLOY=
[2023-07-19T19:09:08.800Z]
[2023-07-19T19:09:08.800Z] # Execution Plan
[2023-07-19T19:09:08.800Z] [INFO] 4 projects will be executed
[2023-07-19T19:09:08.800Z] [INFO] [kiegroup/drools]
[2023-07-19T19:09:08.800Z] [INFO] Level type: upstream
[2023-07-19T19:09:08.800Z] [INFO] [before]
[2023-07-19T19:09:08.800Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:09:08.800Z] 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-07-19T19:09:08.800Z] [INFO] [commands]
[2023-07-19T19:09:08.800Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:09:08.800Z] [INFO] [kiegroup/kogito-runtimes]
[2023-07-19T19:09:08.800Z] [INFO] Level type: upstream
[2023-07-19T19:09:08.800Z] [INFO] [before]
[2023-07-19T19:09:08.800Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:09:08.800Z] 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-07-19T19:09:08.800Z] [INFO] [commands]
[2023-07-19T19:09:08.800Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:09:08.800Z] [INFO] [kiegroup/kogito-apps]
[2023-07-19T19:09:08.800Z] [INFO] Level type: upstream
[2023-07-19T19:09:08.800Z] [INFO] [before]
[2023-07-19T19:09:08.800Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:09:08.800Z] 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-07-19T19:09:08.800Z] [INFO] [commands]
[2023-07-19T19:09:08.800Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:09:08.800Z] [INFO] [kiegroup/kogito-examples]
[2023-07-19T19:09:08.800Z] [INFO] Level type: current
[2023-07-19T19:09:08.800Z] [INFO] [before]
[2023-07-19T19:09:08.800Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-07-19T19:09:08.800Z] 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-07-19T19:09:08.800Z] [INFO] [commands]
[2023-07-19T19:09:08.800Z] [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-07-19T19:09:08.800Z] 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-07-19T19:09:08.800Z] 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-07-19T19:09:08.800Z]
[2023-07-19T19:09:08.800Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-07-19T19:09:23.656Z] [INFO] kiegroup/drools checked out
[2023-07-19T19:09:35.851Z] [INFO] kiegroup/kogito-runtimes checked out
[2023-07-19T19:09:40.010Z] [ERROR] [kiegroup/kogito-apps] Error merging AjayJagan/kogito-apps:timeline-nodes
[2023-07-19T19:09:40.010Z] into kiegroup/kogito-apps:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-19T19:09:40.084Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T19:09:40.479Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-19T19:09:40.503Z] Recording test results
[2023-07-19T19:09:41.009Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-19T19:09:41.026Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T19:09:40.907Z] No test report files were found. Configuration error?
[2023-07-19T19:09:41.730Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 19, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
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-apps/pull/1806 --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-apps.tests.downstream.kogito-quarkus-examples/626/display/redirect
See console log:

Console Logs Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.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-apps.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh4004897956445415933.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 101cf4be280d42e2ae3d020647f86f3ff555e052 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 101cf4be280d42e2ae3d020647f86f3ff555e052 # timeout=10
Commit message: "Setup `githubscm.getGitRepositoryAuthor()` (#288)"
> git rev-list --no-walk 101cf4be280d42e2ae3d020647f86f3ff555e052 # 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-10 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5a5de5ce3930a8368346d731a424090952380999 (origin/main)
Commit message: "CI: Update-quarkus-platform -> Add branch to PR title (#1015)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-19T19:08:56.445Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-07-19T19:08:56.535Z] 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-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
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5a5de5ce3930a8368346d731a424090952380999 # 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-07-19T19:08:58.699Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-19T19:08:58.764Z] 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-19T19:08:59.509Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-07-19T19:08:59.547Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-19T19:08:59.840Z] + df -h
[2023-07-19T19:08:59.840Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-19T19:08:59.840Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-19T19:08:59.840Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-19T19:08:59.840Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-19T19:08:59.840Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-19T19:08:59.840Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-19T19:08:59.840Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-19T19:08:59.840Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-19T19:08:59.862Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-19T19:09:00.146Z] + du -h -d1 /home/jenkins
[2023-07-19T19:09:00.146Z] 4.0K /home/jenkins/.ssh
[2023-07-19T19:09:00.146Z] 0 /home/jenkins/go
[2023-07-19T19:09:00.146Z] 8.0K /home/jenkins/.vnc
[2023-07-19T19:09:00.146Z] 8.0K /home/jenkins/.m2
[2023-07-19T19:09:00.146Z] 2.2G /home/jenkins/git-repos
[2023-07-19T19:09:00.146Z] 8.0K /home/jenkins/.config
[2023-07-19T19:09:00.402Z] 161M /home/jenkins/virtenvs
[2023-07-19T19:09:00.402Z] 4.0K /home/jenkins/.cekit
[2023-07-19T19:09:00.402Z] 32M /home/jenkins/remoting
[2023-07-19T19:09:00.402Z] 0 /home/jenkins/.cache
[2023-07-19T19:09:00.402Z] 12M /home/jenkins/workspace
[2023-07-19T19:09:00.402Z] 100M /home/jenkins/tools
[2023-07-19T19:09:00.402Z] 0 /home/jenkins/caches
[2023-07-19T19:09:00.402Z] 2.5G /home/jenkins
[Pipeline] echo
[2023-07-19T19:09:00.423Z] [INFO] space of workspace
[Pipeline] sh
[2023-07-19T19:09:00.707Z] + du -h -d3 /home/jenkins/workspace
[2023-07-19T19:09:00.707Z] 12M /home/jenkins/workspace/KIE/kogito/main
[2023-07-19T19:09:00.707Z] 12M /home/jenkins/workspace/KIE/kogito
[2023-07-19T19:09:00.707Z] 12M /home/jenkins/workspace/KIE
[2023-07-19T19:09:00.707Z] 12M /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-07-19T19:09:01.047Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-19T19:09:01.127Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-19T19:09:01.414Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-19T19:09:05.580Z]
[2023-07-19T19:09:05.580Z] added 95 packages, and audited 96 packages in 4s
[2023-07-19T19:09:05.580Z]
[2023-07-19T19:09:05.580Z] 5 packages are looking for funding
[2023-07-19T19:09:05.580Z] run `npm fund` for details
[2023-07-19T19:09:05.580Z]
[2023-07-19T19:09:05.580Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-19T19:09:05.877Z] + npm list -g
[2023-07-19T19:09:05.878Z] + grep build-chain
[2023-07-19T19:09:06.439Z] ├── @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-19T19:09:06.972Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-19T19:09:07.002Z] BUILD_MVN_OPTS_CURRENT = -Pkogito-apps-downstream
[Pipeline] configFileProvider
[2023-07-19T19:09:07.018Z] provisioning config files...
[2023-07-19T19:09:07.025Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples@tmp/config7110636780181979304tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-19T19:09:07.068Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-19T19:09:07.117Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples@tmp/config7110636780181979304tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-19T19:09:07.146Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-19T19:09:07.146Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-19T19:09:07.146Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-19T19:09:07.440Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-19T19:09:07.440Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples@tmp/durable-6d7e9918/script.sh ']'
[2023-07-19T19:09:07.440Z] ++ deactivate nondestructive
[2023-07-19T19:09:07.440Z] ++ unset -f pydoc
[2023-07-19T19:09:07.440Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.440Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.440Z] ++ hash -r
[2023-07-19T19:09:07.440Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.440Z] ++ unset VIRTUAL_ENV
[2023-07-19T19:09:07.440Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-07-19T19:09:07.440Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-07-19T19:09:07.440Z] ++ '[' linux-gnu = cygwin ']'
[2023-07-19T19:09:07.440Z] ++ '[' linux-gnu = msys ']'
[2023-07-19T19:09:07.440Z] ++ export VIRTUAL_ENV
[2023-07-19T19:09:07.440Z] ++ _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-07-19T19:09:07.440Z] ++ 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-07-19T19:09:07.440Z] ++ export PATH
[2023-07-19T19:09:07.440Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.440Z] ++ '[' -z '' ']'
[2023-07-19T19:09:07.440Z] ++ _OLD_VIRTUAL_PS1=
[2023-07-19T19:09:07.440Z] ++ '[' x '!=' x ']'
[2023-07-19T19:09:07.440Z] +++ basename /home/jenkins/virtenvs/swf
[2023-07-19T19:09:07.440Z] ++ PS1='(swf) '
[2023-07-19T19:09:07.440Z] ++ export PS1
[2023-07-19T19:09:07.440Z] ++ alias pydoc
[2023-07-19T19:09:07.440Z] ++ true
[2023-07-19T19:09:07.440Z] ++ hash -r
[2023-07-19T19:09:07.440Z] + 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-apps/pull/1806 --skipParallelCheckout
[2023-07-19T19:09:08.805Z] # Executing pre section
[2023-07-19T19:09:08.805Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples@tmp/config7110636780181979304tmp -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-07-19T19:09:08.805Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples@tmp/config7110636780181979304tmp -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-07-19T19:09:08.805Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
[2023-07-19T19:09:08.805Z] BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
[2023-07-19T19:09:08.805Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-07-19T19:09:08.805Z] QUARKUS_VERSION=
[2023-07-19T19:09:08.805Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-07-19T19:09:08.805Z] ENABLE_DEPLOY=
[2023-07-19T19:09:08.805Z]
[2023-07-19T19:09:08.805Z] # Execution Plan
[2023-07-19T19:09:08.805Z] [INFO] 4 projects will be executed
[2023-07-19T19:09:08.805Z] [INFO] [kiegroup/drools]
[2023-07-19T19:09:08.805Z] [INFO] Level type: upstream
[2023-07-19T19:09:08.805Z] [INFO] [before]
[2023-07-19T19:09:08.805Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:09:08.805Z] 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-07-19T19:09:08.805Z] [INFO] [commands]
[2023-07-19T19:09:08.805Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:09:08.805Z] [INFO] [kiegroup/kogito-runtimes]
[2023-07-19T19:09:08.805Z] [INFO] Level type: upstream
[2023-07-19T19:09:08.805Z] [INFO] [before]
[2023-07-19T19:09:08.805Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:09:08.805Z] 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-07-19T19:09:08.805Z] [INFO] [commands]
[2023-07-19T19:09:08.805Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:09:08.805Z] [INFO] [kiegroup/kogito-apps]
[2023-07-19T19:09:08.805Z] [INFO] Level type: upstream
[2023-07-19T19:09:08.805Z] [INFO] [before]
[2023-07-19T19:09:08.805Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:09:08.805Z] 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-07-19T19:09:08.805Z] [INFO] [commands]
[2023-07-19T19:09:08.805Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:09:08.805Z] [INFO] [kiegroup/kogito-examples]
[2023-07-19T19:09:08.805Z] [INFO] Level type: current
[2023-07-19T19:09:08.805Z] [INFO] [before]
[2023-07-19T19:09:08.805Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-07-19T19:09:08.805Z] 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-07-19T19:09:08.805Z] [INFO] [commands]
[2023-07-19T19:09:08.805Z] [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-07-19T19:09:08.805Z] 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-07-19T19:09:08.805Z] 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-07-19T19:09:08.805Z]
[2023-07-19T19:09:08.805Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-07-19T19:09:23.644Z] [INFO] kiegroup/drools checked out
[2023-07-19T19:09:38.492Z] [INFO] kiegroup/kogito-runtimes checked out
[2023-07-19T19:09:41.000Z] [ERROR] [kiegroup/kogito-apps] Error merging AjayJagan/kogito-apps:timeline-nodes
[2023-07-19T19:09:41.000Z] into kiegroup/kogito-apps:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-19T19:09:41.067Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T19:09:41.463Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-19T19:09:41.488Z] Recording test results
[2023-07-19T19:09:42.032Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-19T19:09:42.049Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T19:09:42.000Z] No test report files were found. Configuration error?
[2023-07-19T19:09:42.755Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 19, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
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-apps/pull/1806 --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-apps.tests.downstream.serverless-workflow-examples/633/display/redirect
See console log:

Console Logs Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.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-apps.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh14407641662256101574.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 101cf4be280d42e2ae3d020647f86f3ff555e052 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 101cf4be280d42e2ae3d020647f86f3ff555e052 # timeout=10
Commit message: "Setup `githubscm.getGitRepositoryAuthor()` (#288)"
> git rev-list --no-walk 101cf4be280d42e2ae3d020647f86f3ff555e052 # 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-12 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5a5de5ce3930a8368346d731a424090952380999 (origin/main)
Commit message: "CI: Update-quarkus-platform -> Add branch to PR title (#1015)"
[Pipeline] }
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5a5de5ce3930a8368346d731a424090952380999 # timeout=10
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-19T19:09:49.674Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-07-19T19:09:51.579Z] 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-12
[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-19T19:09:53.934Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-19T19:09:54.068Z] 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-19T19:09:54.687Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-07-19T19:09:54.722Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-19T19:09:55.005Z] + df -h
[2023-07-19T19:09:55.006Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-19T19:09:55.006Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-19T19:09:55.006Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-19T19:09:55.006Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-19T19:09:55.006Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-19T19:09:55.006Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-19T19:09:55.006Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-19T19:09:55.006Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-19T19:09:55.028Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-19T19:09:55.312Z] + du -h -d1 /home/jenkins
[2023-07-19T19:09:55.312Z] 4.0K /home/jenkins/.ssh
[2023-07-19T19:09:55.312Z] 0 /home/jenkins/go
[2023-07-19T19:09:55.312Z] 8.0K /home/jenkins/.vnc
[2023-07-19T19:09:55.312Z] 8.0K /home/jenkins/.m2
[2023-07-19T19:09:55.312Z] 2.2G /home/jenkins/git-repos
[2023-07-19T19:09:55.312Z] 8.0K /home/jenkins/.config
[2023-07-19T19:09:55.571Z] 161M /home/jenkins/virtenvs
[2023-07-19T19:09:55.571Z] 4.0K /home/jenkins/.cekit
[2023-07-19T19:09:55.571Z] 32M /home/jenkins/remoting
[2023-07-19T19:09:55.571Z] 0 /home/jenkins/.cache
[2023-07-19T19:09:55.571Z] 12M /home/jenkins/workspace
[2023-07-19T19:09:55.571Z] 100M /home/jenkins/tools
[2023-07-19T19:09:55.571Z] 0 /home/jenkins/caches
[2023-07-19T19:09:55.571Z] 2.5G /home/jenkins
[Pipeline] echo
[2023-07-19T19:09:55.593Z] [INFO] space of workspace
[Pipeline] sh
[2023-07-19T19:09:55.873Z] + du -h -d3 /home/jenkins/workspace
[2023-07-19T19:09:55.873Z] 12M /home/jenkins/workspace/KIE/kogito/main
[2023-07-19T19:09:55.873Z] 12M /home/jenkins/workspace/KIE/kogito
[2023-07-19T19:09:55.873Z] 12M /home/jenkins/workspace/KIE
[2023-07-19T19:09:55.873Z] 12M /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-07-19T19:09:56.272Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-19T19:09:56.361Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-19T19:09:56.652Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-19T19:09:59.921Z]
[2023-07-19T19:09:59.921Z] added 95 packages, and audited 96 packages in 3s
[2023-07-19T19:09:59.921Z]
[2023-07-19T19:09:59.921Z] 5 packages are looking for funding
[2023-07-19T19:09:59.921Z] run `npm fund` for details
[2023-07-19T19:09:59.921Z]
[2023-07-19T19:09:59.921Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-19T19:10:00.215Z] + npm list -g
[2023-07-19T19:10:00.216Z] + grep build-chain
[2023-07-19T19:10:00.777Z] ├── @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-19T19:10:01.306Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-19T19:10:01.336Z] BUILD_MVN_OPTS_CURRENT = -Pkogito-apps-downstream
[Pipeline] configFileProvider
[2023-07-19T19:10:01.352Z] provisioning config files...
[2023-07-19T19:10:01.360Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples@tmp/config17984236956734009074tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-19T19:10:01.399Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-19T19:10:01.444Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples@tmp/config17984236956734009074tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-19T19:10:01.467Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-19T19:10:01.468Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-19T19:10:01.468Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-19T19:10:01.769Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-19T19:10:01.769Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples@tmp/durable-6c7fa547/script.sh ']'
[2023-07-19T19:10:01.769Z] ++ deactivate nondestructive
[2023-07-19T19:10:01.769Z] ++ unset -f pydoc
[2023-07-19T19:10:01.769Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.769Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.769Z] ++ hash -r
[2023-07-19T19:10:01.769Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.769Z] ++ unset VIRTUAL_ENV
[2023-07-19T19:10:01.769Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-07-19T19:10:01.769Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-07-19T19:10:01.769Z] ++ '[' linux-gnu = cygwin ']'
[2023-07-19T19:10:01.769Z] ++ '[' linux-gnu = msys ']'
[2023-07-19T19:10:01.769Z] ++ export VIRTUAL_ENV
[2023-07-19T19:10:01.769Z] ++ _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-07-19T19:10:01.769Z] ++ 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-07-19T19:10:01.769Z] ++ export PATH
[2023-07-19T19:10:01.769Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.769Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.769Z] ++ _OLD_VIRTUAL_PS1=
[2023-07-19T19:10:01.769Z] ++ '[' x '!=' x ']'
[2023-07-19T19:10:01.769Z] +++ basename /home/jenkins/virtenvs/swf
[2023-07-19T19:10:01.769Z] ++ PS1='(swf) '
[2023-07-19T19:10:01.769Z] ++ export PS1
[2023-07-19T19:10:01.769Z] ++ alias pydoc
[2023-07-19T19:10:01.769Z] ++ true
[2023-07-19T19:10:01.769Z] ++ hash -r
[2023-07-19T19:10:01.769Z] + 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-apps/pull/1806 --skipParallelCheckout
[2023-07-19T19:10:02.710Z] # Executing pre section
[2023-07-19T19:10:02.710Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples@tmp/config17984236956734009074tmp -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-07-19T19:10:02.710Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples@tmp/config17984236956734009074tmp -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-07-19T19:10:02.710Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
[2023-07-19T19:10:02.710Z] BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
[2023-07-19T19:10:02.710Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-07-19T19:10:02.710Z] QUARKUS_VERSION=
[2023-07-19T19:10:02.710Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-07-19T19:10:02.710Z] ENABLE_DEPLOY=
[2023-07-19T19:10:02.710Z]
[2023-07-19T19:10:02.710Z] # Execution Plan
[2023-07-19T19:10:02.710Z] [INFO] 4 projects will be executed
[2023-07-19T19:10:02.710Z] [INFO] [kiegroup/drools]
[2023-07-19T19:10:02.710Z] [INFO] Level type: upstream
[2023-07-19T19:10:02.710Z] [INFO] [before]
[2023-07-19T19:10:02.710Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:10:02.710Z] 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-07-19T19:10:02.710Z] [INFO] [commands]
[2023-07-19T19:10:02.710Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:10:02.710Z] [INFO] [kiegroup/kogito-runtimes]
[2023-07-19T19:10:02.710Z] [INFO] Level type: upstream
[2023-07-19T19:10:02.710Z] [INFO] [before]
[2023-07-19T19:10:02.710Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:10:02.710Z] 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-07-19T19:10:02.710Z] [INFO] [commands]
[2023-07-19T19:10:02.710Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:10:02.710Z] [INFO] [kiegroup/kogito-apps]
[2023-07-19T19:10:02.710Z] [INFO] Level type: upstream
[2023-07-19T19:10:02.710Z] [INFO] [before]
[2023-07-19T19:10:02.710Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:10:02.710Z] 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-07-19T19:10:02.710Z] [INFO] [commands]
[2023-07-19T19:10:02.710Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:10:02.710Z] [INFO] [kiegroup/kogito-examples]
[2023-07-19T19:10:02.710Z] [INFO] Level type: current
[2023-07-19T19:10:02.710Z] [INFO] [before]
[2023-07-19T19:10:02.710Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-07-19T19:10:02.710Z] 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-07-19T19:10:02.710Z] [INFO] [commands]
[2023-07-19T19:10:02.710Z] [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-07-19T19:10:02.710Z] 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-07-19T19:10:02.710Z] 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-07-19T19:10:02.710Z]
[2023-07-19T19:10:02.710Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-07-19T19:10:17.541Z] [INFO] kiegroup/drools checked out
[2023-07-19T19:10:32.390Z] [INFO] kiegroup/kogito-runtimes checked out
[2023-07-19T19:10:35.666Z] [ERROR] [kiegroup/kogito-apps] Error merging AjayJagan/kogito-apps:timeline-nodes
[2023-07-19T19:10:35.666Z] into kiegroup/kogito-apps:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-19T19:10:35.745Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T19:10:36.156Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-19T19:10:36.185Z] Recording test results
[2023-07-19T19:10:36.770Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-19T19:10:36.796Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[2023-07-19T19:10:36.191Z] No test report files were found. Configuration error?
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T19:10:37.550Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 19, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-apps/pull/1806 --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-apps.tests.kogito-apps/1234/display/redirect
See console log:

Console Logs > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14924247632885263372.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 101cf4be280d42e2ae3d020647f86f3ff555e052
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-apps.tests.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/kogito/jobs/main/jobs/pullrequest/jobs/kogito-apps.tests.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh11561028536978833950.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 101cf4be280d42e2ae3d020647f86f3ff555e052 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 101cf4be280d42e2ae3d020647f86f3ff555e052 # timeout=10
Commit message: "Setup `githubscm.getGitRepositoryAuthor()` (#288)"
> git rev-list --no-walk 101cf4be280d42e2ae3d020647f86f3ff555e052 # 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-11 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5a5de5ce3930a8368346d731a424090952380999 (origin/main)
Commit message: "CI: Update-quarkus-platform -> Add branch to PR title (#1015)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-19T19:09:55.530Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T19:09:56.190Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-19T19:09:56.222Z] Archiving artifacts
> 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 5a5de5ce3930a8368346d731a424090952380999 # timeout=10
[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-19T19:09:56.782Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps
[Pipeline] {
[Pipeline] echo
[2023-07-19T19:09:56.817Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-19T19:09:57.097Z] + df -h
[2023-07-19T19:09:57.098Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-19T19:09:57.098Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-19T19:09:57.098Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-19T19:09:57.098Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-19T19:09:57.098Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-19T19:09:57.098Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-19T19:09:57.098Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-19T19:09:57.098Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-19T19:09:57.122Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-19T19:09:57.401Z] + du -h -d1 /home/jenkins
[2023-07-19T19:09:57.402Z] 4.0K /home/jenkins/.ssh
[2023-07-19T19:09:57.402Z] 0 /home/jenkins/go
[2023-07-19T19:09:57.402Z] 8.0K /home/jenkins/.vnc
[2023-07-19T19:09:57.402Z] 8.0K /home/jenkins/.m2
[2023-07-19T19:09:57.402Z] 2.2G /home/jenkins/git-repos
[2023-07-19T19:09:57.402Z] 8.0K /home/jenkins/.config
[2023-07-19T19:09:57.402Z] 161M /home/jenkins/virtenvs
[2023-07-19T19:09:57.402Z] 4.0K /home/jenkins/.cekit
[2023-07-19T19:09:57.402Z] 33M /home/jenkins/remoting
[2023-07-19T19:09:57.402Z] 0 /home/jenkins/.cache
[2023-07-19T19:09:57.402Z] 12M /home/jenkins/workspace
[2023-07-19T19:09:57.402Z] 145M /home/jenkins/tools
[2023-07-19T19:09:57.402Z] 0 /home/jenkins/caches
[2023-07-19T19:09:57.402Z] 20M /home/jenkins/.npm
[2023-07-19T19:09:57.402Z] 2.6G /home/jenkins
[Pipeline] echo
[2023-07-19T19:09:57.425Z] [INFO] space of workspace
[Pipeline] sh
[2023-07-19T19:09:57.704Z] + du -h -d3 /home/jenkins/workspace
[2023-07-19T19:09:57.704Z] 12M /home/jenkins/workspace/KIE/kogito/main
[2023-07-19T19:09:57.704Z] 12M /home/jenkins/workspace/KIE/kogito
[2023-07-19T19:09:57.704Z] 12M /home/jenkins/workspace/KIE
[2023-07-19T19:09:57.704Z] 12M /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-07-19T19:09:58.075Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-19T19:09:58.149Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-19T19:09:58.439Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-19T19:10:00.329Z]
[2023-07-19T19:10:00.329Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-19T19:10:00.329Z]
[2023-07-19T19:10:00.329Z] 5 packages are looking for funding
[2023-07-19T19:10:00.329Z] run `npm fund` for details
[2023-07-19T19:10:00.329Z]
[2023-07-19T19:10:00.329Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-19T19:10:00.629Z] + npm list -g
[2023-07-19T19:10:00.630Z] + grep build-chain
[2023-07-19T19:10:00.887Z] ├── @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-19T19:10:01.355Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-19T19:10:01.386Z] BUILD_MVN_OPTS_CURRENT = -Dvalidate-formatting -Prun-code-coverage
[Pipeline] configFileProvider
[2023-07-19T19:10:01.401Z] provisioning config files...
[2023-07-19T19:10:01.405Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config6807944324119741228tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-19T19:10:01.445Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-19T19:10:01.492Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config6807944324119741228tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-19T19:10:01.515Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-19T19:10:01.516Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-19T19:10:01.516Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-19T19:10:01.785Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-19T19:10:01.785Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/durable-171bc865/script.sh ']'
[2023-07-19T19:10:01.785Z] ++ deactivate nondestructive
[2023-07-19T19:10:01.785Z] ++ unset -f pydoc
[2023-07-19T19:10:01.785Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.785Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.785Z] ++ hash -r
[2023-07-19T19:10:01.785Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.785Z] ++ unset VIRTUAL_ENV
[2023-07-19T19:10:01.785Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-07-19T19:10:01.785Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-07-19T19:10:01.785Z] ++ '[' linux-gnu = cygwin ']'
[2023-07-19T19:10:01.785Z] ++ '[' linux-gnu = msys ']'
[2023-07-19T19:10:01.785Z] ++ export VIRTUAL_ENV
[2023-07-19T19:10:01.785Z] ++ _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-07-19T19:10:01.785Z] ++ 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-07-19T19:10:01.785Z] ++ export PATH
[2023-07-19T19:10:01.785Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.785Z] ++ '[' -z '' ']'
[2023-07-19T19:10:01.785Z] ++ _OLD_VIRTUAL_PS1=
[2023-07-19T19:10:01.785Z] ++ '[' x '!=' x ']'
[2023-07-19T19:10:01.785Z] +++ basename /home/jenkins/virtenvs/swf
[2023-07-19T19:10:01.785Z] ++ PS1='(swf) '
[2023-07-19T19:10:01.785Z] ++ export PS1
[2023-07-19T19:10:01.785Z] ++ alias pydoc
[2023-07-19T19:10:01.785Z] ++ true
[2023-07-19T19:10:01.785Z] ++ hash -r
[2023-07-19T19:10:01.785Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-apps/pull/1806 --skipParallelCheckout
[2023-07-19T19:10:03.145Z] # Executing pre section
[2023-07-19T19:10:03.145Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config6807944324119741228tmp -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-07-19T19:10:03.145Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config6807944324119741228tmp -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-07-19T19:10:03.145Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting -Prun-code-coverage
[2023-07-19T19:10:03.145Z] BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting -Prun-code-coverage
[2023-07-19T19:10:03.145Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-07-19T19:10:03.145Z] QUARKUS_VERSION=
[2023-07-19T19:10:03.145Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-07-19T19:10:03.145Z] ENABLE_DEPLOY=
[2023-07-19T19:10:03.145Z]
[2023-07-19T19:10:03.145Z] # Execution Plan
[2023-07-19T19:10:03.145Z] [INFO] 3 projects will be executed
[2023-07-19T19:10:03.145Z] [INFO] [kiegroup/drools]
[2023-07-19T19:10:03.145Z] [INFO] Level type: upstream
[2023-07-19T19:10:03.145Z] [INFO] [before]
[2023-07-19T19:10:03.145Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:10:03.146Z] 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-07-19T19:10:03.146Z] [INFO] [commands]
[2023-07-19T19:10:03.146Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:10:03.146Z] [INFO] [kiegroup/kogito-runtimes]
[2023-07-19T19:10:03.146Z] [INFO] Level type: upstream
[2023-07-19T19:10:03.146Z] [INFO] [before]
[2023-07-19T19:10:03.146Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-07-19T19:10:03.146Z] 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-07-19T19:10:03.146Z] [INFO] [commands]
[2023-07-19T19:10:03.146Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-07-19T19:10:03.146Z] [INFO] [kiegroup/kogito-apps]
[2023-07-19T19:10:03.146Z] [INFO] Level type: current
[2023-07-19T19:10:03.146Z] [INFO] [before]
[2023-07-19T19:10:03.146Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-07-19T19:10:03.146Z] 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-07-19T19:10:03.146Z] [INFO] [commands]
[2023-07-19T19:10:03.146Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_APPS_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-07-19T19:10:03.146Z] mvn dependency:tree clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS }}
[2023-07-19T19:10:03.146Z]
[2023-07-19T19:10:03.146Z] # Checking out kiegroup/kogito-apps and its dependencies (3 projects in total). It can take some time.
[2023-07-19T19:10:29.623Z] [INFO] kiegroup/drools checked out
[2023-07-19T19:10:39.550Z] [INFO] kiegroup/kogito-runtimes checked out
[2023-07-19T19:10:43.973Z] [ERROR] [kiegroup/kogito-apps] Error merging AjayJagan/kogito-apps:timeline-nodes
[2023-07-19T19:10:43.973Z] into kiegroup/kogito-apps:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-19T19:10:44.704Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T19:10:45.250Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-19T19:10:45.281Z] Recording test results
[2023-07-19T19:10:45.599Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-19T19:10:45.620Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T19:10:45.540Z] No test report files were found. Configuration error?
[2023-07-19T19:10:46.326Z] + rm -rf console.log
[Pipeline] sh

@AjayJagan AjayJagan force-pushed the timeline-nodes branch 2 times, most recently from cf66d3d to 792c91c Compare July 19, 2023 19:21
@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 19, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-apps/pull/1806 --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-apps.tests.kogito-apps/1235/display/redirect
See console log:

Console Logs [2023-07-19T20:46:21.877Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-07-19T20:46:21.877Z] [INFO] No sources in project. Archive not created.
[2023-07-19T20:46:21.877Z] [INFO]
[2023-07-19T20:46:21.877Z] [INFO] --- maven-failsafe-plugin:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-07-19T20:46:21.877Z] [INFO] No tests to run.
[2023-07-19T20:46:21.877Z] [INFO]
[2023-07-19T20:46:21.877Z] [INFO] --- maven-failsafe-plugin:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-07-19T20:46:21.877Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/failsafe-reports
[2023-07-19T20:46:21.877Z] [INFO]
[2023-07-19T20:46:21.877Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ runtime-tools-quarkus-extension-deployment ---
[2023-07-19T20:46:21.877Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-07-19T20:46:21.877Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.pom
[2023-07-19T20:46:21.877Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-07-19T20:46:21.877Z] [INFO] ------------------------------------------------------------------------
[2023-07-19T20:46:21.877Z] [INFO] Reactor Summary for Kogito Apps 2.0.0-SNAPSHOT:
[2023-07-19T20:46:21.877Z] [INFO]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps ........................................ SUCCESS [ 5.854 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: BOM ................................. SUCCESS [ 0.040 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Build Parent BOM .................... SUCCESS [ 0.039 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons ................. SUCCESS [ 0.040 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons API ............. SUCCESS [ 2.294 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons Protobuf ........ SUCCESS [ 4.746 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons PostgreSQL ...... SUCCESS [ 22.774 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: DB Scripts Collection Multi Repo .... SUCCESS [ 0.283 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons Infinispan ...... SUCCESS [ 45.479 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons MongoDB ......... SUCCESS [ 23.741 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons Redis ........... SUCCESS [ 5.172 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons Oracle .......... SUCCESS [ 47.690 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: Parent SUCCESS [ 0.086 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: API SUCCESS [ 4.835 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL base SUCCESS [ 5.263 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL (Generic) SUCCESS [ 23.396 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service ........................ SUCCESS [ 0.063 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Internal :: API ..... SUCCESS [ 2.803 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Jobs Recipients ..... SUCCESS [ 0.023 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Job Recipient Common Http SUCCESS [ 1.816 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Parent SUCCESS [ 0.027 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Runtime SUCCESS [ 6.462 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Deployment SUCCESS [ 19.287 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Parent SUCCESS [ 0.026 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Runtime SUCCESS [ 6.083 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Deployment SUCCESS [ 3.619 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Common .............. SUCCESS [02:28 min]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [02:56 min]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 5.198 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: In-memory ........... SUCCESS [02:36 min]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs :: Addons ...................... SUCCESS [ 0.026 s]
[2023-07-19T20:46:21.877Z] [INFO] Jobs Service Embedded Quarkus Addon - Parent ....... SUCCESS [ 0.028 s]
[2023-07-19T20:46:21.877Z] [INFO] Jobs Service Embedded Quarkus Addon - Runtime ...... SUCCESS [ 5.606 s]
[2023-07-19T20:46:21.877Z] [INFO] Jobs Service Embedded Quarkus Addon - Deployment ... SUCCESS [ 4.131 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: Infinispan .......... SUCCESS [02:45 min]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Jobs Service :: MongoDB ............. SUCCESS [02:24 min]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.020 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.021 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 1.105 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 2.423 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 21.063 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Data Index Storage Infinispan ....... SUCCESS [ 4.937 s]
[2023-07-19T20:46:21.877Z] [INFO] Kogito Apps :: Data Index Storage MongoDB .......... SUCCESS [ 15.991 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL :: Reporting SUCCESS [ 20.907 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Storage Oracle DB ........ SUCCESS [ 40.994 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Common ................... SUCCESS [ 5.835 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Service .................. SUCCESS [ 0.019 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Service Common ........... SUCCESS [ 14.889 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Service with In-memory persistence SUCCESS [01:42 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Service with Infinispan .. SUCCESS [02:37 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Service with MongoDB ..... SUCCESS [02:02 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Service with Oracle ...... SUCCESS [03:05 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SUCCESS [01:58 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.020 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.020 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 4.602 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.297 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.020 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.281 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.396 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 23.252 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 20.827 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.018 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.295 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.405 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 26.017 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 23.153 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.021 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.285 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.452 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.021 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 4.364 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: UI Packages ......................... SUCCESS [12:30 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SUCCESS [ 16.202 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SUCCESS [ 44.007 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 26.756 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.021 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.353 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.564 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 27.309 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 20.195 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 56.488 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Management Console .................. SUCCESS [ 13.965 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty UI ........................... SUCCESS [01:23 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Task Console ........................ SUCCESS [ 18.508 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.021 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 3.233 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 12.860 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.022 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.021 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 2.832 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.018 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.220 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 33.399 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 45.223 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.146 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 4.161 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 3.418 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 3.965 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [01:51 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 33.249 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 25.885 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 29.581 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.026 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.067 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 19.827 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 27.314 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 19.511 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.020 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.024 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.362 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.022 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 0.511 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 22.344 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.021 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [02:45 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [02:57 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [02:16 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [01:41 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [01:29 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.028 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.316 s]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [01:04 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SUCCESS [01:02 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [01:09 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [03:45 min]
[2023-07-19T20:46:21.878Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [01:44 min]
[2023-07-19T20:46:21.878Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.023 s]
[2023-07-19T20:46:21.878Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 4.786 s]
[2023-07-19T20:46:21.878Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SUCCESS [ 9.705 s]
[2023-07-19T20:46:21.878Z] [INFO] ------------------------------------------------------------------------
[2023-07-19T20:46:21.878Z] [INFO] BUILD SUCCESS
[2023-07-19T20:46:21.878Z] [INFO] ------------------------------------------------------------------------
[2023-07-19T20:46:21.878Z] [INFO] Total time: 01:17 h
[2023-07-19T20:46:21.878Z] [INFO] Finished at: 2023-07-19T16:46:20-04:00
[2023-07-19T20:46:21.878Z] [INFO] ------------------------------------------------------------------------
[2023-07-19T20:46:22.133Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-07-19T20:46:22.133Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-07-19T20:46:22.133Z] [INFO] OK [Executed in 0.049733 ms]
[2023-07-19T20:46:22.133Z]
[2023-07-19T20:46:22.133Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-07-19T20:46:22.133Z] [INFO] OK [Executed in 6.89041 ms]
[2023-07-19T20:46:22.133Z]
[2023-07-19T20:46:22.133Z] # [COMMANDS] [kiegroup/kogito-apps] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-19T20:46:22.133Z] [INFO] OK [Executed in 5.947522 ms]
[2023-07-19T20:46:22.133Z]
[2023-07-19T20:46:22.133Z] # [COMMANDS] [kiegroup/kogito-apps] mvn dependency:tree clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config1164504882725484969tmp -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 -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-19T20:46:22.133Z] [INFO] OK [Executed in 4632770.662753 ms]
[2023-07-19T20:46:22.133Z]
[2023-07-19T20:46:22.133Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-07-19T20:46:22.133Z]
[2023-07-19T20:46:22.133Z] # Uploading artifacts
[2023-07-19T20:46:22.133Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-19T20:46:22.133Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-19T20:46:22.485Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T20:46:22.998Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/kogito-quarkus-serverless-workflow-devui-parent/kogito-quarkus-serverless-workflow-devui-deployment/target/classes/dev-static/webapp/resources/webapp/_/_/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/kogito-quarkus-serverless-workflow-devui-parent/kogito-quarkus-serverless-workflow-devui-deployment/target/classes/dev-static/webapp/fonts/_/_/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/management-console/target/classes/META-INF/resources/fonts/_/_/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes/dev-static/webapp/resources/webapp/_/_/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes/dev-static/webapp/fonts/_/_/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/cloud-event-form/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/components-common/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/consoles-common/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/custom-dashboard-list/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/custom-dashboard-view/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/cypress-ouia/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/form-details/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/form-displayer/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/forms-list/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/jobs-management/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/management-console-shared/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/management-console-webapp/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/management-console-webapp/dist/fonts/_/_/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/management-console-webapp/dist-it/fonts/_/_/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/monitoring-webapp/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/monitoring/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/ouia-tools/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/process-definition-list/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/process-details/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/process-form/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/process-list/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/runtime-gateway-api/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/runtime-tools-dev-ui-webapp/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/runtime-tools-dev-ui-webapp/dist/resources/webapp/_/_/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/runtime-tools-dev-ui-webapp/dist/fonts/_/_/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-console-shared/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-console-webapp/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-details/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-form/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-inbox/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/trusty/node_modules’: No such file or directory
[2023-07-19T20:46:27.153Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/workflow-form/node_modules’: No such file or directory
[2023-07-19T20:46:27.712Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/node/node_modules’: No such file or directory
[2023-07-19T20:46:39.864Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/node_modules’: No such file or directory
[2023-07-19T20:46:39.864Z] + true
[Pipeline] junit
[2023-07-19T20:46:39.893Z] Recording test results
[2023-07-19T20:46:43.594Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-19T20:46:43.620Z] Archiving artifacts
[2023-07-19T20:46:44.664Z] hudson.FilePath$ValidateAntFileMask$1Cancel
[2023-07-19T20:46:44.664Z] at hudson.FilePath$ValidateAntFileMask$1.isCaseSensitive(FilePath.java:3300)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.isIncluded(DirectoryScanner.java:1370)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1260)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1194)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1156)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.checkIncludePatterns(DirectoryScanner.java:954)
[2023-07-19T20:46:44.664Z] at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:912)
[2023-07-19T20:46:44.664Z] at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3313)
[2023-07-19T20:46:44.664Z] Caused: hudson.FilePath$FileMaskNoMatchesFoundException: no matches found within 10000
[2023-07-19T20:46:44.664Z] at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3318)
[2023-07-19T20:46:44.664Z] at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3196)
[2023-07-19T20:46:44.664Z] at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3174)
[2023-07-19T20:46:44.664Z] at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3578)
[2023-07-19T20:46:44.664Z] Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-rhel8-xlarge-docker-11
[2023-07-19T20:46:44.664Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
[2023-07-19T20:46:44.664Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
[2023-07-19T20:46:44.664Z] at hudson.remoting.Channel.call(Channel.java:1000)
[2023-07-19T20:46:44.664Z] at hudson.FilePath.act(FilePath.java:1192)
[2023-07-19T20:46:44.664Z] at hudson.FilePath.act(FilePath.java:1181)
[2023-07-19T20:46:44.664Z] at hudson.FilePath.validateAntFileMask(FilePath.java:3171)
[2023-07-19T20:46:44.664Z] at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271)
[2023-07-19T20:46:44.664Z] at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:101)
[2023-07-19T20:46:44.664Z] at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)
[2023-07-19T20:46:44.664Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-07-19T20:46:44.664Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-07-19T20:46:44.664Z] Caused: hudson.FilePath$TunneledInterruptedException
[2023-07-19T20:46:44.664Z] at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3580)
[2023-07-19T20:46:44.664Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211)
[2023-07-19T20:46:44.664Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54)
[2023-07-19T20:46:44.664Z] at hudson.remoting.Request$2.run(Request.java:377)
[2023-07-19T20:46:44.664Z] at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-07-19T20:46:44.664Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-07-19T20:46:44.664Z] Caused: java.lang.InterruptedException: hudson.FilePath$FileMaskNoMatchesFoundException: no matches found within 10000
[2023-07-19T20:46:44.664Z] at hudson.FilePath.act(FilePath.java:1194)
[2023-07-19T20:46:44.664Z] at hudson.FilePath.act(FilePath.java:1181)
[2023-07-19T20:46:44.664Z] at hudson.FilePath.validateAntFileMask(FilePath.java:3171)
[2023-07-19T20:46:44.664Z] at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271)
[2023-07-19T20:46:44.664Z] at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:101)
[2023-07-19T20:46:44.664Z] at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)
[2023-07-19T20:46:44.664Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-07-19T20:46:44.664Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-07-19T20:46:44.664Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-07-19T20:46:44.664Z] No artifacts found that match the file pattern "**/cypress/screenshots/**,**/cypress/videos/**". Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-19T20:46:45.043Z] + rm -rf console.log
[Pipeline] sh
[2023-07-19T20:46:45.333Z] + 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-apps.tests.kogito-apps/1235/consoleText
[2023-07-19T20:46:45.333Z] + tail -n 300

colorConnectedEnds
}
);
}
combinedEditorEnvelopeApi.notifications.kogitoSwfCombinedEditor_colorNodes.send(

Choose a reason for hiding this comment

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

Can we call this only if getSuccessNodes returns an array not empty?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

makes sense!, fixed that as well :)

@sonarcloud
Copy link

sonarcloud bot commented Jul 20, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

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

77.1% 77.1% Coverage
0.0% 0.0% Duplication

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

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 4, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-apps/pull/1806 --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-apps.tests.kogito-apps/1323/display/redirect

Test results:

  • PASSED: 1658
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.415 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 34.802 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 31.060 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan SUCCESS [ 0.020 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Runtime SUCCESS [ 0.179 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Deployment SUCCESS [ 0.318 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Integration Tests :: SW SUCCESS [ 31.588 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Integration Tests :: Process SUCCESS [ 28.203 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB SUCCESS [ 0.023 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Runtime SUCCESS [ 0.143 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Deployment SUCCESS [ 0.349 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Integration Tests :: SW SUCCESS [ 25.794 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Integration Tests :: Process SUCCESS [ 22.946 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.029 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.024 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.557 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.243 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.019 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.334 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.453 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 24.024 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 21.944 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.019 s]
[2023-09-04T08:35:53.986Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.291 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.529 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 27.686 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 24.503 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.021 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.316 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.557 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.022 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 4.544 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: UI Packages ......................... FAILURE [ 15.857 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SKIPPED
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SKIPPED
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 29.549 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.021 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.274 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.374 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 27.056 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 20.594 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 55.722 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Management Console .................. SKIPPED
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty UI ........................... SKIPPED
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Task Console ........................ SKIPPED
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.019 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 3.947 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 20.595 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.022 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.019 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 3.002 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.019 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.246 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 33.531 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 47.676 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.155 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 4.330 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 3.521 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 4.069 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [01:54 min]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 32.998 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 27.766 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 30.537 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.020 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.079 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 20.542 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 28.950 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 20.925 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.021 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.024 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService SUCCESS [ 39.971 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 1.152 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [03:38 min]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [01:49 min]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.025 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.369 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 21.855 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.026 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [03:08 min]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [03:19 min]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [02:33 min]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [01:47 min]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [01:20 min]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.026 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.275 s]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [01:05 min]
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SKIPPED
[2023-09-04T08:35:53.987Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [01:09 min]
[2023-09-04T08:35:53.987Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.026 s]
[2023-09-04T08:35:53.987Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 4.223 s]
[2023-09-04T08:35:53.987Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SKIPPED
[2023-09-04T08:35:53.987Z] [INFO] ------------------------------------------------------------------------
[2023-09-04T08:35:53.987Z] [INFO] BUILD FAILURE
[2023-09-04T08:35:53.987Z] [INFO] ------------------------------------------------------------------------
[2023-09-04T08:35:53.987Z] [INFO] Total time: 01:07 h
[2023-09-04T08:35:53.987Z] [INFO] Finished at: 2023-09-04T04:35:53-04:00
[2023-09-04T08:35:53.987Z] [INFO] ------------------------------------------------------------------------
[2023-09-04T08:35:53.987Z] [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:pnpm (pnpm install) on project kogito-apps-ui-packages: Failed to run task: 'pnpm install --fetch-retry-mintimeout=50000 --fetch-retries=10 --registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[2023-09-04T08:35:53.987Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:pnpm (pnpm install) on project kogito-apps-ui-packages: Failed to run task
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T08:35:53.987Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T08:35:53.987Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T08:35:53.987Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T08:35:53.987Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T08:35:53.987Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T08:35:53.987Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T08:35:53.987Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T08:35:53.987Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T08:35:53.987Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T08:35:53.987Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T08:35:53.987Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T08:35:53.987Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T08:35:53.987Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T08:35:53.987Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T08:35:53.987Z] Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task
[2023-09-04T08:35:53.987Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:100)
[2023-09-04T08:35:53.987Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T08:35:53.987Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T08:35:53.987Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T08:35:53.987Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T08:35:53.988Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T08:35:53.988Z] Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'pnpm install --fetch-retry-mintimeout=50000 --fetch-retries=10 --registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/' failed.
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute (NodeTaskExecutor.java:63)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.mojo.PnpmMojo.execute (PnpmMojo.java:62)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:94)
[2023-09-04T08:35:53.988Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T08:35:53.988Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T08:35:53.988Z] Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute (ProcessExecutor.java:82)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput (ProcessExecutor.java:64)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput (NodeExecutor.java:29)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute (NodeTaskExecutor.java:58)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.mojo.PnpmMojo.execute (PnpmMojo.java:62)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:94)
[2023-09-04T08:35:53.988Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T08:35:53.988Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T08:35:53.988Z] Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-09-04T08:35:53.988Z] at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
[2023-09-04T08:35:53.988Z] at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute (ProcessExecutor.java:74)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput (ProcessExecutor.java:64)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput (NodeExecutor.java:29)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute (NodeTaskExecutor.java:58)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.mojo.PnpmMojo.execute (PnpmMojo.java:62)
[2023-09-04T08:35:53.988Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:94)
[2023-09-04T08:35:53.988Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T08:35:53.988Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T08:35:53.988Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T08:35:53.988Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T08:35:53.988Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T08:35:53.988Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T08:35:53.988Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T08:35:53.988Z] [ERROR]
[2023-09-04T08:35:53.988Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-09-04T08:35:53.988Z] [ERROR]
[2023-09-04T08:35:53.988Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-09-04T08:35:53.988Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2023-09-04T08:35:53.988Z] [ERROR]
[2023-09-04T08:35:53.988Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-09-04T08:35:53.988Z] [ERROR] mvn -rf :kogito-apps-ui-packages
[2023-09-04T08:35:54.910Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects
[2023-09-04T08:35:54.910Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-09-04T08:35:54.910Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-09-04T08:35:54.910Z] [INFO] OK [Executed in 0.041959 ms]
[2023-09-04T08:35:54.910Z]
[2023-09-04T08:35:54.910Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-09-04T08:35:54.910Z] [INFO] OK [Executed in 7.980414 ms]
[2023-09-04T08:35:54.910Z]
[2023-09-04T08:35:54.910Z] # [COMMANDS] [kiegroup/kogito-apps] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-09-04T08:35:54.910Z] [INFO] OK [Executed in 5.79735 ms]
[2023-09-04T08:35:54.910Z]
[2023-09-04T08:35:54.910Z] # [COMMANDS] [kiegroup/kogito-apps] mvn dependency:tree clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config6190932753309177839tmp -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 -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-09-04T08:35:54.910Z] [INFO] NOT OK [Executed in 4025789.86655 ms]
[2023-09-04T08:35:54.910Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-09-04T08:35:54.910Z]
[2023-09-04T08:35:54.910Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-09-04T08:35:54.910Z]
[2023-09-04T08:35:54.910Z] # Uploading artifacts
[2023-09-04T08:35:54.910Z] [INFO] Will not upload any artifacts in CLI environment
[2023-09-04T08:35:54.910Z]
[2023-09-04T08:35:54.910Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps
[2023-09-04T08:35:54.910Z] [ERROR] Failed to execute mvn dependency:tree clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config6190932753309177839tmp -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 -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-09-04T08:35:54.910Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-09-04T08:35:55.254Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-04T08:35:55.692Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[2023-09-04T08:35:58.948Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/node/node_modules’: No such file or directory
[2023-09-04T08:35:59.202Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/node_modules’: No such file or directory
[2023-09-04T08:35:59.202Z] + true
[Pipeline] junit
[2023-09-04T08:35:59.227Z] Recording test results
[2023-09-04T08:36:02.503Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-09-04T08:36:02.522Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-04T08:36:04.203Z] + rm -rf console.log
[Pipeline] sh
[2023-09-04T08:36:04.496Z] + 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-apps.tests.kogito-apps/1323/consoleText
[2023-09-04T08:36:04.496Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 4, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-apps/pull/1806 --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-apps.tests.kogito-apps/1324/display/redirect

Test results:

  • PASSED: 1658
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.475 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 37.109 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 30.741 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan SUCCESS [ 0.020 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Runtime SUCCESS [ 0.177 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Deployment SUCCESS [ 0.333 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Integration Tests :: SW SUCCESS [ 32.448 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Integration Tests :: Process SUCCESS [ 30.031 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB SUCCESS [ 0.023 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Runtime SUCCESS [ 0.148 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Deployment SUCCESS [ 0.318 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Integration Tests :: SW SUCCESS [ 27.647 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Integration Tests :: Process SUCCESS [ 24.094 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.020 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.022 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.611 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.276 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.021 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.419 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.442 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 23.954 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 22.219 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.027 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.267 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.480 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 27.619 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 24.776 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.021 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.269 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.446 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.019 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 4.370 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: UI Packages ......................... FAILURE [ 15.140 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SKIPPED
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SKIPPED
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 30.381 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.021 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.270 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.432 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 28.632 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 20.926 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 58.063 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Management Console .................. SKIPPED
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty UI ........................... SKIPPED
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Task Console ........................ SKIPPED
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.020 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 3.499 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 13.859 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.019 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.019 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 3.027 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.022 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.247 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 34.480 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 50.066 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.165 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 4.613 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 3.528 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 4.106 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [01:56 min]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 33.287 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 27.477 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 33.582 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.019 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.078 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 20.707 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 29.176 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 20.130 s]
[2023-09-04T09:08:49.441Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.022 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.020 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService SUCCESS [ 40.153 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 1.124 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [03:39 min]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [01:50 min]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.023 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.365 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 22.259 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.023 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [03:10 min]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [03:22 min]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [02:35 min]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [01:45 min]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [01:20 min]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.027 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.304 s]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [01:08 min]
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SKIPPED
[2023-09-04T09:08:49.442Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [01:13 min]
[2023-09-04T09:08:49.442Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.028 s]
[2023-09-04T09:08:49.442Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 4.254 s]
[2023-09-04T09:08:49.442Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SKIPPED
[2023-09-04T09:08:49.442Z] [INFO] ------------------------------------------------------------------------
[2023-09-04T09:08:49.442Z] [INFO] BUILD FAILURE
[2023-09-04T09:08:49.442Z] [INFO] ------------------------------------------------------------------------
[2023-09-04T09:08:49.442Z] [INFO] Total time: 01:09 h
[2023-09-04T09:08:49.442Z] [INFO] Finished at: 2023-09-04T05:08:48-04:00
[2023-09-04T09:08:49.442Z] [INFO] ------------------------------------------------------------------------
[2023-09-04T09:08:49.442Z] [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:pnpm (pnpm install) on project kogito-apps-ui-packages: Failed to run task: 'pnpm install --fetch-retry-mintimeout=50000 --fetch-retries=10 --registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[2023-09-04T09:08:49.442Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:pnpm (pnpm install) on project kogito-apps-ui-packages: Failed to run task
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T09:08:49.442Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T09:08:49.442Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T09:08:49.442Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T09:08:49.442Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T09:08:49.442Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T09:08:49.442Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T09:08:49.442Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T09:08:49.442Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T09:08:49.442Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T09:08:49.442Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T09:08:49.442Z] Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:100)
[2023-09-04T09:08:49.442Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T09:08:49.442Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T09:08:49.442Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T09:08:49.442Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T09:08:49.442Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T09:08:49.442Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T09:08:49.442Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T09:08:49.442Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T09:08:49.442Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T09:08:49.442Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T09:08:49.442Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T09:08:49.442Z] Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'pnpm install --fetch-retry-mintimeout=50000 --fetch-retries=10 --registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/' failed.
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute (NodeTaskExecutor.java:63)
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.mojo.PnpmMojo.execute (PnpmMojo.java:62)
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:94)
[2023-09-04T09:08:49.442Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T09:08:49.442Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T09:08:49.442Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T09:08:49.442Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T09:08:49.442Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T09:08:49.442Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T09:08:49.442Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T09:08:49.442Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T09:08:49.442Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T09:08:49.442Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T09:08:49.442Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T09:08:49.442Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T09:08:49.442Z] Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute (ProcessExecutor.java:82)
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput (ProcessExecutor.java:64)
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput (NodeExecutor.java:29)
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute (NodeTaskExecutor.java:58)
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.mojo.PnpmMojo.execute (PnpmMojo.java:62)
[2023-09-04T09:08:49.442Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:94)
[2023-09-04T09:08:49.442Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T09:08:49.442Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T09:08:49.443Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T09:08:49.443Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T09:08:49.443Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T09:08:49.443Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T09:08:49.443Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T09:08:49.443Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T09:08:49.443Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T09:08:49.443Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T09:08:49.443Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T09:08:49.443Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T09:08:49.443Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T09:08:49.443Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T09:08:49.443Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T09:08:49.443Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T09:08:49.443Z] Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-09-04T09:08:49.443Z] at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
[2023-09-04T09:08:49.443Z] at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
[2023-09-04T09:08:49.443Z] at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute (ProcessExecutor.java:74)
[2023-09-04T09:08:49.443Z] at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput (ProcessExecutor.java:64)
[2023-09-04T09:08:49.443Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput (NodeExecutor.java:29)
[2023-09-04T09:08:49.443Z] at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute (NodeTaskExecutor.java:58)
[2023-09-04T09:08:49.443Z] at com.github.eirslett.maven.plugins.frontend.mojo.PnpmMojo.execute (PnpmMojo.java:62)
[2023-09-04T09:08:49.443Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:94)
[2023-09-04T09:08:49.443Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-09-04T09:08:49.443Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-09-04T09:08:49.443Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-09-04T09:08:49.443Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-09-04T09:08:49.443Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-09-04T09:08:49.443Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-09-04T09:08:49.443Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-09-04T09:08:49.443Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-09-04T09:08:49.443Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-09-04T09:08:49.443Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-09-04T09:08:49.443Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-09-04T09:08:49.443Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-09-04T09:08:49.443Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-09-04T09:08:49.443Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-09-04T09:08:49.443Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-09-04T09:08:49.443Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-09-04T09:08:49.443Z] [ERROR]
[2023-09-04T09:08:49.443Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-09-04T09:08:49.443Z] [ERROR]
[2023-09-04T09:08:49.443Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-09-04T09:08:49.443Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2023-09-04T09:08:49.443Z] [ERROR]
[2023-09-04T09:08:49.443Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-09-04T09:08:49.443Z] [ERROR] mvn -rf :kogito-apps-ui-packages
[2023-09-04T09:08:49.699Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects
[2023-09-04T09:08:49.699Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-09-04T09:08:49.699Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-09-04T09:08:49.699Z] [INFO] OK [Executed in 0.051998 ms]
[2023-09-04T09:08:49.699Z]
[2023-09-04T09:08:49.699Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-09-04T09:08:49.699Z] [INFO] OK [Executed in 6.759885 ms]
[2023-09-04T09:08:49.699Z]
[2023-09-04T09:08:49.699Z] # [COMMANDS] [kiegroup/kogito-apps] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-09-04T09:08:49.699Z] [INFO] OK [Executed in 6.5976 ms]
[2023-09-04T09:08:49.699Z]
[2023-09-04T09:08:49.699Z] # [COMMANDS] [kiegroup/kogito-apps] mvn dependency:tree clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config16320585787223442674tmp -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 -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-09-04T09:08:49.699Z] [INFO] NOT OK [Executed in 4187932.881428 ms]
[2023-09-04T09:08:49.699Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-09-04T09:08:49.699Z]
[2023-09-04T09:08:49.699Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-09-04T09:08:49.699Z]
[2023-09-04T09:08:49.699Z] # Uploading artifacts
[2023-09-04T09:08:49.953Z] [INFO] Will not upload any artifacts in CLI environment
[2023-09-04T09:08:49.953Z]
[2023-09-04T09:08:49.953Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps
[2023-09-04T09:08:49.953Z] [ERROR] Failed to execute mvn dependency:tree clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config16320585787223442674tmp -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 -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-09-04T09:08:49.953Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-09-04T09:08:50.051Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-04T09:08:50.488Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[2023-09-04T09:08:55.730Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/node/node_modules’: No such file or directory
[2023-09-04T09:08:55.730Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/node_modules’: No such file or directory
[2023-09-04T09:08:55.730Z] + true
[Pipeline] junit
[2023-09-04T09:08:55.757Z] Recording test results
[2023-09-04T09:08:59.490Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-09-04T09:08:59.508Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-04T09:09:01.198Z] + rm -rf console.log
[Pipeline] sh
[2023-09-04T09:09:01.486Z] + 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-apps.tests.kogito-apps/1324/consoleText
[2023-09-04T09:09:01.486Z] + tail -n 300

@sonarcloud
Copy link

sonarcloud bot commented Sep 4, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

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

76.5% 76.5% Coverage
0.0% 0.0% Duplication

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

@domhanak
Copy link

domhanak commented Apr 8, 2024

Closing as outdated @AjayJagan @caponetto @paulovmr probably should go to kie-tools now

@domhanak domhanak closed this Apr 8, 2024
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