Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Mandrel integration tests fail with Java 24 mandrel build of graal/master on Linux #266

Closed
mandrel-bot opened this issue Jun 26, 2024 · 122 comments

Comments

@mandrel-bot
Copy link
Collaborator

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jun 27, 2024

Closing for now and will let CI runs actually open it when there are issues.

@jerboaa jerboaa closed this as completed Jun 27, 2024
@mandrel-bot mandrel-bot reopened this Jul 5, 2024
@mandrel-bot
Copy link
Collaborator Author

Unfortunately, the build failed!

Filtered Logs:

2024-07-05T01:00:57.9287485Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 287.864 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-05T01:00:57.9293723Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 179.445 s  <<< FAILURE!
2024-07-05T01:09:28.2068593Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 510.265 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-05T01:09:28.2070145Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 352.782 s  <<< FAILURE!
2024-07-05T01:15:15.5434304Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 347.33 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-05T01:15:15.5452729Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 283.032 s  <<< FAILURE!
2024-07-05T01:22:02.3838574Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 406.838 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-05T01:22:02.3840180Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 85.684 s  <<< FAILURE!
2024-07-05T01:22:02.7091901Z [ERROR] Failures: 
2024-07-05T01:22:02.7093336Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
2024-07-05T01:22:02.7104372Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:306 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-07-05T01:22:02.7109644Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-07-05T01:22:02.7114599Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-07-05T01:22:02.7118111Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-07-05T01:22:02.7149610Z [INFO] testsuite .......................................... FAILURE [26:00 min]
2024-07-05T01:22:02.7174064Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jul 5, 2024

Failures are:

Error:  Failures: 
Error:    AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
mytest.jpg was not generated.
mytest_toL.png was not generated.
mytest.bmp was not generated.
mytest_toG.png was not generated.
mytest.gif was not generated.
mytest.svg was not generated.
mytest.png was not generated.
mytest.tiff was not generated.
mytest_Resized_Grace_M._Hopper.png was not generated.
mytest_toC.png was not generated.
mytest_toP.png was not generated.
mytest.wbmp was not generated.
mytest_toS.png was not generated. ==> expected: <true> but was: <false>
Error:    DebugSymbolsTest.debugSymbolsQuarkus:306 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
WARNING: Duplicate name in Manifest: Specification-Version.
WARNING: Duplicate name in Manifest: Implementation-Version. ==> expected: <true> but was: <false>
Error:    JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
WARNING: Duplicate name in Manifest: Specification-Version.
WARNING: Duplicate name in Manifest: Implementation-Version. ==> expected: <true> but was: <false>
Error:    RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
WARNING: Duplicate name in Manifest: Specification-Version.
WARNING: Duplicate name in Manifest: Implementation-Version. ==> expected: <true> but was: <false>

I'm unable to reproduce the Duplicate name in Manifest: issue. The awt failure is tracked here: #262

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-06T01:01:16.8936816Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 285.874 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-06T01:01:16.8943283Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 176.964 s  <<< FAILURE!
2024-07-06T01:09:54.7802941Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 517.879 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-06T01:09:54.7804820Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 357.3 s  <<< FAILURE!
2024-07-06T01:15:45.4752929Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 350.69 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-06T01:15:45.4754997Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 285.351 s  <<< FAILURE!
2024-07-06T01:22:40.3830509Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 414.905 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-06T01:22:40.3832047Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 86.351 s  <<< FAILURE!
2024-07-06T01:22:40.7081966Z [ERROR] Failures: 
2024-07-06T01:22:40.7083411Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
2024-07-06T01:22:40.7093389Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:306 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-07-06T01:22:40.7098540Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-07-06T01:22:40.7103451Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-07-06T01:22:40.7107022Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-07-06T01:22:40.7130975Z [INFO] testsuite .......................................... FAILURE [26:17 min]
2024-07-06T01:22:40.7155476Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-07T01:00:28.8707260Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 126.244 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-07T01:00:28.8708938Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 109.174 s  <<< FAILURE!
2024-07-07T01:00:28.8718270Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 16.095 s  <<< FAILURE!
2024-07-07T01:06:54.0894330Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 385.206 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-07T01:06:54.0895919Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 59.392 s  <<< FAILURE!
2024-07-07T01:06:54.0901018Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 252.163 s  <<< FAILURE!
2024-07-07T01:06:54.0912515Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 73.642 s  <<< FAILURE!
2024-07-07T01:08:14.8489194Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 80.755 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-07T01:08:14.8490836Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 20.678 s  <<< FAILURE!
2024-07-07T01:08:14.8495713Z [ERROR] debugSymbolsSmokeGDB{TestInfo}  Time elapsed: 60.076 s  <<< FAILURE!
2024-07-07T01:14:49.8397850Z [ERROR] Tests run: 12, Failures: 6, Errors: 1, Skipped: 5, Time elapsed: 394.897 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-07T01:14:49.8398728Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 48.745 s  <<< FAILURE!
2024-07-07T01:14:49.8403017Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 63.543 s  <<< FAILURE!
2024-07-07T01:14:49.8407737Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 48.215 s  <<< ERROR!
2024-07-07T01:14:49.8414431Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 48.876 s  <<< FAILURE!
2024-07-07T01:14:49.8418742Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 54.794 s  <<< FAILURE!
2024-07-07T01:14:49.8423195Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 49.717 s  <<< FAILURE!
2024-07-07T01:14:49.8428733Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 81 s  <<< FAILURE!
2024-07-07T01:14:50.0880167Z [ERROR] Failures: 
2024-07-07T01:14:50.0882836Z [ERROR]   AppReproducersTest.calendarsBakedIn:774 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/calendarsBakedIn/build-and-run.log ==> expected: not <null>
2024-07-07T01:14:50.0886197Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:555 There was supposed to be 13 pictures generated. ==> expected: <13> but was: <0>
2024-07-07T01:14:50.0888450Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:923 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/nativeJVMTextProcessing/build-and-run.log ==> expected: not <null>
2024-07-07T01:14:50.0891694Z [ERROR]   AppReproducersTest.randomNumbersReinit:114 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/randomNumbersReinit/build-and-run.log ==> expected: not <null>
2024-07-07T01:14:50.0894999Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:819 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/recordAnnotationsWorkPost22_1/build-and-run.log ==> expected: not <null>
2024-07-07T01:14:50.0898009Z [ERROR]   AppReproducersTest.timezonesBakedIn:699 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/timezonesBakedIn/build-and-run.log ==> expected: not <null>
2024-07-07T01:14:50.0900067Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-07T01:14:50.0901551Z [ERROR]   DebugSymbolsTest.debugSymbolsSmokeGDB:141 debug-symbols-smoke executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-07T01:14:50.0902871Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:906 Process failed to run. ==> expected: not <null>
2024-07-07T01:14:50.0905002Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:229->startComparisonForBenchmark:272->runBenchmarkForApp:373 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log ==> expected: not <null>
2024-07-07T01:14:50.0907834Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:680 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log ==> expected: not <null>
2024-07-07T01:14:50.0910182Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:233->testRuntime:76->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-07-07T01:14:50.0912312Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-07-07T01:14:50.0914027Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:464 » IO Cannot run program...
2024-07-07T01:14:50.0914865Z [ERROR] Tests run: 19, Failures: 13, Errors: 1, Skipped: 5
2024-07-07T01:14:50.0937557Z [INFO] testsuite .......................................... FAILURE [16:35 min]
2024-07-07T01:14:50.0960798Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-08T00:59:16.9273694Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 127.796 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-08T00:59:16.9275632Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 110.237 s  <<< FAILURE!
2024-07-08T00:59:16.9285588Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 16.119 s  <<< FAILURE!
2024-07-08T01:05:42.8715502Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 385.935 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-08T01:05:42.8717369Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 59.692 s  <<< FAILURE!
2024-07-08T01:05:42.8722483Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 253.177 s  <<< FAILURE!
2024-07-08T01:05:42.8733499Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 73.059 s  <<< FAILURE!
2024-07-08T01:07:03.2177939Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 80.341 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-08T01:07:03.2179606Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 20.819 s  <<< FAILURE!
2024-07-08T01:07:03.2184624Z [ERROR] debugSymbolsSmokeGDB{TestInfo}  Time elapsed: 59.521 s  <<< FAILURE!
2024-07-08T01:13:38.6516061Z [ERROR] Tests run: 12, Failures: 6, Errors: 1, Skipped: 5, Time elapsed: 395.344 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-08T01:13:38.6516945Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 48.094 s  <<< FAILURE!
2024-07-08T01:13:38.6521229Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 63.319 s  <<< FAILURE!
2024-07-08T01:13:38.6525601Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 48.69 s  <<< ERROR!
2024-07-08T01:13:38.6532193Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 48.569 s  <<< FAILURE!
2024-07-08T01:13:38.6536501Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 55.595 s  <<< FAILURE!
2024-07-08T01:13:38.6540917Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 49.661 s  <<< FAILURE!
2024-07-08T01:13:38.6546659Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 81.408 s  <<< FAILURE!
2024-07-08T01:13:38.9004295Z [ERROR] Failures: 
2024-07-08T01:13:38.9007486Z [ERROR]   AppReproducersTest.calendarsBakedIn:774 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/calendarsBakedIn/build-and-run.log ==> expected: not <null>
2024-07-08T01:13:38.9011266Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:555 There was supposed to be 13 pictures generated. ==> expected: <13> but was: <0>
2024-07-08T01:13:38.9014052Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:923 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/nativeJVMTextProcessing/build-and-run.log ==> expected: not <null>
2024-07-08T01:13:38.9017299Z [ERROR]   AppReproducersTest.randomNumbersReinit:114 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/randomNumbersReinit/build-and-run.log ==> expected: not <null>
2024-07-08T01:13:38.9022488Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:819 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/recordAnnotationsWorkPost22_1/build-and-run.log ==> expected: not <null>
2024-07-08T01:13:38.9027468Z [ERROR]   AppReproducersTest.timezonesBakedIn:699 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/timezonesBakedIn/build-and-run.log ==> expected: not <null>
2024-07-08T01:13:38.9029479Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-08T01:13:38.9031383Z [ERROR]   DebugSymbolsTest.debugSymbolsSmokeGDB:141 debug-symbols-smoke executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-08T01:13:38.9032757Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:906 Process failed to run. ==> expected: not <null>
2024-07-08T01:13:38.9035035Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:229->startComparisonForBenchmark:272->runBenchmarkForApp:373 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log ==> expected: not <null>
2024-07-08T01:13:38.9037909Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:680 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log ==> expected: not <null>
2024-07-08T01:13:38.9040351Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:233->testRuntime:76->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-07-08T01:13:38.9042536Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-07-08T01:13:38.9044299Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:464 » IO Cannot run program...
2024-07-08T01:13:38.9045132Z [ERROR] Tests run: 19, Failures: 13, Errors: 1, Skipped: 5
2024-07-08T01:13:38.9072818Z [INFO] testsuite .......................................... FAILURE [16:37 min]
2024-07-08T01:13:38.9096111Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jul 8, 2024

Issues caused by the libsvm_container.a link failure for Mandrel. Tracked in graalvm/mandrel#765.

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-09T00:57:21.3005323Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 131.724 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-09T00:57:21.3007474Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 113.037 s  <<< FAILURE!
2024-07-09T00:57:21.3017562Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 17.693 s  <<< FAILURE!
2024-07-09T01:03:59.5055519Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 398.195 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-09T01:03:59.5057016Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 59.943 s  <<< FAILURE!
2024-07-09T01:03:59.5062387Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 261.584 s  <<< FAILURE!
2024-07-09T01:03:59.5073013Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 76.66 s  <<< FAILURE!
2024-07-09T01:05:24.1260072Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 84.613 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-09T01:05:24.1261880Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 23.962 s  <<< FAILURE!
2024-07-09T01:05:24.1266924Z [ERROR] debugSymbolsSmokeGDB{TestInfo}  Time elapsed: 60.648 s  <<< FAILURE!
2024-07-09T01:12:00.6221780Z [ERROR] Tests run: 12, Failures: 6, Errors: 1, Skipped: 5, Time elapsed: 396.399 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-09T01:12:00.6222648Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 49.832 s  <<< FAILURE!
2024-07-09T01:12:00.6226941Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 63.544 s  <<< FAILURE!
2024-07-09T01:12:00.6231380Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 48.504 s  <<< ERROR!
2024-07-09T01:12:00.6237862Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 47.92 s  <<< FAILURE!
2024-07-09T01:12:00.6242127Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 56.037 s  <<< FAILURE!
2024-07-09T01:12:00.6246773Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 49.465 s  <<< FAILURE!
2024-07-09T01:12:00.6252276Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 81.087 s  <<< FAILURE!
2024-07-09T01:12:00.8634642Z [ERROR] Failures: 
2024-07-09T01:12:00.8637871Z [ERROR]   AppReproducersTest.calendarsBakedIn:774 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/calendarsBakedIn/build-and-run.log ==> expected: not <null>
2024-07-09T01:12:00.8642670Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:555 There was supposed to be 13 pictures generated. ==> expected: <13> but was: <0>
2024-07-09T01:12:00.8646994Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:923 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/nativeJVMTextProcessing/build-and-run.log ==> expected: not <null>
2024-07-09T01:12:00.8652466Z [ERROR]   AppReproducersTest.randomNumbersReinit:114 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/randomNumbersReinit/build-and-run.log ==> expected: not <null>
2024-07-09T01:12:00.8658197Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:819 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/recordAnnotationsWorkPost22_1/build-and-run.log ==> expected: not <null>
2024-07-09T01:12:00.8663853Z [ERROR]   AppReproducersTest.timezonesBakedIn:699 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/timezonesBakedIn/build-and-run.log ==> expected: not <null>
2024-07-09T01:12:00.8667519Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-09T01:12:00.8670502Z [ERROR]   DebugSymbolsTest.debugSymbolsSmokeGDB:141 debug-symbols-smoke executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-09T01:12:00.8672940Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:906 Process failed to run. ==> expected: not <null>
2024-07-09T01:12:00.8676849Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:229->startComparisonForBenchmark:272->runBenchmarkForApp:373 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log ==> expected: not <null>
2024-07-09T01:12:00.8682293Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:680 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log ==> expected: not <null>
2024-07-09T01:12:00.8687520Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:233->testRuntime:76->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-07-09T01:12:00.8691511Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-07-09T01:12:00.8694634Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:464 » IO Cannot run program...
2024-07-09T01:12:00.8696125Z [ERROR] Tests run: 19, Failures: 13, Errors: 1, Skipped: 5
2024-07-09T01:12:00.8700992Z [INFO] testsuite .......................................... FAILURE [17:01 min]
2024-07-09T01:12:00.8728934Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jul 9, 2024

See #266 (comment)

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-10T01:03:20.0889345Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 299.729 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-10T01:03:20.0891058Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 183.557 s  <<< FAILURE!
2024-07-10T01:12:11.4768102Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 531.381 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-10T01:12:11.4769609Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 372.092 s  <<< FAILURE!
2024-07-10T01:18:08.7197756Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 357.238 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-10T01:18:08.7203439Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 291.276 s  <<< FAILURE!
2024-07-10T01:25:07.0405924Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 418.314 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-10T01:25:07.0407500Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 91.536 s  <<< FAILURE!
2024-07-10T01:25:07.3683018Z [ERROR] Failures: 
2024-07-10T01:25:07.3684463Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
2024-07-10T01:25:07.3695719Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:306 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-07-10T01:25:07.3704991Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-07-10T01:25:07.3713834Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-07-10T01:25:07.3721020Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-07-10T01:25:07.3753199Z [INFO] testsuite .......................................... FAILURE [26:56 min]
2024-07-10T01:25:07.3782018Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jul 10, 2024

Failures are:

Error:  Failures: 
Error:    AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
mytest.jpg was not generated.
mytest_toL.png was not generated.
mytest.bmp was not generated.
mytest_toG.png was not generated.
mytest.gif was not generated.
mytest.svg was not generated.
mytest.png was not generated.
mytest.tiff was not generated.
mytest_Resized_Grace_M._Hopper.png was not generated.
mytest_toC.png was not generated.
mytest_toP.png was not generated.
mytest.wbmp was not generated.
mytest_toS.png was not generated. ==> expected: <true> but was: <false>
Error:    DebugSymbolsTest.debugSymbolsQuarkus:306 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
WARNING: Duplicate name in Manifest: Specification-Version.
WARNING: Duplicate name in Manifest: Implementation-Version. ==> expected: <true> but was: <false>
Error:    JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
WARNING: Duplicate name in Manifest: Specification-Version.
WARNING: Duplicate name in Manifest: Implementation-Version. ==> expected: <true> but was: <false>
Error:    RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
WARNING: Duplicate name in Manifest: Specification-Version.
WARNING: Duplicate name in Manifest: Implementation-Version. ==> expected: <true> but was: <false>

The imageio one is #262. I've filed #270 for the other issues.

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-11T01:08:52.1346967Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 283.975 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-11T01:08:52.1349161Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 174.845 s  <<< FAILURE!
2024-07-11T01:17:26.6944958Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 514.554 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-11T01:17:26.6946461Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 359.208 s  <<< FAILURE!
2024-07-11T01:23:24.6916821Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 357.992 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-11T01:23:24.6956619Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 293.984 s  <<< FAILURE!
2024-07-11T01:30:00.4229989Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 395.729 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-11T01:30:00.4231682Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 83.078 s  <<< FAILURE!
2024-07-11T01:30:00.7482856Z [ERROR] Failures: 
2024-07-11T01:30:00.7484257Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
2024-07-11T01:30:00.7495072Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:306 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-07-11T01:30:00.7500032Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-07-11T01:30:00.7505195Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-07-11T01:30:00.7508759Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-07-11T01:30:00.7526632Z [INFO] testsuite .......................................... FAILURE [25:58 min]
2024-07-11T01:30:00.7555345Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jul 11, 2024

Still #262 (imageio AWT) and #270 for the other issues.

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-12T01:02:26.8788744Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 82.397 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-12T01:02:26.8792497Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 35.101 s  <<< FAILURE!
2024-07-12T01:02:26.8805596Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 46.886 s  <<< FAILURE!
2024-07-12T01:02:33.2670882Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-12T01:02:49.3461244Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-12T01:03:31.9554164Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-12T01:03:39.3641178Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 72.477 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-12T01:03:39.3642774Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 7.73 s  <<< FAILURE!
2024-07-12T01:03:39.3647972Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 49.714 s  <<< FAILURE!
2024-07-12T01:03:39.3657501Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 15.024 s  <<< FAILURE!
2024-07-12T01:05:46.5958127Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 127.227 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-12T01:05:46.5959802Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 60.635 s  <<< FAILURE!
2024-07-12T01:11:48.6780406Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 362.073 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-12T01:11:48.6781972Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 37.15 s  <<< FAILURE!
2024-07-12T01:11:49.0065606Z [ERROR] Failures: 
2024-07-12T01:11:49.0068799Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:569 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log ==> expected: not <null>
2024-07-12T01:11:49.0073540Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-12T01:11:49.0075624Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:906 Process failed to run. ==> expected: not <null>
2024-07-12T01:11:49.0077801Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:229->startComparisonForBenchmark:272->runBenchmarkForApp:373 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log ==> expected: not <null>
2024-07-12T01:11:49.0080665Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:680 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log ==> expected: not <null>
2024-07-12T01:11:49.0083048Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:233->testRuntime:76->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-07-12T01:11:49.0085188Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-07-12T01:11:49.0086634Z [ERROR] Tests run: 19, Failures: 7, Errors: 0, Skipped: 5
2024-07-12T01:11:49.0124858Z [INFO] testsuite .......................................... FAILURE [10:50 min]
2024-07-12T01:11:49.0150187Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jul 12, 2024

Seems to be caused by: graalvm/mandrel#767. I'd hope that the JFR substitution gets fixed as well by the JDK upgrade upstream.

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-13T00:56:07.1887903Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 84.182 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-13T00:56:07.1889495Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 37.865 s  <<< FAILURE!
2024-07-13T00:56:07.1898345Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 45.892 s  <<< FAILURE!
2024-07-13T00:56:13.7640003Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-13T00:56:29.7818354Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-13T00:57:08.7118574Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-13T00:57:16.2333632Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 69.034 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-13T00:57:16.2334610Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 7.923 s  <<< FAILURE!
2024-07-13T00:57:16.2340975Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 45.509 s  <<< FAILURE!
2024-07-13T00:57:16.2355466Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 15.594 s  <<< FAILURE!
2024-07-13T00:59:15.0310004Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 118.787 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-13T00:59:15.0311698Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 51.536 s  <<< FAILURE!
2024-07-13T01:05:12.3210406Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 357.285 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-13T01:05:12.3211322Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 36.408 s  <<< FAILURE!
2024-07-13T01:05:12.3645627Z [ERROR] Failures: 
2024-07-13T01:05:12.3649400Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:569 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log ==> expected: not <null>
2024-07-13T01:05:12.3653247Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-13T01:05:12.3655521Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:906 Process failed to run. ==> expected: not <null>
2024-07-13T01:05:12.3659786Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:229->startComparisonForBenchmark:272->runBenchmarkForApp:373 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log ==> expected: not <null>
2024-07-13T01:05:12.3665172Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:680 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log ==> expected: not <null>
2024-07-13T01:05:12.3669662Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:233->testRuntime:76->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-07-13T01:05:12.3673760Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-07-13T01:05:12.3676388Z [ERROR] Tests run: 19, Failures: 7, Errors: 0, Skipped: 5
2024-07-13T01:05:12.3686768Z [INFO] testsuite .......................................... FAILURE [10:35 min]
2024-07-13T01:05:12.3714577Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-14T01:06:25.2521049Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 87.612 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-14T01:06:25.2527362Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 40.135 s  <<< FAILURE!
2024-07-14T01:06:25.2545326Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 44.852 s  <<< FAILURE!
2024-07-14T01:06:31.9718637Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-14T01:06:47.7467096Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-14T01:07:27.5085812Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-14T01:07:34.8914518Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 69.629 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-14T01:07:34.8916263Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 8.062 s  <<< FAILURE!
2024-07-14T01:07:34.8921732Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 46.546 s  <<< FAILURE!
2024-07-14T01:07:34.8931149Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 15.013 s  <<< FAILURE!
2024-07-14T01:09:31.7552935Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 116.859 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-14T01:09:31.7554469Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 50.61 s  <<< FAILURE!
2024-07-14T01:15:23.7908576Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 352.027 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-14T01:15:23.7909447Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 35.941 s  <<< FAILURE!
2024-07-14T01:15:24.1124970Z [ERROR] Failures: 
2024-07-14T01:15:24.1128104Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:569 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log ==> expected: not <null>
2024-07-14T01:15:24.1130891Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-14T01:15:24.1132164Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:906 Process failed to run. ==> expected: not <null>
2024-07-14T01:15:24.1134312Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:229->startComparisonForBenchmark:272->runBenchmarkForApp:373 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log ==> expected: not <null>
2024-07-14T01:15:24.1137145Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:680 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log ==> expected: not <null>
2024-07-14T01:15:24.1139508Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:233->testRuntime:76->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-07-14T01:15:24.1141642Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-07-14T01:15:24.1143131Z [ERROR] Tests run: 19, Failures: 7, Errors: 0, Skipped: 5
2024-07-14T01:15:24.1180015Z [INFO] testsuite .......................................... FAILURE [10:37 min]
2024-07-14T01:15:24.1201061Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-15T00:56:22.2978866Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 97.15 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-07-15T00:56:22.2980742Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 41.384 s  <<< FAILURE!
2024-07-15T00:56:22.3004807Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 55.352 s  <<< FAILURE!
2024-07-15T00:56:28.8170964Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-15T00:56:44.5987355Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-15T00:57:22.5632001Z Error: Substitution target for com.oracle.svm.core.jfr.Target_jdk_jfr_internal_HiddenWait is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
2024-07-15T00:57:30.0665191Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 67.763 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-07-15T00:57:30.0666362Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 7.861 s  <<< FAILURE!
2024-07-15T00:57:30.0669436Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 44.633 s  <<< FAILURE!
2024-07-15T00:57:30.0676491Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 15.26 s  <<< FAILURE!
2024-07-15T00:59:22.6469137Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 112.575 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-07-15T00:59:22.6474892Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 46.915 s  <<< FAILURE!
2024-07-15T01:05:20.1311648Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 357.478 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-15T01:05:20.1313238Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 36.392 s  <<< FAILURE!
2024-07-15T01:05:20.4595943Z [ERROR] Failures: 
2024-07-15T01:05:20.4599600Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:569 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log ==> expected: not <null>
2024-07-15T01:05:20.4602535Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-07-15T01:05:20.4604099Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:906 Process failed to run. ==> expected: not <null>
2024-07-15T01:05:20.4606317Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:229->startComparisonForBenchmark:272->runBenchmarkForApp:373 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log ==> expected: not <null>
2024-07-15T01:05:20.4609215Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:680 The test application failed to run. Check /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log ==> expected: not <null>
2024-07-15T01:05:20.4611610Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:233->testRuntime:76->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-07-15T01:05:20.4613781Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:98 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-07-15T01:05:20.4615219Z [ERROR] Tests run: 19, Failures: 7, Errors: 0, Skipped: 5
2024-07-15T01:05:20.4648508Z [INFO] testsuite .......................................... FAILURE [10:42 min]
2024-07-15T01:05:20.4674350Z [ERROR]   mvn <args> -rf :testsuite

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

@zakkak
Copy link
Collaborator

zakkak commented Jul 15, 2024

Still caused by graalvm/mandrel#767

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-16T01:23:32.9889726Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 438.969 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-16T01:23:32.9891510Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 94.355 s  <<< FAILURE!
2024-07-16T01:23:33.3189217Z [ERROR] Failures: 
2024-07-16T01:23:33.3190591Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:641 A different set of static libraries was expected. 
2024-07-16T01:23:33.3195791Z [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 5
2024-07-16T01:23:33.3240411Z [INFO] testsuite .......................................... FAILURE [27:36 min]
2024-07-16T01:23:33.3273133Z [ERROR]   mvn <args> -rf :testsuite

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

@zakkak
Copy link
Collaborator

zakkak commented Jul 16, 2024

Back to #262 (imageio AWT)

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-17T01:21:20.1056020Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 407.813 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-17T01:21:20.1057648Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 87.376 s  <<< FAILURE!
2024-07-17T01:21:20.4303881Z [ERROR] Failures: 
2024-07-17T01:21:20.4305798Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:641 A different set of static libraries was expected. 
2024-07-17T01:21:20.4311047Z [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 5
2024-07-17T01:21:20.4355029Z [INFO] testsuite .......................................... FAILURE [26:16 min]
2024-07-17T01:21:20.4379415Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jul 17, 2024

Back to #262 (imageio AWT)

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-18T01:25:24.9865219Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 405.232 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-18T01:25:24.9866798Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 88.939 s  <<< FAILURE!
2024-07-18T01:25:25.3116506Z [ERROR] Failures: 
2024-07-18T01:25:25.3117913Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:641 A different set of static libraries was expected. 
2024-07-18T01:25:25.3126013Z [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 5
2024-07-18T01:25:25.3179208Z [INFO] testsuite .......................................... FAILURE [26:20 min]
2024-07-18T01:25:25.3203080Z [ERROR]   mvn <args> -rf :testsuite

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

@zakkak
Copy link
Collaborator

zakkak commented Jul 18, 2024

Still #262 (imageio AWT)

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-07-19T02:27:25.8185398Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 410.51 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-07-19T02:27:25.8186650Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 84.439 s  <<< FAILURE!
2024-07-19T02:27:26.1434398Z [ERROR] Failures: 
2024-07-19T02:27:26.1435772Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:641 A different set of static libraries was expected. 
2024-07-19T02:27:26.1441094Z [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 5
2024-07-19T02:27:26.1495257Z [INFO] testsuite .......................................... FAILURE [26:23 min]
2024-07-19T02:27:26.1516030Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jul 19, 2024

Still #262 (imageio AWT)

@zakkak
Copy link
Collaborator

zakkak commented Oct 21, 2024

The fix got merged, so the issue should get resolved with tonight's CI run.

That was probably referring to quarkusio/quarkus#43896 and was erroneously copy pasted to that issue.

You are right, this is #290

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-10-24T01:02:14.5276739Z [ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.617 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-10-24T01:02:14.5278614Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 0.005 s  <<< ERROR!
2024-10-24T01:02:14.5286875Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:02:14.5295293Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:02:14.6034260Z [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.071 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-10-24T01:02:14.6038697Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 0.067 s  <<< ERROR!
2024-10-24T01:02:14.6045138Z [ERROR] debugSymbolsSmokeGDB{TestInfo}  Time elapsed: 0.002 s  <<< ERROR!
2024-10-24T01:03:13.3130294Z [ERROR] Tests run: 15, Failures: 1, Errors: 13, Skipped: 1, Time elapsed: 58.698 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-10-24T01:03:13.3136404Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:03:13.3146348Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 0.001 s  <<< ERROR!
2024-10-24T01:03:13.3154160Z [ERROR] versionsParsingMandrel{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:03:13.3350791Z [ERROR] resLocationsA{TestInfo}  Time elapsed: 0.001 s  <<< ERROR!
2024-10-24T01:03:13.3367658Z [ERROR] resLocationsB{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:03:13.3381061Z [ERROR] resLocationsC{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:03:13.3398004Z [ERROR] resLocationsD{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:03:13.3409878Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:03:13.3414459Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 0.002 s  <<< ERROR!
2024-10-24T01:03:13.3418194Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 58.684 s  <<< FAILURE!
2024-10-24T01:03:13.3424421Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:03:13.3428940Z [ERROR] forSerializationPost24_2Test{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:03:13.3433349Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 0.001 s  <<< ERROR!
2024-10-24T01:03:13.3437682Z [ERROR] forSerialization23_1Test{TestInfo}  Time elapsed: 0 s  <<< ERROR!
2024-10-24T01:05:04.0625855Z [ERROR] Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 110.743 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-10-24T01:05:04.0628047Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 110.739 s  <<< FAILURE!
2024-10-24T01:05:04.0644125Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 0.004 s  <<< ERROR!
2024-10-24T01:05:04.3938859Z [ERROR] Failures: 
2024-10-24T01:05:04.3942554Z [ERROR]   AppReproducersTest.randomNumbersReinit:153 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/randomNumbersReinit/build-and-run.log and check these offending lines: 
2024-10-24T01:05:04.3949794Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:232->testRuntime:76->testRuntime:155 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
2024-10-24T01:05:04.3955790Z [ERROR]   AppReproducersTest.calendarsBakedIn » ConditionEvaluation Failed to evaluate c...
2024-10-24T01:05:04.3956762Z [ERROR]   AppReproducersTest.forSerialization23_1Test » ConditionEvaluation Failed to ev...
2024-10-24T01:05:04.3957632Z [ERROR]   AppReproducersTest.forSerializationPost24_2Test » ConditionEvaluation Failed t...
2024-10-24T01:05:04.3958730Z [ERROR]   AppReproducersTest.imageioAWTTest » ConditionEvaluation Failed to evaluate con...
2024-10-24T01:05:04.3959614Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:1090->getSwitches:1158 NullPointer ...
2024-10-24T01:05:04.3960473Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1 » ConditionEvaluation Failed ...
2024-10-24T01:05:04.3961321Z [ERROR]   AppReproducersTest.resLocationsA » ConditionEvaluation Failed to evaluate cond...
2024-10-24T01:05:04.3962177Z [ERROR]   AppReproducersTest.resLocationsB » ConditionEvaluation Failed to evaluate cond...
2024-10-24T01:05:04.3963006Z [ERROR]   AppReproducersTest.resLocationsC » ConditionEvaluation Failed to evaluate cond...
2024-10-24T01:05:04.3963828Z [ERROR]   AppReproducersTest.resLocationsD » ConditionEvaluation Failed to evaluate cond...
2024-10-24T01:05:04.3964641Z [ERROR]   AppReproducersTest.resLocationsE » ConditionEvaluation Failed to evaluate cond...
2024-10-24T01:05:04.3965407Z [ERROR]   AppReproducersTest.timezonesBakedIn:713 NullPointer Cannot invoke "org.graalvm...
2024-10-24T01:05:04.3966357Z [ERROR]   AppReproducersTest.versionsParsingMandrel » ConditionEvaluation Failed to eval...
2024-10-24T01:05:04.3967122Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:229 NullPointer Cannot invoke "org.graalv...
2024-10-24T01:05:04.3968582Z [ERROR]   DebugSymbolsTest.debugSymbolsSmokeGDB:123->getSwitches:178 NullPointer Cannot ...
2024-10-24T01:05:04.3969471Z [ERROR]   JFRTest.jfrOptionsSmokeTest » ConditionEvaluation Failed to evaluate condition...
2024-10-24T01:05:04.3970289Z [ERROR]   JFRTest.jfrPerfTest » ConditionEvaluation Failed to evaluate condition [org.gr...
2024-10-24T01:05:04.3971075Z [ERROR]   JFRTest.jfrSmokeTest » ConditionEvaluation Failed to evaluate condition [org.g...
2024-10-24T01:05:04.3971826Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:181 NullPointer Cannot invoke "org.g...
2024-10-24T01:05:04.3972647Z [ERROR] Tests run: 22, Failures: 2, Errors: 19, Skipped: 1
2024-10-24T01:05:04.3989842Z [INFO] testsuite .......................................... FAILURE [02:58 min]
2024-10-24T01:05:04.4015673Z [ERROR]   mvn <args> -rf :testsuite

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

@zakkak
Copy link
Collaborator

zakkak commented Oct 24, 2024

Some of the issues are related to graalvm/mandrel#805, haven't gone through the rest (yet).

@jerboaa
Copy link
Collaborator

jerboaa commented Oct 24, 2024

Most failures are due to broken version parsing:

 Error:  quarkusFullMicroProfile{TestInfo}  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "org.graalvm.home.Version.compareTo(org.graalvm.home.Version)" because the return value of "org.graalvm.tests.integration.utils.versions.UsedVersion.getVersion(boolean)" is null
	at org.graalvm.tests.integration.RuntimesSmokeTest.quarkusFullMicroProfile(RuntimesSmokeTest.java:181)

Is that also caused by graalvm/mandrel#805, @zakkak?

@zakkak
Copy link
Collaborator

zakkak commented Oct 24, 2024

Is that also caused by graalvm/mandrel#805, @zakkak?

Yes, the waning prevents the testsuite to acquire the version

2024-10-24 11:51:23.628 WARN  [o.g.t.i.u.v.UsedVersion$MVersion] (of) Failed to correctly parse native-image version command output. Is it on PATH? Unknown version format? Output reads in 4 lines, see them in an array: [WARNING: Unknown module: org.graalvm.truffle specified to --enable-native-access, native-image 24-beta 2025-03-18, OpenJDK Runtime Environment Mandrel-24.2.0-deve05805b1084 (build 24-beta+20-ea), OpenJDK 64-Bit Server VM Mandrel-24.2.0-deve05805b1084 (build 24-beta+20-ea, mixed mode)]

I guess we could/should have some tolerance there... I will see what Quarkus does and open new issues accordingly.

Update: Quarkus seems to handle this fine so I opened a mandrel IT issue #293 for it

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-10-25T01:18:51.7276482Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 527.504 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-10-25T01:18:51.7278249Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 77.603 s  <<< FAILURE!
2024-10-25T01:18:51.7290344Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 362.786 s  <<< FAILURE!
2024-10-25T01:18:51.7301420Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 84.712 s  <<< FAILURE!
2024-10-25T01:24:59.8708762Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 368.136 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-10-25T01:24:59.8710885Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 297.944 s  <<< FAILURE!
2024-10-25T01:24:59.8720406Z [ERROR] debugSymbolsSmokeGDB{TestInfo}  Time elapsed: 70.191 s  <<< FAILURE!
2024-10-25T01:33:58.6331501Z [ERROR] Tests run: 15, Failures: 9, Errors: 0, Skipped: 6, Time elapsed: 538.758 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-10-25T01:33:58.6333555Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 50.973 s  <<< FAILURE!
2024-10-25T01:33:58.6344602Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 71.568 s  <<< FAILURE!
2024-10-25T01:33:58.6350767Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 52.939 s  <<< FAILURE!
2024-10-25T01:33:58.6358318Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 51.706 s  <<< FAILURE!
2024-10-25T01:33:58.6364196Z [ERROR] monitorFieldOffsetTest{TestInfo}  Time elapsed: 50.541 s  <<< FAILURE!
2024-10-25T01:33:58.6371231Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 56.944 s  <<< FAILURE!
2024-10-25T01:33:58.6377126Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 50.372 s  <<< FAILURE!
2024-10-25T01:33:58.6384300Z [ERROR] forSerializationPost24_2Test{TestInfo}  Time elapsed: 62.106 s  <<< FAILURE!
2024-10-25T01:33:58.6391433Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 91.599 s  <<< FAILURE!
2024-10-25T01:38:51.6746006Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 293.037 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-10-25T01:38:51.6746995Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 109.388 s  <<< FAILURE!
2024-10-25T01:38:51.6759710Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 183.649 s  <<< FAILURE!
2024-10-25T01:38:51.9995277Z [ERROR] Failures: 
2024-10-25T01:38:51.9998402Z [ERROR]   AppReproducersTest.calendarsBakedIn:970 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/calendarsBakedIn/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0004264Z [ERROR]   AppReproducersTest.forSerializationPost24_2Test:884->forSerialization:922 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/forSerializationPost24_2Test/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0009346Z [ERROR]   AppReproducersTest.imageioAWTTest:509->imageioAWT:663 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0013943Z [ERROR]   AppReproducersTest.monitorFieldOffsetTest:792->monitorFieldOffsetOK:823 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/monitorFieldOffsetTest/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0018575Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:1131 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/nativeJVMTextProcessing/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0023054Z [ERROR]   AppReproducersTest.randomNumbersReinit:153 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/randomNumbersReinit/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0027668Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:981->recordAnnotationsWork:1019 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/recordAnnotationsWorkPost22_1/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0032636Z [ERROR]   AppReproducersTest.resLocationsE:450->resLocations:490 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/resLocationsE/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0037434Z [ERROR]   AppReproducersTest.timezonesBakedIn:775 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/timezonesBakedIn/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0042417Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:290 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0046896Z [ERROR]   DebugSymbolsTest.debugSymbolsSmokeGDB:169 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsSmokeGDB/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0052108Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:922 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrOptionsSmokeTest/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0059296Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0067491Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:722 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0078682Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:232->testRuntime:76->testRuntime:155 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0089168Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:199->testRuntime:155 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-10-25T01:38:52.0094396Z [ERROR] Tests run: 22, Failures: 16, Errors: 0, Skipped: 6
2024-10-25T01:38:52.0097246Z [INFO] testsuite .......................................... FAILURE [28:56 min]
2024-10-25T01:38:52.0108658Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Oct 25, 2024

Failures look to be related to the truffle module warning:

WARNING: Unknown module: org.graalvm.truffle specified to --enable-native-access

... which is tracked in graalvm/mandrel#805

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-10-26T01:12:15.2703980Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 534.413 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-10-26T01:12:15.2705571Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 78.729 s  <<< FAILURE!
2024-10-26T01:12:15.2717402Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 367.335 s  <<< FAILURE!
2024-10-26T01:12:15.2728251Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 87.069 s  <<< FAILURE!
2024-10-26T01:18:28.0385390Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 372.761 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-10-26T01:18:28.0391467Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 301.538 s  <<< FAILURE!
2024-10-26T01:18:28.0404125Z [ERROR] debugSymbolsSmokeGDB{TestInfo}  Time elapsed: 71.221 s  <<< FAILURE!
2024-10-26T01:27:31.9268312Z [ERROR] Tests run: 15, Failures: 9, Errors: 0, Skipped: 6, Time elapsed: 543.877 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-10-26T01:27:31.9270088Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 51.447 s  <<< FAILURE!
2024-10-26T01:27:31.9280916Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 71.749 s  <<< FAILURE!
2024-10-26T01:27:31.9292179Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 52.476 s  <<< FAILURE!
2024-10-26T01:27:31.9304669Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 51.068 s  <<< FAILURE!
2024-10-26T01:27:31.9315706Z [ERROR] monitorFieldOffsetTest{TestInfo}  Time elapsed: 51.1 s  <<< FAILURE!
2024-10-26T01:27:31.9325868Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 58.169 s  <<< FAILURE!
2024-10-26T01:27:31.9334490Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 51.155 s  <<< FAILURE!
2024-10-26T01:27:31.9341950Z [ERROR] forSerializationPost24_2Test{TestInfo}  Time elapsed: 62.627 s  <<< FAILURE!
2024-10-26T01:27:31.9349260Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 94.079 s  <<< FAILURE!
2024-10-26T01:32:25.7222021Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 293.789 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-10-26T01:32:25.7224046Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 111.619 s  <<< FAILURE!
2024-10-26T01:32:25.7239315Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 182.17 s  <<< FAILURE!
2024-10-26T01:32:26.0470989Z [ERROR] Failures: 
2024-10-26T01:32:26.0475027Z [ERROR]   AppReproducersTest.calendarsBakedIn:970 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/calendarsBakedIn/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0482664Z [ERROR]   AppReproducersTest.forSerializationPost24_2Test:884->forSerialization:922 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/forSerializationPost24_2Test/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0488047Z [ERROR]   AppReproducersTest.imageioAWTTest:509->imageioAWT:663 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0493470Z [ERROR]   AppReproducersTest.monitorFieldOffsetTest:792->monitorFieldOffsetOK:823 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/monitorFieldOffsetTest/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0498862Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:1131 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/nativeJVMTextProcessing/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0504455Z [ERROR]   AppReproducersTest.randomNumbersReinit:153 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/randomNumbersReinit/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0510059Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:981->recordAnnotationsWork:1019 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/recordAnnotationsWorkPost22_1/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0516400Z [ERROR]   AppReproducersTest.resLocationsE:450->resLocations:490 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/resLocationsE/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0522909Z [ERROR]   AppReproducersTest.timezonesBakedIn:775 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/timezonesBakedIn/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0531191Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:290 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0539495Z [ERROR]   DebugSymbolsTest.debugSymbolsSmokeGDB:169 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsSmokeGDB/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0547833Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:922 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrOptionsSmokeTest/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0556672Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0563694Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:722 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0569398Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:232->testRuntime:76->testRuntime:155 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0575211Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:199->testRuntime:155 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-10-26T01:32:26.0582423Z [ERROR] Tests run: 22, Failures: 16, Errors: 0, Skipped: 6
2024-10-26T01:32:26.0587181Z [INFO] testsuite .......................................... FAILURE [29:11 min]
2024-10-26T01:32:26.0607977Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Oct 29, 2024

graalvm/mandrel#805 is now fixed, so most issues should be gone for an upcoming run.

@mandrel-bot
Copy link
Collaborator Author

Build fixed:

@mandrel-bot
Copy link
Collaborator Author

Unfortunately, the build failed!

Filtered Logs:

2024-11-21T01:17:00.3947211Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 524.739 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-11-21T01:17:00.3948819Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 72.452 s  <<< FAILURE!
2024-11-21T01:37:09.1490605Z [ERROR] Failures: 
2024-11-21T01:37:09.1494517Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:913 Command `./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=10000c,filename=logs/flight-native.jfr -XX:FlightRecorderLogging=jfr' output did not match expected pattern `.* Started recording .* \{maxsize=9.8kB.*', it was: ./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=10000c,filename=logs/flight-native.jfr -XX:FlightRecorderLogging=jfr
2024-11-21T01:37:09.1515428Z [ERROR] Tests run: 22, Failures: 1, Errors: 0, Skipped: 6
2024-11-21T01:37:09.1540557Z [INFO] testsuite .......................................... FAILURE [29:01 min]
2024-11-21T01:37:09.1586807Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Nov 21, 2024

Unfortunately, the build failed!

Filtered Logs:

2024-11-21T01:17:00.3947211Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 524.739 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-11-21T01:17:00.3948819Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 72.452 s  <<< FAILURE!
2024-11-21T01:37:09.1490605Z [ERROR] Failures: 
2024-11-21T01:37:09.1494517Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:913 Command `./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=10000c,filename=logs/flight-native.jfr -XX:FlightRecorderLogging=jfr' output did not match expected pattern `.* Started recording .* \{maxsize=9.8kB.*', it was: ./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=10000c,filename=logs/flight-native.jfr -XX:FlightRecorderLogging=jfr
2024-11-21T01:37:09.1515428Z [ERROR] Tests run: 22, Failures: 1, Errors: 0, Skipped: 6
2024-11-21T01:37:09.1540557Z [INFO] testsuite .......................................... FAILURE [29:01 min]
2024-11-21T01:37:09.1586807Z [ERROR]   mvn <args> -rf :testsuite

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

Fails with:

Error:    JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:913 Command `./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=10000c,filename=logs/flight-native.jfr -XX:FlightRecorderLogging=jfr' output did not match expected pattern `.* Started recording .* \{maxsize=9.8kB.*', it was: ./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=10000c,filename=logs/flight-native.jfr -XX:FlightRecorderLogging=jfr
Command: ./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=10000c,filename=logs/flight-native.jfr -XX:FlightRecorderLogging=jfr
[info][jfr] Added periodic task for EveryChunkPeriodEvents(11644)
[info][jfr] Added periodic task for EndChunkPeriodEvents(11626)
Error: Exception in thread "main" jdk.jfr.internal.dcmd.DCmdException: Parsing error memory size value: invalid value
	at jdk.jfr@24-beta/jdk.jfr.internal.dcmd.AbstractDCmd.execute(AbstractDCmd.java:93)
	at org.graalvm.nativeimage.builder/com.oracle.svm.core.jfr.JfrManager.initRecording(JfrManager.java:176)
	at org.graalvm.nativeimage.builder/com.oracle.svm.core.jfr.JfrManager.lambda$startupHook$0(JfrManager.java:90)
	at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.RuntimeSupport.executeHooks(RuntimeSupport.java:169)
	at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.RuntimeSupport.initialize(RuntimeSupport.java:100)
	at org.graalvm.nativeimage/org.graalvm.nativeimage.VMRuntime.initialize(VMRuntime.java:65)
	Suppressed: java.lang.IllegalArgumentException: Parsing error memory size value: invalid value
		at jdk.jfr@24-beta/jdk.jfr.internal.dcmd.ArgumentParser.parseMemorySize(ArgumentParser.java:331)
		at jdk.jfr@24-beta/jdk.jfr.internal.dcmd.ArgumentParser.value(ArgumentParser.java:232)
		at jdk.jfr@24-beta/jdk.jfr.internal.dcmd.ArgumentParser.addOption(ArgumentParser.java:147)
		at jdk.jfr@24-beta/jdk.jfr.internal.dcmd.ArgumentParser.parse(ArgumentParser.java:78)
		at jdk.jfr@24-beta/jdk.jfr.internal.dcmd.AbstractDCmd.execute(AbstractDCmd.java:82)
		... 5 more

Filed #297 to track this.

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-11-22T01:13:46.3980587Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 563.229 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-11-22T01:13:46.3982653Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 77.093 s  <<< FAILURE!
2024-11-22T01:34:54.2219374Z [ERROR] Failures: 
2024-11-22T01:34:54.2223685Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:913 Command `./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=10000c,filename=logs/flight-native.jfr -XX:FlightRecorderLogging=jfr' output did not match expected pattern `.* Started recording .* \{maxsize=9.8kB.*', it was: ./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=10000c,filename=logs/flight-native.jfr -XX:FlightRecorderLogging=jfr
2024-11-22T01:34:54.2253808Z [ERROR] Tests run: 22, Failures: 1, Errors: 0, Skipped: 6
2024-11-22T01:34:54.2294318Z [INFO] testsuite .......................................... FAILURE [30:43 min]
2024-11-22T01:34:54.2326110Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Nov 22, 2024

Still #297 for which a fix has been merged. Should go away with the next run.

@mandrel-bot
Copy link
Collaborator Author

Build fixed:

@mandrel-bot
Copy link
Collaborator Author

Unfortunately, the build failed!

Filtered Logs:

2024-12-05T01:17:48.5031567Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 552.02 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-12-05T01:17:48.5032972Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 387.739 s  <<< FAILURE!
2024-12-05T01:23:55.8444457Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 367.331 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-12-05T01:23:55.8445796Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 298 s  <<< FAILURE!
2024-12-05T01:38:21.6717620Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 307.072 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-12-05T01:38:21.6720261Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 111.487 s  <<< FAILURE!
2024-12-05T01:38:21.6733267Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 195.585 s  <<< FAILURE!
2024-12-05T01:38:21.9995329Z [ERROR] Failures: 
2024-12-05T01:38:21.9998068Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:290 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-12-05T01:38:22.0010313Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-12-05T01:38:22.0024871Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:241->testRuntime:79->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
2024-12-05T01:38:22.0031157Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-12-05T01:38:22.0037375Z [ERROR] Tests run: 22, Failures: 4, Errors: 0, Skipped: 6
2024-12-05T01:38:22.0056047Z [INFO] testsuite .......................................... FAILURE [29:52 min]
2024-12-05T01:38:22.0092417Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Dec 5, 2024

Caused by:

Error:  Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 307.072 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
Error:  helidonQuickStart{TestInfo}  Time elapsed: 111.487 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: 
build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
Warning:  WARNING: sun.misc.Unsafe::invokeCleaner has been called by nonapi.io.github.classgraph.utils.FileUtils (file:/home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target/libs/classgraph-4.8.87.jar)
Warning:  WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
Warning:  WARNING: sun.misc.Unsafe::invokeCleaner will be removed in a future release
Warning:  WARNING: Please consider reporting this to the maintainers of class nonapi.io.github.classgraph.utils.FileUtils ==> expected: <true> but was: <false>
	at org.graalvm.tests.integration.RuntimesSmokeTest.testRuntime(RuntimesSmokeTest.java:163)
	at org.graalvm.tests.integration.RuntimesSmokeTest.testRuntime(RuntimesSmokeTest.java:79)
	at org.graalvm.tests.integration.RuntimesSmokeTest.helidonQuickStart(RuntimesSmokeTest.java:241)

Error:  quarkusFullMicroProfile{TestInfo}  Time elapsed: 195.585 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: 
build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
WARNING: Please consider reporting this to the maintainers of class io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess (file:/home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target/quarkus-native-image-source-jar/lib/io.netty.netty-common-4.1.115.Final.jar) ==> expected: <true> but was: <false>
	at org.graalvm.tests.integration.RuntimesSmokeTest.testRuntime(RuntimesSmokeTest.java:163)
	at org.graalvm.tests.integration.RuntimesSmokeTest.quarkusFullMicroProfile(RuntimesSmokeTest.java:208)

[INFO] 
[INFO] Results:
[INFO] 
Error:  Failures: 
Error:    DebugSymbolsTest.debugSymbolsQuarkus:290 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
WARNING: Please consider reporting this to the maintainers of class io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess (file:/home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target/quarkus-native-image-source-jar/lib/io.netty.netty-common-4.1.115.Final.jar) ==> expected: <true> but was: <false>
Error:    JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
WARNING: Please consider reporting this to the maintainers of class io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess (file:/home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/jfr-native-image-performance/target/jfr-plaintext-native-image-source-jar/lib/io.netty.netty-common-4.1.115.Final.jar)
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess (file:/home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/jfr-native-image-performance/target/jfr-perf-native-image-source-jar/lib/io.netty.netty-common-4.1.115.Final.jar)
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release ==> expected: <true> but was: <false>
Error:    RuntimesSmokeTest.helidonQuickStart:241->testRuntime:79->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
Warning:  WARNING: sun.misc.Unsafe::invokeCleaner has been called by nonapi.io.github.classgraph.utils.FileUtils (file:/home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target/libs/classgraph-4.8.87.jar)
Warning:  WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
Warning:  WARNING: sun.misc.Unsafe::invokeCleaner will be removed in a future release
Warning:  WARNING: Please consider reporting this to the maintainers of class nonapi.io.github.classgraph.utils.FileUtils ==> expected: <true> but was: <false>
Error:    RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
WARNING: Please consider reporting this to the maintainers of class io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess (file:/home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target/quarkus-native-image-source-jar/lib/io.netty.netty-common-4.1.115.Final.jar) ==> expected: <true> but was: <false>

See: https://openjdk.org/jeps/498

We need to chase upstreams and file issues if it has not yet happened already.

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-12-06T01:21:34.7999613Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 541.19 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-12-06T01:21:34.8004188Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 375.637 s  <<< FAILURE!
2024-12-06T01:27:33.1197112Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 358.31 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-12-06T01:27:33.1198345Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 289.313 s  <<< FAILURE!
2024-12-06T01:41:54.9350545Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 299.971 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-12-06T01:41:54.9352215Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 111.776 s  <<< FAILURE!
2024-12-06T01:41:54.9367439Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 188.195 s  <<< FAILURE!
2024-12-06T01:41:55.2617107Z [ERROR] Failures: 
2024-12-06T01:41:55.2619214Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:290 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-12-06T01:41:55.2632327Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-12-06T01:41:55.2651205Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:241->testRuntime:79->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
2024-12-06T01:41:55.2662243Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-12-06T01:41:55.2668976Z [ERROR] Tests run: 22, Failures: 4, Errors: 0, Skipped: 6
2024-12-06T01:41:55.2688713Z [INFO] testsuite .......................................... FAILURE [29:29 min]
2024-12-06T01:41:55.2708674Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Dec 6, 2024

See #266 (comment)

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-12-07T01:13:38.3240616Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 546.411 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-12-07T01:13:38.3242296Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 377.943 s  <<< FAILURE!
2024-12-07T01:19:40.1529663Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 361.817 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-12-07T01:19:40.1530892Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 291.94 s  <<< FAILURE!
2024-12-07T01:33:58.9669330Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 296.194 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-12-07T01:33:58.9670851Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 109.01 s  <<< FAILURE!
2024-12-07T01:33:58.9686115Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 187.184 s  <<< FAILURE!
2024-12-07T01:33:59.2921949Z [ERROR] Failures: 
2024-12-07T01:33:59.2925199Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:290 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-12-07T01:33:59.2935081Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-12-07T01:33:59.2945519Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:241->testRuntime:79->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
2024-12-07T01:33:59.2951937Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-12-07T01:33:59.2958297Z [ERROR] Tests run: 22, Failures: 4, Errors: 0, Skipped: 6
2024-12-07T01:33:59.2999205Z [INFO] testsuite .......................................... FAILURE [29:34 min]
2024-12-07T01:33:59.3019595Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-12-08T01:24:42.2340021Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 532.492 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-12-08T01:24:42.2341569Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 367.063 s  <<< FAILURE!
2024-12-08T01:30:35.0659045Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 352.817 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-12-08T01:30:35.0661862Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 283.474 s  <<< FAILURE!
2024-12-08T01:45:00.9194142Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 301.803 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-12-08T01:45:00.9195668Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 112.82 s  <<< FAILURE!
2024-12-08T01:45:00.9211421Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 188.982 s  <<< FAILURE!
2024-12-08T01:45:01.2446046Z [ERROR] Failures: 
2024-12-08T01:45:01.2448256Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:290 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-12-08T01:45:01.2457742Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-12-08T01:45:01.2466763Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:241->testRuntime:79->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
2024-12-08T01:45:01.2472821Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-12-08T01:45:01.2479051Z [ERROR] Tests run: 22, Failures: 4, Errors: 0, Skipped: 6
2024-12-08T01:45:01.2491129Z [INFO] testsuite .......................................... FAILURE [29:18 min]
2024-12-08T01:45:01.2512808Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-12-09T01:16:30.7425472Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 543.821 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-12-09T01:16:30.7428405Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 375.787 s  <<< FAILURE!
2024-12-09T01:22:29.3498752Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 358.598 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-12-09T01:22:29.3499977Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 291.05 s  <<< FAILURE!
2024-12-09T01:36:43.7004067Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 298.941 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-12-09T01:36:43.7005502Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 110.029 s  <<< FAILURE!
2024-12-09T01:36:43.7021771Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 188.912 s  <<< FAILURE!
2024-12-09T01:36:44.0257703Z [ERROR] Failures: 
2024-12-09T01:36:44.0260110Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:290 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-12-09T01:36:44.0272652Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-12-09T01:36:44.0291538Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:241->testRuntime:79->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
2024-12-09T01:36:44.0302727Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-12-09T01:36:44.0313212Z [ERROR] Tests run: 22, Failures: 4, Errors: 0, Skipped: 6
2024-12-09T01:36:44.0330620Z [INFO] testsuite .......................................... FAILURE [29:26 min]
2024-12-09T01:36:44.0351564Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-12-10T01:17:43.9106807Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 559.954 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-12-10T01:17:43.9108027Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 390.953 s  <<< FAILURE!
2024-12-10T01:23:41.1676962Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 357.228 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-12-10T01:23:41.1678585Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 288.231 s  <<< FAILURE!
2024-12-10T01:38:19.8433271Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 304.367 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-12-10T01:38:19.8434589Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 110.599 s  <<< FAILURE!
2024-12-10T01:38:19.8449835Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 193.768 s  <<< FAILURE!
2024-12-10T01:38:20.1695095Z [ERROR] Failures: 
2024-12-10T01:38:20.1697501Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:290 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-12-10T01:38:20.1708189Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-12-10T01:38:20.1719457Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:241->testRuntime:79->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/helidonQuickStart/build-and-run.log and check these offending lines: 
2024-12-10T01:38:20.1725512Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:163 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-12-10T01:38:20.1731242Z [ERROR] Tests run: 22, Failures: 4, Errors: 0, Skipped: 6
2024-12-10T01:38:20.1762508Z [INFO] testsuite .......................................... FAILURE [30:03 min]
2024-12-10T01:38:20.1786428Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Dec 10, 2024

See #266 (comment)

@zakkak
Copy link
Collaborator

zakkak commented Dec 18, 2024

This issue is no longer used, see #302 instead.

@zakkak zakkak closed this as completed Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants