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 23 mandrel build of graal/master on Windows #243

Closed
zakkak opened this issue Dec 21, 2023 · 61 comments
Labels
bug Something isn't working

Comments

@zakkak
Copy link
Collaborator

zakkak commented Dec 21, 2023

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

@zakkak zakkak added the bug Something isn't working label Dec 21, 2023
@zakkak zakkak closed this as completed Dec 21, 2023
@mandrel-bot mandrel-bot reopened this Jan 17, 2024
@mandrel-bot
Copy link
Collaborator

Unfortunately, the build failed!

Filtered Logs:

2024-01-17T01:59:07.7193655Z Error: Could not find target method: private native boolean com.oracle.svm.core.hub.DynamicHub.hasSealedAncestor(java.lang.Class)
2024-01-17T01:59:18.9360553Z Error: Could not find target method: private native void com.oracle.svm.core.hub.DynamicHub.addSealingInfo(int,java.lang.StringBuilder)
2024-01-17T01:59:30.7259235Z Error: Could not find target method: private native boolean com.oracle.svm.core.hub.DynamicHub.hasSealedAncestor(java.lang.Class)
2024-01-17T01:59:38.9023474Z Error: Could not find target method: private native void com.oracle.svm.core.hub.DynamicHub.addSealingInfo(int,java.lang.StringBuilder)
2024-01-17T01:59:48.3141905Z Error: Could not find target method: private native boolean com.oracle.svm.core.hub.DynamicHub.hasSealedAncestor(java.lang.Class)
2024-01-17T01:59:59.3989458Z Error: Could not find target method: private native void com.oracle.svm.core.hub.DynamicHub.addSealingInfo(int,java.lang.StringBuilder)
2024-01-17T02:00:00.6324532Z [ERROR] Tests run: 12, Failures: 6, Errors: 0, Skipped: 6, Time elapsed: 69.835 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-01-17T02:00:00.6344132Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 14.98 s  <<< FAILURE!
2024-01-17T02:00:00.6492936Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 13.403 s  <<< FAILURE!
2024-01-17T02:00:00.6513128Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 8.396 s  <<< FAILURE!
2024-01-17T02:00:00.6582754Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 9.271 s  <<< FAILURE!
2024-01-17T02:00:00.6600421Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 10.54 s  <<< FAILURE!
2024-01-17T02:00:00.6623888Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 9.961 s  <<< FAILURE!
2024-01-17T02:00:08.2352686Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 7.6 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-17T02:00:08.2354568Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 7.6 s  <<< ERROR!
2024-01-17T02:00:08.7494964Z [ERROR] Failures: 
2024-01-17T02:00:08.7496605Z [ERROR]   AppReproducersTest.calendarsBakedIn:780 Expected pattern .*Year: (?:1|1086), dayOfYear: 1, type: (?:japanese|buddhist|gregory).* was not found in the log. ==> expected: <true> but was: <false>
2024-01-17T02:00:08.7502422Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:941 There were two same hashes b6951775b0375ea13fc977581e54eb36d483e95ed3bc1e62fcb8da59830f1ef9 expected in the log. One from JVM run and one for Native image run. 1 such hashes were found. Check build-and-run.log and report.md. ==> expected: <2> but was: <1>
2024-01-17T02:00:08.7507109Z [ERROR]   AppReproducersTest.randomNumbersReinit:140 There should have been 4 distinct lines in the log,showing 2 different pseudorandom sequences. The fact that there are less than 4 means the native imagewas not properly re-seeded. See https://github.com/oracle/graal/issues/2265. ==> expected: <4> but was: <0>
2024-01-17T02:00:08.7511428Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:825 Expected pattern .*RCA annotation: @recordannotations\.RCA.* was not found in the log. ==> expected: <true> but was: <false>
2024-01-17T02:00:08.7515043Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:470 Expected output and actual output have a different number of lines. Actual was: 'target\reslocations.exe' is not recognized as an internal or external command,
2024-01-17T02:00:08.7519743Z [ERROR]   AppReproducersTest.timezonesBakedIn:739 Expected pattern .*heure normale.*Europe centrale.* was not found in the log. There might be a problem with timezones inclusion. See https://github.com/oracle/graal/issues/2776 ==> expected: <true> but was: <false>
2024-01-17T02:00:08.7524863Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 � IllegalArgument
2024-01-17T02:00:08.7526459Z [ERROR] Tests run: 17, Failures: 6, Errors: 1, Skipped: 10
2024-01-17T02:00:08.7570163Z [INFO] testsuite .......................................... FAILURE [01:32 min]
2024-01-17T02:00:08.7598298Z [ERROR]   mvn <args> -rf :testsuite

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

@zakkak
Copy link
Collaborator Author

zakkak commented Jan 17, 2024

Issue tracked in graalvm/mandrel#663

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-01-18T01:59:01.3715708Z Error: Could not find target method: private native void com.oracle.svm.core.hub.DynamicHub.addSealingInfo(int,java.lang.StringBuilder)
2024-01-18T01:59:12.8141830Z Error: Could not find target method: private native void com.oracle.svm.core.hub.DynamicHub.addSealingInfo(int,java.lang.StringBuilder)
2024-01-18T01:59:24.7540854Z Error: Could not find target method: private native void com.oracle.svm.core.hub.DynamicHub.addSealingInfo(int,java.lang.StringBuilder)
2024-01-18T01:59:33.0460752Z Error: Could not find target method: private native void com.oracle.svm.core.hub.DynamicHub.addSealingInfo(int,java.lang.StringBuilder)
2024-01-18T01:59:42.3910742Z Error: Could not find target method: private native boolean com.oracle.svm.core.hub.DynamicHub.hasSealedAncestor(java.lang.Class)
2024-01-18T01:59:53.7836198Z Error: Could not find target method: private native void com.oracle.svm.core.hub.DynamicHub.addSealingInfo(int,java.lang.StringBuilder)
2024-01-18T01:59:55.0056158Z [ERROR] Tests run: 12, Failures: 6, Errors: 0, Skipped: 6, Time elapsed: 70.515 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-01-18T01:59:55.0059341Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 14.798 s  <<< FAILURE!
2024-01-18T01:59:55.0104479Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 13.65 s  <<< FAILURE!
2024-01-18T01:59:55.0231514Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 8.566 s  <<< FAILURE!
2024-01-18T01:59:55.0239034Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 9.362 s  <<< FAILURE!
2024-01-18T01:59:55.0242947Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 10.453 s  <<< FAILURE!
2024-01-18T01:59:55.0247631Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 10.286 s  <<< FAILURE!
2024-01-18T02:00:04.6633296Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 9.651 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-18T02:00:04.6635115Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 9.651 s  <<< ERROR!
2024-01-18T02:00:05.1716374Z [ERROR] Failures: 
2024-01-18T02:00:05.1718594Z [ERROR]   AppReproducersTest.calendarsBakedIn:780 Expected pattern .*Year: (?:1|1086), dayOfYear: 1, type: (?:japanese|buddhist|gregory).* was not found in the log. ==> expected: <true> but was: <false>
2024-01-18T02:00:05.1724821Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:941 There were two same hashes b6951775b0375ea13fc977581e54eb36d483e95ed3bc1e62fcb8da59830f1ef9 expected in the log. One from JVM run and one for Native image run. 1 such hashes were found. Check build-and-run.log and report.md. ==> expected: <2> but was: <1>
2024-01-18T02:00:05.1729363Z [ERROR]   AppReproducersTest.randomNumbersReinit:140 There should have been 4 distinct lines in the log,showing 2 different pseudorandom sequences. The fact that there are less than 4 means the native imagewas not properly re-seeded. See https://github.com/oracle/graal/issues/2265. ==> expected: <4> but was: <0>
2024-01-18T02:00:05.1732253Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:825 Expected pattern .*RCA annotation: @recordannotations\.RCA.* was not found in the log. ==> expected: <true> but was: <false>
2024-01-18T02:00:05.1734233Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:470 Expected output and actual output have a different number of lines. Actual was: 'target\reslocations.exe' is not recognized as an internal or external command,
2024-01-18T02:00:05.1736807Z [ERROR]   AppReproducersTest.timezonesBakedIn:739 Expected pattern .*heure normale.*Europe centrale.* was not found in the log. There might be a problem with timezones inclusion. See https://github.com/oracle/graal/issues/2776 ==> expected: <true> but was: <false>
2024-01-18T02:00:05.1740981Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 � IllegalArgument
2024-01-18T02:00:05.1742209Z [ERROR] Tests run: 17, Failures: 6, Errors: 1, Skipped: 10
2024-01-18T02:00:05.1786001Z [INFO] testsuite .......................................... FAILURE [01:37 min]
2024-01-18T02:00:05.1814251Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jan 18, 2024

Failures look to be graalvm/mandrel#663 and #245

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-01-19T02:06:34.9309534Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 8.011 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-19T02:06:34.9310517Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 8.011 s  <<< ERROR!
2024-01-19T02:06:35.4484689Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 � IllegalArgument
2024-01-19T02:06:35.4489308Z [ERROR] Tests run: 17, Failures: 0, Errors: 1, Skipped: 10
2024-01-19T02:06:35.4562736Z [INFO] testsuite .......................................... FAILURE [07:19 min]
2024-01-19T02:06:35.4592811Z [ERROR]   mvn <args> -rf :testsuite

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

@zakkak
Copy link
Collaborator Author

zakkak commented Jan 19, 2024

Still #245

@mandrel-bot
Copy link
Collaborator

Build fixed:

@mandrel-bot
Copy link
Collaborator

Unfortunately, the build failed!

Filtered Logs:

2024-01-27T02:37:59.2982382Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-27T02:38:10.7025887Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-27T02:38:22.7595479Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-27T02:38:31.1888353Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-27T02:38:40.5654110Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-27T02:38:51.7311917Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-27T02:38:52.9649276Z [ERROR] Tests run: 12, Failures: 6, Errors: 0, Skipped: 6, Time elapsed: 69.372 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-01-27T02:38:52.9651638Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 13.994 s  <<< FAILURE!
2024-01-27T02:38:52.9682577Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 13.616 s  <<< FAILURE!
2024-01-27T02:38:52.9725851Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 8.645 s  <<< FAILURE!
2024-01-27T02:38:52.9840495Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 9.519 s  <<< FAILURE!
2024-01-27T02:38:52.9847400Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 10.497 s  <<< FAILURE!
2024-01-27T02:38:52.9856739Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 10.053 s  <<< FAILURE!
2024-01-27T02:39:26.2349812Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 33.265 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-27T02:39:26.2354481Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 33.265 s  <<< FAILURE!
2024-01-27T02:39:26.7520808Z [ERROR] Failures: 
2024-01-27T02:39:26.7522297Z [ERROR]   AppReproducersTest.calendarsBakedIn:780 Expected pattern .*Year: (?:1|1086), dayOfYear: 1, type: (?:japanese|buddhist|gregory).* was not found in the log. ==> expected: <true> but was: <false>
2024-01-27T02:39:26.7528172Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:941 There were two same hashes b6951775b0375ea13fc977581e54eb36d483e95ed3bc1e62fcb8da59830f1ef9 expected in the log. One from JVM run and one for Native image run. 1 such hashes were found. Check build-and-run.log and report.md. ==> expected: <2> but was: <1>
2024-01-27T02:39:26.7531193Z [ERROR]   AppReproducersTest.randomNumbersReinit:140 There should have been 4 distinct lines in the log,showing 2 different pseudorandom sequences. The fact that there are less than 4 means the native imagewas not properly re-seeded. See https://github.com/oracle/graal/issues/2265. ==> expected: <4> but was: <0>
2024-01-27T02:39:26.7533526Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:825 Expected pattern .*RCA annotation: @recordannotations\.RCA.* was not found in the log. ==> expected: <true> but was: <false>
2024-01-27T02:39:26.7535484Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:470 Expected output and actual output have a different number of lines. Actual was: 'target\reslocations.exe' is not recognized as an internal or external command,
2024-01-27T02:39:26.7538055Z [ERROR]   AppReproducersTest.timezonesBakedIn:739 Expected pattern .*heure normale.*Europe centrale.* was not found in the log. There might be a problem with timezones inclusion. See https://github.com/oracle/graal/issues/2776 ==> expected: <true> but was: <false>
2024-01-27T02:39:26.7539991Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:110 Timeout 10s was reached. Empty webpage does not contain string: `"UP"' ==> expected: <true> but was: <false>
2024-01-27T02:39:26.7541119Z [ERROR] Tests run: 17, Failures: 7, Errors: 0, Skipped: 10
2024-01-27T02:39:26.7589922Z [INFO] testsuite .......................................... FAILURE [01:57 min]
2024-01-27T02:39:26.7619433Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot mandrel-bot reopened this Jan 27, 2024
@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-01-28T01:58:47.3336102Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-28T01:58:58.5479181Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-28T01:59:10.6373330Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-28T01:59:18.8915191Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-28T01:59:28.5842785Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-28T01:59:39.9347355Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-28T01:59:41.1567345Z [ERROR] Tests run: 12, Failures: 6, Errors: 0, Skipped: 6, Time elapsed: 70.832 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-01-28T01:59:41.1671877Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 14.513 s  <<< FAILURE!
2024-01-28T01:59:41.1736880Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 13.445 s  <<< FAILURE!
2024-01-28T01:59:41.1761813Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 8.696 s  <<< FAILURE!
2024-01-28T01:59:41.1770166Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 9.349 s  <<< FAILURE!
2024-01-28T01:59:41.1776653Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 10.799 s  <<< FAILURE!
2024-01-28T01:59:41.1784293Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 10.241 s  <<< FAILURE!
2024-01-28T02:00:15.6232986Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 34.449 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-28T02:00:15.6237681Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 34.449 s  <<< FAILURE!
2024-01-28T02:00:16.1384569Z [ERROR] Failures: 
2024-01-28T02:00:16.1386005Z [ERROR]   AppReproducersTest.calendarsBakedIn:780 Expected pattern .*Year: (?:1|1086), dayOfYear: 1, type: (?:japanese|buddhist|gregory).* was not found in the log. ==> expected: <true> but was: <false>
2024-01-28T02:00:16.1389813Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:941 There were two same hashes b6951775b0375ea13fc977581e54eb36d483e95ed3bc1e62fcb8da59830f1ef9 expected in the log. One from JVM run and one for Native image run. 1 such hashes were found. Check build-and-run.log and report.md. ==> expected: <2> but was: <1>
2024-01-28T02:00:16.1394378Z [ERROR]   AppReproducersTest.randomNumbersReinit:140 There should have been 4 distinct lines in the log,showing 2 different pseudorandom sequences. The fact that there are less than 4 means the native imagewas not properly re-seeded. See https://github.com/oracle/graal/issues/2265. ==> expected: <4> but was: <0>
2024-01-28T02:00:16.1396755Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:825 Expected pattern .*RCA annotation: @recordannotations\.RCA.* was not found in the log. ==> expected: <true> but was: <false>
2024-01-28T02:00:16.1398694Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:470 Expected output and actual output have a different number of lines. Actual was: 'target\reslocations.exe' is not recognized as an internal or external command,
2024-01-28T02:00:16.1402020Z [ERROR]   AppReproducersTest.timezonesBakedIn:739 Expected pattern .*heure normale.*Europe centrale.* was not found in the log. There might be a problem with timezones inclusion. See https://github.com/oracle/graal/issues/2776 ==> expected: <true> but was: <false>
2024-01-28T02:00:16.1403961Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:110 Timeout 10s was reached. Empty webpage does not contain string: `"UP"' ==> expected: <true> but was: <false>
2024-01-28T02:00:16.1405117Z [ERROR] Tests run: 17, Failures: 7, Errors: 0, Skipped: 10
2024-01-28T02:00:16.1452132Z [INFO] testsuite .......................................... FAILURE [02:00 min]
2024-01-28T02:00:16.1477836Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-01-29T01:53:25.6856986Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-29T01:53:37.2108844Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-29T01:53:49.1323345Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-29T01:53:57.6806525Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-29T01:54:07.2570614Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-29T01:54:18.6443659Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-29T01:54:19.8698509Z [ERROR] Tests run: 12, Failures: 6, Errors: 0, Skipped: 6, Time elapsed: 68.353 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-01-29T01:54:19.8717617Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 12.618 s  <<< FAILURE!
2024-01-29T01:54:19.8849130Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 13.868 s  <<< FAILURE!
2024-01-29T01:54:19.8885557Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 8.532 s  <<< FAILURE!
2024-01-29T01:54:19.8907137Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 9.625 s  <<< FAILURE!
2024-01-29T01:54:19.8913682Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 10.685 s  <<< FAILURE!
2024-01-29T01:54:19.8921244Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 10.28 s  <<< FAILURE!
2024-01-29T01:54:55.1333196Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 35.268 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-29T01:54:55.1342262Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 35.268 s  <<< FAILURE!
2024-01-29T01:54:55.6435587Z [ERROR] Failures: 
2024-01-29T01:54:55.6437792Z [ERROR]   AppReproducersTest.calendarsBakedIn:780 Expected pattern .*Year: (?:1|1086), dayOfYear: 1, type: (?:japanese|buddhist|gregory).* was not found in the log. ==> expected: <true> but was: <false>
2024-01-29T01:54:55.6443922Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:941 There were two same hashes b6951775b0375ea13fc977581e54eb36d483e95ed3bc1e62fcb8da59830f1ef9 expected in the log. One from JVM run and one for Native image run. 1 such hashes were found. Check build-and-run.log and report.md. ==> expected: <2> but was: <1>
2024-01-29T01:54:55.6448863Z [ERROR]   AppReproducersTest.randomNumbersReinit:140 There should have been 4 distinct lines in the log,showing 2 different pseudorandom sequences. The fact that there are less than 4 means the native imagewas not properly re-seeded. See https://github.com/oracle/graal/issues/2265. ==> expected: <4> but was: <0>
2024-01-29T01:54:55.6453103Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:825 Expected pattern .*RCA annotation: @recordannotations\.RCA.* was not found in the log. ==> expected: <true> but was: <false>
2024-01-29T01:54:55.6456682Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:470 Expected output and actual output have a different number of lines. Actual was: 'target\reslocations.exe' is not recognized as an internal or external command,
2024-01-29T01:54:55.6461531Z [ERROR]   AppReproducersTest.timezonesBakedIn:739 Expected pattern .*heure normale.*Europe centrale.* was not found in the log. There might be a problem with timezones inclusion. See https://github.com/oracle/graal/issues/2776 ==> expected: <true> but was: <false>
2024-01-29T01:54:55.6464924Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:110 Timeout 10s was reached. Empty webpage does not contain string: `"UP"' ==> expected: <true> but was: <false>
2024-01-29T01:54:55.6466971Z [ERROR] Tests run: 17, Failures: 7, Errors: 0, Skipped: 10
2024-01-29T01:54:55.6499476Z [INFO] testsuite .......................................... FAILURE [01:57 min]
2024-01-29T01:54:55.6526716Z [ERROR]   mvn <args> -rf :testsuite

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

@zakkak
Copy link
Collaborator Author

zakkak commented Jan 29, 2024

Caused by graalvm/mandrel#676

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-01-30T02:06:31.0265490Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-30T02:06:42.4419249Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-30T02:06:54.6594273Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-30T02:07:03.2040117Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-30T02:07:12.8181297Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-30T02:07:24.4711417Z Error: Static modifier mismatch: private void com.oracle.svm.core.thread.Target_java_lang_VirtualThread.notifyJvmtiHideFrames(boolean), private static native void java.lang.VirtualThread.notifyJvmtiHideFrames(boolean)
2024-01-30T02:07:25.7261088Z [ERROR] Tests run: 12, Failures: 6, Errors: 0, Skipped: 6, Time elapsed: 70.542 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-01-30T02:07:25.7267951Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 14.26 s  <<< FAILURE!
2024-01-30T02:07:25.7274306Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 13.722 s  <<< FAILURE!
2024-01-30T02:07:25.7294581Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 8.74 s  <<< FAILURE!
2024-01-30T02:07:25.7304870Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 9.65 s  <<< FAILURE!
2024-01-30T02:07:25.7312653Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 10.707 s  <<< FAILURE!
2024-01-30T02:07:25.7319192Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 10.532 s  <<< FAILURE!
2024-01-30T02:08:04.0655090Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 38.35 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-30T02:08:04.0656758Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 38.35 s  <<< FAILURE!
2024-01-30T02:08:04.5776388Z [ERROR] Failures: 
2024-01-30T02:08:04.5778487Z [ERROR]   AppReproducersTest.calendarsBakedIn:780 Expected pattern .*Year: (?:1|1086), dayOfYear: 1, type: (?:japanese|buddhist|gregory).* was not found in the log. ==> expected: <true> but was: <false>
2024-01-30T02:08:04.5784050Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:941 There were two same hashes b6951775b0375ea13fc977581e54eb36d483e95ed3bc1e62fcb8da59830f1ef9 expected in the log. One from JVM run and one for Native image run. 1 such hashes were found. Check build-and-run.log and report.md. ==> expected: <2> but was: <1>
2024-01-30T02:08:04.5788979Z [ERROR]   AppReproducersTest.randomNumbersReinit:140 There should have been 4 distinct lines in the log,showing 2 different pseudorandom sequences. The fact that there are less than 4 means the native imagewas not properly re-seeded. See https://github.com/oracle/graal/issues/2265. ==> expected: <4> but was: <0>
2024-01-30T02:08:04.5793239Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:825 Expected pattern .*RCA annotation: @recordannotations\.RCA.* was not found in the log. ==> expected: <true> but was: <false>
2024-01-30T02:08:04.5796820Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:470 Expected output and actual output have a different number of lines. Actual was: 'target\reslocations.exe' is not recognized as an internal or external command,
2024-01-30T02:08:04.5801478Z [ERROR]   AppReproducersTest.timezonesBakedIn:739 Expected pattern .*heure normale.*Europe centrale.* was not found in the log. There might be a problem with timezones inclusion. See https://github.com/oracle/graal/issues/2776 ==> expected: <true> but was: <false>
2024-01-30T02:08:04.5805067Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:110 Timeout 10s was reached. Empty webpage does not contain string: `"UP"' ==> expected: <true> but was: <false>
2024-01-30T02:08:04.5807121Z [ERROR] Tests run: 17, Failures: 7, Errors: 0, Skipped: 10
2024-01-30T02:08:04.5850784Z [INFO] testsuite .......................................... FAILURE [02:05 min]
2024-01-30T02:08:04.5877539Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator

Build fixed:

@mandrel-bot
Copy link
Collaborator

Unfortunately, the build failed!

Filtered Logs:

2024-02-20T02:03:15.5343388Z [ERROR] Tests run: 12, Failures: 6, Errors: 0, Skipped: 6, Time elapsed: 111.732 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-02-20T02:03:15.5353814Z [ERROR] calendarsBakedIn{TestInfo}  Time elapsed: 33.724 s  <<< FAILURE!
2024-02-20T02:03:15.5439282Z [ERROR] nativeJVMTextProcessing{TestInfo}  Time elapsed: 18.009 s  <<< FAILURE!
2024-02-20T02:03:15.5478410Z [ERROR] resLocationsE{TestInfo}  Time elapsed: 13.561 s  <<< FAILURE!
2024-02-20T02:03:15.5493875Z [ERROR] timezonesBakedIn{TestInfo}  Time elapsed: 13.965 s  <<< FAILURE!
2024-02-20T02:03:15.5499935Z [ERROR] randomNumbersReinit{TestInfo}  Time elapsed: 14.943 s  <<< FAILURE!
2024-02-20T02:03:15.5508080Z [ERROR] recordAnnotationsWorkPost22_1{TestInfo}  Time elapsed: 14.536 s  <<< FAILURE!
2024-02-20T02:03:50.4447150Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 34.91 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-02-20T02:03:50.4448988Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 34.91 s  <<< FAILURE!
2024-02-20T02:03:50.9546898Z [ERROR] Failures: 
2024-02-20T02:03:50.9549134Z [ERROR]   AppReproducersTest.calendarsBakedIn:780 Expected pattern .*Year: (?:1|1086), dayOfYear: 1, type: (?:japanese|buddhist|gregory).* was not found in the log. ==> expected: <true> but was: <false>
2024-02-20T02:03:50.9555649Z [ERROR]   AppReproducersTest.nativeJVMTextProcessing:941 There were two same hashes b6951775b0375ea13fc977581e54eb36d483e95ed3bc1e62fcb8da59830f1ef9 expected in the log. One from JVM run and one for Native image run. 1 such hashes were found. Check build-and-run.log and report.md. ==> expected: <2> but was: <1>
2024-02-20T02:03:50.9560399Z [ERROR]   AppReproducersTest.randomNumbersReinit:140 There should have been 4 distinct lines in the log,showing 2 different pseudorandom sequences. The fact that there are less than 4 means the native imagewas not properly re-seeded. See https://github.com/oracle/graal/issues/2265. ==> expected: <4> but was: <0>
2024-02-20T02:03:50.9564600Z [ERROR]   AppReproducersTest.recordAnnotationsWorkPost22_1:794->recordAnnotationsWork:825 Expected pattern .*RCA annotation: @recordannotations\.RCA.* was not found in the log. ==> expected: <true> but was: <false>
2024-02-20T02:03:50.9568142Z [ERROR]   AppReproducersTest.resLocationsE:442->resLocations:470 Expected output and actual output have a different number of lines. Actual was: 'target\reslocations.exe' is not recognized as an internal or external command,
2024-02-20T02:03:50.9572974Z [ERROR]   AppReproducersTest.timezonesBakedIn:739 Expected pattern .*heure normale.*Europe centrale.* was not found in the log. There might be a problem with timezones inclusion. See https://github.com/oracle/graal/issues/2776 ==> expected: <true> but was: <false>
2024-02-20T02:03:50.9576573Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:110 Timeout 10s was reached. Empty webpage does not contain string: `"UP"' ==> expected: <true> but was: <false>
2024-02-20T02:03:50.9578616Z [ERROR] Tests run: 17, Failures: 7, Errors: 0, Skipped: 10
2024-02-20T02:03:50.9628068Z [INFO] testsuite .......................................... FAILURE [02:40 min]
2024-02-20T02:03:50.9658092Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot mandrel-bot reopened this Feb 20, 2024
@zakkak
Copy link
Collaborator Author

zakkak commented Feb 20, 2024

This is due to a mandrel build failure.
Tracked in graalvm/mandrel#681

@mandrel-bot
Copy link
Collaborator

Build fixed:

@mandrel-bot
Copy link
Collaborator

Unfortunately, the build failed!

Filtered Logs:

2024-03-25T22:05:57.7578553Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 241.609 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-03-25T22:05:57.7580332Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 241.609 s  <<< FAILURE!
2024-03-25T22:05:58.2812172Z [ERROR] Failures: 
2024-03-25T22:05:58.2821753Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:158 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-03-25T22:05:58.2833504Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-03-25T22:05:58.2903292Z [INFO] testsuite .......................................... FAILURE [11:25 min]
2024-03-25T22:05:58.2941387Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot mandrel-bot reopened this Mar 26, 2024
@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-03-26T04:33:34.7853085Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 246.202 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-03-26T04:33:34.7854970Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 246.202 s  <<< FAILURE!
2024-03-26T04:33:35.3193342Z [ERROR] Failures: 
2024-03-26T04:33:35.3202365Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:158 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-03-26T04:33:35.3214321Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-03-26T04:33:35.3277807Z [INFO] testsuite .......................................... FAILURE [11:12 min]
2024-03-26T04:33:35.3314531Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-03-26T04:44:53.9282692Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 249.079 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-03-26T04:44:53.9284498Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 249.079 s  <<< FAILURE!
2024-03-26T04:44:54.4541410Z [ERROR] Failures: 
2024-03-26T04:44:54.4548342Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:158 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-03-26T04:44:54.4560528Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-03-26T04:44:54.4690184Z [INFO] testsuite .......................................... FAILURE [11:31 min]
2024-03-26T04:44:54.4724816Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Mar 26, 2024

Caused by #252

@mandrel-bot
Copy link
Collaborator

Build fixed:

@jerboaa
Copy link
Collaborator

jerboaa commented May 27, 2024

See this #244 (comment) for an analysis.

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-05-28T01:05:30.2800695Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 209.335 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-28T01:05:30.2805618Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 209.335 s  <<< FAILURE!
2024-05-28T01:05:30.8090154Z [ERROR] Failures: 
2024-05-28T01:05:30.8093423Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-05-28T01:05:30.8102883Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-05-28T01:05:30.8198971Z [INFO] testsuite .......................................... FAILURE [10:27 min]
2024-05-28T01:05:30.8233747Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented May 28, 2024

See this #244 (comment) for an analysis.

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-05-29T01:04:30.4917092Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 207.647 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-29T01:04:30.4922201Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 207.647 s  <<< FAILURE!
2024-05-29T01:04:31.0240270Z [ERROR] Failures: 
2024-05-29T01:04:31.0243971Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-05-29T01:04:31.0251397Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-05-29T01:04:31.0353585Z [INFO] testsuite .......................................... FAILURE [10:47 min]
2024-05-29T01:04:31.0388540Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-05-30T01:20:53.9408308Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 211.932 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-30T01:20:53.9409481Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 211.932 s  <<< FAILURE!
2024-05-30T01:20:54.4610109Z [ERROR] Failures: 
2024-05-30T01:20:54.4617887Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-05-30T01:20:54.4625537Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-05-30T01:20:54.4732400Z [INFO] testsuite .......................................... FAILURE [10:35 min]
2024-05-30T01:20:54.4766277Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-05-31T01:10:36.8068709Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 211.128 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-31T01:10:36.8071023Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 211.128 s  <<< FAILURE!
2024-05-31T01:10:37.3450324Z [ERROR] Failures: 
2024-05-31T01:10:37.3457848Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-05-31T01:10:37.3465111Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-05-31T01:10:37.3576530Z [INFO] testsuite .......................................... FAILURE [11:00 min]
2024-05-31T01:10:37.3622780Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented May 31, 2024

See this #244 (comment) for an analysis.

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-06-01T01:06:09.5536133Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 210.123 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-01T01:06:09.5541668Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 210.123 s  <<< FAILURE!
2024-06-01T01:06:10.0834517Z [ERROR] Failures: 
2024-06-01T01:06:10.0840047Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-01T01:06:10.0846348Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-01T01:06:10.0940989Z [INFO] testsuite .......................................... FAILURE [10:52 min]
2024-06-01T01:06:10.0976255Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-06-02T01:02:57.0384162Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 213.89 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-02T01:02:57.0386107Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 213.89 s  <<< FAILURE!
2024-06-02T01:02:57.4689627Z [ERROR] Failures: 
2024-06-02T01:02:57.4693035Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-02T01:02:57.4700627Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-02T01:02:57.4798196Z [INFO] testsuite .......................................... FAILURE [10:54 min]
2024-06-02T01:02:57.4828758Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-06-03T01:05:50.0630248Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 209.412 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-03T01:05:50.0631928Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 209.412 s  <<< FAILURE!
2024-06-03T01:05:50.5951084Z [ERROR] Failures: 
2024-06-03T01:05:50.5957584Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-03T01:05:50.5964537Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-03T01:05:50.6057706Z [INFO] testsuite .......................................... FAILURE [10:45 min]
2024-06-03T01:05:50.6089673Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jun 3, 2024

See this #244 (comment) for an analysis.

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-06-04T01:03:43.2032992Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 220.695 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-04T01:03:43.2034664Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 220.695 s  <<< FAILURE!
2024-06-04T01:03:43.3764021Z [ERROR] Failures: 
2024-06-04T01:03:43.3769139Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-04T01:03:43.3775571Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-04T01:03:43.3879354Z [INFO] testsuite .......................................... FAILURE [11:37 min]
2024-06-04T01:03:43.3911945Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-06-04T07:12:29.1484823Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 205.451 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-04T07:12:29.1487723Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 205.451 s  <<< FAILURE!
2024-06-04T07:12:29.6823381Z [ERROR] Failures: 
2024-06-04T07:12:29.6827475Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-04T07:12:29.6834184Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-04T07:12:29.6928791Z [INFO] testsuite .......................................... FAILURE [10:58 min]
2024-06-04T07:12:29.6965685Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jun 4, 2024

See this #244 (comment) for an analysis.

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-06-05T01:05:13.2889825Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 213.173 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-05T01:05:13.2895043Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 213.173 s  <<< FAILURE!
2024-06-05T01:05:13.8171118Z [ERROR] Failures: 
2024-06-05T01:05:13.8176679Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-05T01:05:13.8183104Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-05T01:05:13.8276901Z [INFO] testsuite .......................................... FAILURE [10:46 min]
2024-06-05T01:05:13.8311047Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jun 5, 2024

See this #244 (comment) for an analysis.

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

2024-06-06T01:01:00.6019950Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 209.826 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-06T01:01:00.6022330Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 209.826 s  <<< FAILURE!
2024-06-06T01:01:01.1354792Z [ERROR] Failures: 
2024-06-06T01:01:01.1358185Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
2024-06-06T01:01:01.1363944Z [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 10
2024-06-06T01:01:01.1465564Z [INFO] testsuite .......................................... FAILURE [10:49 min]
2024-06-06T01:01:01.1499037Z [ERROR]   mvn <args> -rf :testsuite

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jun 6, 2024

See this #244 (comment) for an analysis.

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

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

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

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

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

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

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

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

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jun 12, 2024

The above are these warning messages:

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

... and those are caused by:
oracle/graal#9057

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

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

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

@jerboaa
Copy link
Collaborator

jerboaa commented Jun 24, 2024

Version parsing is causing problems. Caused by: graalvm/mandrel-packaging#429

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

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

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

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

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

@mandrel-bot
Copy link
Collaborator

The build is still failing!

Filtered Logs:

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

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

@mandrel-bot
Copy link
Collaborator

Build fixed:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants