eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

KEEP_REPORTDIR does not have the expected type, converting to Boolean #15260

Open knn-k opened 2 years ago

knn-k commented 2 years ago

Test jobs show the following warning message, regardless of the JDK version and the platform.

https://openj9-jenkins.osuosl.org/job/Pipeline_Build_Test_JDK17_x86-64_linux/678/consoleText:

[2022-06-08T01:20:17.020Z] Scheduling project: Test_openjdk17_j9_sanity.functional_x86-64_linux_Nightly
[2022-06-08T01:20:17.021Z] The parameter 'KEEP_REPORTDIR' did not have the type expected by Test_openjdk17_j9_sanity.functional_x86-64_linux_Nightly. Converting to Boolean Parameter.

[2022-06-08T01:20:17.675Z] Scheduling project: Test_openjdk17_j9_extended.functional_x86-64_linux_Nightly
[2022-06-08T01:20:17.675Z] The parameter 'KEEP_REPORTDIR' did not have the type expected by Test_openjdk17_j9_extended.functional_x86-64_linux_Nightly. Converting to Boolean Parameter.
knn-k commented 2 years ago

Another example from a job in April:

https://openj9-jenkins.osuosl.org/job/Pipeline_Build_Test_JDK8_ppc64_aix/789/consoleText:

[2022-04-29T02:04:51.802Z] Scheduling project: Test_openjdk8_j9_sanity.openjdk_ppc64_aix_Nightly
[2022-04-29T02:04:51.802Z] The parameter 'KEEP_REPORTDIR' did not have the type expected by Test_openjdk8_j9_sanity.openjdk_ppc64_aix_Nightly. Converting to Boolean Parameter.