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

Setup environments #89

Merged
merged 7 commits into from
Aug 30, 2023
Merged

Setup environments #89

merged 7 commits into from
Aug 30, 2023

Conversation

radtriste
Copy link

Thank you for submitting this pull request

JIRA: (please edit the JIRA link if it exists)

link

referenced Pull Requests: (please edit the URLs of referenced pullrequests if they exist)

  • paste the link(s) from GitHub here
  • link 2
  • link 3 etc.
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:
  • a pull request please add comment: Jenkins retest this

  • a full downstream build please add comment: Jenkins run fdb

  • a compile downstream build please add comment: Jenkins run cdb

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

  • an upstream build please add comment: Jenkins run upstream

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.

@radtriste
Copy link
Author

jenkins rewrite quarkus-3

@radtriste
Copy link
Author

jenkins rewrite quarkus-3

@kie-ci1
Copy link

kie-ci1 commented Aug 29, 2023

Rewrite quarkus-3 before.sh patch file job #2 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.rewrite/2/display/redirect
See console log:

Console Logs [2023-08-29T12:02:48.761Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T12:02:48.761Z] [INFO] Total time: 02:50 min
[2023-08-29T12:02:48.761Z] [INFO] Finished at: 2023-08-29T08:02:47-04:00
[2023-08-29T12:02:48.761Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T12:02:48.761Z] [ERROR] Failed to execute goal on project drools-distribution: Could not resolve dependencies for project org.drools:drools-distribution:pom:8.44.0-SNAPSHOT: The following artifacts could not be resolved: org.kie:kie-api:jar:javadoc:8.44.0-SNAPSHOT (absent), org.kie:kie-internal:jar:javadoc:8.44.0-SNAPSHOT (absent): Could not find artifact org.kie:kie-api:jar:javadoc:8.44.0-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
[2023-08-29T12:02:48.761Z] [ERROR]
[2023-08-29T12:02:48.761Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2023-08-29T12:02:48.761Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-29T12:02:48.761Z] [ERROR]
[2023-08-29T12:02:48.761Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-29T12:02:48.761Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2023-08-29T12:02:48.761Z] [ERROR]
[2023-08-29T12:02:48.761Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-29T12:02:48.761Z] [ERROR] mvn -rf :drools-distribution
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate rewrite patch)
Stage "Generate rewrite patch" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push changes)
Stage "Push changes" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[2023-08-29T12:02:49.352Z] [WS-CLEANUP] Deleting project workspace...
[2023-08-29T12:02:49.352Z] [WS-CLEANUP] Deferred wipeout is used...
[2023-08-29T12:02:49.357Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-29T12:02:49.757Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.rewrite/2/api/json
[Pipeline] readJSON
[Pipeline] sh
[2023-08-29T12:02:50.143Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.rewrite/2/consoleText
[2023-08-29T12:02:50.143Z] + tail -n 50

@radtriste
Copy link
Author

jenkins rewrite quarkus-3

@kie-ci1
Copy link

kie-ci1 commented Aug 29, 2023

Rewrite quarkus-3 before.sh patch file job #3 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.rewrite/3/display/redirect
See console log:

Console Logs [2023-08-29T12:53:23.503Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T12:53:23.503Z] [INFO] BUILD SUCCESS
[2023-08-29T12:53:23.503Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T12:53:23.503Z] [INFO] Total time: 17.734 s
[2023-08-29T12:53:23.503Z] [INFO] Finished at: 2023-08-29T08:53:21-04:00
[2023-08-29T12:53:23.503Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T12:53:23.503Z] + mvn -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.rewrite/kie-jpmml-integration@tmp/config11677786257073766219tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -pl :drools-build-parent -DremotePom=io.quarkus:quarkus-bom:3.0.0.Final -DupdatePropertyVersions=true -DupdateDependencies=true -DgenerateBackupPoms=false versions:compare-dependencies
[2023-08-29T12:53:24.426Z] [INFO] Scanning for projects...
[2023-08-29T12:53:24.426Z] [ERROR] [ERROR] Could not find the selected project in the reactor: :drools-build-parent @
[2023-08-29T12:53:24.426Z] [ERROR] Could not find the selected project in the reactor: :drools-build-parent -> [Help 1]
[2023-08-29T12:53:24.426Z] [ERROR]
[2023-08-29T12:53:24.426Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2023-08-29T12:53:24.426Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-29T12:53:24.426Z] [ERROR]
[2023-08-29T12:53:24.426Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-29T12:53:24.426Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
[Pipeline] }
[2023-08-29T12:53:24.451Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push changes)
Stage "Push changes" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[2023-08-29T12:53:24.819Z] [WS-CLEANUP] Deleting project workspace...
[2023-08-29T12:53:24.819Z] [WS-CLEANUP] Deferred wipeout is used...
[2023-08-29T12:53:24.824Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-29T12:53:25.222Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.rewrite/3/api/json
[Pipeline] readJSON
[Pipeline] sh
[2023-08-29T12:53:25.575Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.rewrite/3/consoleText
[2023-08-29T12:53:25.575Z] + tail -n 50

@radtriste
Copy link
Author

jenkins rewrite quarkus-3

@radtriste
Copy link
Author

jenkins run quarkus-3

@kie-ci4
Copy link

kie-ci4 commented Aug 29, 2023

(quarkus-3) - kie-jpmml-integration job #1 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kie-jpmml-integration -u #89 --skipParallelCheckout

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

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/1/display/redirect
See console log:

Console Logs [2023-08-29T13:17:12.293Z] [INFO] OK [Executed in 152410.751512 ms]
[2023-08-29T13:17:12.293Z]
[2023-08-29T13:17:12.293Z] # [COMMANDS] [kiegroup/drools] mvn clean install -Dquickly -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config7672758785844243671tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-29T13:17:12.293Z] [INFO] OK [Executed in 125799.867934 ms]
[2023-08-29T13:17:12.293Z]
[2023-08-29T13:17:12.293Z] # [AFTER] [kiegroup/drools] docker system prune -f
[2023-08-29T13:17:12.293Z] [INFO] OK [Executed in 36.257627 ms]
[2023-08-29T13:17:12.293Z]
[2023-08-29T13:17:12.293Z]
[2023-08-29T13:17:12.293Z] # Executing kiegroup/kie-jpmml-integration
[2023-08-29T13:17:12.293Z] [command]/usr/bin/bash -c if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi
[2023-08-29T13:17:12.293Z] /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3
[2023-08-29T13:17:12.293Z] Update project for environment 'quarkus-3'
[2023-08-29T13:17:12.293Z] Run before script
[2023-08-29T13:17:12.293Z] + mvn -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config7672758785844243671tmp -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 clean install -Dquickly
[2023-08-29T13:17:14.191Z] [INFO] Error stacktraces are turned on.
[2023-08-29T13:17:14.191Z] [INFO] Scanning for projects...
[2023-08-29T13:17:14.191Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:17:14.191Z] [INFO] Reactor Build Order:
[2023-08-29T13:17:14.191Z] [INFO]
[2023-08-29T13:17:14.191Z] [INFO] kie-jpmml-integration [pom]
[2023-08-29T13:17:14.191Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support [jar]
[2023-08-29T13:17:14.191Z] [INFO]
[2023-08-29T13:17:14.191Z] [INFO] -------------------< org.kie:kie-jpmml-integration >--------------------
[2023-08-29T13:17:14.191Z] [INFO] Building kie-jpmml-integration 8.44.0-SNAPSHOT [1/2]
[2023-08-29T13:17:14.191Z] [INFO] from pom.xml
[2023-08-29T13:17:14.191Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-29T13:17:14.191Z] [INFO]
[2023-08-29T13:17:14.191Z] [INFO] --- clean:3.1.0:clean (default-clean) @ kie-jpmml-integration ---
[2023-08-29T13:17:14.191Z] [INFO]
[2023-08-29T13:17:14.191Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ kie-jpmml-integration ---
[2023-08-29T13:17:14.769Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:14.769Z] [INFO]
[2023-08-29T13:17:14.769Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ kie-jpmml-integration ---
[2023-08-29T13:17:14.769Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:14.769Z] [INFO]
[2023-08-29T13:17:14.769Z] [INFO] --- enforcer:3.0.0-M2:enforce (ban-blacklisted-dependencies) @ kie-jpmml-integration ---
[2023-08-29T13:17:14.769Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:14.769Z] [INFO]
[2023-08-29T13:17:14.769Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ kie-jpmml-integration ---
[2023-08-29T13:17:14.769Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:14.769Z] [INFO]
[2023-08-29T13:17:14.769Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ kie-jpmml-integration ---
[2023-08-29T13:17:14.769Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:14.769Z] [INFO]
[2023-08-29T13:17:14.769Z] [INFO] --- checkstyle:3.0.0:check (validate) @ kie-jpmml-integration ---
[2023-08-29T13:17:14.769Z] [INFO]
[2023-08-29T13:17:14.769Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-managed-deps) @ kie-jpmml-integration ---
[2023-08-29T13:17:14.769Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:14.769Z] [INFO]
[2023-08-29T13:17:14.769Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ kie-jpmml-integration ---
[2023-08-29T13:17:15.029Z] [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration' && 'git' 'rev-parse' '--verify' 'HEAD'
[2023-08-29T13:17:15.029Z] [INFO] Working directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration
[2023-08-29T13:17:15.029Z] [INFO] Storing buildNumber: 1e3e8d9 at timestamp: 1693315034445
[2023-08-29T13:17:15.029Z] [INFO] Storing buildScmBranch: setup_environments
[2023-08-29T13:17:15.029Z] [INFO]
[2023-08-29T13:17:15.029Z] [INFO] --- build-helper:3.0.0:add-source (default) @ kie-jpmml-integration ---
[2023-08-29T13:17:15.029Z] [INFO] Source directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/target/generated-sources/annotations added.
[2023-08-29T13:17:15.029Z] [INFO]
[2023-08-29T13:17:15.029Z] [INFO] --- build-helper:3.0.0:parse-version (default) @ kie-jpmml-integration ---
[2023-08-29T13:17:15.029Z] [INFO]
[2023-08-29T13:17:15.029Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ kie-jpmml-integration ---
[2023-08-29T13:17:15.029Z] [INFO]
[2023-08-29T13:17:15.029Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-jpmml-integration ---
[2023-08-29T13:17:15.029Z] [INFO]
[2023-08-29T13:17:15.029Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ kie-jpmml-integration ---
[2023-08-29T13:17:15.291Z] [INFO] Skipping packaging of the test-jar
[2023-08-29T13:17:15.291Z] [INFO]
[2023-08-29T13:17:15.291Z] [INFO] --- failsafe:2.22.1:integration-test (default) @ kie-jpmml-integration ---
[2023-08-29T13:17:15.291Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-29T13:17:15.291Z] [INFO] Tests are skipped.
[2023-08-29T13:17:15.291Z] [INFO]
[2023-08-29T13:17:15.291Z] [INFO] --- failsafe:2.22.1:verify (default) @ kie-jpmml-integration ---
[2023-08-29T13:17:15.291Z] [INFO] Tests are skipped.
[2023-08-29T13:17:15.291Z] [INFO]
[2023-08-29T13:17:15.291Z] [INFO] --- install:2.5.2:install (default-install) @ kie-jpmml-integration ---
[2023-08-29T13:17:15.291Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/pom.xml to /home/jenkins/.m2/repository/org/kie/kie-jpmml-integration/8.44.0-SNAPSHOT/kie-jpmml-integration-8.44.0-SNAPSHOT.pom
[2023-08-29T13:17:15.291Z] [INFO]
[2023-08-29T13:17:15.291Z] [INFO] -----------------------< org.kie:kie-dmn-jpmml >------------------------
[2023-08-29T13:17:15.291Z] [INFO] Building KIE :: Decision Model Notation :: jPMML extension support 8.44.0-SNAPSHOT [2/2]
[2023-08-29T13:17:15.291Z] [INFO] from kie-dmn-jpmml/pom.xml
[2023-08-29T13:17:15.291Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- clean:3.1.0:clean (default-clean) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- enforcer:3.0.0-M2:enforce (ban-blacklisted-dependencies) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- checkstyle:3.0.0:check (validate) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-managed-deps) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- build-helper:3.0.0:add-source (default) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO] Source directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/generated-sources/annotations added.
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- build-helper:3.0.0:parse-version (default) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- resources:3.1.0:resources (default-resources) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-29T13:17:15.546Z] [INFO] Copying 1 resource
[2023-08-29T13:17:15.546Z] [INFO]
[2023-08-29T13:17:15.546Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ kie-dmn-jpmml ---
[2023-08-29T13:17:15.546Z] [INFO] Changes detected - recompiling the module!
[2023-08-29T13:17:15.546Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/classes
[2023-08-29T13:17:16.501Z] [INFO]
[2023-08-29T13:17:16.501Z] [INFO] --- jandex:3.0.5:jandex (make-index) @ kie-dmn-jpmml ---
[2023-08-29T13:17:16.501Z] [INFO] Saving Jandex index: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/classes/META-INF/jandex.idx
[2023-08-29T13:17:16.501Z] [INFO]
[2023-08-29T13:17:16.501Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ kie-dmn-jpmml ---
[2023-08-29T13:17:16.501Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-29T13:17:16.501Z] [INFO] Copying 10 resources
[2023-08-29T13:17:16.501Z] [INFO]
[2023-08-29T13:17:16.501Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ kie-dmn-jpmml ---
[2023-08-29T13:17:16.501Z] [INFO] Changes detected - recompiling the module!
[2023-08-29T13:17:16.501Z] [INFO] Compiling 8 source files to /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/test-classes
[2023-08-29T13:17:16.755Z] [INFO]
[2023-08-29T13:17:16.755Z] [INFO] --- surefire:2.22.1:test (default-test) @ kie-dmn-jpmml ---
[2023-08-29T13:17:16.755Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-29T13:17:16.755Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[2023-08-29T13:17:16.755Z] [INFO] Tests are skipped.
[2023-08-29T13:17:16.755Z] [INFO]
[2023-08-29T13:17:16.755Z] [INFO] --- jar:3.1.0:jar (default-jar) @ kie-dmn-jpmml ---
[2023-08-29T13:17:16.755Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar
[2023-08-29T13:17:16.755Z] [INFO]
[2023-08-29T13:17:16.755Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ kie-dmn-jpmml ---
[2023-08-29T13:17:16.755Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar
[2023-08-29T13:17:17.016Z] [INFO]
[2023-08-29T13:17:17.017Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-dmn-jpmml ---
[2023-08-29T13:17:17.017Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar
[2023-08-29T13:17:17.017Z] [INFO]
[2023-08-29T13:17:17.017Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ kie-dmn-jpmml ---
[2023-08-29T13:17:17.017Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar
[2023-08-29T13:17:17.017Z] [INFO]
[2023-08-29T13:17:17.017Z] [INFO] --- failsafe:2.22.1:integration-test (default) @ kie-dmn-jpmml ---
[2023-08-29T13:17:17.017Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-29T13:17:17.017Z] [INFO] Tests are skipped.
[2023-08-29T13:17:17.017Z] [INFO]
[2023-08-29T13:17:17.017Z] [INFO] --- failsafe:2.22.1:verify (default) @ kie-dmn-jpmml ---
[2023-08-29T13:17:17.017Z] [INFO] Tests are skipped.
[2023-08-29T13:17:17.017Z] [INFO]
[2023-08-29T13:17:17.017Z] [INFO] --- install:2.5.2:install (default-install) @ kie-dmn-jpmml ---
[2023-08-29T13:17:17.017Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar
[2023-08-29T13:17:17.017Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/pom.xml to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT.pom
[2023-08-29T13:17:17.017Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar
[2023-08-29T13:17:17.017Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar
[2023-08-29T13:17:17.017Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar
[2023-08-29T13:17:17.017Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:17:17.017Z] [INFO] Reactor Summary for kie-jpmml-integration 8.44.0-SNAPSHOT:
[2023-08-29T13:17:17.017Z] [INFO]
[2023-08-29T13:17:17.017Z] [INFO] kie-jpmml-integration .............................. SUCCESS [ 1.231 s]
[2023-08-29T13:17:17.017Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support SUCCESS [ 1.642 s]
[2023-08-29T13:17:17.017Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:17:17.017Z] [INFO] BUILD SUCCESS
[2023-08-29T13:17:17.017Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:17:17.017Z] [INFO] Total time: 3.025 s
[2023-08-29T13:17:17.017Z] [INFO] Finished at: 2023-08-29T09:17:16-04:00
[2023-08-29T13:17:17.017Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:17:17.017Z] + set +x
[2023-08-29T13:17:17.017Z] rewrite none
[2023-08-29T13:17:17.017Z] No rewrite to be done. Exited
[2023-08-29T13:17:17.017Z] Apply git patch /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-08-29T13:17:17.017Z] Run after script
[2023-08-29T13:17:21.173Z] [INFO] Error stacktraces are turned on.
[2023-08-29T13:17:21.173Z] [INFO] Scanning for projects...
[2023-08-29T13:17:22.097Z] [INFO]
[2023-08-29T13:17:22.097Z] [INFO] -------------------< org.kie:kie-jpmml-integration >--------------------
[2023-08-29T13:17:22.097Z] [INFO] Building kie-jpmml-integration 8.44.0-SNAPSHOT
[2023-08-29T13:17:22.097Z] [INFO] from pom.xml
[2023-08-29T13:17:22.097Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-29T13:17:22.097Z] [INFO]
[2023-08-29T13:17:22.097Z] [INFO] --- versions:2.10.0:set (default-cli) @ kie-jpmml-integration ---
[2023-08-29T13:17:22.657Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-29T13:17:22.911Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:17:22.911Z] [INFO] BUILD FAILURE
[2023-08-29T13:17:22.911Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:17:22.911Z] [INFO] Total time: 1.839 s
[2023-08-29T13:17:22.911Z] [INFO] Finished at: 2023-08-29T09:17:22-04:00
[2023-08-29T13:17:22.911Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:17:22.911Z] [ERROR] Failed to execute goal org.codehaus.mojo:versions-maven-plugin:2.10.0:set (default-cli) on project kie-jpmml-integration: Project version is inherited from parent. -> [Help 1]
[2023-08-29T13:17:22.911Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:versions-maven-plugin:2.10.0:set (default-cli) on project kie-jpmml-integration: Project version is inherited from parent.
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:347)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
[2023-08-29T13:17:22.911Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2023-08-29T13:17:22.911Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2023-08-29T13:17:22.911Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2023-08-29T13:17:22.911Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2023-08-29T13:17:22.911Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2023-08-29T13:17:22.911Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:827)
[2023-08-29T13:17:22.911Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272)
[2023-08-29T13:17:22.911Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:195)
[2023-08-29T13:17:22.911Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-29T13:17:22.911Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2023-08-29T13:17:22.911Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-29T13:17:22.911Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2023-08-29T13:17:22.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-29T13:17:22.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-29T13:17:22.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-29T13:17:22.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-29T13:17:22.911Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Project version is inherited from parent.
[2023-08-29T13:17:22.912Z] at org.codehaus.mojo.versions.SetMojo.execute (SetMojo.java:237)
[2023-08-29T13:17:22.912Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
[2023-08-29T13:17:22.912Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2023-08-29T13:17:22.912Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2023-08-29T13:17:22.912Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2023-08-29T13:17:22.912Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2023-08-29T13:17:22.912Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2023-08-29T13:17:22.912Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:827)
[2023-08-29T13:17:22.912Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272)
[2023-08-29T13:17:22.912Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:195)
[2023-08-29T13:17:22.912Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-29T13:17:22.912Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2023-08-29T13:17:22.912Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-29T13:17:22.912Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2023-08-29T13:17:22.912Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-29T13:17:22.912Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-29T13:17:22.912Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-29T13:17:22.912Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-29T13:17:22.912Z] [ERROR]
[2023-08-29T13:17:22.912Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-29T13:17:22.912Z] [ERROR]
[2023-08-29T13:17:22.912Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-29T13:17:22.912Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-08-29T13:17:22.912Z] [INFO] kiegroup/kie-jpmml-integration failed. Won't execute remaining commands and projects
[2023-08-29T13:17:22.912Z] [INFO] Execution summary for kiegroup/kie-jpmml-integration
[2023-08-29T13:17:22.912Z] # [BEFORE] [kiegroup/kie-jpmml-integration] export INTEGRATION_BRANCH=
[2023-08-29T13:17:22.912Z] [INFO] OK [Executed in 0.162324 ms]
[2023-08-29T13:17:22.912Z]
[2023-08-29T13:17:22.912Z] # [BEFORE] [kiegroup/kie-jpmml-integration] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-29T13:17:22.912Z] [INFO] NOT OK [Executed in 10645.553325 ms]
[2023-08-29T13:17:22.912Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-08-29T13:17:22.912Z]
[2023-08-29T13:17:22.912Z] [INFO] [COMMANDS] Skipped kiegroup/kie-jpmml-integration
[2023-08-29T13:17:22.912Z] [INFO] [AFTER] Skipped kiegroup/kie-jpmml-integration
[2023-08-29T13:17:22.912Z]
[2023-08-29T13:17:22.912Z] # Uploading artifacts
[2023-08-29T13:17:22.912Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-29T13:17:22.912Z]
[2023-08-29T13:17:22.912Z] [ERROR] Failed to execute commands for kiegroup/kie-jpmml-integration
[2023-08-29T13:17:22.912Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-08-29T13:17:22.912Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-29T13:17:23.004Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-29T13:17:23.404Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-29T13:17:23.427Z] Recording test results
[2023-08-29T13:17:23.934Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-29T13:17:23.951Z] Archiving artifacts
[2023-08-29T13:17:23.531Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-29T13:17:24.876Z] + rm -rf console.log
[Pipeline] sh
[2023-08-29T13:17:25.188Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/1/consoleText
[2023-08-29T13:17:25.188Z] + tail -n 300

@radtriste
Copy link
Author

jenkins run quarkus-3

@kie-ci4
Copy link

kie-ci4 commented Aug 29, 2023

(quarkus-3) - kie-jpmml-integration job #2 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kie-jpmml-integration -u #89 --skipParallelCheckout

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

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/2/display/redirect
See console log:

Console Logs [2023-08-29T13:46:59.455Z] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[2023-08-29T13:46:59.455Z] [WARNING]
[2023-08-29T13:46:59.708Z] [INFO]
[2023-08-29T13:46:59.708Z] [INFO] -------------------< org.kie:kie-jpmml-integration >--------------------
[2023-08-29T13:46:59.708Z] [INFO] Building kie-jpmml-integration 9.44.0-SNAPSHOT
[2023-08-29T13:46:59.708Z] [INFO] from pom.xml
[2023-08-29T13:46:59.708Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-29T13:46:59.708Z] [INFO]
[2023-08-29T13:46:59.708Z] [INFO] --- versions:2.10.0:update-child-modules (default-cli) @ kie-jpmml-integration ---
[2023-08-29T13:46:59.962Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-29T13:46:59.962Z] [INFO] Module: kie-dmn-jpmml
[2023-08-29T13:46:59.962Z] [INFO] parent was org.kie:kie-jpmml-integration:8.44.0-SNAPSHOT
[2023-08-29T13:46:59.962Z] [INFO] updated to org.kie:kie-jpmml-integration:9.44.0-SNAPSHOT
[2023-08-29T13:47:00.217Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:47:00.217Z] [INFO] BUILD SUCCESS
[2023-08-29T13:47:00.217Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:47:00.217Z] [INFO] Total time: 0.904 s
[2023-08-29T13:47:00.217Z] [INFO] Finished at: 2023-08-29T09:47:00-04:00
[2023-08-29T13:47:00.217Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:47:00.471Z] No `INTEGRATION_BRANCH` defined. Nothing to be done here ...
[2023-08-29T13:47:00.471Z] [command]/usr/bin/bash -c if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi
[2023-08-29T13:47:00.725Z] install[command]/opt/tools/apache-maven-3.9.1/bin/mvn clean install -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config5179181481013285056tmp -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 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-29T13:47:02.082Z] [INFO] Error stacktraces are turned on.
[2023-08-29T13:47:02.082Z] [INFO] Scanning for projects...
[2023-08-29T13:47:02.082Z] [WARNING]
[2023-08-29T13:47:02.082Z] [WARNING] Some problems were encountered while building the effective model for org.kie:kie-jpmml-integration:pom:9.44.0-SNAPSHOT
[2023-08-29T13:47:02.082Z] [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.glassfish.jaxb:jaxb-runtime:jar -> version 4.0.2 vs ${version.org.glassfish.jaxb} @ org.kie:drools-build-parent:9.44.0-SNAPSHOT, /home/jenkins/.m2/repository/org/kie/drools-build-parent/9.44.0-SNAPSHOT/drools-build-parent-9.44.0-SNAPSHOT.pom, line 410, column 19
[2023-08-29T13:47:02.082Z] [WARNING]
[2023-08-29T13:47:02.082Z] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[2023-08-29T13:47:02.082Z] [WARNING]
[2023-08-29T13:47:02.082Z] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[2023-08-29T13:47:02.082Z] [WARNING]
[2023-08-29T13:47:02.082Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:47:02.082Z] [INFO] Reactor Build Order:
[2023-08-29T13:47:02.082Z] [INFO]
[2023-08-29T13:47:02.082Z] [INFO] kie-jpmml-integration [pom]
[2023-08-29T13:47:02.082Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support [jar]
[2023-08-29T13:47:02.082Z] [INFO]
[2023-08-29T13:47:02.082Z] [INFO] -------------------< org.kie:kie-jpmml-integration >--------------------
[2023-08-29T13:47:02.082Z] [INFO] Building kie-jpmml-integration 9.44.0-SNAPSHOT [1/2]
[2023-08-29T13:47:02.082Z] [INFO] from pom.xml
[2023-08-29T13:47:02.082Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-29T13:47:02.082Z] [INFO]
[2023-08-29T13:47:02.082Z] [INFO] --- clean:3.1.0:clean (default-clean) @ kie-jpmml-integration ---
[2023-08-29T13:47:02.336Z] [INFO]
[2023-08-29T13:47:02.336Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ kie-jpmml-integration ---
[2023-08-29T13:47:02.590Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:47:02.590Z] [INFO]
[2023-08-29T13:47:02.590Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ kie-jpmml-integration ---
[2023-08-29T13:47:02.590Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:47:02.590Z] [INFO]
[2023-08-29T13:47:02.590Z] [INFO] --- enforcer:3.0.0-M2:enforce (ban-blacklisted-dependencies) @ kie-jpmml-integration ---
[2023-08-29T13:47:02.590Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:47:02.590Z] [INFO]
[2023-08-29T13:47:02.590Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ kie-jpmml-integration ---
[2023-08-29T13:47:02.590Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:47:02.590Z] [INFO]
[2023-08-29T13:47:02.590Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ kie-jpmml-integration ---
[2023-08-29T13:47:02.590Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:47:02.590Z] [INFO]
[2023-08-29T13:47:02.590Z] [INFO] --- checkstyle:3.0.0:check (validate) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.148Z] [INFO]
[2023-08-29T13:47:03.148Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-managed-deps) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.148Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T13:47:03.148Z] [INFO]
[2023-08-29T13:47:03.148Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.148Z] [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration' && 'git' 'rev-parse' '--verify' 'HEAD'
[2023-08-29T13:47:03.148Z] [INFO] Working directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration
[2023-08-29T13:47:03.148Z] [INFO] Storing buildNumber: 044d53a at timestamp: 1693316823159
[2023-08-29T13:47:03.148Z] [INFO] Storing buildScmBranch: setup_environments
[2023-08-29T13:47:03.148Z] [INFO]
[2023-08-29T13:47:03.148Z] [INFO] --- build-helper:3.0.0:add-source (default) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.148Z] [INFO] Source directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/target/generated-sources/annotations added.
[2023-08-29T13:47:03.148Z] [INFO]
[2023-08-29T13:47:03.148Z] [INFO] --- build-helper:3.0.0:parse-version (default) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.148Z] [INFO]
[2023-08-29T13:47:03.148Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.402Z] [INFO]
[2023-08-29T13:47:03.402Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.402Z] [INFO]
[2023-08-29T13:47:03.402Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.402Z] [INFO] Skipping packaging of the test-jar
[2023-08-29T13:47:03.402Z] [INFO]
[2023-08-29T13:47:03.403Z] [INFO] --- failsafe:2.22.1:integration-test (default) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.403Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-29T13:47:03.403Z] [INFO] No tests to run.
[2023-08-29T13:47:03.403Z] [INFO]
[2023-08-29T13:47:03.403Z] [INFO] --- failsafe:2.22.1:verify (default) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.403Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/target/failsafe-reports
[2023-08-29T13:47:03.403Z] [INFO]
[2023-08-29T13:47:03.403Z] [INFO] --- install:2.5.2:install (default-install) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.403Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/pom.xml to /home/jenkins/.m2/repository/org/kie/kie-jpmml-integration/9.44.0-SNAPSHOT/kie-jpmml-integration-9.44.0-SNAPSHOT.pom
[2023-08-29T13:47:03.403Z] [INFO]
[2023-08-29T13:47:03.403Z] [INFO] --- dependency:3.1.1:tree (default-cli) @ kie-jpmml-integration ---
[2023-08-29T13:47:03.657Z] [INFO] org.kie:kie-jpmml-integration:pom:9.44.0-SNAPSHOT
[2023-08-29T13:47:03.657Z] [INFO]
[2023-08-29T13:47:03.657Z] [INFO] -----------------------< org.kie:kie-dmn-jpmml >------------------------
[2023-08-29T13:47:03.657Z] [INFO] Building KIE :: Decision Model Notation :: jPMML extension support 9.44.0-SNAPSHOT [2/2]
[2023-08-29T13:47:03.657Z] [INFO] from kie-dmn-jpmml/pom.xml
[2023-08-29T13:47:03.657Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-08-29T13:47:05.028Z] [WARNING] The POM for org.jpmml:pmml-evaluator-extension:jar:1.6.4 is missing, no dependency information available
[2023-08-29T13:47:05.949Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:47:05.949Z] [INFO] Reactor Summary for kie-jpmml-integration 9.44.0-SNAPSHOT:
[2023-08-29T13:47:05.949Z] [INFO]
[2023-08-29T13:47:05.949Z] [INFO] kie-jpmml-integration .............................. SUCCESS [ 1.485 s]
[2023-08-29T13:47:05.949Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support FAILURE [ 2.226 s]
[2023-08-29T13:47:05.949Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:47:05.949Z] [INFO] BUILD FAILURE
[2023-08-29T13:47:05.949Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:47:05.949Z] [INFO] Total time: 4.030 s
[2023-08-29T13:47:05.949Z] [INFO] Finished at: 2023-08-29T09:47:05-04:00
[2023-08-29T13:47:05.949Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T13:47:05.949Z] [ERROR] Failed to execute goal on project kie-dmn-jpmml: Could not resolve dependencies for project org.kie:kie-dmn-jpmml:jar:9.44.0-SNAPSHOT: The following artifacts could not be resolved: org.jpmml:pmml-evaluator-extension:jar:1.6.4 (absent): Could not find artifact org.jpmml:pmml-evaluator-extension:jar:1.6.4 in mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kogito-runtimes-pr-artifacts-group/) -> [Help 1]
[2023-08-29T13:47:05.949Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project kie-dmn-jpmml: Could not resolve dependencies for project org.kie:kie-dmn-jpmml:jar:9.44.0-SNAPSHOT: The following artifacts could not be resolved: org.jpmml:pmml-evaluator-extension:jar:1.6.4 (absent): Could not find artifact org.jpmml:pmml-evaluator-extension:jar:1.6.4 in mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kogito-runtimes-pr-artifacts-group/)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:252)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:145)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:369)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:327)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
[2023-08-29T13:47:05.949Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2023-08-29T13:47:05.949Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2023-08-29T13:47:05.949Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2023-08-29T13:47:05.949Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2023-08-29T13:47:05.949Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:827)
[2023-08-29T13:47:05.949Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272)
[2023-08-29T13:47:05.949Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:195)
[2023-08-29T13:47:05.949Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-29T13:47:05.949Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2023-08-29T13:47:05.949Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-29T13:47:05.949Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2023-08-29T13:47:05.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-29T13:47:05.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-29T13:47:05.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-29T13:47:05.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-29T13:47:05.949Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.kie:kie-dmn-jpmml:jar:9.44.0-SNAPSHOT: The following artifacts could not be resolved: org.jpmml:pmml-evaluator-extension:jar:1.6.4 (absent): Could not find artifact org.jpmml:pmml-evaluator-extension:jar:1.6.4 in mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kogito-runtimes-pr-artifacts-group/)
[2023-08-29T13:47:05.949Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:187)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:233)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:145)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:369)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:327)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
[2023-08-29T13:47:05.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
[2023-08-29T13:47:05.950Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2023-08-29T13:47:05.950Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2023-08-29T13:47:05.950Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2023-08-29T13:47:05.950Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2023-08-29T13:47:05.950Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:827)
[2023-08-29T13:47:05.950Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272)
[2023-08-29T13:47:05.950Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:195)
[2023-08-29T13:47:05.950Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-29T13:47:05.950Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2023-08-29T13:47:05.950Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-29T13:47:05.950Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-29T13:47:05.950Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: org.jpmml:pmml-evaluator-extension:jar:1.6.4 (absent): Could not find artifact org.jpmml:pmml-evaluator-extension:jar:1.6.4 in mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kogito-runtimes-pr-artifacts-group/)
[2023-08-29T13:47:05.950Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:364)
[2023-08-29T13:47:05.950Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:182)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:233)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:145)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:369)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:327)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
[2023-08-29T13:47:05.950Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2023-08-29T13:47:05.950Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2023-08-29T13:47:05.950Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2023-08-29T13:47:05.950Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2023-08-29T13:47:05.950Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:827)
[2023-08-29T13:47:05.950Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272)
[2023-08-29T13:47:05.950Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:195)
[2023-08-29T13:47:05.950Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-29T13:47:05.950Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2023-08-29T13:47:05.950Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-29T13:47:05.950Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-29T13:47:05.950Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.jpmml:pmml-evaluator-extension:jar:1.6.4 (absent): Could not find artifact org.jpmml:pmml-evaluator-extension:jar:1.6.4 in mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kogito-runtimes-pr-artifacts-group/)
[2023-08-29T13:47:05.950Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:456)
[2023-08-29T13:47:05.950Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:261)
[2023-08-29T13:47:05.950Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:352)
[2023-08-29T13:47:05.950Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:182)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:233)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:145)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:369)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:327)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
[2023-08-29T13:47:05.950Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2023-08-29T13:47:05.950Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2023-08-29T13:47:05.950Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2023-08-29T13:47:05.950Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2023-08-29T13:47:05.950Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2023-08-29T13:47:05.950Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:827)
[2023-08-29T13:47:05.950Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272)
[2023-08-29T13:47:05.950Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:195)
[2023-08-29T13:47:05.950Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-29T13:47:05.950Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2023-08-29T13:47:05.950Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-29T13:47:05.950Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-29T13:47:05.950Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-29T13:47:05.950Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.jpmml:pmml-evaluator-extension:jar:1.6.4 in mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kogito-runtimes-pr-artifacts-group/)
[2023-08-29T13:47:05.950Z] at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed (ArtifactTransportListener.java:42)
[2023-08-29T13:47:05.950Z] at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:417)
[2023-08-29T13:47:05.950Z] at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 (RunnableErrorForwarder.java:66)
[2023-08-29T13:47:05.950Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1136)
[2023-08-29T13:47:05.950Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635)
[2023-08-29T13:47:05.950Z] at java.lang.Thread.run (Thread.java:833)
[2023-08-29T13:47:05.950Z] [ERROR]
[2023-08-29T13:47:05.950Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-29T13:47:05.950Z] [ERROR]
[2023-08-29T13:47:05.950Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-29T13:47:05.950Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2023-08-29T13:47:05.950Z] [ERROR]
[2023-08-29T13:47:05.950Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-29T13:47:05.950Z] [ERROR] mvn -rf :kie-dmn-jpmml
[2023-08-29T13:47:05.951Z] [INFO] kiegroup/kie-jpmml-integration failed. Won't execute remaining commands and projects
[2023-08-29T13:47:05.951Z] [INFO] Execution summary for kiegroup/kie-jpmml-integration
[2023-08-29T13:47:05.951Z] # [BEFORE] [kiegroup/kie-jpmml-integration] export INTEGRATION_BRANCH=
[2023-08-29T13:47:05.951Z] [INFO] OK [Executed in 0.171401 ms]
[2023-08-29T13:47:05.951Z]
[2023-08-29T13:47:05.951Z] # [BEFORE] [kiegroup/kie-jpmml-integration] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-29T13:47:05.951Z] [INFO] OK [Executed in 14901.683709 ms]
[2023-08-29T13:47:05.951Z]
[2023-08-29T13:47:05.951Z] # [COMMANDS] [kiegroup/kie-jpmml-integration] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-08-29T13:47:05.951Z] [INFO] OK [Executed in 7.603432 ms]
[2023-08-29T13:47:05.951Z]
[2023-08-29T13:47:05.951Z] # [COMMANDS] [kiegroup/kie-jpmml-integration] mvn clean install -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config5179181481013285056tmp -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 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-29T13:47:05.951Z] [INFO] NOT OK [Executed in 5291.092479 ms]
[2023-08-29T13:47:05.951Z] [ERROR] The process '/opt/tools/apache-maven-3.9.1/bin/mvn' failed with exit code 1
[2023-08-29T13:47:05.951Z]
[2023-08-29T13:47:05.951Z] [INFO] [AFTER] Skipped kiegroup/kie-jpmml-integration
[2023-08-29T13:47:05.951Z]
[2023-08-29T13:47:05.951Z] # Uploading artifacts
[2023-08-29T13:47:05.951Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-29T13:47:05.951Z]
[2023-08-29T13:47:05.951Z] [ERROR] Failed to execute commands for kiegroup/kie-jpmml-integration
[2023-08-29T13:47:05.951Z] [ERROR] Failed to execute mvn clean install -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config5179181481013285056tmp -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 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-08-29T13:47:05.951Z] [ERROR] The process '/opt/tools/apache-maven-3.9.1/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-29T13:47:06.024Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-29T13:47:06.425Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-29T13:47:06.449Z] Recording test results
[2023-08-29T13:47:06.944Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-29T13:47:06.962Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-29T13:47:07.867Z] + rm -rf console.log
[Pipeline] sh
[2023-08-29T13:47:08.187Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/2/consoleText
[2023-08-29T13:47:08.187Z] + tail -n 300

@radtriste
Copy link
Author

jenkins run quarkus-3

@kie-ci4
Copy link

kie-ci4 commented Aug 29, 2023

(quarkus-3) - kie-jpmml-integration job #3 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kie-jpmml-integration -u #89 --skipParallelCheckout

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

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/3/display/redirect
See console log:

Console Logs [2023-08-29T14:31:44.873Z] [INFO] Drools :: Impact Analysis Graph :: Graphviz ........ SUCCESS [ 0.158 s]
[2023-08-29T14:31:44.873Z] [INFO] Drools :: Impact Analysis :: Integration Tests ..... SUCCESS [ 0.210 s]
[2023-08-29T14:31:44.873Z] [INFO] Drools :: ReteDiagram .............................. SUCCESS [ 0.207 s]
[2023-08-29T14:31:44.873Z] [INFO] Drools :: FastUtil ................................. SUCCESS [ 0.214 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: Efesto :: Dependencies ...................... SUCCESS [ 0.023 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: DRL :: KieSession :: Local .................. SUCCESS [ 0.009 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: DRL :: KieSession :: Local :: Runtime ....... SUCCESS [ 0.082 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: DRL :: Tests ................................ SUCCESS [ 0.176 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: DRL :: Tests Without IndexFile .............. SUCCESS [ 0.111 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: Decision Model Notation :: Internal utils for Validation bootstrap SUCCESS [ 0.092 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: Decision Model Notation :: Validation ....... SUCCESS [ 5.528 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: Decision Model Notation :: OpenAPI (OAS) utilities SUCCESS [ 0.370 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: Decision Model Notation :: TCK .............. SUCCESS [ 0.009 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: Decision Model Notation :: Legacy tests (previous DMN versions) SUCCESS [ 1.619 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: Decision Model Notation :: Trisotech extensions support SUCCESS [ 0.330 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: Decision Model Notation :: Signavio extensions support SUCCESS [ 0.359 s]
[2023-08-29T14:31:44.873Z] [INFO] KiE :: Decision Model Notation - PMML Tests :: Parent SUCCESS [ 0.008 s]
[2023-08-29T14:31:44.873Z] [INFO] KiE :: Decision Model Notation - PMML Tests ........ SUCCESS [ 0.236 s]
[2023-08-29T14:31:44.873Z] [INFO] KiE :: Decision Model Notation - PMML Trusty Tests . SUCCESS [ 0.102 s]
[2023-08-29T14:31:44.873Z] [INFO] KIE :: Decision Model Notation :: xls2dmn CLI Utility SUCCESS [ 3.604 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Decision Model Notation :: JSR-223 JQ ScriptEngine SUCCESS [ 0.133 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Decision Model Notation :: Core JSR-223 ..... SUCCESS [ 0.246 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn parent SUCCESS [ 0.010 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn utilities SUCCESS [ 0.229 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn CLI .. SUCCESS [ 1.611 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: PMML :: Models :: Tests ..................... SUCCESS [ 0.264 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: PMML :: Models :: Regression :: Tests ....... SUCCESS [ 0.373 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Tests ... SUCCESS [ 0.323 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Tests SUCCESS [ 0.343 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: PMML :: Models :: Mining :: Tests ........... SUCCESS [ 0.361 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: PMML :: Models :: Tree :: Tests ............. SUCCESS [ 0.295 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: PMML :: Models :: Clustering :: Tests ....... SUCCESS [ 0.312 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Tests ........ SUCCESS [ 0.345 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Maven Plugin ................................ SUCCESS [ 3.871 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Maven Archetypes ............................ SUCCESS [ 0.010 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Drools DMN engine Maven Archetype ........... SUCCESS [ 0.887 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and RuleUnit SUCCESS [ 0.069 s]
[2023-08-29T14:31:44.874Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and traditional rule style SUCCESS [ 0.093 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension ........................ SUCCESS [ 0.011 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Util :: Deployment .. SUCCESS [ 0.849 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Runtime ............. SUCCESS [ 0.727 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Deployment .......... SUCCESS [ 0.659 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Integration Test .... SUCCESS [ 0.997 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Integration Test :: Hotreload SUCCESS [ 0.493 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Integration Test with Rule Unit SUCCESS [ 0.328 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Quickstart Integration Test SUCCESS [ 0.305 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Examples ............ SUCCESS [ 0.011 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SUCCESS [ 0.664 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SUCCESS [ 0.224 s]
[2023-08-29T14:31:44.874Z] [INFO] Kie :: Jpmml Migration Recipe ...................... SUCCESS [ 0.598 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Reliability .............................. SUCCESS [ 0.010 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Reliability :: Core ...................... SUCCESS [ 0.156 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Reliability :: Infinispan ................ SUCCESS [ 0.337 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Reliability :: H2 MVStore persistence .... SUCCESS [ 0.076 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: Reliability :: Tests ..................... SUCCESS [ 0.958 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: DRL on YAML .............................. SUCCESS [ 0.011 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: DRL on YAML :: schema generator .......... SUCCESS [ 0.392 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: DRL on YAML :: model ..................... SUCCESS [ 0.439 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: DRL on YAML :: to DRL emitter ............ SUCCESS [ 0.147 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: DRL on YAML :: CLI ....................... SUCCESS [ 0.975 s]
[2023-08-29T14:31:44.874Z] [INFO] Drools :: DRL on YAML :: CLI tests ................. SUCCESS [ 1.391 s]
[2023-08-29T14:31:44.874Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T14:31:44.874Z] [INFO] BUILD SUCCESS
[2023-08-29T14:31:44.874Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T14:31:44.874Z] [INFO] Total time: 02:03 min
[2023-08-29T14:31:44.874Z] [INFO] Finished at: 2023-08-29T10:31:44-04:00
[2023-08-29T14:31:44.874Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T14:31:45.132Z] [command]/usr/bin/docker system prune -f
[2023-08-29T14:31:45.132Z] Total reclaimed space: 0B
[2023-08-29T14:31:45.132Z] [INFO] Execution summary for kiegroup/drools
[2023-08-29T14:31:45.132Z] # [BEFORE] [kiegroup/drools] export INTEGRATION_BRANCH=
[2023-08-29T14:31:45.132Z] [INFO] OK [Executed in 0.088586 ms]
[2023-08-29T14:31:45.132Z]
[2023-08-29T14:31:45.132Z] # [BEFORE] [kiegroup/drools] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-29T14:31:45.132Z] [INFO] OK [Executed in 154830.255753 ms]
[2023-08-29T14:31:45.132Z]
[2023-08-29T14:31:45.132Z] # [COMMANDS] [kiegroup/drools] mvn clean install -Dquickly -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config16398305239654241402tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-29T14:31:45.132Z] [INFO] OK [Executed in 124540.311763 ms]
[2023-08-29T14:31:45.132Z]
[2023-08-29T14:31:45.132Z] # [AFTER] [kiegroup/drools] docker system prune -f
[2023-08-29T14:31:45.132Z] [INFO] OK [Executed in 27.260675 ms]
[2023-08-29T14:31:45.132Z]
[2023-08-29T14:31:45.132Z]
[2023-08-29T14:31:45.132Z] # Executing kiegroup/kie-jpmml-integration
[2023-08-29T14:31:45.132Z] [command]/usr/bin/bash -c if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi
[2023-08-29T14:31:45.132Z] /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3
[2023-08-29T14:31:45.132Z] Update project for environment 'quarkus-3'
[2023-08-29T14:31:45.132Z] Run before script
[2023-08-29T14:31:45.132Z] + mvn -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config16398305239654241402tmp -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 clean install -Dquickly
[2023-08-29T14:31:47.026Z] [INFO] Error stacktraces are turned on.
[2023-08-29T14:31:47.026Z] [INFO] Scanning for projects...
[2023-08-29T14:31:47.026Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T14:31:47.026Z] [INFO] Reactor Build Order:
[2023-08-29T14:31:47.026Z] [INFO]
[2023-08-29T14:31:47.026Z] [INFO] kie-jpmml-integration [pom]
[2023-08-29T14:31:47.026Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support [jar]
[2023-08-29T14:31:47.026Z] [INFO]
[2023-08-29T14:31:47.026Z] [INFO] -------------------< org.kie:kie-jpmml-integration >--------------------
[2023-08-29T14:31:47.026Z] [INFO] Building kie-jpmml-integration 8.44.0-SNAPSHOT [1/2]
[2023-08-29T14:31:47.026Z] [INFO] from pom.xml
[2023-08-29T14:31:47.026Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-29T14:31:47.026Z] [INFO]
[2023-08-29T14:31:47.026Z] [INFO] --- clean:3.1.0:clean (default-clean) @ kie-jpmml-integration ---
[2023-08-29T14:31:47.291Z] [INFO]
[2023-08-29T14:31:47.291Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ kie-jpmml-integration ---
[2023-08-29T14:31:47.549Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:47.549Z] [INFO]
[2023-08-29T14:31:47.549Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ kie-jpmml-integration ---
[2023-08-29T14:31:47.549Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:47.549Z] [INFO]
[2023-08-29T14:31:47.549Z] [INFO] --- enforcer:3.0.0-M2:enforce (ban-blacklisted-dependencies) @ kie-jpmml-integration ---
[2023-08-29T14:31:47.549Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:47.549Z] [INFO]
[2023-08-29T14:31:47.549Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ kie-jpmml-integration ---
[2023-08-29T14:31:47.549Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:47.549Z] [INFO]
[2023-08-29T14:31:47.549Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ kie-jpmml-integration ---
[2023-08-29T14:31:47.549Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:47.549Z] [INFO]
[2023-08-29T14:31:47.549Z] [INFO] --- checkstyle:3.0.0:check (validate) @ kie-jpmml-integration ---
[2023-08-29T14:31:47.803Z] [INFO]
[2023-08-29T14:31:47.803Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-managed-deps) @ kie-jpmml-integration ---
[2023-08-29T14:31:47.803Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:47.803Z] [INFO]
[2023-08-29T14:31:47.803Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ kie-jpmml-integration ---
[2023-08-29T14:31:47.803Z] [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration' && 'git' 'rev-parse' '--verify' 'HEAD'
[2023-08-29T14:31:47.803Z] [INFO] Working directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration
[2023-08-29T14:31:48.059Z] [INFO] Storing buildNumber: 569e53a at timestamp: 1693319507065
[2023-08-29T14:31:48.059Z] [INFO] Storing buildScmBranch: setup_environments
[2023-08-29T14:31:48.059Z] [INFO]
[2023-08-29T14:31:48.059Z] [INFO] --- build-helper:3.0.0:add-source (default) @ kie-jpmml-integration ---
[2023-08-29T14:31:48.059Z] [INFO] Source directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/target/generated-sources/annotations added.
[2023-08-29T14:31:48.059Z] [INFO]
[2023-08-29T14:31:48.059Z] [INFO] --- build-helper:3.0.0:parse-version (default) @ kie-jpmml-integration ---
[2023-08-29T14:31:48.059Z] [INFO]
[2023-08-29T14:31:48.059Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ kie-jpmml-integration ---
[2023-08-29T14:31:48.059Z] [INFO]
[2023-08-29T14:31:48.059Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-jpmml-integration ---
[2023-08-29T14:31:48.059Z] [INFO]
[2023-08-29T14:31:48.059Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ kie-jpmml-integration ---
[2023-08-29T14:31:48.059Z] [INFO] Skipping packaging of the test-jar
[2023-08-29T14:31:48.059Z] [INFO]
[2023-08-29T14:31:48.059Z] [INFO] --- failsafe:2.22.1:integration-test (default) @ kie-jpmml-integration ---
[2023-08-29T14:31:48.059Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-29T14:31:48.059Z] [INFO] Tests are skipped.
[2023-08-29T14:31:48.059Z] [INFO]
[2023-08-29T14:31:48.059Z] [INFO] --- failsafe:2.22.1:verify (default) @ kie-jpmml-integration ---
[2023-08-29T14:31:48.059Z] [INFO] Tests are skipped.
[2023-08-29T14:31:48.059Z] [INFO]
[2023-08-29T14:31:48.059Z] [INFO] --- install:2.5.2:install (default-install) @ kie-jpmml-integration ---
[2023-08-29T14:31:48.315Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/pom.xml to /home/jenkins/.m2/repository/org/kie/kie-jpmml-integration/8.44.0-SNAPSHOT/kie-jpmml-integration-8.44.0-SNAPSHOT.pom
[2023-08-29T14:31:48.315Z] [INFO]
[2023-08-29T14:31:48.315Z] [INFO] -----------------------< org.kie:kie-dmn-jpmml >------------------------
[2023-08-29T14:31:48.315Z] [INFO] Building KIE :: Decision Model Notation :: jPMML extension support 8.44.0-SNAPSHOT [2/2]
[2023-08-29T14:31:48.315Z] [INFO] from kie-dmn-jpmml/pom.xml
[2023-08-29T14:31:48.315Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- clean:3.1.0:clean (default-clean) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- enforcer:3.0.0-M2:enforce (ban-blacklisted-dependencies) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- checkstyle:3.0.0:check (validate) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-managed-deps) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO] Skipping Rule Enforcement.
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- build-helper:3.0.0:add-source (default) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO] Source directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/generated-sources/annotations added.
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- build-helper:3.0.0:parse-version (default) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- resources:3.1.0:resources (default-resources) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-29T14:31:48.575Z] [INFO] Copying 1 resource
[2023-08-29T14:31:48.575Z] [INFO]
[2023-08-29T14:31:48.575Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ kie-dmn-jpmml ---
[2023-08-29T14:31:48.575Z] [INFO] Changes detected - recompiling the module!
[2023-08-29T14:31:48.575Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/classes
[2023-08-29T14:31:49.134Z] [INFO]
[2023-08-29T14:31:49.134Z] [INFO] --- jandex:3.0.5:jandex (make-index) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.134Z] [INFO] Saving Jandex index: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/classes/META-INF/jandex.idx
[2023-08-29T14:31:49.134Z] [INFO]
[2023-08-29T14:31:49.134Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.134Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-29T14:31:49.134Z] [INFO] Copying 10 resources
[2023-08-29T14:31:49.134Z] [INFO]
[2023-08-29T14:31:49.134Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.134Z] [INFO] Changes detected - recompiling the module!
[2023-08-29T14:31:49.134Z] [INFO] Compiling 8 source files to /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/test-classes
[2023-08-29T14:31:49.693Z] [INFO]
[2023-08-29T14:31:49.693Z] [INFO] --- surefire:2.22.1:test (default-test) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.693Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-29T14:31:49.693Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[2023-08-29T14:31:49.693Z] [INFO] Tests are skipped.
[2023-08-29T14:31:49.693Z] [INFO]
[2023-08-29T14:31:49.693Z] [INFO] --- jar:3.1.0:jar (default-jar) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.693Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar
[2023-08-29T14:31:49.693Z] [INFO]
[2023-08-29T14:31:49.693Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.693Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar
[2023-08-29T14:31:49.693Z] [INFO]
[2023-08-29T14:31:49.693Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.693Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar
[2023-08-29T14:31:49.693Z] [INFO]
[2023-08-29T14:31:49.693Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.693Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar
[2023-08-29T14:31:49.693Z] [INFO]
[2023-08-29T14:31:49.693Z] [INFO] --- failsafe:2.22.1:integration-test (default) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.693Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-29T14:31:49.693Z] [INFO] Tests are skipped.
[2023-08-29T14:31:49.693Z] [INFO]
[2023-08-29T14:31:49.693Z] [INFO] --- failsafe:2.22.1:verify (default) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.693Z] [INFO] Tests are skipped.
[2023-08-29T14:31:49.693Z] [INFO]
[2023-08-29T14:31:49.693Z] [INFO] --- install:2.5.2:install (default-install) @ kie-dmn-jpmml ---
[2023-08-29T14:31:49.693Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar
[2023-08-29T14:31:49.693Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/pom.xml to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT.pom
[2023-08-29T14:31:49.693Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar
[2023-08-29T14:31:49.693Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar
[2023-08-29T14:31:49.693Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar
[2023-08-29T14:31:49.693Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T14:31:49.693Z] [INFO] Reactor Summary for kie-jpmml-integration 8.44.0-SNAPSHOT:
[2023-08-29T14:31:49.693Z] [INFO]
[2023-08-29T14:31:49.693Z] [INFO] kie-jpmml-integration .............................. SUCCESS [ 1.232 s]
[2023-08-29T14:31:49.693Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support SUCCESS [ 1.577 s]
[2023-08-29T14:31:49.693Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T14:31:49.693Z] [INFO] BUILD SUCCESS
[2023-08-29T14:31:49.693Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T14:31:49.693Z] [INFO] Total time: 2.944 s
[2023-08-29T14:31:49.693Z] [INFO] Finished at: 2023-08-29T10:31:48-04:00
[2023-08-29T14:31:49.693Z] [INFO] ------------------------------------------------------------------------
[2023-08-29T14:31:49.948Z] + set +x
[2023-08-29T14:31:49.948Z] rewrite none
[2023-08-29T14:31:49.948Z] No rewrite to be done. Exited
[2023-08-29T14:31:49.948Z] Apply git patch /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-08-29T14:31:49.948Z] Apply git patch /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0002_jpmml_evaluator_changes.patch
[2023-08-29T14:31:49.948Z] /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0002_jpmml_evaluator_changes.patch:93: trailing whitespace.
[2023-08-29T14:31:49.948Z]
[2023-08-29T14:31:49.948Z] warning: 1 line applied after fixing whitespace errors.
[2023-08-29T14:31:49.948Z] Run after script
[2023-08-29T14:31:51.306Z] [INFO] kiegroup/kie-jpmml-integration failed. Won't execute remaining commands and projects
[2023-08-29T14:31:51.306Z] [INFO] Execution summary for kiegroup/kie-jpmml-integration
[2023-08-29T14:31:51.306Z] # [BEFORE] [kiegroup/kie-jpmml-integration] export INTEGRATION_BRANCH=
[2023-08-29T14:31:51.306Z] [INFO] OK [Executed in 0.177102 ms]
[2023-08-29T14:31:51.306Z]
[2023-08-29T14:31:51.306Z] # [BEFORE] [kiegroup/kie-jpmml-integration] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-29T14:31:51.306Z] [INFO] NOT OK [Executed in 6151.951013 ms]
[2023-08-29T14:31:51.306Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-08-29T14:31:51.306Z]
[2023-08-29T14:31:51.306Z] [INFO] [COMMANDS] Skipped kiegroup/kie-jpmml-integration
[2023-08-29T14:31:51.306Z] [INFO] [AFTER] Skipped kiegroup/kie-jpmml-integration
[2023-08-29T14:31:51.306Z]
[2023-08-29T14:31:51.306Z] # Uploading artifacts
[2023-08-29T14:31:51.306Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-29T14:31:51.306Z]
[2023-08-29T14:31:51.306Z] [ERROR] Failed to execute commands for kiegroup/kie-jpmml-integration
[2023-08-29T14:31:51.306Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-08-29T14:31:51.306Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-29T14:31:51.378Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-29T14:31:51.841Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-29T14:31:51.871Z] Recording test results
[2023-08-29T14:31:52.425Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-29T14:31:52.441Z] Archiving artifacts
[2023-08-29T14:31:51.698Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-29T14:31:53.329Z] + rm -rf console.log
[Pipeline] sh
[2023-08-29T14:31:53.638Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/3/consoleText
[2023-08-29T14:31:53.638Z] + tail -n 300

@radtriste
Copy link
Author

jenkins run quarkus-3

@kie-ci4
Copy link

kie-ci4 commented Aug 30, 2023

(quarkus-3) - kie-jpmml-integration job #4 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kie-jpmml-integration -u #89 --skipParallelCheckout

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

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/4/display/redirect
See console log:

Console Logs [2023-08-30T07:39:37.924Z] [INFO] Drools :: Impact Analysis Graph :: Graphviz ........ SUCCESS [ 0.155 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Impact Analysis :: Integration Tests ..... SUCCESS [ 0.193 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: ReteDiagram .............................. SUCCESS [ 0.200 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: FastUtil ................................. SUCCESS [ 0.191 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Efesto :: Dependencies ...................... SUCCESS [ 0.020 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: DRL :: KieSession :: Local .................. SUCCESS [ 0.009 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: DRL :: KieSession :: Local :: Runtime ....... SUCCESS [ 0.217 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: DRL :: Tests ................................ SUCCESS [ 0.175 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: DRL :: Tests Without IndexFile .............. SUCCESS [ 0.105 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: Internal utils for Validation bootstrap SUCCESS [ 0.087 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: Validation ....... SUCCESS [ 4.876 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: OpenAPI (OAS) utilities SUCCESS [ 0.347 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: TCK .............. SUCCESS [ 0.008 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: Legacy tests (previous DMN versions) SUCCESS [ 1.550 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: Trisotech extensions support SUCCESS [ 0.288 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: Signavio extensions support SUCCESS [ 0.337 s]
[2023-08-30T07:39:37.924Z] [INFO] KiE :: Decision Model Notation - PMML Tests :: Parent SUCCESS [ 0.007 s]
[2023-08-30T07:39:37.924Z] [INFO] KiE :: Decision Model Notation - PMML Tests ........ SUCCESS [ 0.220 s]
[2023-08-30T07:39:37.924Z] [INFO] KiE :: Decision Model Notation - PMML Trusty Tests . SUCCESS [ 0.097 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: xls2dmn CLI Utility SUCCESS [ 3.165 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: JSR-223 JQ ScriptEngine SUCCESS [ 0.123 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: Core JSR-223 ..... SUCCESS [ 0.214 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn parent SUCCESS [ 0.010 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn utilities SUCCESS [ 0.212 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn CLI .. SUCCESS [ 1.418 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: PMML :: Models :: Tests ..................... SUCCESS [ 0.254 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: PMML :: Models :: Regression :: Tests ....... SUCCESS [ 0.374 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Tests ... SUCCESS [ 0.295 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Tests SUCCESS [ 0.311 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: PMML :: Models :: Mining :: Tests ........... SUCCESS [ 0.326 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: PMML :: Models :: Tree :: Tests ............. SUCCESS [ 0.274 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: PMML :: Models :: Clustering :: Tests ....... SUCCESS [ 0.292 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Tests ........ SUCCESS [ 0.305 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Maven Plugin ................................ SUCCESS [ 3.026 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Maven Archetypes ............................ SUCCESS [ 0.010 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Drools DMN engine Maven Archetype ........... SUCCESS [ 0.833 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and RuleUnit SUCCESS [ 0.061 s]
[2023-08-30T07:39:37.924Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and traditional rule style SUCCESS [ 0.058 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension ........................ SUCCESS [ 0.010 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Util :: Deployment .. SUCCESS [ 0.657 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Runtime ............. SUCCESS [ 0.821 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Deployment .......... SUCCESS [ 0.544 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Integration Test .... SUCCESS [ 0.879 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Integration Test :: Hotreload SUCCESS [ 0.510 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Integration Test with Rule Unit SUCCESS [ 0.318 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Quickstart Integration Test SUCCESS [ 0.229 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Examples ............ SUCCESS [ 0.009 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SUCCESS [ 0.574 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SUCCESS [ 0.200 s]
[2023-08-30T07:39:37.924Z] [INFO] Kie :: Jpmml Migration Recipe ...................... SUCCESS [ 0.534 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Reliability .............................. SUCCESS [ 0.008 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Reliability :: Core ...................... SUCCESS [ 0.134 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Reliability :: Infinispan ................ SUCCESS [ 0.279 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Reliability :: H2 MVStore persistence .... SUCCESS [ 0.070 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: Reliability :: Tests ..................... SUCCESS [ 0.936 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: DRL on YAML .............................. SUCCESS [ 0.008 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: DRL on YAML :: schema generator .......... SUCCESS [ 0.353 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: DRL on YAML :: model ..................... SUCCESS [ 0.404 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: DRL on YAML :: to DRL emitter ............ SUCCESS [ 0.166 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: DRL on YAML :: CLI ....................... SUCCESS [ 0.872 s]
[2023-08-30T07:39:37.924Z] [INFO] Drools :: DRL on YAML :: CLI tests ................. SUCCESS [ 1.360 s]
[2023-08-30T07:39:37.924Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T07:39:37.924Z] [INFO] BUILD SUCCESS
[2023-08-30T07:39:37.924Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T07:39:37.924Z] [INFO] Total time: 01:56 min
[2023-08-30T07:39:37.924Z] [INFO] Finished at: 2023-08-30T03:39:36-04:00
[2023-08-30T07:39:37.924Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T07:39:38.181Z] [command]/usr/bin/docker system prune -f
[2023-08-30T07:39:38.181Z] Total reclaimed space: 0B
[2023-08-30T07:39:38.181Z] [INFO] Execution summary for kiegroup/drools
[2023-08-30T07:39:38.181Z] # [BEFORE] [kiegroup/drools] export INTEGRATION_BRANCH=
[2023-08-30T07:39:38.181Z] [INFO] OK [Executed in 0.089929 ms]
[2023-08-30T07:39:38.181Z]
[2023-08-30T07:39:38.181Z] # [BEFORE] [kiegroup/drools] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-30T07:39:38.181Z] [INFO] OK [Executed in 156637.460945 ms]
[2023-08-30T07:39:38.181Z]
[2023-08-30T07:39:38.181Z] # [COMMANDS] [kiegroup/drools] mvn clean install -Dquickly -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config14252340041635134928tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-30T07:39:38.181Z] [INFO] OK [Executed in 117673.494709 ms]
[2023-08-30T07:39:38.181Z]
[2023-08-30T07:39:38.181Z] # [AFTER] [kiegroup/drools] docker system prune -f
[2023-08-30T07:39:38.181Z] [INFO] OK [Executed in 161.326086 ms]
[2023-08-30T07:39:38.181Z]
[2023-08-30T07:39:38.181Z]
[2023-08-30T07:39:38.181Z] # Executing kiegroup/kie-jpmml-integration
[2023-08-30T07:39:38.181Z] [command]/usr/bin/bash -c if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi
[2023-08-30T07:39:38.181Z] /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3
[2023-08-30T07:39:38.181Z] Update project for environment 'quarkus-3'
[2023-08-30T07:39:38.181Z] Run before script
[2023-08-30T07:39:38.181Z] + mvn -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config14252340041635134928tmp -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 clean install -Dquickly
[2023-08-30T07:39:40.062Z] [INFO] Error stacktraces are turned on.
[2023-08-30T07:39:40.062Z] [INFO] Scanning for projects...
[2023-08-30T07:39:40.062Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T07:39:40.062Z] [INFO] Reactor Build Order:
[2023-08-30T07:39:40.062Z] [INFO]
[2023-08-30T07:39:40.062Z] [INFO] kie-jpmml-integration [pom]
[2023-08-30T07:39:40.062Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support [jar]
[2023-08-30T07:39:40.062Z] [INFO]
[2023-08-30T07:39:40.062Z] [INFO] -------------------< org.kie:kie-jpmml-integration >--------------------
[2023-08-30T07:39:40.062Z] [INFO] Building kie-jpmml-integration 8.44.0-SNAPSHOT [1/2]
[2023-08-30T07:39:40.062Z] [INFO] from pom.xml
[2023-08-30T07:39:40.062Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-30T07:39:40.062Z] [INFO]
[2023-08-30T07:39:40.062Z] [INFO] --- clean:3.1.0:clean (default-clean) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.062Z] [INFO]
[2023-08-30T07:39:40.062Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.621Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:40.621Z] [INFO]
[2023-08-30T07:39:40.621Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.621Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:40.621Z] [INFO]
[2023-08-30T07:39:40.621Z] [INFO] --- enforcer:3.0.0-M2:enforce (ban-blacklisted-dependencies) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.621Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:40.621Z] [INFO]
[2023-08-30T07:39:40.621Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.621Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:40.621Z] [INFO]
[2023-08-30T07:39:40.621Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.621Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:40.621Z] [INFO]
[2023-08-30T07:39:40.621Z] [INFO] --- checkstyle:3.0.0:check (validate) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.621Z] [INFO]
[2023-08-30T07:39:40.621Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-managed-deps) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.621Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:40.621Z] [INFO]
[2023-08-30T07:39:40.621Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.876Z] [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration' && 'git' 'rev-parse' '--verify' 'HEAD'
[2023-08-30T07:39:40.876Z] [INFO] Working directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration
[2023-08-30T07:39:40.876Z] [INFO] Storing buildNumber: 569e53a at timestamp: 1693381179619
[2023-08-30T07:39:40.876Z] [INFO] Storing buildScmBranch: setup_environments
[2023-08-30T07:39:40.876Z] [INFO]
[2023-08-30T07:39:40.876Z] [INFO] --- build-helper:3.0.0:add-source (default) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.876Z] [INFO] Source directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/target/generated-sources/annotations added.
[2023-08-30T07:39:40.876Z] [INFO]
[2023-08-30T07:39:40.876Z] [INFO] --- build-helper:3.0.0:parse-version (default) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.876Z] [INFO]
[2023-08-30T07:39:40.876Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.876Z] [INFO]
[2023-08-30T07:39:40.876Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-jpmml-integration ---
[2023-08-30T07:39:40.876Z] [INFO]
[2023-08-30T07:39:40.876Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ kie-jpmml-integration ---
[2023-08-30T07:39:41.130Z] [INFO] Skipping packaging of the test-jar
[2023-08-30T07:39:41.130Z] [INFO]
[2023-08-30T07:39:41.130Z] [INFO] --- failsafe:2.22.1:integration-test (default) @ kie-jpmml-integration ---
[2023-08-30T07:39:41.130Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-30T07:39:41.130Z] [INFO] Tests are skipped.
[2023-08-30T07:39:41.130Z] [INFO]
[2023-08-30T07:39:41.130Z] [INFO] --- failsafe:2.22.1:verify (default) @ kie-jpmml-integration ---
[2023-08-30T07:39:41.130Z] [INFO] Tests are skipped.
[2023-08-30T07:39:41.130Z] [INFO]
[2023-08-30T07:39:41.130Z] [INFO] --- install:2.5.2:install (default-install) @ kie-jpmml-integration ---
[2023-08-30T07:39:41.130Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/pom.xml to /home/jenkins/.m2/repository/org/kie/kie-jpmml-integration/8.44.0-SNAPSHOT/kie-jpmml-integration-8.44.0-SNAPSHOT.pom
[2023-08-30T07:39:41.130Z] [INFO]
[2023-08-30T07:39:41.130Z] [INFO] -----------------------< org.kie:kie-dmn-jpmml >------------------------
[2023-08-30T07:39:41.130Z] [INFO] Building KIE :: Decision Model Notation :: jPMML extension support 8.44.0-SNAPSHOT [2/2]
[2023-08-30T07:39:41.130Z] [INFO] from kie-dmn-jpmml/pom.xml
[2023-08-30T07:39:41.130Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- clean:3.1.0:clean (default-clean) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- enforcer:3.0.0-M2:enforce (ban-blacklisted-dependencies) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- checkstyle:3.0.0:check (validate) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-managed-deps) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- build-helper:3.0.0:add-source (default) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO] Source directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/generated-sources/annotations added.
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- build-helper:3.0.0:parse-version (default) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- resources:3.1.0:resources (default-resources) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-30T07:39:41.384Z] [INFO] Copying 1 resource
[2023-08-30T07:39:41.384Z] [INFO]
[2023-08-30T07:39:41.384Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ kie-dmn-jpmml ---
[2023-08-30T07:39:41.384Z] [INFO] Changes detected - recompiling the module!
[2023-08-30T07:39:41.384Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/classes
[2023-08-30T07:39:41.945Z] [INFO]
[2023-08-30T07:39:41.945Z] [INFO] --- jandex:3.0.5:jandex (make-index) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.202Z] [INFO] Saving Jandex index: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/classes/META-INF/jandex.idx
[2023-08-30T07:39:42.202Z] [INFO]
[2023-08-30T07:39:42.202Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.202Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-30T07:39:42.202Z] [INFO] Copying 10 resources
[2023-08-30T07:39:42.202Z] [INFO]
[2023-08-30T07:39:42.202Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.202Z] [INFO] Changes detected - recompiling the module!
[2023-08-30T07:39:42.202Z] [INFO] Compiling 8 source files to /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/test-classes
[2023-08-30T07:39:42.460Z] [INFO]
[2023-08-30T07:39:42.460Z] [INFO] --- surefire:2.22.1:test (default-test) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.460Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-30T07:39:42.460Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[2023-08-30T07:39:42.460Z] [INFO] Tests are skipped.
[2023-08-30T07:39:42.460Z] [INFO]
[2023-08-30T07:39:42.460Z] [INFO] --- jar:3.1.0:jar (default-jar) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.460Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar
[2023-08-30T07:39:42.460Z] [INFO]
[2023-08-30T07:39:42.460Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.460Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar
[2023-08-30T07:39:42.460Z] [INFO]
[2023-08-30T07:39:42.460Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.715Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar
[2023-08-30T07:39:42.715Z] [INFO]
[2023-08-30T07:39:42.715Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.715Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar
[2023-08-30T07:39:42.715Z] [INFO]
[2023-08-30T07:39:42.715Z] [INFO] --- failsafe:2.22.1:integration-test (default) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.715Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-30T07:39:42.715Z] [INFO] Tests are skipped.
[2023-08-30T07:39:42.715Z] [INFO]
[2023-08-30T07:39:42.715Z] [INFO] --- failsafe:2.22.1:verify (default) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.715Z] [INFO] Tests are skipped.
[2023-08-30T07:39:42.715Z] [INFO]
[2023-08-30T07:39:42.715Z] [INFO] --- install:2.5.2:install (default-install) @ kie-dmn-jpmml ---
[2023-08-30T07:39:42.715Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar
[2023-08-30T07:39:42.715Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/pom.xml to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT.pom
[2023-08-30T07:39:42.715Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar
[2023-08-30T07:39:42.715Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar
[2023-08-30T07:39:42.716Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar
[2023-08-30T07:39:42.716Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T07:39:42.716Z] [INFO] Reactor Summary for kie-jpmml-integration 8.44.0-SNAPSHOT:
[2023-08-30T07:39:42.716Z] [INFO]
[2023-08-30T07:39:42.716Z] [INFO] kie-jpmml-integration .............................. SUCCESS [ 1.141 s]
[2023-08-30T07:39:42.716Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support SUCCESS [ 1.519 s]
[2023-08-30T07:39:42.716Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T07:39:42.716Z] [INFO] BUILD SUCCESS
[2023-08-30T07:39:42.716Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T07:39:42.716Z] [INFO] Total time: 2.779 s
[2023-08-30T07:39:42.716Z] [INFO] Finished at: 2023-08-30T03:39:41-04:00
[2023-08-30T07:39:42.716Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T07:39:42.716Z] + set +x
[2023-08-30T07:39:42.716Z] rewrite none
[2023-08-30T07:39:42.716Z] No rewrite to be done. Exited
[2023-08-30T07:39:42.716Z] Apply git patch /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-08-30T07:39:42.716Z] Apply git patch /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0002_jpmml_evaluator_changes.patch
[2023-08-30T07:39:42.716Z] /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0002_jpmml_evaluator_changes.patch:93: trailing whitespace.
[2023-08-30T07:39:42.716Z]
[2023-08-30T07:39:42.716Z] warning: 1 line applied after fixing whitespace errors.
[2023-08-30T07:39:42.716Z] Run after script
[2023-08-30T07:39:44.074Z] [INFO] kiegroup/kie-jpmml-integration failed. Won't execute remaining commands and projects
[2023-08-30T07:39:44.074Z] [INFO] Execution summary for kiegroup/kie-jpmml-integration
[2023-08-30T07:39:44.074Z] # [BEFORE] [kiegroup/kie-jpmml-integration] export INTEGRATION_BRANCH=
[2023-08-30T07:39:44.074Z] [INFO] OK [Executed in 0.166071 ms]
[2023-08-30T07:39:44.074Z]
[2023-08-30T07:39:44.074Z] # [BEFORE] [kiegroup/kie-jpmml-integration] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-30T07:39:44.074Z] [INFO] NOT OK [Executed in 5780.50657 ms]
[2023-08-30T07:39:44.074Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-08-30T07:39:44.074Z]
[2023-08-30T07:39:44.074Z] [INFO] [COMMANDS] Skipped kiegroup/kie-jpmml-integration
[2023-08-30T07:39:44.074Z] [INFO] [AFTER] Skipped kiegroup/kie-jpmml-integration
[2023-08-30T07:39:44.074Z]
[2023-08-30T07:39:44.074Z] # Uploading artifacts
[2023-08-30T07:39:44.074Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-30T07:39:44.074Z]
[2023-08-30T07:39:44.074Z] [ERROR] Failed to execute commands for kiegroup/kie-jpmml-integration
[2023-08-30T07:39:44.074Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-08-30T07:39:44.074Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-30T07:39:44.153Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-30T07:39:44.551Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-30T07:39:44.578Z] Recording test results
[2023-08-30T07:39:45.234Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-30T07:39:45.250Z] Archiving artifacts
[2023-08-30T07:39:44.107Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-30T07:39:46.130Z] + rm -rf console.log
[Pipeline] sh
[2023-08-30T07:39:46.417Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/4/consoleText
[2023-08-30T07:39:46.417Z] + tail -n 300

@radtriste
Copy link
Author

jenkins run quarkus-3

@kie-ci4
Copy link

kie-ci4 commented Aug 30, 2023

(quarkus-3) - kie-jpmml-integration job #5 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kie-jpmml-integration -u #89 --skipParallelCheckout

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

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/5/display/redirect
See console log:

Console Logs [2023-08-30T09:17:43.357Z] [INFO] KIE :: Decision Model Notation :: Signavio extensions support SUCCESS [ 0.371 s]
[2023-08-30T09:17:43.357Z] [INFO] KiE :: Decision Model Notation - PMML Tests :: Parent SUCCESS [ 0.008 s]
[2023-08-30T09:17:43.357Z] [INFO] KiE :: Decision Model Notation - PMML Tests ........ SUCCESS [ 0.263 s]
[2023-08-30T09:17:43.357Z] [INFO] KiE :: Decision Model Notation - PMML Trusty Tests . SUCCESS [ 0.113 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Decision Model Notation :: xls2dmn CLI Utility SUCCESS [ 3.353 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Decision Model Notation :: JSR-223 JQ ScriptEngine SUCCESS [ 0.161 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Decision Model Notation :: Core JSR-223 ..... SUCCESS [ 0.258 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn parent SUCCESS [ 0.009 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn utilities SUCCESS [ 0.248 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn CLI .. SUCCESS [ 1.438 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: PMML :: Models :: Tests ..................... SUCCESS [ 0.294 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: PMML :: Models :: Regression :: Tests ....... SUCCESS [ 0.418 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Tests ... SUCCESS [ 0.360 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Tests SUCCESS [ 0.391 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: PMML :: Models :: Mining :: Tests ........... SUCCESS [ 0.389 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: PMML :: Models :: Tree :: Tests ............. SUCCESS [ 0.327 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: PMML :: Models :: Clustering :: Tests ....... SUCCESS [ 0.343 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Tests ........ SUCCESS [ 0.365 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Maven Plugin ................................ SUCCESS [ 3.826 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Maven Archetypes ............................ SUCCESS [ 0.012 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Drools DMN engine Maven Archetype ........... SUCCESS [ 0.980 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and RuleUnit SUCCESS [ 0.074 s]
[2023-08-30T09:17:43.357Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and traditional rule style SUCCESS [ 0.090 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension ........................ SUCCESS [ 0.014 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Util :: Deployment .. SUCCESS [ 0.907 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Runtime ............. SUCCESS [ 0.885 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Deployment .......... SUCCESS [ 0.724 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Integration Test .... SUCCESS [ 1.097 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Integration Test :: Hotreload SUCCESS [ 0.549 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Integration Test with Rule Unit SUCCESS [ 0.337 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Quickstart Integration Test SUCCESS [ 0.307 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Examples ............ SUCCESS [ 0.014 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SUCCESS [ 0.648 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SUCCESS [ 0.228 s]
[2023-08-30T09:17:43.357Z] [INFO] Kie :: Jpmml Migration Recipe ...................... SUCCESS [ 0.648 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Reliability .............................. SUCCESS [ 0.009 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Reliability :: Core ...................... SUCCESS [ 0.155 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Reliability :: Infinispan ................ SUCCESS [ 0.330 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Reliability :: H2 MVStore persistence .... SUCCESS [ 0.094 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: Reliability :: Tests ..................... SUCCESS [ 0.983 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: DRL on YAML .............................. SUCCESS [ 0.010 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: DRL on YAML :: schema generator .......... SUCCESS [ 0.365 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: DRL on YAML :: model ..................... SUCCESS [ 0.435 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: DRL on YAML :: to DRL emitter ............ SUCCESS [ 0.149 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: DRL on YAML :: CLI ....................... SUCCESS [ 0.868 s]
[2023-08-30T09:17:43.357Z] [INFO] Drools :: DRL on YAML :: CLI tests ................. SUCCESS [ 1.562 s]
[2023-08-30T09:17:43.357Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T09:17:43.357Z] [INFO] BUILD SUCCESS
[2023-08-30T09:17:43.357Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T09:17:43.357Z] [INFO] Total time: 02:09 min
[2023-08-30T09:17:43.357Z] [INFO] Finished at: 2023-08-30T05:17:42-04:00
[2023-08-30T09:17:43.357Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T09:17:43.644Z] [command]/usr/bin/docker system prune -f
[2023-08-30T09:17:43.644Z] Total reclaimed space: 0B
[2023-08-30T09:17:43.644Z] [INFO] Execution summary for kiegroup/drools
[2023-08-30T09:17:43.644Z] # [BEFORE] [kiegroup/drools] export INTEGRATION_BRANCH=
[2023-08-30T09:17:43.644Z] [INFO] OK [Executed in 0.082475 ms]
[2023-08-30T09:17:43.644Z]
[2023-08-30T09:17:43.644Z] # [BEFORE] [kiegroup/drools] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-30T09:17:43.644Z] [INFO] OK [Executed in 164320.365843 ms]
[2023-08-30T09:17:43.644Z]
[2023-08-30T09:17:43.644Z] # [COMMANDS] [kiegroup/drools] mvn clean install -Dquickly -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config15683675550334028736tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-30T09:17:43.644Z] [INFO] OK [Executed in 131216.313921 ms]
[2023-08-30T09:17:43.644Z]
[2023-08-30T09:17:43.644Z] # [AFTER] [kiegroup/drools] docker system prune -f
[2023-08-30T09:17:43.644Z] [INFO] OK [Executed in 129.634544 ms]
[2023-08-30T09:17:43.644Z]
[2023-08-30T09:17:43.644Z]
[2023-08-30T09:17:43.644Z] # Executing kiegroup/kie-jpmml-integration
[2023-08-30T09:17:43.644Z] [command]/usr/bin/bash -c if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi
[2023-08-30T09:17:43.644Z] /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3
[2023-08-30T09:17:43.644Z] Update project for environment 'quarkus-3'
[2023-08-30T09:17:43.644Z] Run before script
[2023-08-30T09:17:43.644Z] + mvn -Denforcer.skip -s /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration@tmp/config15683675550334028736tmp -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 clean install -Dquickly
[2023-08-30T09:17:45.564Z] [INFO] Error stacktraces are turned on.
[2023-08-30T09:17:45.564Z] [INFO] Scanning for projects...
[2023-08-30T09:17:45.564Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T09:17:45.564Z] [INFO] Reactor Build Order:
[2023-08-30T09:17:45.564Z] [INFO]
[2023-08-30T09:17:45.564Z] [INFO] kie-jpmml-integration [pom]
[2023-08-30T09:17:45.564Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support [jar]
[2023-08-30T09:17:45.819Z] [INFO]
[2023-08-30T09:17:45.819Z] [INFO] -------------------< org.kie:kie-jpmml-integration >--------------------
[2023-08-30T09:17:45.819Z] [INFO] Building kie-jpmml-integration 8.44.0-SNAPSHOT [1/2]
[2023-08-30T09:17:45.819Z] [INFO] from pom.xml
[2023-08-30T09:17:45.819Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-30T09:17:45.819Z] [INFO]
[2023-08-30T09:17:45.819Z] [INFO] --- clean:3.1.0:clean (default-clean) @ kie-jpmml-integration ---
[2023-08-30T09:17:45.819Z] [INFO]
[2023-08-30T09:17:45.819Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.378Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:46.378Z] [INFO]
[2023-08-30T09:17:46.378Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.378Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:46.378Z] [INFO]
[2023-08-30T09:17:46.378Z] [INFO] --- enforcer:3.0.0-M2:enforce (ban-blacklisted-dependencies) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.378Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:46.378Z] [INFO]
[2023-08-30T09:17:46.378Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.378Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:46.378Z] [INFO]
[2023-08-30T09:17:46.378Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.378Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:46.378Z] [INFO]
[2023-08-30T09:17:46.378Z] [INFO] --- checkstyle:3.0.0:check (validate) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.633Z] [INFO]
[2023-08-30T09:17:46.633Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-managed-deps) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.633Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:46.633Z] [INFO]
[2023-08-30T09:17:46.633Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.633Z] [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration' && 'git' 'rev-parse' '--verify' 'HEAD'
[2023-08-30T09:17:46.633Z] [INFO] Working directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration
[2023-08-30T09:17:46.633Z] [INFO] Storing buildNumber: f226b53 at timestamp: 1693387065462
[2023-08-30T09:17:46.633Z] [INFO] Storing buildScmBranch: setup_environments
[2023-08-30T09:17:46.633Z] [INFO]
[2023-08-30T09:17:46.633Z] [INFO] --- build-helper:3.0.0:add-source (default) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.888Z] [INFO] Source directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/target/generated-sources/annotations added.
[2023-08-30T09:17:46.888Z] [INFO]
[2023-08-30T09:17:46.888Z] [INFO] --- build-helper:3.0.0:parse-version (default) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.888Z] [INFO]
[2023-08-30T09:17:46.888Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.888Z] [INFO]
[2023-08-30T09:17:46.888Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.888Z] [INFO]
[2023-08-30T09:17:46.888Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.888Z] [INFO] Skipping packaging of the test-jar
[2023-08-30T09:17:46.888Z] [INFO]
[2023-08-30T09:17:46.888Z] [INFO] --- failsafe:2.22.1:integration-test (default) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.888Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-30T09:17:46.888Z] [INFO] Tests are skipped.
[2023-08-30T09:17:46.888Z] [INFO]
[2023-08-30T09:17:46.888Z] [INFO] --- failsafe:2.22.1:verify (default) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.888Z] [INFO] Tests are skipped.
[2023-08-30T09:17:46.888Z] [INFO]
[2023-08-30T09:17:46.888Z] [INFO] --- install:2.5.2:install (default-install) @ kie-jpmml-integration ---
[2023-08-30T09:17:46.888Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/pom.xml to /home/jenkins/.m2/repository/org/kie/kie-jpmml-integration/8.44.0-SNAPSHOT/kie-jpmml-integration-8.44.0-SNAPSHOT.pom
[2023-08-30T09:17:46.888Z] [INFO]
[2023-08-30T09:17:46.888Z] [INFO] -----------------------< org.kie:kie-dmn-jpmml >------------------------
[2023-08-30T09:17:46.888Z] [INFO] Building KIE :: Decision Model Notation :: jPMML extension support 8.44.0-SNAPSHOT [2/2]
[2023-08-30T09:17:46.888Z] [INFO] from kie-dmn-jpmml/pom.xml
[2023-08-30T09:17:46.888Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- clean:3.1.0:clean (default-clean) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- enforcer:3.0.0-M2:enforce (ban-blacklisted-dependencies) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- checkstyle:3.0.0:check (validate) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- enforcer:3.0.0-M2:enforce (no-managed-deps) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO] Skipping Rule Enforcement.
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- build-helper:3.0.0:add-source (default) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO] Source directory: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/generated-sources/annotations added.
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- build-helper:3.0.0:parse-version (default) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- resources:3.1.0:resources (default-resources) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-30T09:17:47.446Z] [INFO] Copying 1 resource
[2023-08-30T09:17:47.446Z] [INFO]
[2023-08-30T09:17:47.446Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ kie-dmn-jpmml ---
[2023-08-30T09:17:47.446Z] [INFO] Changes detected - recompiling the module!
[2023-08-30T09:17:47.446Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/classes
[2023-08-30T09:17:48.005Z] [INFO]
[2023-08-30T09:17:48.005Z] [INFO] --- jandex:3.0.5:jandex (make-index) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.260Z] [INFO] Saving Jandex index: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/classes/META-INF/jandex.idx
[2023-08-30T09:17:48.260Z] [INFO]
[2023-08-30T09:17:48.260Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.260Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-30T09:17:48.260Z] [INFO] Copying 10 resources
[2023-08-30T09:17:48.260Z] [INFO]
[2023-08-30T09:17:48.260Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.260Z] [INFO] Changes detected - recompiling the module!
[2023-08-30T09:17:48.260Z] [INFO] Compiling 8 source files to /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/test-classes
[2023-08-30T09:17:48.515Z] [INFO]
[2023-08-30T09:17:48.515Z] [INFO] --- surefire:2.22.1:test (default-test) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.515Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-30T09:17:48.515Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[2023-08-30T09:17:48.515Z] [INFO] Tests are skipped.
[2023-08-30T09:17:48.515Z] [INFO]
[2023-08-30T09:17:48.515Z] [INFO] --- jar:3.1.0:jar (default-jar) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.515Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar
[2023-08-30T09:17:48.775Z] [INFO]
[2023-08-30T09:17:48.775Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.775Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar
[2023-08-30T09:17:48.775Z] [INFO]
[2023-08-30T09:17:48.775Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.775Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar
[2023-08-30T09:17:48.775Z] [INFO]
[2023-08-30T09:17:48.775Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.775Z] [INFO] Building jar: /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar
[2023-08-30T09:17:48.775Z] [INFO]
[2023-08-30T09:17:48.775Z] [INFO] --- failsafe:2.22.1:integration-test (default) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.775Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-30T09:17:48.775Z] [INFO] Tests are skipped.
[2023-08-30T09:17:48.775Z] [INFO]
[2023-08-30T09:17:48.775Z] [INFO] --- failsafe:2.22.1:verify (default) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.775Z] [INFO] Tests are skipped.
[2023-08-30T09:17:48.775Z] [INFO]
[2023-08-30T09:17:48.775Z] [INFO] --- install:2.5.2:install (default-install) @ kie-dmn-jpmml ---
[2023-08-30T09:17:48.775Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT.jar
[2023-08-30T09:17:48.775Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/pom.xml to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT.pom
[2023-08-30T09:17:48.775Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-sources.jar
[2023-08-30T09:17:48.775Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-test-sources.jar
[2023-08-30T09:17:48.775Z] [INFO] Installing /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/target/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kie-dmn-jpmml/8.44.0-SNAPSHOT/kie-dmn-jpmml-8.44.0-SNAPSHOT-tests.jar
[2023-08-30T09:17:48.775Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T09:17:48.775Z] [INFO] Reactor Summary for kie-jpmml-integration 8.44.0-SNAPSHOT:
[2023-08-30T09:17:48.775Z] [INFO]
[2023-08-30T09:17:48.775Z] [INFO] kie-jpmml-integration .............................. SUCCESS [ 1.315 s]
[2023-08-30T09:17:48.775Z] [INFO] KIE :: Decision Model Notation :: jPMML extension support SUCCESS [ 1.742 s]
[2023-08-30T09:17:48.775Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T09:17:48.775Z] [INFO] BUILD SUCCESS
[2023-08-30T09:17:48.775Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T09:17:48.775Z] [INFO] Total time: 3.205 s
[2023-08-30T09:17:48.775Z] [INFO] Finished at: 2023-08-30T05:17:47-04:00
[2023-08-30T09:17:48.775Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T09:17:48.775Z] + set +x
[2023-08-30T09:17:48.775Z] rewrite none
[2023-08-30T09:17:48.775Z] No rewrite to be done. Exited
[2023-08-30T09:17:48.775Z] Apply git patch /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-08-30T09:17:48.775Z] Apply git patch /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0002_jpmml_evaluator_changes.patch
[2023-08-30T09:17:48.775Z] /home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/.ci/environments/quarkus-3/patches/0002_jpmml_evaluator_changes.patch:93: trailing whitespace.
[2023-08-30T09:17:48.775Z]
[2023-08-30T09:17:48.776Z] warning: 1 line applied after fixing whitespace errors.
[2023-08-30T09:17:48.776Z] Run after script
[2023-08-30T09:17:48.776Z] + mvn -q -Dexpression=project.version -DforceStdout help:evaluate
[2023-08-30T09:17:50.148Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2023-08-30T09:17:50.148Z] [FATAL] Non-resolvable parent POM for org.kie:kie-dmn-jpmml:9.44.0-SNAPSHOT: The following artifacts could not be resolved: org.kie:kie-jpmml-integration:pom:9.44.0-SNAPSHOT (absent): Could not find artifact org.kie:kie-jpmml-integration:pom:9.44.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 3, column 11
[2023-08-30T09:17:50.148Z] @
[2023-08-30T09:17:50.148Z] [ERROR] The build could not read 1 project -> [Help 1]
[2023-08-30T09:17:50.148Z] [ERROR]
[2023-08-30T09:17:50.148Z] [ERROR] The project org.kie:kie-dmn-jpmml:9.44.0-SNAPSHOT (/home/jenkins/workspace/KIE/drools/main/pullrequest.quarkus-3/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/bc/kiegroup_kie-jpmml-integration/kie-dmn-jpmml/pom.xml) has 1 error
[2023-08-30T09:17:50.148Z] [ERROR] Non-resolvable parent POM for org.kie:kie-dmn-jpmml:9.44.0-SNAPSHOT: The following artifacts could not be resolved: org.kie:kie-jpmml-integration:pom:9.44.0-SNAPSHOT (absent): Could not find artifact org.kie:kie-jpmml-integration:pom:9.44.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 3, column 11 -> [Help 2]
[2023-08-30T09:17:50.148Z] [ERROR]
[2023-08-30T09:17:50.148Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2023-08-30T09:17:50.148Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-30T09:17:50.148Z] [ERROR]
[2023-08-30T09:17:50.148Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-30T09:17:50.148Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[2023-08-30T09:17:50.148Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[2023-08-30T09:17:50.148Z] [INFO] kiegroup/kie-jpmml-integration failed. Won't execute remaining commands and projects
[2023-08-30T09:17:50.148Z] [INFO] Execution summary for kiegroup/kie-jpmml-integration
[2023-08-30T09:17:50.148Z] # [BEFORE] [kiegroup/kie-jpmml-integration] export INTEGRATION_BRANCH=
[2023-08-30T09:17:50.148Z] [INFO] OK [Executed in 0.198643 ms]
[2023-08-30T09:17:50.148Z]
[2023-08-30T09:17:50.148Z] # [BEFORE] [kiegroup/kie-jpmml-integration] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-30T09:17:50.148Z] [INFO] NOT OK [Executed in 6587.64395 ms]
[2023-08-30T09:17:50.148Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-08-30T09:17:50.148Z]
[2023-08-30T09:17:50.148Z] [INFO] [COMMANDS] Skipped kiegroup/kie-jpmml-integration
[2023-08-30T09:17:50.148Z] [INFO] [AFTER] Skipped kiegroup/kie-jpmml-integration
[2023-08-30T09:17:50.148Z]
[2023-08-30T09:17:50.148Z] # Uploading artifacts
[2023-08-30T09:17:50.148Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-30T09:17:50.148Z]
[2023-08-30T09:17:50.148Z] [ERROR] Failed to execute commands for kiegroup/kie-jpmml-integration
[2023-08-30T09:17:50.148Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-08-30T09:17:50.148Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-30T09:17:50.492Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-30T09:17:51.090Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-30T09:17:51.137Z] Recording test results
[2023-08-30T09:17:51.679Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-30T09:17:51.700Z] Archiving artifacts
[2023-08-30T09:17:50.580Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-30T09:17:52.623Z] + rm -rf console.log
[Pipeline] sh
[2023-08-30T09:17:52.913Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest.quarkus-3/job/kie-jpmml-integration.quarkus-3.kie-jpmml-integration/5/consoleText
[2023-08-30T09:17:52.913Z] + tail -n 300

@radtriste
Copy link
Author

jenkins run quarkus-3

@radtriste radtriste merged commit 5fdfd79 into kiegroup:main Aug 30, 2023
4 checks passed
@radtriste radtriste deleted the setup_environments branch August 30, 2023 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants