Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

[CI] Mandrel integration tests fail with Java 23 mandrel build of `graal/master` on Windows #243

Closed zakkak closed 1 week ago

zakkak commented 6 months ago

This is an issue to automatically track failures in Mandrel's CI runs.

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-06-07T01:05:08.5735609Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 208.795 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-07T01:05:08.5740278Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 208.795 s  <<< FAILURE!
2024-06-07T01:05:09.0565069Z [ERROR] Failures: 
2024-06-07T01:05:09.0568575Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-07T01:05:09.0573004Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-07T01:05:09.0673615Z [INFO] testsuite .......................................... FAILURE [11:05 min]
2024-06-07T01:05:09.0719468Z [ERROR]   mvn <args> -rf :testsuite

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9409675107/job/25920540807

mandrel-bot commented 4 weeks ago

The build is still failing!

Filtered Logs:

2024-06-08T01:07:59.0585747Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 216.452 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-08T01:07:59.0587567Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 216.452 s  <<< FAILURE!
2024-06-08T01:07:59.5904412Z [ERROR] Failures: 
2024-06-08T01:07:59.5912644Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-08T01:07:59.5920939Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-08T01:07:59.6030294Z [INFO] testsuite .......................................... FAILURE [10:54 min]
2024-06-08T01:07:59.6081380Z [ERROR]   mvn <args> -rf :testsuite

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9424683373/job/25965808540

mandrel-bot commented 4 weeks ago

The build is still failing!

Filtered Logs:

2024-06-09T01:02:01.0361229Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 208.198 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-09T01:02:01.0362969Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 208.198 s  <<< FAILURE!
2024-06-09T01:02:01.5586152Z [ERROR] Failures: 
2024-06-09T01:02:01.5589385Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-09T01:02:01.5597653Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-09T01:02:01.5694432Z [INFO] testsuite .......................................... FAILURE [10:26 min]
2024-06-09T01:02:01.5726196Z [ERROR]   mvn <args> -rf :testsuite

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9432599819/job/25982854085

mandrel-bot commented 3 weeks ago

The build is still failing!

Filtered Logs:

2024-06-10T01:01:22.3611508Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 226.366 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-10T01:01:22.3614376Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 226.366 s  <<< FAILURE!
2024-06-10T01:01:22.8055780Z [ERROR] Failures: 
2024-06-10T01:01:22.8060184Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-10T01:01:22.8068253Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-10T01:01:22.8162504Z [INFO] testsuite .......................................... FAILURE [11:38 min]
2024-06-10T01:01:22.8200501Z [ERROR]   mvn <args> -rf :testsuite

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9440629470/job/26000566461

jerboaa commented 3 weeks ago

The above are these warning messages:

Warning: Option 'DynamicProxyConfigurationResources' is deprecated and might be removed in a future release. Please refer to the GraalVM release notes.

... and those are caused by: https://github.com/oracle/graal/issues/9057

mandrel-bot commented 1 week ago

The build is still failing!

Filtered Logs:

2024-06-24T00:58:39.5119587Z [ERROR] Tests run: 12, Failures: 2, Errors: 9, Skipped: 1, Time elapsed: 147.888 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-24T00:58:39.5169475Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 0.015 s  <<< ERROR!
2024-06-24T00:58:39.5329411Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 0.079 s  <<< ERROR!
2024-06-24T00:58:39.5356671Z [ERROR] versionsParsingMandrel{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-24T00:58:39.5369041Z [ERROR] resLocationsA{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-24T00:58:39.5385148Z [ERROR] resLocationsB{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-24T00:58:39.5390298Z [ERROR] resLocationsC{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-24T00:58:39.5395401Z [ERROR] resLocationsD{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-24T00:58:39.5400518Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-24T00:58:39.5404609Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 76.537 s  <<< FAILURE!
2024-06-24T00:58:39.5411011Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 67.583 s  <<< FAILURE!
2024-06-24T00:58:39.5418765Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-24T00:58:39.5434493Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 0 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-24T00:58:39.5436867Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-24T00:58:40.0408916Z [ERROR] Failures: 
2024-06-24T00:58:40.0424583Z [ERROR]   AppReproducersTest.randomNumbersReinit:145 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.AppReproducersTest\randomNumbersReinit\build-and-run.log and check these offending lines: 
2024-06-24T00:58:40.0432874Z [ERROR]   AppReproducersTest.timezonesBakedIn:743 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.AppReproducersTest\timezonesBakedIn\build-and-run.log and check these offending lines: 
2024-06-24T00:58:40.0439392Z [ERROR]   AppReproducersTest.calendarsBakedIn � ExceptionInInitializer
2024-06-24T00:58:40.0440883Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:905->getSwitches:972 � NoClassDefFound
2024-06-24T00:58:40.0442543Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1 � NoClassDefFound Could not i...
2024-06-24T00:58:40.0444119Z [ERROR]   AppReproducersTest.resLocationsA � NoClassDefFound Could not initialize class ...
2024-06-24T00:58:40.0445602Z [ERROR]   AppReproducersTest.resLocationsB � NoClassDefFound Could not initialize class ...
2024-06-24T00:58:40.0447948Z [ERROR]   AppReproducersTest.resLocationsC � NoClassDefFound Could not initialize class ...
2024-06-24T00:58:40.0449824Z [ERROR]   AppReproducersTest.resLocationsD � NoClassDefFound Could not initialize class ...
2024-06-24T00:58:40.0451384Z [ERROR]   AppReproducersTest.resLocationsE � NoClassDefFound Could not initialize class ...
2024-06-24T00:58:40.0452918Z [ERROR]   AppReproducersTest.versionsParsingMandrel � NoClassDefFound Could not initiali...
2024-06-24T00:58:40.0454480Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:182 � NoClassDefFound Could not init...
2024-06-24T00:58:40.0455930Z [ERROR] Tests run: 17, Failures: 2, Errors: 10, Skipped: 5
2024-06-24T00:58:40.0486806Z [INFO] testsuite .......................................... FAILURE [02:40 min]
2024-06-24T00:58:40.0528066Z [ERROR]   mvn <args> -rf :testsuite

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9637589282/job/26577524246

jerboaa commented 1 week ago

Version parsing is causing problems. Caused by: https://github.com/graalvm/mandrel-packaging/issues/429

mandrel-bot commented 1 week ago

The build is still failing!

Filtered Logs:

2024-06-25T01:00:45.1856832Z [ERROR] Tests run: 12, Failures: 2, Errors: 9, Skipped: 1, Time elapsed: 148.029 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-25T01:00:45.1893694Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-25T01:00:45.2139070Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 0.063 s  <<< ERROR!
2024-06-25T01:00:45.2172925Z [ERROR] versionsParsingMandrel{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-25T01:00:45.2175953Z [ERROR] resLocationsA{TestInfo}  Time elapsed: 0.015 s  <<< ERROR!
2024-06-25T01:00:45.2178920Z [ERROR] resLocationsB{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-25T01:00:45.2181710Z [ERROR] resLocationsC{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-25T01:00:45.2184291Z [ERROR] resLocationsD{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-25T01:00:45.2187470Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-25T01:00:45.2190188Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 74.408 s  <<< FAILURE!
2024-06-25T01:00:45.2198931Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 69.518 s  <<< FAILURE!
2024-06-25T01:00:45.2209639Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-25T01:00:45.2223591Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 0 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-25T01:00:45.2225754Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-25T01:00:45.7235738Z [ERROR] Failures: 
2024-06-25T01:00:45.7238753Z [ERROR]   AppReproducersTest.randomNumbersReinit:145 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.AppReproducersTest\randomNumbersReinit\build-and-run.log and check these offending lines: 
2024-06-25T01:00:45.7248525Z [ERROR]   AppReproducersTest.timezonesBakedIn:743 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.AppReproducersTest\timezonesBakedIn\build-and-run.log and check these offending lines: 
2024-06-25T01:00:45.7254674Z [ERROR]   AppReproducersTest.calendarsBakedIn � ExceptionInInitializer
2024-06-25T01:00:45.7256075Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:905->getSwitches:972 � NoClassDefFound
2024-06-25T01:00:45.7257617Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1 � NoClassDefFound Could not i...
2024-06-25T01:00:45.7259125Z [ERROR]   AppReproducersTest.resLocationsA � NoClassDefFound Could not initialize class ...
2024-06-25T01:00:45.7260619Z [ERROR]   AppReproducersTest.resLocationsB � NoClassDefFound Could not initialize class ...
2024-06-25T01:00:45.7262929Z [ERROR]   AppReproducersTest.resLocationsC � NoClassDefFound Could not initialize class ...
2024-06-25T01:00:45.7264508Z [ERROR]   AppReproducersTest.resLocationsD � NoClassDefFound Could not initialize class ...
2024-06-25T01:00:45.7266013Z [ERROR]   AppReproducersTest.resLocationsE � NoClassDefFound Could not initialize class ...
2024-06-25T01:00:45.7267568Z [ERROR]   AppReproducersTest.versionsParsingMandrel � NoClassDefFound Could not initiali...
2024-06-25T01:00:45.7269092Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:182 � NoClassDefFound Could not init...
2024-06-25T01:00:45.7270472Z [ERROR] Tests run: 17, Failures: 2, Errors: 10, Skipped: 5
2024-06-25T01:00:45.7316252Z [INFO] testsuite .......................................... FAILURE [02:42 min]
2024-06-25T01:00:45.7343819Z [ERROR]   mvn <args> -rf :testsuite

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9654376920/job/26629136456

mandrel-bot commented 1 week ago

The build is still failing!

Filtered Logs:

2024-06-26T00:58:20.1510345Z [ERROR] Tests run: 12, Failures: 2, Errors: 9, Skipped: 1, Time elapsed: 156.437 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-26T00:58:20.1569949Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-26T00:58:20.1812147Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 0.094 s  <<< ERROR!
2024-06-26T00:58:20.1849671Z [ERROR] versionsParsingMandrel{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-26T00:58:20.1855101Z [ERROR] resLocationsA{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-26T00:58:20.1860785Z [ERROR] resLocationsB{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-26T00:58:20.1866974Z [ERROR] resLocationsC{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-26T00:58:20.1876323Z [ERROR] resLocationsD{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-26T00:58:20.1885893Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-26T00:58:20.1890410Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 82.757 s  <<< FAILURE!
2024-06-26T00:58:20.1916159Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 69.663 s  <<< FAILURE!
2024-06-26T00:58:20.1937018Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-26T00:58:20.1951664Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 0 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-26T00:58:20.1953265Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-26T00:58:20.6956705Z [ERROR] Failures: 
2024-06-26T00:58:20.6960214Z [ERROR]   AppReproducersTest.randomNumbersReinit:145 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.AppReproducersTest\randomNumbersReinit\build-and-run.log and check these offending lines: 
2024-06-26T00:58:20.6970253Z [ERROR]   AppReproducersTest.timezonesBakedIn:743 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.AppReproducersTest\timezonesBakedIn\build-and-run.log and check these offending lines: 
2024-06-26T00:58:20.6974036Z [ERROR]   AppReproducersTest.calendarsBakedIn � ExceptionInInitializer
2024-06-26T00:58:20.6974834Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:905->getSwitches:972 � NoClassDefFound
2024-06-26T00:58:20.6975699Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1 � NoClassDefFound Could not i...
2024-06-26T00:58:20.6976542Z [ERROR]   AppReproducersTest.resLocationsA � NoClassDefFound Could not initialize class ...
2024-06-26T00:58:20.6977355Z [ERROR]   AppReproducersTest.resLocationsB � NoClassDefFound Could not initialize class ...
2024-06-26T00:58:20.6978540Z [ERROR]   AppReproducersTest.resLocationsC � NoClassDefFound Could not initialize class ...
2024-06-26T00:58:20.6979971Z [ERROR]   AppReproducersTest.resLocationsD � NoClassDefFound Could not initialize class ...
2024-06-26T00:58:20.6981469Z [ERROR]   AppReproducersTest.resLocationsE � NoClassDefFound Could not initialize class ...
2024-06-26T00:58:20.6983086Z [ERROR]   AppReproducersTest.versionsParsingMandrel � NoClassDefFound Could not initiali...
2024-06-26T00:58:20.6984627Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:182 � NoClassDefFound Could not init...
2024-06-26T00:58:20.6985979Z [ERROR] Tests run: 17, Failures: 2, Errors: 10, Skipped: 5
2024-06-26T00:58:20.7039419Z [INFO] testsuite .......................................... FAILURE [02:51 min]
2024-06-26T00:58:20.7099408Z [ERROR]   mvn <args> -rf :testsuite

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9671514722/job/26682871063

mandrel-bot commented 1 week ago

The build is still failing!

Filtered Logs:

2024-06-27T01:04:15.4450022Z [ERROR] Tests run: 12, Failures: 2, Errors: 9, Skipped: 1, Time elapsed: 153.8 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-27T01:04:15.4467761Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-27T01:04:15.4630775Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 0.094 s  <<< ERROR!
2024-06-27T01:04:15.4661535Z [ERROR] versionsParsingMandrel{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-27T01:04:15.4671484Z [ERROR] resLocationsA{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-27T01:04:15.4676008Z [ERROR] resLocationsB{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-27T01:04:15.4681051Z [ERROR] resLocationsC{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-27T01:04:15.4685667Z [ERROR] resLocationsD{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-27T01:04:15.4690290Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-27T01:04:15.4693506Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 79.191 s  <<< FAILURE!
2024-06-27T01:04:15.4705653Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 70.482 s  <<< FAILURE!
2024-06-27T01:04:15.4718100Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-27T01:04:15.4730602Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 0 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-27T01:04:15.4732136Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-06-27T01:04:15.9800247Z [ERROR] Failures: 
2024-06-27T01:04:15.9804534Z [ERROR]   AppReproducersTest.randomNumbersReinit:145 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.AppReproducersTest\randomNumbersReinit\build-and-run.log and check these offending lines: 
2024-06-27T01:04:15.9812607Z [ERROR]   AppReproducersTest.timezonesBakedIn:743 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.AppReproducersTest\timezonesBakedIn\build-and-run.log and check these offending lines: 
2024-06-27T01:04:15.9818878Z [ERROR]   AppReproducersTest.calendarsBakedIn � ExceptionInInitializer
2024-06-27T01:04:15.9820341Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:905->getSwitches:972 � NoClassDefFound
2024-06-27T01:04:15.9821902Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1 � NoClassDefFound Could not i...
2024-06-27T01:04:15.9823479Z [ERROR]   AppReproducersTest.resLocationsA � NoClassDefFound Could not initialize class ...
2024-06-27T01:04:15.9824943Z [ERROR]   AppReproducersTest.resLocationsB � NoClassDefFound Could not initialize class ...
2024-06-27T01:04:15.9826681Z [ERROR]   AppReproducersTest.resLocationsC � NoClassDefFound Could not initialize class ...
2024-06-27T01:04:15.9828189Z [ERROR]   AppReproducersTest.resLocationsD � NoClassDefFound Could not initialize class ...
2024-06-27T01:04:15.9829860Z [ERROR]   AppReproducersTest.resLocationsE � NoClassDefFound Could not initialize class ...
2024-06-27T01:04:15.9831184Z [ERROR]   AppReproducersTest.versionsParsingMandrel � NoClassDefFound Could not initiali...
2024-06-27T01:04:15.9832432Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:182 � NoClassDefFound Could not init...
2024-06-27T01:04:15.9833607Z [ERROR] Tests run: 17, Failures: 2, Errors: 10, Skipped: 5
2024-06-27T01:04:15.9867302Z [INFO] testsuite .......................................... FAILURE [02:51 min]
2024-06-27T01:04:15.9931676Z [ERROR]   mvn <args> -rf :testsuite

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9688650725/job/26736351988

mandrel-bot commented 1 week ago

Build fixed: