incubator-kie-optaplanner icon indicating copy to clipboard operation
incubator-kie-optaplanner copied to clipboard

Kotlin friendly APIs: PLANNER-861 NotNull and Nullable annotations

Open ge0ffrey opened this issue 5 years ago • 10 comments

  • [ ] Refactor to use jspecify optional dependencies

I've been doing some research and Kotlin should pick upon these. Apparently we can define our own NotNull annotation and then Kotlin picks them up if they have a javax.annotation.Nonnull on them themselves.

For now, I 've only used them on Solver, SolverManager and SolverFactory. But all of our public API's non-deprecated methods will need to get them.

@rsynek This could use some QA - specifically I noticed that despite the javax.annotation.Nonnull import and despite the lack of a javax.annation dependency (= com.google.code.findbugs:jsr305:jar:1.3.9:compile) in optaplanner-core, the enforcer rule does NOT complain. Furthermore, there is a promise that we don't need the jsr305 jar in the classpath of the end user, and doing an exclude of that jar in optaplanner-examples doesn't impact test success, so that is true.

ge0ffrey avatar Apr 28 '20 14:04 ge0ffrey

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Apr 28 '20 15:04 sonarqubecloud[bot]

There is a new community project aiming at providing a solution to this problem: https://jspecify.dev/

All those different vendors are working together to create a standardized set of annotations for this. If we're doing this, this is the way to do it.

triceo avatar Jul 02 '21 09:07 triceo

The (build) optaplanner check has failed. Please check the logs.

kie-ci avatar Jul 02 '21 09:07 kie-ci

The (build) apps check has failed. Please check the logs.

kie-ci avatar Jul 02 '21 09:07 kie-ci

The (build) examples check has failed. Please check the logs.

kie-ci avatar Jul 02 '21 09:07 kie-ci

(tests) - optaweb-employee-rostering job #19 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/kogito/job/main/job/pullrequest/job/optaplanner.tests.downstream.optaweb-employee-rostering/19/display/redirect or see console log:

Console Logs > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/optaplanner.tests.downstream.optaweb-employee-rostering/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/optaplanner.tests.downstream.optaweb-employee-rostering/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh2223779007586879456.key
> git fetch --no-tags --progress https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 21afeeac35a851b46d694688c2562d914fab8e63 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 21afeeac35a851b46d694688c2562d914fab8e63 # timeout=10
Commit message: "pmebuild cleanScript (#188)"
> git rev-list --no-walk 21afeeac35a851b46d694688c2562d914fab8e63 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel7&&kie-mem16g&&!master’
Running on rhos-01-kie-psi-rhel7-xlarge-1376 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-employee-rostering
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-employee-rostering # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.34.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
Avoid second fetch
Checking out Revision 9c21834b9047c006e9cf967fd888dba646ef9d8b (origin/main)
> 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 9c21834b9047c006e9cf967fd888dba646ef9d8b # timeout=10
Commit message: "Add release branch 1.22.x after cut-off (#448)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-05-16T11:49:51.644Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2022-05-16T11:49:51.815Z] Installing NodeJS from /var/lib/jenkins/caches/nodejs/LINUX/amd64/12.16.3.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3 on rhos-01-kie-psi-rhel7-xlarge-1376
[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-05-16T11:49:54.558Z] + printenv
[Pipeline] archiveArtifacts
[2022-05-16T11:49:54.603Z] 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-05-16T11:49:55.374Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-employee-rostering
[Pipeline] {
[Pipeline] echo
[2022-05-16T11:49:55.405Z] [INFO] space left on the machine
[Pipeline] sh
[2022-05-16T11:49:55.689Z] + df -h
[2022-05-16T11:49:55.690Z] Filesystem Size Used Avail Use% Mounted on
[2022-05-16T11:49:55.690Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-05-16T11:49:55.690Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-05-16T11:49:55.690Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-05-16T11:49:55.690Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-05-16T11:49:55.690Z] /dev/vda1 80G 18G 63G 23% /
[2022-05-16T11:49:55.690Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-05-16T11:49:55.709Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-05-16T11:49:55.989Z] + du -h -d1 /home/jenkins
[2022-05-16T11:49:55.989Z] 4.0K /home/jenkins/.ssh
[2022-05-16T11:49:55.989Z] 0 /home/jenkins/go
[2022-05-16T11:49:55.989Z] 8.0K /home/jenkins/.vnc
[2022-05-16T11:49:55.989Z] 8.0K /home/jenkins/.m2
[2022-05-16T11:49:55.989Z] 2.1G /home/jenkins/git-repos
[2022-05-16T11:49:55.989Z] 8.0K /home/jenkins/.config
[2022-05-16T11:49:55.989Z] 4.0K /home/jenkins/.cekit
[2022-05-16T11:49:56.246Z] 80M /home/jenkins/virtenvs
[2022-05-16T11:49:56.246Z] 30M /home/jenkins/remoting
[2022-05-16T11:49:56.246Z] 0 /home/jenkins/.cache
[2022-05-16T11:49:56.246Z] 2.3M /home/jenkins/workspace
[2022-05-16T11:49:56.246Z] 0 /home/jenkins/.pki
[2022-05-16T11:49:56.246Z] 81M /home/jenkins/tools
[2022-05-16T11:49:56.246Z] 0 /home/jenkins/caches
[2022-05-16T11:49:56.246Z] 2.3G /home/jenkins
[Pipeline] echo
[2022-05-16T11:49:56.271Z] [INFO] space of workspace
[Pipeline] sh
[2022-05-16T11:49:56.557Z] + du -h -d3 /home/jenkins/workspace
[2022-05-16T11:49:56.558Z] 2.3M /home/jenkins/workspace/KIE/kogito/main
[2022-05-16T11:49:56.558Z] 2.3M /home/jenkins/workspace/KIE/kogito
[2022-05-16T11:49:56.558Z] 2.3M /home/jenkins/workspace/KIE
[2022-05-16T11:49:56.558Z] 2.3M /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-05-16T11:49:56.865Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-05-16T11:49:57.086Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-05-16T11:49:57.375Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-05-16T11:50:00.646Z] /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/bin/build-chain-action -> /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/lib/node_modules/@kie/build-chain-action/bin/build-chain-cli.js
[2022-05-16T11:50:00.646Z] npm WARN notsup Unsupported engine for @kie/[email protected]: wanted: {"node":">= 12.18.0"} (current: {"node":"12.16.3","npm":"6.14.4"})
[2022-05-16T11:50:00.646Z] npm WARN notsup Not compatible with your version of node/npm: @kie/[email protected]
[2022-05-16T11:50:00.646Z] npm WARN @octokit/[email protected] requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
[2022-05-16T11:50:00.646Z]
[2022-05-16T11:50:00.646Z] + @kie/[email protected]
[2022-05-16T11:50:00.646Z] added 109 packages from 88 contributors in 2.812s
[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-05-16T11:50:01.139Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2022-05-16T11:50:01.152Z] provisioning config files...
[2022-05-16T11:50:01.159Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-employee-rostering@tmp/config4404556147536140100tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-05-16T11:50:01.194Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-05-16T11:50:01.231Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-05-16T11:50:01.232Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-05-16T11:50:01.232Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-05-16T11:50:01.548Z] + 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/pull/760 -sp=kiegroup/optaweb-employee-rostering --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-employee-rostering@tmp/config4404556147536140100tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-05-16T11:50:01.805Z] [INFO] Executing pull request flow for https://github.com/kiegroup/optaplanner/pull/760 in bc
[2022-05-16T11:50:02.061Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-05-16T11:50:02.320Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-05-16T11:50:02.320Z] [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/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-employee-rostering'
[2022-05-16T11:50:02.320Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:50:02.320Z] [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-05-16T11:50:02.320Z] ::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-05-16T11:50:02.320Z] [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/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-employee-rostering'
[2022-05-16T11:50:02.320Z] [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-05-16T11:50:02.320Z] 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-05-16T11:50:02.320Z] ::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-05-16T11:50:02.320Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-employee-rostering'
[2022-05-16T11:50:02.320Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:50:02.320Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' -Dquarkus.bootstrap.effective-model-builder' value
[2022-05-16T11:50:02.320Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:50:02.320Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-employee-rostering'
[2022-05-16T11:50:02.320Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:50:02.320Z] BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:50:02.320Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:50:02.320Z] ::endgroup::
[2022-05-16T11:50:02.320Z] ::group::[Pull Request Flow] Execution Plan...
[2022-05-16T11:50:02.320Z] [INFO] ----------------------------------------------
[2022-05-16T11:50:02.320Z] [INFO] [3] projects will be executed
[2022-05-16T11:50:02.320Z]
[2022-05-16T11:50:02.320Z] [INFO] [kiegroup/drools]
[2022-05-16T11:50:02.320Z] [INFO] Level Type: [upstream].
[2022-05-16T11:50:02.320Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:50:02.320Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:02.320Z]
[2022-05-16T11:50:02.320Z] [INFO] [kiegroup/optaplanner]
[2022-05-16T11:50:02.320Z] [INFO] Level Type: [upstream].
[2022-05-16T11:50:02.320Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:50:02.320Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:02.320Z]
[2022-05-16T11:50:02.320Z] [INFO] [kiegroup/optaweb-employee-rostering]
[2022-05-16T11:50:02.320Z] [INFO] Level Type: [current].
[2022-05-16T11:50:02.320Z] [INFO] mvn clean install -f optaweb-employee-rostering/pom.xml ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.OPTAWEB_EMPLOYEE_ROSTERING_BUILD_MVN_OPTS }}
[2022-05-16T11:50:02.320Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:02.320Z]
[2022-05-16T11:50:02.320Z] [INFO] ----------------------------------------------
[2022-05-16T11:50:02.320Z] ::endgroup::
[2022-05-16T11:50:02.320Z] ::group::[Pull Request Flow] Checking out kiegroup/optaplanner and its dependencies
[2022-05-16T11:50:02.320Z] [INFO] Tree for project kiegroup/optaweb-employee-rostering. Dependencies:
[2022-05-16T11:50:02.320Z] kiegroup/drools,
[2022-05-16T11:50:02.320Z] kiegroup/optaplanner,
[2022-05-16T11:50:02.320Z] kiegroup/optaweb-employee-rostering
[2022-05-16T11:50:02.320Z] [INFO] [kiegroup/drools] Checking out project
[2022-05-16T11:50:02.576Z] [WARN] project github.com/ge0ffrey/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:02.832Z] [WARN] project github.com/kiegroup/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:02.832Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-05-16T11:50:17.694Z] [INFO] [kiegroup/drools] Checked out.
[2022-05-16T11:50:17.694Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-05-16T11:50:19.060Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-05-16T11:50:19.060Z] [INFO] [kiegroup/optaplanner] Checking out project
[2022-05-16T11:50:19.620Z] [INFO] [kiegroup/optaplanner] Merging https://github.com/kiegroup/optaplanner:main into https://github.com/ge0ffrey/optaplanner:kotlinNullableAnnotations
[2022-05-16T11:50:41.517Z] [ERROR] command git pull --no-rebase https://****@github.com/ge0ffrey/optaplanner kotlinNullableAnnotations failed with code 1. Error Message: From https://github.com/ge0ffrey/optaplanner
[2022-05-16T11:50:41.517Z] * branch kotlinNullableAnnotations -> FETCH_HEAD
[2022-05-16T11:50:41.517Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:50:41.517Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:50:41.517Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverJob.java
[2022-05-16T11:50:41.517Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:50:41.517Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:50:41.517Z] CONFLICT (modify/delete): optaplanner-core/src/build/revapi-config.json deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/build/revapi-config.json left in tree.
[2022-05-16T11:50:41.517Z] CONFLICT (modify/delete): optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java left in tree.
[2022-05-16T11:50:41.517Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-05-16T11:50:41.517Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-05-16T11:50:41.589Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-05-16T11:50:41.703Z] Recording test results
[2022-05-16T11:50:42.191Z] 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-1376
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1166)
at hudson.FilePath.act(FilePath.java:1155)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
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.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3338)
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-05-16T11:50:42.542Z] + rm -rf console.log
[Pipeline] sh

kie-ci1 avatar May 16 '22 11:05 kie-ci1

(tests) - kogito-apps job #19 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/kogito/job/main/job/pullrequest/job/optaplanner.tests.downstream.kogito-apps/19/display/redirect or see console log:

Console Logs > git rev-list --no-walk 21afeeac35a851b46d694688c2562d914fab8e63 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel7&&kie-mem16g&&!master’
Running on rhos-01-kie-psi-rhel7-xlarge-1378 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.kogito-apps
[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 9c21834b9047c006e9cf967fd888dba646ef9d8b (origin/main)
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.kogito-apps # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.34.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 9c21834b9047c006e9cf967fd888dba646ef9d8b # timeout=10
Commit message: "Add release branch 1.22.x after cut-off (#448)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-05-16T11:50:20.936Z] Timeout set to expire in 3 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2022-05-16T11:50:21.026Z] Installing NodeJS from /var/lib/jenkins/caches/nodejs/LINUX/amd64/12.16.3.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3 on rhos-01-kie-psi-rhel7-xlarge-1378
[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-05-16T11:50:23.243Z] + printenv
[Pipeline] archiveArtifacts
[2022-05-16T11:50:23.293Z] 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-05-16T11:50:23.854Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2022-05-16T11:50:23.884Z] [INFO] space left on the machine
[Pipeline] sh
[2022-05-16T11:50:24.170Z] + df -h
[2022-05-16T11:50:24.170Z] Filesystem Size Used Avail Use% Mounted on
[2022-05-16T11:50:24.170Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-05-16T11:50:24.170Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-05-16T11:50:24.170Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-05-16T11:50:24.170Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-05-16T11:50:24.170Z] /dev/vda1 80G 18G 63G 23% /
[2022-05-16T11:50:24.170Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-05-16T11:50:24.190Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-05-16T11:50:24.475Z] + du -h -d1 /home/jenkins
[2022-05-16T11:50:24.475Z] 4.0K /home/jenkins/.ssh
[2022-05-16T11:50:24.475Z] 0 /home/jenkins/go
[2022-05-16T11:50:24.475Z] 8.0K /home/jenkins/.vnc
[2022-05-16T11:50:24.475Z] 8.0K /home/jenkins/.m2
[2022-05-16T11:50:24.475Z] 2.1G /home/jenkins/git-repos
[2022-05-16T11:50:24.475Z] 8.0K /home/jenkins/.config
[2022-05-16T11:50:24.475Z] 4.0K /home/jenkins/.cekit
[2022-05-16T11:50:24.475Z] 80M /home/jenkins/virtenvs
[2022-05-16T11:50:24.475Z] 30M /home/jenkins/remoting
[2022-05-16T11:50:24.475Z] 0 /home/jenkins/.cache
[2022-05-16T11:50:24.475Z] 2.3M /home/jenkins/workspace
[2022-05-16T11:50:24.475Z] 0 /home/jenkins/.pki
[2022-05-16T11:50:24.475Z] 81M /home/jenkins/tools
[2022-05-16T11:50:24.475Z] 0 /home/jenkins/caches
[2022-05-16T11:50:24.475Z] 2.3G /home/jenkins
[Pipeline] echo
[2022-05-16T11:50:24.495Z] [INFO] space of workspace
[Pipeline] sh
[2022-05-16T11:50:24.778Z] + du -h -d3 /home/jenkins/workspace
[2022-05-16T11:50:24.779Z] 2.3M /home/jenkins/workspace/KIE/kogito/main
[2022-05-16T11:50:24.779Z] 2.3M /home/jenkins/workspace/KIE/kogito
[2022-05-16T11:50:24.779Z] 2.3M /home/jenkins/workspace/KIE
[2022-05-16T11:50:24.779Z] 2.3M /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-05-16T11:50:25.100Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-05-16T11:50:25.234Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-05-16T11:50:25.523Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-05-16T11:50:28.797Z] /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/bin/build-chain-action -> /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/lib/node_modules/@kie/build-chain-action/bin/build-chain-cli.js
[2022-05-16T11:50:28.797Z] npm WARN notsup Unsupported engine for @kie/[email protected]: wanted: {"node":">= 12.18.0"} (current: {"node":"12.16.3","npm":"6.14.4"})
[2022-05-16T11:50:28.797Z] npm WARN notsup Not compatible with your version of node/npm: @kie/[email protected]
[2022-05-16T11:50:28.797Z] npm WARN @octokit/[email protected] requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
[2022-05-16T11:50:28.797Z]
[2022-05-16T11:50:28.797Z] + @kie/[email protected]
[2022-05-16T11:50:28.797Z] added 109 packages from 88 contributors in 2.893s
[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-05-16T11:50:29.205Z] BUILD_MVN_OPTS_CURRENT = -Poptaplanner-downstream
[Pipeline] configFileProvider
[2022-05-16T11:50:29.218Z] provisioning config files...
[2022-05-16T11:50:29.225Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.kogito-apps@tmp/config7059719772061385397tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-05-16T11:50:29.283Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-05-16T11:50:29.314Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-05-16T11:50:29.315Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-05-16T11:50:29.315Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-05-16T11:50:29.632Z] + 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/pull/760 -sp=kiegroup/kogito-apps --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.kogito-apps@tmp/config7059719772061385397tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-05-16T11:50:29.889Z] [INFO] Executing pull request flow for https://github.com/kiegroup/optaplanner/pull/760 in bc
[2022-05-16T11:50:30.145Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-05-16T11:50:30.145Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-05-16T11:50:30.145Z] [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/kogito/main/pullrequest/optaplanner.tests.downstream.kogito-apps'
[2022-05-16T11:50:30.145Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:50:30.145Z] [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-05-16T11:50:30.145Z] ::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-05-16T11:50:30.145Z] [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/kogito/main/pullrequest/optaplanner.tests.downstream.kogito-apps'
[2022-05-16T11:50:30.145Z] [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-05-16T11:50:30.145Z] 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-05-16T11:50:30.145Z] ::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-05-16T11:50:30.146Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT="-Poptaplanner-downstream -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.kogito-apps'
[2022-05-16T11:50:30.146Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:50:30.146Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with '-Poptaplanner-downstream -Dquarkus.bootstrap.effective-model-builder' value
[2022-05-16T11:50:30.146Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT="-Poptaplanner-downstream -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:50:30.146Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT=-Poptaplanner-downstream -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.kogito-apps'
[2022-05-16T11:50:30.146Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Poptaplanner-downstream -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:50:30.146Z] BUILD_MVN_OPTS_CURRENT=-Poptaplanner-downstream -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:50:30.146Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT=-Poptaplanner-downstream -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:50:30.146Z] ::endgroup::
[2022-05-16T11:50:30.146Z] ::group::[Pull Request Flow] Execution Plan...
[2022-05-16T11:50:30.146Z] [INFO] ----------------------------------------------
[2022-05-16T11:50:30.146Z] [INFO] [4] projects will be executed
[2022-05-16T11:50:30.146Z]
[2022-05-16T11:50:30.146Z] [INFO] [kiegroup/drools]
[2022-05-16T11:50:30.146Z] [INFO] Level Type: [upstream].
[2022-05-16T11:50:30.146Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:50:30.146Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:30.146Z]
[2022-05-16T11:50:30.146Z] [INFO] [kiegroup/kogito-runtimes]
[2022-05-16T11:50:30.146Z] [INFO] Level Type: [upstream].
[2022-05-16T11:50:30.146Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:50:30.146Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:30.146Z]
[2022-05-16T11:50:30.146Z] [INFO] [kiegroup/optaplanner]
[2022-05-16T11:50:30.146Z] [INFO] Level Type: [upstream].
[2022-05-16T11:50:30.146Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:50:30.146Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:30.146Z]
[2022-05-16T11:50:30.146Z] [INFO] [kiegroup/kogito-apps]
[2022-05-16T11:50:30.146Z] [INFO] Level Type: [current].
[2022-05-16T11:50:30.146Z] [INFO] [
[2022-05-16T11:50:30.146Z] [32m'mvn -f kogito-apps/pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS }}'[39m
[2022-05-16T11:50:30.146Z] ]
[2022-05-16T11:50:30.146Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:30.146Z]
[2022-05-16T11:50:30.146Z] [INFO] ----------------------------------------------
[2022-05-16T11:50:30.146Z] ::endgroup::
[2022-05-16T11:50:30.146Z] ::group::[Pull Request Flow] Checking out kiegroup/optaplanner and its dependencies
[2022-05-16T11:50:30.146Z] [INFO] Tree for project kiegroup/kogito-apps. Dependencies:
[2022-05-16T11:50:30.146Z] kiegroup/drools,
[2022-05-16T11:50:30.146Z] kiegroup/kogito-runtimes,
[2022-05-16T11:50:30.146Z] kiegroup/optaplanner,
[2022-05-16T11:50:30.146Z] kiegroup/kogito-apps
[2022-05-16T11:50:30.146Z] [INFO] [kiegroup/drools] Checking out project
[2022-05-16T11:50:30.402Z] [WARN] project github.com/ge0ffrey/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:30.659Z] [WARN] project github.com/kiegroup/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:30.659Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-05-16T11:50:42.848Z] [INFO] [kiegroup/drools] Checked out.
[2022-05-16T11:50:42.848Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-05-16T11:50:43.778Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-05-16T11:50:43.778Z] [INFO] [kiegroup/kogito-runtimes] Checking out project
[2022-05-16T11:50:44.035Z] [WARN] project github.com/ge0ffrey/kogito-runtimes:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:44.035Z] [WARN] project github.com/kiegroup/kogito-runtimes:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:44.291Z] [INFO] [kiegroup/kogito-runtimes] Checking out 'https://github.com/kiegroup/kogito-runtimes:main' into 'bc/kiegroup_kogito_runtimes'
[2022-05-16T11:50:59.143Z] [INFO] [kiegroup/kogito-runtimes] Checked out.
[2022-05-16T11:50:59.143Z] [INFO] [kiegroup/kogito-runtimes] Cloning folder bc/kiegroup_kogito_runtimes into kogito-runtimes
[2022-05-16T11:50:59.143Z] [INFO] [kiegroup/kogito-runtimes] Cloned folder bc/kiegroup_kogito_runtimes into bc/kiegroup_kogito_runtimes/kogito-runtimes
[2022-05-16T11:50:59.143Z] [INFO] [kiegroup/optaplanner] Checking out project
[2022-05-16T11:50:59.143Z] [INFO] [kiegroup/optaplanner] Merging https://github.com/kiegroup/optaplanner:main into https://github.com/ge0ffrey/optaplanner:kotlinNullableAnnotations
[2022-05-16T11:51:11.322Z] [ERROR] command git pull --no-rebase https://****@github.com/ge0ffrey/optaplanner kotlinNullableAnnotations failed with code 1. Error Message: From https://github.com/ge0ffrey/optaplanner
[2022-05-16T11:51:11.322Z] * branch kotlinNullableAnnotations -> FETCH_HEAD
[2022-05-16T11:51:11.322Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:51:11.322Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:51:11.322Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverJob.java
[2022-05-16T11:51:11.322Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:51:11.322Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:51:11.322Z] CONFLICT (modify/delete): optaplanner-core/src/build/revapi-config.json deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/build/revapi-config.json left in tree.
[2022-05-16T11:51:11.322Z] CONFLICT (modify/delete): optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java left in tree.
[2022-05-16T11:51:11.322Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-05-16T11:51:11.322Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-05-16T11:51:11.389Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-05-16T11:51:11.484Z] Recording test results
[2022-05-16T11:51:12.223Z] 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-1378
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1166)
at hudson.FilePath.act(FilePath.java:1155)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
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.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3338)
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-05-16T11:51:12.563Z] + rm -rf console.log
[Pipeline] sh

kie-ci1 avatar May 16 '22 11:05 kie-ci1

(tests) - optaplanner-quickstarts job #19 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/kogito/job/main/job/pullrequest/job/optaplanner.tests.downstream.optaplanner-quickstarts/19/display/redirect or see console log:

Console Logs > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/optaplanner.tests.downstream.optaplanner-quickstarts/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/optaplanner.tests.downstream.optaplanner-quickstarts/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh2305312780363992494.key
> git fetch --no-tags --progress https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 21afeeac35a851b46d694688c2562d914fab8e63 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 21afeeac35a851b46d694688c2562d914fab8e63 # timeout=10
Commit message: "pmebuild cleanScript (#188)"
> git rev-list --no-walk 21afeeac35a851b46d694688c2562d914fab8e63 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel7&&kie-mem16g&&!master’
Running on rhos-01-kie-psi-rhel7-xlarge-1378 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.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 9c21834b9047c006e9cf967fd888dba646ef9d8b (origin/main)
Commit message: "Add release branch 1.22.x after cut-off (#448)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-05-16T11:51:19.097Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaplanner-quickstarts # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.34.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 9c21834b9047c006e9cf967fd888dba646ef9d8b # timeout=10
[2022-05-16T11:51:19.750Z] + printenv
[Pipeline] archiveArtifacts
[2022-05-16T11:51:19.776Z] 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-05-16T11:51:20.190Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaplanner-quickstarts
[Pipeline] {
[Pipeline] echo
[2022-05-16T11:51:20.221Z] [INFO] space left on the machine
[Pipeline] sh
[2022-05-16T11:51:20.504Z] + df -h
[2022-05-16T11:51:20.504Z] Filesystem Size Used Avail Use% Mounted on
[2022-05-16T11:51:20.504Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-05-16T11:51:20.504Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-05-16T11:51:20.504Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-05-16T11:51:20.504Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-05-16T11:51:20.504Z] /dev/vda1 80G 18G 63G 23% /
[2022-05-16T11:51:20.504Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-05-16T11:51:20.523Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-05-16T11:51:20.805Z] + du -h -d1 /home/jenkins
[2022-05-16T11:51:20.806Z] 4.0K /home/jenkins/.ssh
[2022-05-16T11:51:20.806Z] 0 /home/jenkins/go
[2022-05-16T11:51:20.806Z] 8.0K /home/jenkins/.vnc
[2022-05-16T11:51:20.806Z] 8.0K /home/jenkins/.m2
[2022-05-16T11:51:20.806Z] 2.1G /home/jenkins/git-repos
[2022-05-16T11:51:20.806Z] 8.0K /home/jenkins/.config
[2022-05-16T11:51:20.806Z] 4.0K /home/jenkins/.cekit
[2022-05-16T11:51:20.806Z] 80M /home/jenkins/virtenvs
[2022-05-16T11:51:20.806Z] 31M /home/jenkins/remoting
[2022-05-16T11:51:20.806Z] 0 /home/jenkins/.cache
[2022-05-16T11:51:20.806Z] 2.3M /home/jenkins/workspace
[2022-05-16T11:51:20.806Z] 0 /home/jenkins/.pki
[2022-05-16T11:51:20.806Z] 117M /home/jenkins/tools
[2022-05-16T11:51:20.806Z] 0 /home/jenkins/caches
[2022-05-16T11:51:20.806Z] 25M /home/jenkins/.npm
[2022-05-16T11:51:20.806Z] 2.3G /home/jenkins
[Pipeline] echo
[2022-05-16T11:51:20.826Z] [INFO] space of workspace
[Pipeline] sh
[2022-05-16T11:51:21.108Z] + du -h -d3 /home/jenkins/workspace
[2022-05-16T11:51:21.108Z] 2.3M /home/jenkins/workspace/KIE/kogito/main
[2022-05-16T11:51:21.108Z] 2.3M /home/jenkins/workspace/KIE/kogito
[2022-05-16T11:51:21.108Z] 2.3M /home/jenkins/workspace/KIE
[2022-05-16T11:51:21.108Z] 2.3M /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-05-16T11:51:21.419Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-05-16T11:51:21.695Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-05-16T11:51:21.983Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-05-16T11:51:23.349Z] /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/bin/build-chain-action -> /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/lib/node_modules/@kie/build-chain-action/bin/build-chain-cli.js
[2022-05-16T11:51:23.349Z] npm WARN notsup Unsupported engine for @kie/[email protected]: wanted: {"node":">= 12.18.0"} (current: {"node":"12.16.3","npm":"6.14.4"})
[2022-05-16T11:51:23.349Z] npm WARN notsup Not compatible with your version of node/npm: @kie/[email protected]
[2022-05-16T11:51:23.349Z] npm WARN @octokit/[email protected] requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
[2022-05-16T11:51:23.349Z]
[2022-05-16T11:51:23.349Z] + @kie/[email protected]
[2022-05-16T11:51:23.349Z] updated 1 package in 1.039s
[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-05-16T11:51:23.777Z] BUILD_MVN_OPTS_CURRENT = -Dfull
[Pipeline] configFileProvider
[2022-05-16T11:51:23.793Z] provisioning config files...
[2022-05-16T11:51:23.800Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaplanner-quickstarts@tmp/config3116320041973568tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-05-16T11:51:23.838Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-05-16T11:51:23.872Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-05-16T11:51:23.872Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-05-16T11:51:23.872Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-05-16T11:51:24.143Z] + 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/pull/760 -sp=kiegroup/optaplanner-quickstarts --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaplanner-quickstarts@tmp/config3116320041973568tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-05-16T11:51:24.400Z] [INFO] Executing pull request flow for https://github.com/kiegroup/optaplanner/pull/760 in bc
[2022-05-16T11:51:24.657Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-05-16T11:51:24.657Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-05-16T11:51:24.657Z] [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/kogito/main/pullrequest/optaplanner.tests.downstream.optaplanner-quickstarts'
[2022-05-16T11:51:24.657Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:51:24.657Z] [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-05-16T11:51:24.657Z] ::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-05-16T11:51:24.657Z] [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/kogito/main/pullrequest/optaplanner.tests.downstream.optaplanner-quickstarts'
[2022-05-16T11:51:24.657Z] [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-05-16T11:51:24.657Z] 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-05-16T11:51:24.657Z] ::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-05-16T11:51:24.657Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT="-Dfull -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaplanner-quickstarts'
[2022-05-16T11:51:24.657Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:51:24.657Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with '-Dfull -Dquarkus.bootstrap.effective-model-builder' value
[2022-05-16T11:51:24.657Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT="-Dfull -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:51:24.657Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT=-Dfull -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaplanner-quickstarts'
[2022-05-16T11:51:24.657Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Dfull -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:51:24.657Z] BUILD_MVN_OPTS_CURRENT=-Dfull -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:51:24.657Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT=-Dfull -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:51:24.657Z] ::endgroup::
[2022-05-16T11:51:24.913Z] ::group::[Pull Request Flow] Execution Plan...
[2022-05-16T11:51:24.913Z] [INFO] ----------------------------------------------
[2022-05-16T11:51:24.913Z] [INFO] [3] projects will be executed
[2022-05-16T11:51:24.913Z]
[2022-05-16T11:51:24.913Z] [INFO] [kiegroup/drools]
[2022-05-16T11:51:24.913Z] [INFO] Level Type: [upstream].
[2022-05-16T11:51:24.913Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:51:24.913Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:51:24.913Z]
[2022-05-16T11:51:24.913Z] [INFO] [kiegroup/optaplanner]
[2022-05-16T11:51:24.913Z] [INFO] Level Type: [upstream].
[2022-05-16T11:51:24.913Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:51:24.913Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:51:24.913Z]
[2022-05-16T11:51:24.913Z] [INFO] [kiegroup/optaplanner-quickstarts]
[2022-05-16T11:51:24.913Z] [INFO] Level Type: [current].
[2022-05-16T11:51:24.913Z] [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-05-16T11:51:24.913Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:51:24.913Z]
[2022-05-16T11:51:24.913Z] [INFO] ----------------------------------------------
[2022-05-16T11:51:24.913Z] ::endgroup::
[2022-05-16T11:51:24.913Z] ::group::[Pull Request Flow] Checking out kiegroup/optaplanner and its dependencies
[2022-05-16T11:51:24.913Z] [INFO] Tree for project kiegroup/optaplanner-quickstarts. Dependencies:
[2022-05-16T11:51:24.913Z] kiegroup/drools,
[2022-05-16T11:51:24.913Z] kiegroup/optaplanner,
[2022-05-16T11:51:24.913Z] kiegroup/optaplanner-quickstarts
[2022-05-16T11:51:24.913Z] [INFO] [kiegroup/drools] Checking out project
[2022-05-16T11:51:25.169Z] [WARN] project github.com/ge0ffrey/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:51:25.169Z] [WARN] project github.com/kiegroup/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:51:25.169Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-05-16T11:51:37.338Z] [INFO] [kiegroup/drools] Checked out.
[2022-05-16T11:51:37.338Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-05-16T11:51:39.230Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-05-16T11:51:39.230Z] [INFO] [kiegroup/optaplanner] Checking out project
[2022-05-16T11:51:39.230Z] [INFO] [kiegroup/optaplanner] Merging https://github.com/kiegroup/optaplanner:main into https://github.com/ge0ffrey/optaplanner:kotlinNullableAnnotations
[2022-05-16T11:51:51.398Z] [ERROR] command git pull --no-rebase https://****@github.com/ge0ffrey/optaplanner kotlinNullableAnnotations failed with code 1. Error Message: From https://github.com/ge0ffrey/optaplanner
[2022-05-16T11:51:51.398Z] * branch kotlinNullableAnnotations -> FETCH_HEAD
[2022-05-16T11:51:51.398Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:51:51.398Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:51:51.398Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverJob.java
[2022-05-16T11:51:51.398Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:51:51.398Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:51:51.398Z] CONFLICT (modify/delete): optaplanner-core/src/build/revapi-config.json deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/build/revapi-config.json left in tree.
[2022-05-16T11:51:51.398Z] CONFLICT (modify/delete): optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java left in tree.
[2022-05-16T11:51:51.398Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-05-16T11:51:51.398Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-05-16T11:51:51.602Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-05-16T11:51:51.716Z] Recording test results
[2022-05-16T11:51:52.113Z] 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-1378
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1166)
at hudson.FilePath.act(FilePath.java:1155)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
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.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3338)
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-05-16T11:51:52.443Z] + rm -rf console.log
[Pipeline] sh

kie-ci1 avatar May 16 '22 11:05 kie-ci1

(tests) - optaplanner job #19 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/kogito/job/main/job/pullrequest/job/optaplanner.tests.optaplanner/19/display/redirect or see console log:

Console Logs [INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3404201034764155788.key
> git ls-remote -h https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 21afeeac35a851b46d694688c2562d914fab8e63
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/optaplanner.tests.optaplanner/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/optaplanner.tests.optaplanner/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh4666951261881828439.key
> git fetch --no-tags --progress https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 21afeeac35a851b46d694688c2562d914fab8e63 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 21afeeac35a851b46d694688c2562d914fab8e63 # timeout=10
Commit message: "pmebuild cleanScript (#188)"
> git rev-list --no-walk 21afeeac35a851b46d694688c2562d914fab8e63 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel7&&kie-mem16g&&!master’
Running on rhos-01-kie-psi-rhel7-xlarge-1376 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.optaplanner
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.optaplanner # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.34.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
Avoid second fetch
Checking out Revision 9c21834b9047c006e9cf967fd888dba646ef9d8b (origin/main)
Commit message: "Add release branch 1.22.x after cut-off (#448)"
[Pipeline] }
[Pipeline] // stage
> 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 9c21834b9047c006e9cf967fd888dba646ef9d8b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-05-16T11:50:53.112Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-05-16T11:50:53.740Z] + printenv
[Pipeline] archiveArtifacts
[2022-05-16T11:50:53.768Z] 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-05-16T11:50:54.195Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.optaplanner
[Pipeline] {
[Pipeline] echo
[2022-05-16T11:50:54.225Z] [INFO] space left on the machine
[Pipeline] sh
[2022-05-16T11:50:54.505Z] + df -h
[2022-05-16T11:50:54.505Z] Filesystem Size Used Avail Use% Mounted on
[2022-05-16T11:50:54.505Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-05-16T11:50:54.505Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-05-16T11:50:54.505Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-05-16T11:50:54.505Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-05-16T11:50:54.505Z] /dev/vda1 80G 18G 63G 23% /
[2022-05-16T11:50:54.505Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-05-16T11:50:54.525Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-05-16T11:50:54.806Z] + du -h -d1 /home/jenkins
[2022-05-16T11:50:54.806Z] 4.0K /home/jenkins/.ssh
[2022-05-16T11:50:54.806Z] 0 /home/jenkins/go
[2022-05-16T11:50:54.806Z] 8.0K /home/jenkins/.vnc
[2022-05-16T11:50:54.806Z] 8.0K /home/jenkins/.m2
[2022-05-16T11:50:54.806Z] 2.1G /home/jenkins/git-repos
[2022-05-16T11:50:54.806Z] 8.0K /home/jenkins/.config
[2022-05-16T11:50:54.806Z] 4.0K /home/jenkins/.cekit
[2022-05-16T11:50:54.806Z] 80M /home/jenkins/virtenvs
[2022-05-16T11:50:54.806Z] 31M /home/jenkins/remoting
[2022-05-16T11:50:54.806Z] 0 /home/jenkins/.cache
[2022-05-16T11:50:54.806Z] 2.3M /home/jenkins/workspace
[2022-05-16T11:50:54.806Z] 0 /home/jenkins/.pki
[2022-05-16T11:50:54.806Z] 117M /home/jenkins/tools
[2022-05-16T11:50:54.806Z] 0 /home/jenkins/caches
[2022-05-16T11:50:54.806Z] 25M /home/jenkins/.npm
[2022-05-16T11:50:54.806Z] 2.3G /home/jenkins
[Pipeline] echo
[2022-05-16T11:50:54.829Z] [INFO] space of workspace
[Pipeline] sh
[2022-05-16T11:50:55.112Z] + du -h -d3 /home/jenkins/workspace
[2022-05-16T11:50:55.112Z] 2.3M /home/jenkins/workspace/KIE/kogito/main
[2022-05-16T11:50:55.112Z] 2.3M /home/jenkins/workspace/KIE/kogito
[2022-05-16T11:50:55.112Z] 2.3M /home/jenkins/workspace/KIE
[2022-05-16T11:50:55.112Z] 2.3M /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-05-16T11:50:55.464Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-05-16T11:50:55.562Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-05-16T11:50:55.847Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-05-16T11:50:57.214Z] /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/bin/build-chain-action -> /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/lib/node_modules/@kie/build-chain-action/bin/build-chain-cli.js
[2022-05-16T11:50:57.214Z] npm WARN notsup Unsupported engine for @kie/[email protected]: wanted: {"node":">= 12.18.0"} (current: {"node":"12.16.3","npm":"6.14.4"})
[2022-05-16T11:50:57.214Z] npm WARN notsup Not compatible with your version of node/npm: @kie/[email protected]
[2022-05-16T11:50:57.214Z] npm WARN @octokit/[email protected] requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
[2022-05-16T11:50:57.214Z]
[2022-05-16T11:50:57.214Z] + @kie/[email protected]
[2022-05-16T11:50:57.214Z] updated 1 package in 0.901s
[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-05-16T11:50:57.629Z] BUILD_MVN_OPTS_CURRENT = -Prun-code-coverage
[Pipeline] configFileProvider
[2022-05-16T11:50:57.643Z] provisioning config files...
[2022-05-16T11:50:57.649Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.optaplanner@tmp/config4760445702673262539tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-05-16T11:50:57.683Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-05-16T11:50:57.718Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-05-16T11:50:57.718Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-05-16T11:50:57.718Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-05-16T11:50:57.988Z] + 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/pull/760 -sp=kiegroup/optaplanner --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.optaplanner@tmp/config4760445702673262539tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-05-16T11:50:58.244Z] [INFO] Executing pull request flow for https://github.com/kiegroup/optaplanner/pull/760 in bc
[2022-05-16T11:50:58.500Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-05-16T11:50:58.500Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-05-16T11:50:58.500Z] [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/kogito/main/pullrequest/optaplanner.tests.optaplanner'
[2022-05-16T11:50:58.500Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:50:58.500Z] [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-05-16T11:50:58.500Z] ::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-05-16T11:50:58.500Z] [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/kogito/main/pullrequest/optaplanner.tests.optaplanner'
[2022-05-16T11:50:58.500Z] [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-05-16T11:50:58.500Z] 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-05-16T11:50:58.500Z] ::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-05-16T11:50:58.500Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT="-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.optaplanner'
[2022-05-16T11:50:58.500Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:50:58.500Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with '-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder' value
[2022-05-16T11:50:58.500Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT="-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:50:58.500Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT=-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.optaplanner'
[2022-05-16T11:50:58.500Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:50:58.500Z] BUILD_MVN_OPTS_CURRENT=-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:50:58.500Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT=-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:50:58.500Z] ::endgroup::
[2022-05-16T11:50:58.756Z] ::group::[Pull Request Flow] Execution Plan...
[2022-05-16T11:50:58.756Z] [INFO] ----------------------------------------------
[2022-05-16T11:50:58.756Z] [INFO] [2] projects will be executed
[2022-05-16T11:50:58.756Z]
[2022-05-16T11:50:58.756Z] [INFO] [kiegroup/drools]
[2022-05-16T11:50:58.756Z] [INFO] Level Type: [upstream].
[2022-05-16T11:50:58.756Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:50:58.756Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:58.756Z]
[2022-05-16T11:50:58.756Z] [INFO] [kiegroup/optaplanner]
[2022-05-16T11:50:58.756Z] [INFO] Level Type: [current].
[2022-05-16T11:50:58.756Z] [INFO] mvn -f optaplanner/pom.xml clean install -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS }}
[2022-05-16T11:50:58.756Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:58.756Z]
[2022-05-16T11:50:58.756Z] [INFO] ----------------------------------------------
[2022-05-16T11:50:58.756Z] ::endgroup::
[2022-05-16T11:50:58.756Z] ::group::[Pull Request Flow] Checking out kiegroup/optaplanner and its dependencies
[2022-05-16T11:50:58.756Z] [INFO] Tree for project kiegroup/optaplanner. Dependencies:
[2022-05-16T11:50:58.756Z] kiegroup/drools,
[2022-05-16T11:50:58.756Z] kiegroup/optaplanner
[2022-05-16T11:50:58.756Z] [INFO] [kiegroup/drools] Checking out project
[2022-05-16T11:50:59.012Z] [WARN] project github.com/ge0ffrey/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:59.012Z] [WARN] project github.com/kiegroup/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:59.012Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-05-16T11:51:21.638Z] [INFO] [kiegroup/drools] Checked out.
[2022-05-16T11:51:21.638Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-05-16T11:51:27.105Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-05-16T11:51:27.105Z] [INFO] [kiegroup/optaplanner] Checking out project
[2022-05-16T11:51:27.666Z] [INFO] [kiegroup/optaplanner] Merging https://github.com/kiegroup/optaplanner:main into https://github.com/ge0ffrey/optaplanner:kotlinNullableAnnotations
[2022-05-16T11:52:23.836Z] [ERROR] command git pull --no-rebase https://****@github.com/ge0ffrey/optaplanner kotlinNullableAnnotations failed with code 1. Error Message: From https://github.com/ge0ffrey/optaplanner
[2022-05-16T11:52:23.836Z] * branch kotlinNullableAnnotations -> FETCH_HEAD
[2022-05-16T11:52:23.836Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:52:23.836Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:52:23.836Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverJob.java
[2022-05-16T11:52:23.836Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:52:23.836Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:52:23.836Z] CONFLICT (modify/delete): optaplanner-core/src/build/revapi-config.json deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/build/revapi-config.json left in tree.
[2022-05-16T11:52:23.836Z] CONFLICT (modify/delete): optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java left in tree.
[2022-05-16T11:52:23.836Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-05-16T11:52:23.836Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-05-16T11:52:23.917Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-05-16T11:52:24.014Z] Recording test results
[2022-05-16T11:52:24.384Z] 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-1376
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1166)
at hudson.FilePath.act(FilePath.java:1155)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
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.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3338)
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-05-16T11:52:24.714Z] + rm -rf console.log
[Pipeline] sh

kie-ci1 avatar May 16 '22 11:05 kie-ci1

(tests) - optaweb-vehicle-routing job #19 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/kogito/job/main/job/pullrequest/job/optaplanner.tests.downstream.optaweb-vehicle-routing/19/display/redirect or see console log:

Console Logs > git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/optaplanner.tests.downstream.optaweb-vehicle-routing/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh6884113523282430691.key
> git fetch --no-tags --progress https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 21afeeac35a851b46d694688c2562d914fab8e63 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 21afeeac35a851b46d694688c2562d914fab8e63 # timeout=10
Commit message: "pmebuild cleanScript (#188)"
> git rev-list --no-walk 21afeeac35a851b46d694688c2562d914fab8e63 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel7&&kie-mem16g&&!master’
Running on rhos-01-kie-psi-rhel7-xlarge-1377 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-vehicle-routing
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
Avoid second fetch
Checking out Revision 9c21834b9047c006e9cf967fd888dba646ef9d8b (origin/main)
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-vehicle-routing # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.34.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 9c21834b9047c006e9cf967fd888dba646ef9d8b # timeout=10
Commit message: "Add release branch 1.22.x after cut-off (#448)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-05-16T11:50:22.832Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2022-05-16T11:50:22.921Z] Installing NodeJS from /var/lib/jenkins/caches/nodejs/LINUX/amd64/12.16.3.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3 on rhos-01-kie-psi-rhel7-xlarge-1377
[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-05-16T11:50:25.178Z] + printenv
[Pipeline] archiveArtifacts
[2022-05-16T11:50:25.515Z] 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-05-16T11:50:26.068Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-vehicle-routing
[Pipeline] {
[Pipeline] echo
[2022-05-16T11:50:26.100Z] [INFO] space left on the machine
[Pipeline] sh
[2022-05-16T11:50:26.389Z] + df -h
[2022-05-16T11:50:26.389Z] Filesystem Size Used Avail Use% Mounted on
[2022-05-16T11:50:26.389Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-05-16T11:50:26.389Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-05-16T11:50:26.389Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-05-16T11:50:26.390Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-05-16T11:50:26.390Z] /dev/vda1 80G 18G 63G 23% /
[2022-05-16T11:50:26.390Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-05-16T11:50:26.410Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-05-16T11:50:26.694Z] + du -h -d1 /home/jenkins
[2022-05-16T11:50:26.694Z] 4.0K /home/jenkins/.ssh
[2022-05-16T11:50:26.694Z] 0 /home/jenkins/go
[2022-05-16T11:50:26.694Z] 8.0K /home/jenkins/.vnc
[2022-05-16T11:50:26.694Z] 8.0K /home/jenkins/.m2
[2022-05-16T11:50:26.694Z] 2.1G /home/jenkins/git-repos
[2022-05-16T11:50:26.694Z] 8.0K /home/jenkins/.config
[2022-05-16T11:50:26.694Z] 4.0K /home/jenkins/.cekit
[2022-05-16T11:50:26.951Z] 80M /home/jenkins/virtenvs
[2022-05-16T11:50:26.951Z] 30M /home/jenkins/remoting
[2022-05-16T11:50:26.951Z] 0 /home/jenkins/.cache
[2022-05-16T11:50:26.951Z] 2.3M /home/jenkins/workspace
[2022-05-16T11:50:26.951Z] 0 /home/jenkins/.pki
[2022-05-16T11:50:26.951Z] 81M /home/jenkins/tools
[2022-05-16T11:50:26.951Z] 0 /home/jenkins/caches
[2022-05-16T11:50:26.951Z] 2.3G /home/jenkins
[Pipeline] echo
[2022-05-16T11:50:26.973Z] [INFO] space of workspace
[Pipeline] sh
[2022-05-16T11:50:27.259Z] + du -h -d3 /home/jenkins/workspace
[2022-05-16T11:50:27.259Z] 2.3M /home/jenkins/workspace/KIE/kogito/main
[2022-05-16T11:50:27.259Z] 2.3M /home/jenkins/workspace/KIE/kogito
[2022-05-16T11:50:27.259Z] 2.3M /home/jenkins/workspace/KIE
[2022-05-16T11:50:27.259Z] 2.3M /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-05-16T11:50:27.573Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-05-16T11:50:27.650Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-05-16T11:50:27.938Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-05-16T11:50:33.187Z] /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/bin/build-chain-action -> /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-12.16.3/lib/node_modules/@kie/build-chain-action/bin/build-chain-cli.js
[2022-05-16T11:50:33.187Z] npm WARN notsup Unsupported engine for @kie/[email protected]: wanted: {"node":">= 12.18.0"} (current: {"node":"12.16.3","npm":"6.14.4"})
[2022-05-16T11:50:33.187Z] npm WARN notsup Not compatible with your version of node/npm: @kie/[email protected]
[2022-05-16T11:50:33.187Z] npm WARN @octokit/[email protected] requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
[2022-05-16T11:50:33.187Z]
[2022-05-16T11:50:33.187Z] + @kie/[email protected]
[2022-05-16T11:50:33.187Z] added 109 packages from 88 contributors in 4.775s
[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-05-16T11:50:33.623Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2022-05-16T11:50:33.641Z] provisioning config files...
[2022-05-16T11:50:33.647Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-vehicle-routing@tmp/config7084836026290181923tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-05-16T11:50:33.697Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-05-16T11:50:33.729Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-05-16T11:50:33.729Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-05-16T11:50:33.729Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-05-16T11:50:34.043Z] + 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/pull/760 -sp=kiegroup/optaweb-vehicle-routing --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-vehicle-routing@tmp/config7084836026290181923tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-05-16T11:50:34.299Z] [INFO] Executing pull request flow for https://github.com/kiegroup/optaplanner/pull/760 in bc
[2022-05-16T11:50:34.556Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-05-16T11:50:34.556Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-05-16T11:50:34.556Z] [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/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-vehicle-routing'
[2022-05-16T11:50:34.556Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:50:34.556Z] [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-05-16T11:50:34.556Z] ::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-05-16T11:50:34.556Z] [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/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-vehicle-routing'
[2022-05-16T11:50:34.556Z] [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-05-16T11:50:34.556Z] 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-05-16T11:50:34.556Z] ::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-05-16T11:50:34.556Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-vehicle-routing'
[2022-05-16T11:50:34.556Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-05-16T11:50:34.556Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' -Dquarkus.bootstrap.effective-model-builder' value
[2022-05-16T11:50:34.556Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:50:34.556Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/optaplanner.tests.downstream.optaweb-vehicle-routing'
[2022-05-16T11:50:34.556Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:50:34.556Z] BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-05-16T11:50:34.556Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"
[2022-05-16T11:50:34.556Z] ::endgroup::
[2022-05-16T11:50:34.812Z] ::group::[Pull Request Flow] Execution Plan...
[2022-05-16T11:50:34.812Z] [INFO] ----------------------------------------------
[2022-05-16T11:50:34.812Z] [INFO] [3] projects will be executed
[2022-05-16T11:50:34.812Z]
[2022-05-16T11:50:34.812Z] [INFO] [kiegroup/drools]
[2022-05-16T11:50:34.812Z] [INFO] Level Type: [upstream].
[2022-05-16T11:50:34.812Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:50:34.812Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:34.812Z]
[2022-05-16T11:50:34.812Z] [INFO] [kiegroup/optaplanner]
[2022-05-16T11:50:34.812Z] [INFO] Level Type: [upstream].
[2022-05-16T11:50:34.812Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM }}
[2022-05-16T11:50:34.812Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:34.812Z]
[2022-05-16T11:50:34.812Z] [INFO] [kiegroup/optaweb-vehicle-routing]
[2022-05-16T11:50:34.812Z] [INFO] Level Type: [current].
[2022-05-16T11:50:34.812Z] [INFO] mvn clean install -f optaweb-vehicle-routing/pom.xml ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.OPTAWEB_VEHICLE_ROUTING_BUILD_MVN_OPTS }}
[2022-05-16T11:50:34.812Z] [INFO] [ [32m'docker system prune -f'[39m ]
[2022-05-16T11:50:34.812Z]
[2022-05-16T11:50:34.812Z] [INFO] ----------------------------------------------
[2022-05-16T11:50:34.812Z] ::endgroup::
[2022-05-16T11:50:34.812Z] ::group::[Pull Request Flow] Checking out kiegroup/optaplanner and its dependencies
[2022-05-16T11:50:34.812Z] [INFO] Tree for project kiegroup/optaweb-vehicle-routing. Dependencies:
[2022-05-16T11:50:34.812Z] kiegroup/drools,
[2022-05-16T11:50:34.812Z] kiegroup/optaplanner,
[2022-05-16T11:50:34.812Z] kiegroup/optaweb-vehicle-routing
[2022-05-16T11:50:34.812Z] [INFO] [kiegroup/drools] Checking out project
[2022-05-16T11:50:35.068Z] [WARN] project github.com/ge0ffrey/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:35.068Z] [WARN] project github.com/kiegroup/drools:kotlinNullableAnnotations does not exist. It's not necessarily an error.
[2022-05-16T11:50:35.068Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-05-16T11:50:53.157Z] [INFO] [kiegroup/drools] Checked out.
[2022-05-16T11:50:53.157Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-05-16T11:50:53.719Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-05-16T11:50:53.719Z] [INFO] [kiegroup/optaplanner] Checking out project
[2022-05-16T11:50:53.975Z] [INFO] [kiegroup/optaplanner] Merging https://github.com/kiegroup/optaplanner:main into https://github.com/ge0ffrey/optaplanner:kotlinNullableAnnotations
[2022-05-16T11:51:26.040Z] [ERROR] command git pull --no-rebase https://****@github.com/ge0ffrey/optaplanner kotlinNullableAnnotations failed with code 1. Error Message: From https://github.com/ge0ffrey/optaplanner
[2022-05-16T11:51:26.040Z] * branch kotlinNullableAnnotations -> FETCH_HEAD
[2022-05-16T11:51:26.040Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:51:26.040Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/Solver.java
[2022-05-16T11:51:26.040Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverJob.java
[2022-05-16T11:51:26.040Z] Auto-merging core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:51:26.040Z] CONFLICT (content): Merge conflict in core/optaplanner-core-impl/src/main/java/org/optaplanner/core/api/solver/SolverManager.java
[2022-05-16T11:51:26.040Z] CONFLICT (modify/delete): optaplanner-core/src/build/revapi-config.json deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/build/revapi-config.json left in tree.
[2022-05-16T11:51:26.040Z] CONFLICT (modify/delete): optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java deleted in HEAD and modified in 871544bcd94c78a891a14adeea2e2ded224b0f32. Version 871544bcd94c78a891a14adeea2e2ded224b0f32 of optaplanner-core/src/main/java/org/optaplanner/core/api/solver/SolverFactory.java left in tree.
[2022-05-16T11:51:26.040Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-05-16T11:51:26.040Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-05-16T11:51:26.139Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-05-16T11:51:26.303Z] Recording test results
[2022-05-16T11:52:14.819Z] 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-1377
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1166)
at hudson.FilePath.act(FilePath.java:1155)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
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.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3338)
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-05-16T11:52:19.893Z] + rm -rf console.log
[Pipeline] sh
[2022-05-16T11:52:24.825Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/optaplanner.tests.downstream.optaweb-vehicle-routing/19/consoleText
[2022-05-16T11:52:24.825Z] + tail -n 300

kie-ci1 avatar May 16 '22 11:05 kie-ci1