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 mandrel/24.2 on Linux #302

Open
mandrel-bot opened this issue Dec 13, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@mandrel-bot
Copy link
Collaborator

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

@mandrel-bot
Copy link
Collaborator Author

Unfortunately, the build failed!

Filtered Logs:

2024-12-21T01:03:23.4255241Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-21T01:03:37.1027652Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-21T01:05:03.4773857Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 196.891 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-12-21T01:05:03.4774983Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 33.383 s  <<< FAILURE!
2024-12-21T01:05:24.8634953Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-21T01:06:40.3001585Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 96.799 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-12-21T01:06:40.3006652Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 28.192 s  <<< FAILURE!
2024-12-21T01:15:24.6153067Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-21T01:15:25.7135756Z [ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 525.409 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-12-21T01:15:25.7136861Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 10.593 s  <<< FAILURE!
2024-12-21T01:17:38.9994717Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-21T01:17:39.7265591Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 134.012 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-12-21T01:17:39.7266795Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 23.702 s  <<< FAILURE!
2024-12-21T01:17:40.0546587Z [ERROR] Failures: 
2024-12-21T01:17:40.0548965Z [ERROR]   AppReproducersTest.imageioAWTTest:509->imageioAWT:577 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-12-21T01:17:40.0551903Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:236 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-12-21T01:17:40.0555243Z [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-12-21T01:17:40.0558993Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:102 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-12-21T01:17:40.0560931Z [ERROR] Tests run: 23, Failures: 4, Errors: 0, Skipped: 6
2024-12-21T01:17:40.0605125Z [INFO] testsuite .......................................... FAILURE [16:01 min]
2024-12-21T01:17:40.0625579Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot mandrel-bot reopened this Dec 21, 2024
@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2024-12-28T01:03:29.3235768Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-28T01:03:43.0850639Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-28T01:05:13.6115411Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 210 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-12-28T01:05:13.6116532Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 37.479 s  <<< FAILURE!
2024-12-28T01:05:36.8273761Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-28T01:06:56.6554999Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 103.037 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-12-28T01:06:56.6556219Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 34.06 s  <<< FAILURE!
2024-12-28T01:16:00.1712364Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-28T01:16:01.2667594Z [ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 544.608 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-12-28T01:16:01.2668744Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 11.233 s  <<< FAILURE!
2024-12-28T01:18:19.0081866Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2024-12-28T01:18:19.7984045Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 138.53 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-12-28T01:18:19.7985587Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 22.488 s  <<< FAILURE!
2024-12-28T01:18:20.1247439Z [ERROR] Failures: 
2024-12-28T01:18:20.1249864Z [ERROR]   AppReproducersTest.imageioAWTTest:509->imageioAWT:577 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-12-28T01:18:20.1252927Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:236 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-12-28T01:18:20.1256076Z [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-12-28T01:18:20.1259638Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:102 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-12-28T01:18:20.1261683Z [ERROR] Tests run: 23, Failures: 4, Errors: 0, Skipped: 6
2024-12-28T01:18:20.1308854Z [INFO] testsuite .......................................... FAILURE [16:46 min]
2024-12-28T01:18:20.1340577Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2025-01-04T01:04:26.2899682Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2025-01-04T01:04:39.5808573Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2025-01-04T01:06:08.1387802Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 201.624 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2025-01-04T01:06:08.1389458Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 36.507 s  <<< FAILURE!
2025-01-04T01:06:29.7918691Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2025-01-04T01:07:50.8098933Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 102.664 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2025-01-04T01:07:50.8100115Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 33.15 s  <<< FAILURE!
2025-01-04T01:16:33.0721805Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2025-01-04T01:16:34.1764319Z [ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 523.363 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2025-01-04T01:16:34.1765414Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 12.898 s  <<< FAILURE!
2025-01-04T01:18:51.1640322Z Error: Could not find target method: public static com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint com.oracle.svm.core.foreign.Target_jdk_internal_foreign_abi_NativeEntryPoint.make(jdk.internal.foreign.abi.ABIDescriptor,jdk.internal.foreign.abi.VMStorage[],jdk.internal.foreign.abi.VMStorage[],java.lang.invoke.MethodType,boolean,int,boolean)
2025-01-04T01:18:51.9018841Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 137.724 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2025-01-04T01:18:51.9020551Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 24.812 s  <<< FAILURE!
2025-01-04T01:18:52.2268847Z [ERROR] Failures: 
2025-01-04T01:18:52.2274477Z [ERROR]   AppReproducersTest.imageioAWTTest:509->imageioAWT:577 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>
2025-01-04T01:18:52.2276726Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:236 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2025-01-04T01:18:52.2278702Z [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>
2025-01-04T01:18:52.2282295Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:208->testRuntime:102 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2025-01-04T01:18:52.2284233Z [ERROR] Tests run: 23, Failures: 4, Errors: 0, Skipped: 6
2025-01-04T01:18:52.2324385Z [INFO] testsuite .......................................... FAILURE [16:15 min]
2025-01-04T01:18:52.2345412Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2025-01-10T08:10:52.4511946Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 545.288 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2025-01-10T08:10:52.4513296Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 377.984 s  <<< FAILURE!
2025-01-10T08:32:02.5670206Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 307.001 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2025-01-10T08:32:02.5671409Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 197.619 s  <<< FAILURE!
2025-01-10T08:32:02.8920957Z [ERROR] Failures: 
2025-01-10T08:32:02.8923173Z [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: 
2025-01-10T08:32:02.8972475Z [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: 
2025-01-10T08:32:02.8975496Z [ERROR] Tests run: 23, Failures: 2, Errors: 0, Skipped: 6
2025-01-10T08:32:02.8984946Z [INFO] testsuite .......................................... FAILURE [30:27 min]
2025-01-10T08:32:02.9004379Z [ERROR]   mvn <args> -rf :testsuite

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

@zakkak
Copy link
Collaborator

zakkak commented Jan 10, 2025

Caused by #307

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2025-01-12T00:42:00.3657469Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 552.913 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2025-01-12T00:42:00.3663041Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 382.167 s  <<< FAILURE!
2025-01-12T01:03:36.3741425Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 312.048 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2025-01-12T01:03:36.3742734Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 196.716 s  <<< FAILURE!
2025-01-12T01:03:36.7017513Z [ERROR] Failures: 
2025-01-12T01:03:36.7020839Z [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: 
2025-01-12T01:03:36.7049673Z [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: 
2025-01-12T01:03:36.7053165Z [ERROR] Tests run: 23, Failures: 2, Errors: 0, Skipped: 6
2025-01-12T01:03:36.7069851Z [INFO] testsuite .......................................... FAILURE [30:59 min]
2025-01-12T01:03:36.7085952Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2025-01-19T01:01:58.8498229Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 364.996 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2025-01-19T01:01:58.8499633Z [ERROR] debugSymbolsSmokeGDB{TestInfo}  Time elapsed: 81.359 s  <<< FAILURE!
2025-01-19T01:11:12.7081642Z [ERROR] Failures: 
2025-01-19T01:11:12.7082899Z [ERROR]   DebugSymbolsTest.debugSymbolsSmokeGDB:161->carryOutGDBSession:512 There were errors in the GDB session. Note that commands in the session might depend on each other. Errors: 
2025-01-19T01:11:12.7095345Z [ERROR] Tests run: 23, Failures: 1, Errors: 0, Skipped: 6
2025-01-19T01:11:12.7136910Z [INFO] testsuite .......................................... FAILURE [31:12 min]
2025-01-19T01:11:12.7156470Z [ERROR]   mvn <args> -rf :testsuite

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

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2025-01-26T01:03:45.6277413Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 357.421 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2025-01-26T01:03:45.6278813Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 277.942 s  <<< FAILURE!
2025-01-26T01:14:08.6129988Z [ERROR] Failures: 
2025-01-26T01:14:08.6132804Z [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: 
2025-01-26T01:14:08.6137964Z [ERROR] Tests run: 23, Failures: 1, Errors: 0, Skipped: 6
2025-01-26T01:14:08.6170953Z [INFO] testsuite .......................................... FAILURE [30:38 min]
2025-01-26T01:14:08.6191552Z [ERROR]   mvn <args> -rf :testsuite

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

@zakkak
Copy link
Collaborator

zakkak commented Jan 27, 2025

Caused by #310

@mandrel-bot
Copy link
Collaborator Author

The build is still failing!

Filtered Logs:

2025-02-02T00:54:50.1982379Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 355.108 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2025-02-02T00:54:50.1983617Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 276.876 s  <<< FAILURE!
2025-02-02T01:05:13.3416809Z [ERROR] Failures: 
2025-02-02T01:05:13.3419112Z [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: 
2025-02-02T01:05:13.3422066Z [ERROR] Tests run: 23, Failures: 1, Errors: 0, Skipped: 6
2025-02-02T01:05:13.3466586Z [INFO] testsuite .......................................... FAILURE [30:34 min]
2025-02-02T01:05:13.3488555Z [ERROR]   mvn <args> -rf :testsuite

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

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

2 participants