incubator-kie-optaplanner-quickstarts
incubator-kie-optaplanner-quickstarts copied to clipboard
Use SolverManager in call center quickstart
JIRA
Referenced pull requests
How to retest this PR or trigger a specific build:
- for a pull request build please add comment: Jenkins retest this
- for a full downstream build please add the label
run_fdb
- for a specific pull request build please add comment: Jenkins (re)run [optaplanner-quickstarts] tests
- for a Quarkus LTS check please add comment: Jenkins run LTS
- for a specific Quarkus LTS check please add comment: Jenkins (re)run [optaplanner-quickstarts] LTS
- for a Native check please add comment: Jenkins run native
- for a specific Native LTS check please add comment: Jenkins (re)run [optaplanner-quickstarts] native
Yeah, it probably a multiple threaded issue, as the issue did not appear when I ran the tests locally.
This is annoying since the SolverManager
API does not have a way to "wait" until all changes are processed. And looking at the Windows error, it seems the best solution event was not fired since all phases were skipped since the call got pinned, causing the test to timeout (since the final problem change unset the best solution so it is forced to wait for the next one).
This is annoying since the
SolverManager
API does not have a way to "wait" until all changes are processed. And looking at the Windows error, it seems the best solution event was not fired since all phases were skipped since the call got pinned, causing the test to timeout (since the final problem change unset the best solution so it is forced to wait for the next one).
Right now the only what to make sure all expected changes were processed is to check the best solution itself. I will take a look at simplifying the pauseConsumer()
which solves this problem but was not merged in the end. In short: it makes addProblemChange()
and the best solution consumer mutually exclusive and publishes best solutions only when there is no waiting problem change.
@rsynek Any progress here? It'd be a shame to throw this PR away.
(tests) - optaplanner-quickstarts job #72
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/optaplanner/job/main/job/pullrequest/job/optaplanner-quickstarts.tests.optaplanner-quickstarts/72/display/redirect See console log:
Console Logs
> git rev-list --no-walk f6030bf2ac4e39a23094dad17d0057c20fe0fee5 # timeout=10[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-psi-rhel7-xlarge-314 in /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 42f3f6257aca2224c6cc7109110e9b2aaf05d47a (origin/main)
Commit message: "Branch seed job should use main seed branch (#604)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-09-13T05:52:39.199Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.37.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 42f3f6257aca2224c6cc7109110e9b2aaf05d47a # timeout=10
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2022-09-13T05:52:39.394Z] Installing NodeJS from /var/jenkins_home/caches/nodejs/LINUX/amd64/16.2.0.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0 on rhos-01-kie-psi-rhel7-xlarge-314
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-09-13T05:52:43.371Z] + printenv
[Pipeline] archiveArtifacts
[2022-09-13T05:52:43.401Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-09-13T05:52:44.398Z] Running in /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts
[Pipeline] {
[Pipeline] echo
[2022-09-13T05:52:44.491Z] [INFO] space left on the machine
[Pipeline] sh
[2022-09-13T05:52:44.825Z] + df -h
[2022-09-13T05:52:44.826Z] Filesystem Size Used Avail Use% Mounted on
[2022-09-13T05:52:44.826Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-09-13T05:52:44.826Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-09-13T05:52:44.826Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-09-13T05:52:44.826Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-09-13T05:52:44.826Z] /dev/vda1 80G 23G 58G 28% /
[2022-09-13T05:52:44.826Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-09-13T05:52:44.892Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-09-13T05:52:45.174Z] + du -h -d1 /home/jenkins
[2022-09-13T05:52:45.174Z] 4.0K /home/jenkins/.ssh
[2022-09-13T05:52:45.174Z] 0 /home/jenkins/go
[2022-09-13T05:52:45.174Z] 8.0K /home/jenkins/.vnc
[2022-09-13T05:52:45.174Z] 19M /home/jenkins/.m2
[2022-09-13T05:52:45.174Z] 2.1G /home/jenkins/git-repos
[2022-09-13T05:52:45.174Z] 8.0K /home/jenkins/.config
[2022-09-13T05:52:45.174Z] 4.0K /home/jenkins/.cekit
[2022-09-13T05:52:45.174Z] 82M /home/jenkins/virtenvs
[2022-09-13T05:52:45.174Z] 33M /home/jenkins/remoting
[2022-09-13T05:52:46.627Z] 2.1G /home/jenkins/.cache
[2022-09-13T05:52:46.627Z] 2.8M /home/jenkins/workspace
[2022-09-13T05:52:46.627Z] 0 /home/jenkins/.pki
[2022-09-13T05:52:46.627Z] 0 /home/jenkins/caches
[2022-09-13T05:52:46.882Z] 629M /home/jenkins/.gradle
[2022-09-13T05:52:46.882Z] 3.0M /home/jenkins/.npm
[2022-09-13T05:52:46.882Z] 0 /home/jenkins/.yarn
[2022-09-13T05:52:46.882Z] 100M /home/jenkins/tools
[2022-09-13T05:52:46.882Z] 5.0G /home/jenkins
[Pipeline] echo
[2022-09-13T05:52:46.911Z] [INFO] space of workspace
[Pipeline] sh
[2022-09-13T05:52:47.271Z] + du -h -d3 /home/jenkins/workspace
[2022-09-13T05:52:47.271Z] 0 /home/jenkins/workspace/KIE/kogito/main
[2022-09-13T05:52:47.271Z] 0 /home/jenkins/workspace/KIE/kogito
[2022-09-13T05:52:47.271Z] 2.8M /home/jenkins/workspace/KIE/optaplanner/main
[2022-09-13T05:52:47.271Z] 2.8M /home/jenkins/workspace/KIE/optaplanner
[2022-09-13T05:52:47.271Z] 2.8M /home/jenkins/workspace/KIE
[2022-09-13T05:52:47.271Z] 2.8M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-09-13T05:52:47.902Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-09-13T05:52:48.220Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-09-13T05:52:48.572Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-09-13T05:52:49.571Z] npm WARN ERESOLVE overriding peer dependency
[2022-09-13T05:52:49.571Z] npm WARN Found: @octokit/[email protected]
[2022-09-13T05:52:49.571Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-09-13T05:52:49.571Z] npm WARN @octokit/core@"^2.4.3" from @octokit/[email protected]
[2022-09-13T05:52:49.571Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-09-13T05:52:49.571Z] npm WARN @octokit/rest@"^17.6.0" from @kie/[email protected]
[2022-09-13T05:52:49.571Z] npm WARN node_modules/@kie/build-chain-action
[2022-09-13T05:52:49.571Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-09-13T05:52:49.571Z] npm WARN 1 more (@octokit/plugin-paginate-rest)
[2022-09-13T05:52:49.571Z] npm WARN
[2022-09-13T05:52:49.571Z] npm WARN Could not resolve dependency:
[2022-09-13T05:52:49.571Z] npm WARN peer @octokit/core@">=3" from @octokit/[email protected]
[2022-09-13T05:52:49.571Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-09-13T05:52:49.571Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/[email protected]
[2022-09-13T05:52:49.571Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-09-13T05:52:53.869Z]
[2022-09-13T05:52:53.869Z] added 111 packages, and audited 112 packages in 5s
[2022-09-13T05:52:53.869Z]
[2022-09-13T05:52:53.869Z] 5 packages are looking for funding
[2022-09-13T05:52:53.869Z] run `npm fund` for details
[2022-09-13T05:52:53.869Z]
[2022-09-13T05:52:53.869Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-09-13T05:52:54.803Z] BUILD_MVN_OPTS_CURRENT = -Dfull
[Pipeline] configFileProvider
[2022-09-13T05:52:54.870Z] provisioning config files...
[2022-09-13T05:52:54.877Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts@tmp/config1819901588361018532tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-09-13T05:52:54.919Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-09-13T05:52:55.028Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-09-13T05:52:55.029Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-09-13T05:52:55.029Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-09-13T05:52:55.330Z] + build-chain-action -token=**** -df=https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -url=https://github.com/kiegroup/optaplanner-quickstarts/pull/304 -sp=kiegroup/optaplanner-quickstarts --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts@tmp/config1819901588361018532tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-09-13T05:52:55.585Z] [INFO] Executing pull request flow for https://github.com/kiegroup/optaplanner-quickstarts/pull/304 in bc
[2022-09-13T05:52:55.585Z] (node:8746) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-09-13T05:52:55.585Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-09-13T05:52:55.871Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-09-13T05:52:56.171Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-09-13T05:52:56.171Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts'
[2022-09-13T05:52:56.171Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-09-13T05:52:56.171Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-09-13T05:52:56.171Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-09-13T05:52:56.171Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts'
[2022-09-13T05:52:56.171Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-09-13T05:52:56.171Z] BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-09-13T05:52:56.171Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-09-13T05:52:56.171Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT="-Dfull"' in dir '/home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts'
[2022-09-13T05:52:56.171Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-09-13T05:52:56.171Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with '-Dfull' value
[2022-09-13T05:52:56.171Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT="-Dfull"
[2022-09-13T05:52:56.171Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT=-Dfull"' in dir '/home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts'
[2022-09-13T05:52:56.171Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Dfull
[2022-09-13T05:52:56.171Z] BUILD_MVN_OPTS_CURRENT=-Dfull
[2022-09-13T05:52:56.171Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT=-Dfull"
[2022-09-13T05:52:56.171Z] ::endgroup::
[2022-09-13T05:52:56.472Z] ::group::[Pull Request Flow] Execution Plan...
[2022-09-13T05:52:56.472Z] [INFO] ----------------------------------------------
[2022-09-13T05:52:56.472Z] [INFO] [2] projects will be executed
[2022-09-13T05:52:56.472Z]
[2022-09-13T05:52:56.472Z] [INFO] [kiegroup/optaplanner]
[2022-09-13T05:52:56.472Z] [INFO] Level Type: [upstream].
[2022-09-13T05:52:56.472Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM }}
[2022-09-13T05:52:56.472Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-09-13T05:52:56.472Z]
[2022-09-13T05:52:56.472Z] [INFO] [kiegroup/optaplanner-quickstarts]
[2022-09-13T05:52:56.472Z] [INFO] Level Type: [current].
[2022-09-13T05:52:56.472Z] [INFO] mvn clean install -f optaplanner-quickstarts/pom.xml ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.OPTAPLANNER_QUICKSTARTS_BUILD_MVN_OPTS }}
[2022-09-13T05:52:56.472Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-09-13T05:52:56.472Z]
[2022-09-13T05:52:56.472Z] [INFO] ----------------------------------------------
[2022-09-13T05:52:56.472Z] ::endgroup::
[2022-09-13T05:52:56.472Z] ::group::[Pull Request Flow] Checking out kiegroup/optaplanner-quickstarts and its dependencies
[2022-09-13T05:52:56.472Z] [INFO] Tree for project kiegroup/optaplanner-quickstarts. Dependencies:
[2022-09-13T05:52:56.472Z] kiegroup/optaplanner,
[2022-09-13T05:52:56.472Z] kiegroup/optaplanner-quickstarts
[2022-09-13T05:52:56.472Z] [INFO] [kiegroup/optaplanner] Checking out project
[2022-09-13T05:52:56.772Z] [WARN] project github.com/Christopher-Chianelli/optaplanner:call-center-use-solver-manager does not exist. It's not necessarily an error.
[2022-09-13T05:52:56.772Z] [WARN] project github.com/kiegroup/optaplanner:call-center-use-solver-manager does not exist. It's not necessarily an error.
[2022-09-13T05:52:57.069Z] [INFO] [kiegroup/optaplanner] Checking out 'https://github.com/kiegroup/optaplanner:main' into 'bc/kiegroup_optaplanner'
[2022-09-13T05:53:12.081Z] [INFO] [kiegroup/optaplanner] Checked out.
[2022-09-13T05:53:12.081Z] [INFO] [kiegroup/optaplanner] Cloning folder bc/kiegroup_optaplanner into optaplanner
[2022-09-13T05:53:12.081Z] [INFO] [kiegroup/optaplanner] Cloned folder bc/kiegroup_optaplanner into bc/kiegroup_optaplanner/optaplanner
[2022-09-13T05:53:12.081Z] [INFO] [kiegroup/optaplanner-quickstarts] Checking out project
[2022-09-13T05:53:12.081Z] [INFO] [kiegroup/optaplanner-quickstarts] Merging https://github.com/kiegroup/optaplanner-quickstarts:development into https://github.com/Christopher-Chianelli/optaplanner-quickstarts:call-center-use-solver-manager
[2022-09-13T05:53:12.674Z] [ERROR] command git pull --no-rebase https://****@github.com/Christopher-Chianelli/optaplanner-quickstarts call-center-use-solver-manager failed with code 1. Error Message: From https://github.com/Christopher-Chianelli/optaplanner-quickstarts
[2022-09-13T05:53:12.674Z] * branch call-center-use-solver-manager -> FETCH_HEAD
[2022-09-13T05:53:12.674Z] Auto-merging use-cases/call-center/src/main/java/org/acme/callcenter/rest/CallCenterResource.java
[2022-09-13T05:53:12.674Z] Auto-merging use-cases/call-center/src/main/java/org/acme/callcenter/service/SolverService.java
[2022-09-13T05:53:12.674Z] Auto-merging use-cases/call-center/src/test/java/org/acme/callcenter/solver/SolverServiceTest.java
[2022-09-13T05:53:12.674Z] CONFLICT (content): Merge conflict in use-cases/call-center/src/test/java/org/acme/callcenter/solver/SolverServiceTest.java
[2022-09-13T05:53:12.674Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-09-13T05:53:12.674Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-09-13T05:53:12.810Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-09-13T05:53:12.989Z] Recording test results
[2022-09-13T05:53:13.183Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-314
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-09-13T05:53:13.572Z] + rm -rf console.log
[Pipeline] sh
Good point, I will look into finishing this PR the next week.
(tests) - optaplanner-quickstarts job #73
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/optaplanner/job/main/job/pullrequest/job/optaplanner-quickstarts.tests.optaplanner-quickstarts/73/display/redirect
Test results:
- PASSED: 158
- FAILED: 0
Those are the test failures: none
See console log:
Console Logs
[2022-09-13T06:09:21.069Z] [INFO] | | | +- io.smallrye.common:smallrye-common-expression:jar:1.13.0:compile[2022-09-13T06:09:21.069Z] [INFO] | | | | \- io.smallrye.common:smallrye-common-function:jar:1.13.0:compile
[2022-09-13T06:09:21.069Z] [INFO] | | | +- io.smallrye.common:smallrye-common-classloader:jar:1.13.0:compile
[2022-09-13T06:09:21.069Z] [INFO] | | | \- io.smallrye.config:smallrye-config-common:jar:2.12.0:compile
[2022-09-13T06:09:21.069Z] [INFO] | | +- org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.10:compile
[2022-09-13T06:09:21.069Z] [INFO] | | +- org.jboss.logging:jboss-logging-annotations:jar:2.2.1.Final:compile
[2022-09-13T06:09:21.069Z] [INFO] | | +- org.jboss.threads:jboss-threads:jar:3.4.2.Final:compile
[2022-09-13T06:09:21.069Z] [INFO] | | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[2022-09-13T06:09:21.069Z] [INFO] | | +- org.jboss.slf4j:slf4j-jboss-logmanager:jar:1.1.0.Final:compile
[2022-09-13T06:09:21.069Z] [INFO] | | +- org.graalvm.sdk:graal-sdk:jar:22.2.0:compile
[2022-09-13T06:09:21.069Z] [INFO] | | +- org.wildfly.common:wildfly-common:jar:1.5.4.Final-format-001:compile
[2022-09-13T06:09:21.069Z] [INFO] | | +- io.quarkus:quarkus-bootstrap-runner:jar:2.12.1.Final:compile
[2022-09-13T06:09:21.069Z] [INFO] | | \- io.quarkus:quarkus-fs-util:jar:0.0.9:compile
[2022-09-13T06:09:21.069Z] [INFO] | \- com.thoughtworks.xstream:xstream:jar:1.4.19:test
[2022-09-13T06:09:21.069Z] [INFO] | \- io.github.x-stream:mxparser:jar:1.2.2:test
[2022-09-13T06:09:21.069Z] [INFO] | \- xmlpull:xmlpull:jar:1.1.3.1:test
[2022-09-13T06:09:21.069Z] [INFO] +- io.rest-assured:rest-assured:jar:4.5.1:test
[2022-09-13T06:09:21.069Z] [INFO] | +- org.codehaus.groovy:groovy:jar:3.0.9:test
[2022-09-13T06:09:21.069Z] [INFO] | +- org.codehaus.groovy:groovy-xml:jar:3.0.9:test
[2022-09-13T06:09:21.069Z] [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.13:test
[2022-09-13T06:09:21.069Z] [INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.15:test
[2022-09-13T06:09:21.069Z] [INFO] | | \- commons-codec:commons-codec:jar:1.15:test
[2022-09-13T06:09:21.069Z] [INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.13:test
[2022-09-13T06:09:21.069Z] [INFO] | +- org.hamcrest:hamcrest:jar:2.1:test
[2022-09-13T06:09:21.069Z] [INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[2022-09-13T06:09:21.069Z] [INFO] | +- io.rest-assured:json-path:jar:4.5.1:test
[2022-09-13T06:09:21.069Z] [INFO] | | +- org.codehaus.groovy:groovy-json:jar:3.0.9:test
[2022-09-13T06:09:21.069Z] [INFO] | | \- io.rest-assured:rest-assured-common:jar:4.5.1:test
[2022-09-13T06:09:21.069Z] [INFO] | \- io.rest-assured:xml-path:jar:4.5.1:test
[2022-09-13T06:09:21.069Z] [INFO] | \- org.apache.commons:commons-lang3:jar:3.12.0:test
[2022-09-13T06:09:21.069Z] [INFO] +- io.quarkus:quarkus-webjars-locator:jar:2.12.1.Final:compile
[2022-09-13T06:09:21.069Z] [INFO] +- org.webjars:bootstrap:jar:4.5.3:runtime
[2022-09-13T06:09:21.069Z] [INFO] | \- org.webjars:popper.js:jar:1.16.0:runtime
[2022-09-13T06:09:21.069Z] [INFO] +- org.webjars:jquery:jar:3.5.1:runtime
[2022-09-13T06:09:21.069Z] [INFO] \- org.webjars:font-awesome:jar:5.15.1:runtime
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] ----------------------------
[2022-09-13T06:09:21.069Z] [INFO] Building OptaPlanner Distribution 8.28.0-SNAPSHOT [22/22]
[2022-09-13T06:09:21.069Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- formatter-maven-plugin:2.11.0:validate (default) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-09-13T06:09:21.069Z] [INFO] Number of files to be formatted: 0
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-logback-test-in-main) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (no-managed-deps) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (ban-forbidden-dependencies) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (no-duplicate-declared-dependencies) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- impsort-maven-plugin:1.7.0:check (default) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ optaplanner-distribution ---
[2022-09-13T06:09:21.069Z] [INFO]
[2022-09-13T06:09:21.069Z] [INFO] --- maven-javadoc-plugin:3.0.1:jar (build-javadoc-jar) @ optaplanner-distribution ---
[2022-09-13T06:09:21.070Z] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[2022-09-13T06:09:21.070Z] [INFO]
[2022-09-13T06:09:21.070Z] [INFO] --- maven-assembly-plugin:3.1.1:single (default) @ optaplanner-distribution ---
[2022-09-13T06:09:21.070Z] [INFO] Reading assembly descriptor: src/main/assembly/assembly-optaplanner-quickstarts.xml
[2022-09-13T06:09:21.630Z] [INFO] Copying files to /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts/bc/kiegroup_optaplanner_quickstarts/optaplanner-quickstarts/build/optaplanner-distribution/target/optaplanner-distribution-8.28.0-SNAPSHOT
[2022-09-13T06:09:24.244Z] [WARNING] Assembly file: /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts/bc/kiegroup_optaplanner_quickstarts/optaplanner-quickstarts/build/optaplanner-distribution/target/optaplanner-distribution-8.28.0-SNAPSHOT is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[2022-09-13T06:09:24.244Z] [INFO] Building zip: /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts/bc/kiegroup_optaplanner_quickstarts/optaplanner-quickstarts/build/optaplanner-distribution/target/optaplanner-distribution-8.28.0-SNAPSHOT.zip
[2022-09-13T06:09:39.478Z] [INFO]
[2022-09-13T06:09:39.478Z] [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze-only) @ optaplanner-distribution ---
[2022-09-13T06:09:39.478Z] [INFO] Skipping pom project
[2022-09-13T06:09:39.478Z] [INFO]
[2022-09-13T06:09:39.478Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ optaplanner-distribution ---
[2022-09-13T06:09:39.478Z] [INFO] Installing /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts/bc/kiegroup_optaplanner_quickstarts/optaplanner-quickstarts/build/optaplanner-distribution/pom.xml to /home/jenkins/.m2/repository/org/optaplanner/optaplanner-distribution/8.28.0-SNAPSHOT/optaplanner-distribution-8.28.0-SNAPSHOT.pom
[2022-09-13T06:09:39.478Z] [INFO] Installing /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts/bc/kiegroup_optaplanner_quickstarts/optaplanner-quickstarts/build/optaplanner-distribution/target/optaplanner-distribution-8.28.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/optaplanner/optaplanner-distribution/8.28.0-SNAPSHOT/optaplanner-distribution-8.28.0-SNAPSHOT.zip
[2022-09-13T06:09:39.478Z] [INFO]
[2022-09-13T06:09:39.478Z] [INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ optaplanner-distribution ---
[2022-09-13T06:09:39.478Z] [INFO] org.optaplanner:optaplanner-distribution:pom:8.28.0-SNAPSHOT
[2022-09-13T06:09:39.478Z] [INFO] \- org.optaplanner:optaplanner-distribution-internal:zip:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.478Z] [INFO] +- org.optaplanner:optaplanner-core:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.478Z] [INFO] | +- org.optaplanner:optaplanner-constraint-streams-bavet:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.478Z] [INFO] | \- org.optaplanner:optaplanner-constraint-streams-drools:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.478Z] [INFO] +- org.optaplanner:optaplanner-core-impl:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.478Z] [INFO] | +- org.apache.commons:commons-math3:jar:3.6.1:compile
[2022-09-13T06:09:39.478Z] [INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[2022-09-13T06:09:39.478Z] [INFO] | +- io.micrometer:micrometer-core:jar:1.9.3:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
[2022-09-13T06:09:39.478Z] [INFO] | | \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[2022-09-13T06:09:39.478Z] [INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
[2022-09-13T06:09:39.478Z] [INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
[2022-09-13T06:09:39.478Z] [INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.3-b02:runtime
[2022-09-13T06:09:39.478Z] [INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.3-b02:runtime
[2022-09-13T06:09:39.478Z] [INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.10:runtime
[2022-09-13T06:09:39.478Z] [INFO] | \- com.sun.activation:jakarta.activation:jar:1.2.1:runtime
[2022-09-13T06:09:39.478Z] [INFO] +- org.optaplanner:optaplanner-constraint-drl:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.478Z] [INFO] | +- org.drools:drools-engine:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.kie:kie-internal:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.drools:drools-core:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | +- org.kie:kie-util-xml:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | +- org.drools:drools-wiring-api:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | +- org.drools:drools-wiring-static:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | \- org.drools:drools-io:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | \- org.drools:drools-util:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.drools:drools-wiring-dynamic:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.drools:drools-kiesession:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.drools:drools-tms:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.drools:drools-compiler:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | +- org.drools:drools-drl-parser:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | +- org.drools:drools-drl-extensions:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | +- org.drools:drools-drl-ast:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | +- org.kie:kie-memory-compiler:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | +- org.drools:drools-ecj:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | +- org.kie:kie-util-maven-support:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | \- org.antlr:antlr-runtime:jar:3.5.2:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.drools:drools-model-compiler:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | | \- org.drools:drools-canonical-model:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | \- org.drools:drools-model-codegen:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.drools:drools-codegen-common:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- com.github.javaparser:javaparser-core:jar:3.24.2:compile
[2022-09-13T06:09:39.478Z] [INFO] | | +- org.drools:drools-mvel-parser:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | | \- org.drools:drools-mvel-compiler:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] | \- org.drools:drools-alphanetwork-compiler:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.478Z] [INFO] +- org.optaplanner:optaplanner-benchmark:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.478Z] [INFO] | +- org.jfree:jfreechart:jar:1.5.3:compile
[2022-09-13T06:09:39.478Z] [INFO] | \- org.freemarker:freemarker:jar:2.3.31:compile
[2022-09-13T06:09:39.478Z] [INFO] +- org.optaplanner:optaplanner-persistence-common:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.478Z] [INFO] +- org.optaplanner:optaplanner-persistence-xstream:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.478Z] [INFO] | \- com.thoughtworks.xstream:xstream:jar:1.4.19:compile
[2022-09-13T06:09:39.479Z] [INFO] | \- io.github.x-stream:mxparser:jar:1.2.2:compile
[2022-09-13T06:09:39.479Z] [INFO] | \- xmlpull:xmlpull:jar:1.1.3.1:compile
[2022-09-13T06:09:39.479Z] [INFO] +- org.optaplanner:optaplanner-persistence-jaxb:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.479Z] [INFO] +- org.optaplanner:optaplanner-persistence-jackson:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.13.3:compile
[2022-09-13T06:09:39.479Z] [INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.13.3:compile
[2022-09-13T06:09:39.479Z] [INFO] | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.3:compile
[2022-09-13T06:09:39.479Z] [INFO] +- org.optaplanner:optaplanner-persistence-jsonb:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- jakarta.json.bind:jakarta.json.bind-api:jar:1.0.2:compile
[2022-09-13T06:09:39.479Z] [INFO] | \- org.glassfish:jakarta.json:jar:1.1.6:compile
[2022-09-13T06:09:39.479Z] [INFO] +- org.optaplanner:optaplanner-persistence-jpa:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.479Z] [INFO] | \- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[2022-09-13T06:09:39.479Z] [INFO] +- org.optaplanner:optaplanner-test:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- org.optaplanner:optaplanner-constraint-streams-common:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- org.junit.jupiter:junit-jupiter-api:jar:5.9.0:compile
[2022-09-13T06:09:39.479Z] [INFO] | | +- org.opentest4j:opentest4j:jar:1.2.0:compile
[2022-09-13T06:09:39.479Z] [INFO] | | +- org.junit.platform:junit-platform-commons:jar:1.9.0:compile
[2022-09-13T06:09:39.479Z] [INFO] | | \- org.apiguardian:apiguardian-api:jar:1.1.2:compile
[2022-09-13T06:09:39.479Z] [INFO] | \- org.assertj:assertj-core:jar:3.22.0:compile
[2022-09-13T06:09:39.479Z] [INFO] +- org.optaplanner:optaplanner-examples:jar:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- org.kie:kie-api:jar:8.27.0.Beta:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- commons-io:commons-io:jar:2.11.0:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- org.apache.commons:commons-text:jar:1.9:compile
[2022-09-13T06:09:39.479Z] [INFO] | | \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- ch.qos.logback:logback-classic:jar:1.2.9:runtime
[2022-09-13T06:09:39.479Z] [INFO] | | \- ch.qos.logback:logback-core:jar:1.2.9:runtime
[2022-09-13T06:09:39.479Z] [INFO] | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:runtime
[2022-09-13T06:09:39.479Z] [INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.18.0:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- org.jdom:jdom:jar:1.1.3:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- org.apache.poi:poi:jar:5.2.2:compile
[2022-09-13T06:09:39.479Z] [INFO] | | +- commons-codec:commons-codec:jar:1.15:compile
[2022-09-13T06:09:39.479Z] [INFO] | | +- org.apache.commons:commons-collections4:jar:4.4:compile
[2022-09-13T06:09:39.479Z] [INFO] | | \- com.zaxxer:SparseBitSet:jar:1.2:compile
[2022-09-13T06:09:39.479Z] [INFO] | \- org.apache.poi:poi-ooxml:jar:5.2.2:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- org.apache.poi:poi-ooxml-lite:jar:5.2.2:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- org.apache.xmlbeans:xmlbeans:jar:5.0.3:compile
[2022-09-13T06:09:39.479Z] [INFO] | +- org.apache.commons:commons-compress:jar:1.21:compile
[2022-09-13T06:09:39.479Z] [INFO] | \- com.github.virtuald:curvesapi:jar:1.07:compile
[2022-09-13T06:09:39.479Z] [INFO] \- org.optaplanner:optaplanner-examples:jar:sources:8.28.0-SNAPSHOT:compile
[2022-09-13T06:09:39.479Z] [INFO] ------------------------------------------------------------------------
[2022-09-13T06:09:39.479Z] [INFO] Reactor Summary:
[2022-09-13T06:09:39.479Z] [INFO]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-hello-world-school-timetabling-quickstart 1.0-SNAPSHOT SUCCESS [ 17.395 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-spring-boot-school-timetabling-quickstart 1.0-SNAPSHOT SUCCESS [ 33.342 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-activemq-quarkus-school-timetabling 1.0-SNAPSHOT SUCCESS [ 0.007 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-activemq-quarkus-school-timetabling-common 1.0-SNAPSHOT SUCCESS [ 0.291 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-activemq-quarkus-school-timetabling-client 1.0-SNAPSHOT SUCCESS [ 9.001 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-activemq-quarkus-school-timetabling-solver 1.0-SNAPSHOT SUCCESS [ 12.703 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-kotlin-quarkus-school-timetabling-quickstart 1.0-SNAPSHOT SUCCESS [ 26.340 s]
[2022-09-13T06:09:39.479Z] [INFO] kubernetes-demo 1.0-SNAPSHOT ....................... SUCCESS [ 0.009 s]
[2022-09-13T06:09:39.479Z] [INFO] kubernetes-demo-common 1.0-SNAPSHOT ................ SUCCESS [ 3.834 s]
[2022-09-13T06:09:39.479Z] [INFO] kubernetes-demo-app 1.0-SNAPSHOT ................... SUCCESS [ 12.567 s]
[2022-09-13T06:09:39.479Z] [INFO] kubernetes-demo-school-timetabling 1.0-SNAPSHOT .... SUCCESS [ 12.234 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-quarkus-school-timetabling-quickstart 1.0-SNAPSHOT SUCCESS [ 17.663 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-quarkus-facility-location-quickstart 1.0-SNAPSHOT SUCCESS [ 8.901 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-quarkus-maintenance-scheduling-quickstart 1.0-SNAPSHOT SUCCESS [ 12.930 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-quarkus-call-center-quickstart 1.0-SNAPSHOT FAILURE [ 0.380 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-quarkus-vaccination-scheduling-quickstart 1.0-SNAPSHOT SUCCESS [ 10.963 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-quarkus-vehicle-routing-quickstart 1.0-SNAPSHOT SUCCESS [ 10.210 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-quarkus-order-picking-quickstart 1.0-SNAPSHOT SUCCESS [ 8.199 s]
[2022-09-13T06:09:39.479Z] [INFO] optaplanner-quarkus-employee-scheduling-quickstart 1.0-SNAPSHOT SUCCESS [ 13.820 s]
[2022-09-13T06:09:39.479Z] [INFO] OptaPlanner Quickstarts 8.28.0-SNAPSHOT ............ SUCCESS [ 0.824 s]
[2022-09-13T06:09:39.479Z] [INFO] OptaPlanner Quickstarts Showcase 8.28.0-SNAPSHOT ... SUCCESS [ 10.595 s]
[2022-09-13T06:09:39.479Z] [INFO] OptaPlanner Distribution 8.28.0-SNAPSHOT ........... SUCCESS [ 17.253 s]
[2022-09-13T06:09:39.479Z] [INFO] ------------------------------------------------------------------------
[2022-09-13T06:09:39.479Z] [INFO] BUILD FAILURE
[2022-09-13T06:09:39.479Z] [INFO] ------------------------------------------------------------------------
[2022-09-13T06:09:39.479Z] [INFO] Total time: 04:01 min
[2022-09-13T06:09:39.479Z] [INFO] Finished at: 2022-09-13T02:09:37-04:00
[2022-09-13T06:09:39.479Z] [INFO] ------------------------------------------------------------------------
[2022-09-13T06:09:39.479Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project optaplanner-quarkus-call-center-quickstart: Compilation failure: Compilation failure:
[2022-09-13T06:09:39.479Z] [ERROR] /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts/bc/kiegroup_optaplanner_quickstarts/optaplanner-quickstarts/use-cases/call-center/src/test/java/org/acme/callcenter/solver/SolverServiceTest.java:[119,41] cannot find symbol
[2022-09-13T06:09:39.479Z] [ERROR] symbol: method getNewBestScore()
[2022-09-13T06:09:39.479Z] [ERROR] location: variable bestSolutionChangedEvent of type org.acme.callcenter.domain.CallCenter
[2022-09-13T06:09:39.479Z] [ERROR] /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts/bc/kiegroup_optaplanner_quickstarts/optaplanner-quickstarts/use-cases/call-center/src/test/java/org/acme/callcenter/solver/SolverServiceTest.java:[120,58] cannot find symbol
[2022-09-13T06:09:39.479Z] [ERROR] symbol: method getNewBestSolution()
[2022-09-13T06:09:39.479Z] [ERROR] location: variable bestSolutionChangedEvent of type org.acme.callcenter.domain.CallCenter
[2022-09-13T06:09:39.479Z] [ERROR] -> [Help 1]
[2022-09-13T06:09:39.479Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project optaplanner-quarkus-call-center-quickstart: Compilation failure
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-09-13T06:09:39.479Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-09-13T06:09:39.479Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-09-13T06:09:39.479Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-09-13T06:09:39.479Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-09-13T06:09:39.479Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-09-13T06:09:39.479Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-09-13T06:09:39.479Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-09-13T06:09:39.479Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-09-13T06:09:39.479Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-09-13T06:09:39.479Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-09-13T06:09:39.479Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-09-13T06:09:39.479Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-09-13T06:09:39.479Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-09-13T06:09:39.479Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-09-13T06:09:39.479Z] Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
[2022-09-13T06:09:39.479Z] at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
[2022-09-13T06:09:39.479Z] at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
[2022-09-13T06:09:39.479Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-09-13T06:09:39.479Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-09-13T06:09:39.479Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-09-13T06:09:39.479Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-09-13T06:09:39.479Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-09-13T06:09:39.479Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-09-13T06:09:39.479Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-09-13T06:09:39.479Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-09-13T06:09:39.479Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-09-13T06:09:39.479Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-09-13T06:09:39.479Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-09-13T06:09:39.479Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-09-13T06:09:39.480Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-09-13T06:09:39.480Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-09-13T06:09:39.480Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-09-13T06:09:39.480Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-09-13T06:09:39.480Z] [ERROR]
[2022-09-13T06:09:39.480Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-09-13T06:09:39.480Z] [ERROR]
[2022-09-13T06:09:39.480Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-09-13T06:09:39.480Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-09-13T06:09:39.480Z] [ERROR]
[2022-09-13T06:09:39.480Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-09-13T06:09:39.480Z] [ERROR] mvn
[2022-09-13T06:09:39.480Z] ::error title= [kiegroup/optaplanner-quickstarts] [Execution ERROR]::mvn clean install -f optaplanner-quickstarts/pom.xml -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dfull -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts@tmp/config3500976832421604730tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2022-09-13T06:09:39.480Z] [INFO] Archive artifact won't be executed
[2022-09-13T06:09:39.480Z] ::group::[Pull Request Flow] Execution Summary...
[2022-09-13T06:09:39.480Z] [INFO] ----------------------------------------------
[2022-09-13T06:09:39.480Z] [INFO] [kiegroup/optaplanner]. Execution Result: ok. Time: 6m 3.3s (363314 ms)
[2022-09-13T06:09:39.480Z] [INFO] [kiegroup/optaplanner-quickstarts]. Execution Result: error. Time: 4m 2.7s (242777 ms)
[2022-09-13T06:09:39.480Z] [INFO] ----------------------------------------------
[2022-09-13T06:09:39.480Z] ::endgroup::
[2022-09-13T06:09:39.480Z] [ERROR] [kiegroup/optaplanner-quickstarts] error executing command: 'mvn clean install -f optaplanner-quickstarts/pom.xml -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dfull -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts@tmp/config3500976832421604730tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[2022-09-13T06:09:39.480Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/optaplanner-quickstarts] error executing command: 'mvn clean install -f optaplanner-quickstarts/pom.xml -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dfull -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/optaplanner/main/pullrequest/optaplanner-quickstarts.tests.optaplanner-quickstarts@tmp/config3500976832421604730tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-09-13T06:09:39.600Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-09-13T06:09:39.813Z] Recording test results
[2022-09-13T06:09:40.403Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-09-13T06:09:40.472Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-09-13T06:09:41.669Z] + rm -rf console.log
[Pipeline] sh
[2022-09-13T06:09:41.970Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/optaplanner/job/main/job/pullrequest/job/optaplanner-quickstarts.tests.optaplanner-quickstarts/73/consoleText
[2022-09-13T06:09:41.970Z] + tail -n 300
@rsynek Bump. :-)