Karm / mandrel-integration-tests

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

[CI] Mandrel integration tests fail with Java 22 mandrel build of mandrel/24.0 on Linux #240

Closed mandrel-bot closed 1 week ago

mandrel-bot commented 6 months ago

Automatic issue for CI reporting.

mandrel-bot commented 6 months ago

Unfortunately, the build failed!

Filtered Logs:

2023-12-22T02:17:32.2918750Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 557.686 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2023-12-22T02:17:32.2920313Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 87.015 s  <<< FAILURE!
2023-12-22T02:17:32.2936059Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 375.958 s  <<< FAILURE!
2023-12-22T02:17:32.2946758Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 94.711 s  <<< FAILURE!
2023-12-22T02:29:41.6087351Z [ERROR] Failures: 
2023-12-22T02:29:41.6090995Z [ERROR]   JFRTest.jfrOptionsSmokeTest:749->jfrOptionsSmoke:887 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrOptionsSmokeTest/build-and-run.log and check these offending lines: 
2023-12-22T02:29:41.6099171Z [ERROR]   JFRTest.jfrPerfTest:176->jfrPerfTestRun:219 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: 
2023-12-22T02:29:41.6103532Z [ERROR]   JFRTest.jfrSmokeTest:144->jfrSmoke:687 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log and check these offending lines: 
2023-12-22T02:29:41.6106486Z [ERROR] Tests run: 19, Failures: 3, Errors: 0, Skipped: 5
2023-12-22T02:29:41.6140721Z [INFO] testsuite .......................................... FAILURE [28:30 min]
2023-12-22T02:29:41.6166035Z [ERROR]   mvn <args> -rf :testsuite

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

zakkak commented 6 months ago

Fix pending merge in https://github.com/Karm/mandrel-integration-tests/pull/242

jerboaa commented 6 months ago

Pasting the actual error from the job here for clarity:

 Error:  Failures: 
Error:    JFRTest.jfrOptionsSmokeTest:749->jfrOptionsSmoke:887 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrOptionsSmokeTest/build-and-run.log and check these offending lines: 
[warn][jfr,setting] @Deprecated JFR events, and leak profiling are not yet supported. ==> expected: <true> but was: <false>
Error:    JFRTest.jfrPerfTest:176->jfrPerfTestRun:219 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: 
[warn][jfr,setting] @Deprecated JFR events, and leak profiling are not yet supported. ==> expected: <true> but was: <false>
Error:    JFRTest.jfrSmokeTest:144->jfrSmoke:687 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log and check these offending lines: 
[warn][jfr,setting] @Deprecated JFR events, and leak profiling are not yet supported. ==> expected: <true> but was: <false>
[INFO] 

... which is indeed what #242 is intended to fix.

mandrel-bot commented 6 months ago

Build fixed:

mandrel-bot commented 6 months ago

Unfortunately, the build failed!

Filtered Logs:

2024-01-03T02:26:46.8580120Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1,071.47 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-01-03T02:26:46.8582055Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 897.38 s  <<< FAILURE!
2024-01-03T02:39:05.7056732Z [ERROR] Failures: 
2024-01-03T02:39:05.7059448Z [ERROR]   JFRTest.jfrPerfTest:176->jfrPerfTestRun:214->startComparisonForBenchmark:254->runBenchmarkForApp:375 Timeout 15s was reached. Empty webpage does not contain string: `openapi: 3.0.0' ==> expected: <true> but was: <false>
2024-01-03T02:39:05.7062041Z [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 5
2024-01-03T02:39:05.7122857Z [INFO] testsuite .......................................... FAILURE [37:13 min]
2024-01-03T02:39:05.7148124Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 6 months ago

Build fixed:

mandrel-bot commented 5 months ago

Unfortunately, the build failed!

Filtered Logs:

2024-01-16T02:08:52.2092441Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 346.627 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-01-16T02:08:52.2098213Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 270.945 s  <<< FAILURE!
2024-01-16T02:16:15.1318196Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 442.916 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-01-16T02:16:15.1323706Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 265.48 s  <<< FAILURE!
2024-01-16T02:21:21.2111716Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 306.071 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-16T02:21:21.2113323Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 109.879 s  <<< FAILURE!
2024-01-16T02:21:21.2120006Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 196.192 s  <<< FAILURE!
2024-01-16T02:28:23.3027017Z [ERROR] Failures: 
2024-01-16T02:28:23.3028315Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-01-16T02:28:23.3033202Z [ERROR]   JFRTest.jfrPerfTest:176->jfrPerfTestRun:214->startComparisonForBenchmark:254->runBenchmarkForApp:354 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-01-16T02:28:23.3036904Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:235->testRuntime:77->testRuntime:99 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-01-16T02:28:23.3039476Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/quarkus-full-microprofile/target, matching regexp .*
2024-01-16T02:28:23.3041049Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-01-16T02:28:23.3084780Z [INFO] testsuite .......................................... FAILURE [25:24 min]
2024-01-16T02:28:23.3110215Z [ERROR]   mvn <args> -rf :testsuite

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

zakkak commented 5 months ago

The issue is not related to the integration tests.

/usr/bin/ld: quarkus-runner.o:(.data+0x8f8): undefined reference to `Java_java_lang_VirtualThread_notifyJvmtiDisableSuspend'

The issue is tracked in https://github.com/graalvm/mandrel/issues/661

mandrel-bot commented 5 months ago

The build is still failing!

Filtered Logs:

2024-01-17T02:10:52.7896992Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 77.011 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-01-17T02:10:52.7905868Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 9.526 s  <<< FAILURE!
2024-01-17T02:17:58.3852043Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 425.584 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-01-17T02:17:58.3855204Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 260.801 s  <<< FAILURE!
2024-01-17T02:19:45.8554153Z [ERROR] Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 107.463 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-17T02:19:45.8555304Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 104.729 s  <<< FAILURE!
2024-01-17T02:19:45.8560458Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 2.733 s  <<< ERROR!
2024-01-17T02:26:26.7845499Z [ERROR] Failures: 
2024-01-17T02:26:26.7847012Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-01-17T02:26:26.7851465Z [ERROR]   JFRTest.jfrPerfTest:176->jfrPerfTestRun:214->startComparisonForBenchmark:254->runBenchmarkForApp:354 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-01-17T02:26:26.7856414Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:235->testRuntime:77->testRuntime:99 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-01-17T02:26:26.7858794Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 » IllegalArgument
2024-01-17T02:26:26.7859647Z [ERROR] Tests run: 19, Failures: 3, Errors: 1, Skipped: 5
2024-01-17T02:26:26.7888928Z [INFO] testsuite .......................................... FAILURE [16:57 min]
2024-01-17T02:26:26.7915221Z [ERROR]   mvn <args> -rf :testsuite

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

zakkak commented 5 months ago

Still https://github.com/graalvm/mandrel/issues/661

mandrel-bot commented 5 months ago

The build is still failing!

Filtered Logs:

2024-01-18T02:04:28.2353419Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 81.671 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-01-18T02:04:28.2355105Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 9.693 s  <<< FAILURE!
2024-01-18T02:11:50.1303860Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 441.887 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-01-18T02:11:50.1313130Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 267.173 s  <<< FAILURE!
2024-01-18T02:13:39.3957047Z [ERROR] Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 109.259 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-18T02:13:39.3958714Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 106.251 s  <<< FAILURE!
2024-01-18T02:13:39.3965277Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 3.008 s  <<< ERROR!
2024-01-18T02:20:25.9941549Z [ERROR] Failures: 
2024-01-18T02:20:25.9942950Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-01-18T02:20:25.9947212Z [ERROR]   JFRTest.jfrPerfTest:176->jfrPerfTestRun:214->startComparisonForBenchmark:254->runBenchmarkForApp:354 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-01-18T02:20:25.9950088Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:235->testRuntime:77->testRuntime:99 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-01-18T02:20:25.9952370Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 » IllegalArgument
2024-01-18T02:20:25.9953239Z [ERROR] Tests run: 19, Failures: 3, Errors: 1, Skipped: 5
2024-01-18T02:20:25.9992108Z [INFO] testsuite .......................................... FAILURE [17:26 min]
2024-01-18T02:20:26.0018483Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 5 months ago

Still https://github.com/graalvm/mandrel/issues/661

jerboaa commented 5 months ago

That and probably #245

mandrel-bot commented 5 months ago

The build is still failing!

Filtered Logs:

2024-01-19T02:26:37.4883479Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 82.956 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-01-19T02:26:37.4887281Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 12.024 s  <<< FAILURE!
2024-01-19T02:33:53.6889962Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 436.179 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-01-19T02:33:53.6893345Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 265.493 s  <<< FAILURE!
2024-01-19T02:35:44.8254832Z [ERROR] Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 111.127 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-19T02:35:44.8258697Z [ERROR] helidonQuickStart{TestInfo}  Time elapsed: 108.499 s  <<< FAILURE!
2024-01-19T02:35:44.8268351Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 2.626 s  <<< ERROR!
2024-01-19T02:42:31.7502696Z [ERROR] Failures: 
2024-01-19T02:42:31.7504187Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-01-19T02:42:31.7508790Z [ERROR]   JFRTest.jfrPerfTest:176->jfrPerfTestRun:214->startComparisonForBenchmark:254->runBenchmarkForApp:354 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-01-19T02:42:31.7514092Z [ERROR]   RuntimesSmokeTest.helidonQuickStart:235->testRuntime:77->testRuntime:99 Failed to find any executable in dir /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/helidon-quickstart-se/target, matching regexp .*
2024-01-19T02:42:31.7534901Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 » IllegalArgument
2024-01-19T02:42:31.7536356Z [ERROR] Tests run: 19, Failures: 3, Errors: 1, Skipped: 5
2024-01-19T02:42:31.7562043Z [INFO] testsuite .......................................... FAILURE [17:26 min]
2024-01-19T02:42:31.7585711Z [ERROR]   mvn <args> -rf :testsuite

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

zakkak commented 5 months ago

Still https://github.com/graalvm/mandrel/issues/661 and https://github.com/Karm/mandrel-integration-tests/issues/245

mandrel-bot commented 5 months ago

The build is still failing!

Filtered Logs:

2024-01-20T03:16:19.0268094Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 80.719 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-01-20T03:16:19.0274118Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 10.048 s  <<< FAILURE!
2024-01-20T03:27:11.0539881Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 107.97 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-20T03:27:11.0542207Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 2.799 s  <<< ERROR!
2024-01-20T03:34:03.8520888Z [ERROR] Failures: 
2024-01-20T03:34:03.8522634Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-01-20T03:34:03.8525336Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 » IllegalArgument
2024-01-20T03:34:03.8526771Z [ERROR] Tests run: 19, Failures: 1, Errors: 1, Skipped: 5
2024-01-20T03:34:03.8564781Z [INFO] testsuite .......................................... FAILURE [19:11 min]
2024-01-20T03:34:03.8590577Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 5 months ago

The build is still failing!

Filtered Logs:

2024-01-21T02:14:25.1110889Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 83.448 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-01-21T02:14:25.1113077Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 10.947 s  <<< FAILURE!
2024-01-21T02:25:55.4930839Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 116.342 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-21T02:25:55.4933371Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 2.717 s  <<< ERROR!
2024-01-21T02:32:49.2057797Z [ERROR] Failures: 
2024-01-21T02:32:49.2059735Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-01-21T02:32:49.2063231Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 » IllegalArgument
2024-01-21T02:32:49.2065001Z [ERROR] Tests run: 19, Failures: 1, Errors: 1, Skipped: 5
2024-01-21T02:32:49.2113418Z [INFO] testsuite .......................................... FAILURE [19:55 min]
2024-01-21T02:32:49.2147400Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 5 months ago

The build is still failing!

Filtered Logs:

2024-01-22T02:12:06.0931711Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 80.814 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-01-22T02:12:06.0933484Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 10.821 s  <<< FAILURE!
2024-01-22T02:25:01.2183694Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 109.778 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-22T02:25:01.2185476Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 2.939 s  <<< ERROR!
2024-01-22T02:31:57.9415533Z [ERROR] Failures: 
2024-01-22T02:31:57.9417263Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-01-22T02:31:57.9420178Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 » IllegalArgument
2024-01-22T02:31:57.9421951Z [ERROR] Tests run: 19, Failures: 1, Errors: 1, Skipped: 5
2024-01-22T02:31:57.9470318Z [INFO] testsuite .......................................... FAILURE [21:21 min]
2024-01-22T02:31:57.9492085Z [ERROR]   mvn <args> -rf :testsuite

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

zakkak commented 5 months ago

Still https://github.com/Karm/mandrel-integration-tests/issues/245

mandrel-bot commented 5 months ago

The build is still failing!

Filtered Logs:

2024-01-23T02:08:40.3288899Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 80.157 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-01-23T02:08:40.3295029Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 9.652 s  <<< FAILURE!
2024-01-23T02:19:35.0735797Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 108.45 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-23T02:19:35.0738462Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 2.816 s  <<< ERROR!
2024-01-23T02:26:21.3008625Z [ERROR] Failures: 
2024-01-23T02:26:21.3009960Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-01-23T02:26:21.3012618Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 » IllegalArgument
2024-01-23T02:26:21.3014085Z [ERROR] Tests run: 19, Failures: 1, Errors: 1, Skipped: 5
2024-01-23T02:26:21.3052997Z [INFO] testsuite .......................................... FAILURE [19:07 min]
2024-01-23T02:26:21.3077490Z [ERROR]   mvn <args> -rf :testsuite

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

zakkak commented 5 months ago

Still #245

mandrel-bot commented 5 months ago

Build fixed:

mandrel-bot commented 3 months ago

Unfortunately, the build failed!

Filtered Logs:

2024-03-26T01:53:11.1827233Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 429.265 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-03-26T01:53:11.1829714Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 361.52 s  <<< FAILURE!
2024-03-26T02:14:01.8497421Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 307.043 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-03-26T02:14:01.8499439Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 200.926 s  <<< FAILURE!
2024-03-26T02:14:02.1771926Z [ERROR] Failures: 
2024-03-26T02:14:02.1776288Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:308 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-03-26T02:14:02.1785077Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:158 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-03-26T02:14:02.1791311Z [ERROR] Tests run: 19, Failures: 2, Errors: 0, Skipped: 5
2024-03-26T02:14:02.1828056Z [INFO] testsuite .......................................... FAILURE [28:07 min]
2024-03-26T02:14:02.1849198Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 3 months ago

The build is still failing!

Filtered Logs:

2024-03-26T05:30:36.4771991Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 412.97 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-03-26T05:30:36.4773827Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 346.37 s  <<< FAILURE!
2024-03-26T05:51:06.8158014Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 293.089 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-03-26T05:51:06.8160204Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 188.565 s  <<< FAILURE!
2024-03-26T05:51:07.1444807Z [ERROR] Failures: 
2024-03-26T05:51:07.1448850Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:308 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-03-26T05:51:07.1464387Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:158 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-03-26T05:51:07.1477567Z [ERROR] Tests run: 19, Failures: 2, Errors: 0, Skipped: 5
2024-03-26T05:51:07.1483029Z [INFO] testsuite .......................................... FAILURE [27:29 min]
2024-03-26T05:51:07.1507730Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 3 months ago

The build is still failing!

Filtered Logs:

2024-03-26T05:59:49.6395863Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 416.027 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-03-26T05:59:49.6397529Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 348.845 s  <<< FAILURE!
2024-03-26T06:20:49.0153089Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 298.594 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-03-26T06:20:49.0154832Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 194.149 s  <<< FAILURE!
2024-03-26T06:20:49.3397088Z [ERROR] Failures: 
2024-03-26T06:20:49.3400465Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:308 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-03-26T06:20:49.3410269Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:204->testRuntime:158 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-03-26T06:20:49.3416904Z [ERROR] Tests run: 19, Failures: 2, Errors: 0, Skipped: 5
2024-03-26T06:20:49.3451014Z [INFO] testsuite .......................................... FAILURE [28:01 min]
2024-03-26T06:20:49.3471345Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 3 months ago

Caused by https://github.com/Karm/mandrel-integration-tests/issues/252

mandrel-bot commented 3 months ago

Build fixed:

mandrel-bot commented 2 months ago

Unfortunately, the build failed!

Filtered Logs:

2024-04-10T02:51:10.3643760Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1,057.803 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-04-10T02:51:10.3645236Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 889.9 s  <<< FAILURE!
2024-04-10T02:57:57.6271722Z [ERROR] Failures: 
2024-04-10T02:57:57.6274442Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:225->startComparisonForBenchmark:268->runBenchmarkForApp:389 Timeout 15s was reached. Empty webpage does not contain string: `openapi: 3.0.0' ==> expected: <true> but was: <false>
2024-04-10T02:57:57.6277029Z [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 5
2024-04-10T02:57:57.6316687Z [INFO] testsuite .......................................... FAILURE [36:37 min]
2024-04-10T02:57:57.6345216Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 2 months ago

Build fixed:

mandrel-bot commented 2 weeks ago

Unfortunately, the build failed!

Filtered Logs:

2024-06-15T01:07:33.0642505Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 330.326 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-15T01:07:33.0644667Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 206.383 s  <<< FAILURE!
2024-06-15T01:21:17.9271741Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 378.909 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-15T01:21:17.9273624Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 311.72 s  <<< FAILURE!
2024-06-15T01:31:04.2088976Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 586.279 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-15T01:31:04.2090586Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 408.546 s  <<< FAILURE!
2024-06-15T01:31:04.5361325Z [ERROR] Failures: 
2024-06-15T01:31:04.5365095Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:306 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-06-15T01:31:04.5380303Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-06-15T01:31:04.5397465Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-06-15T01:31:04.5407756Z [ERROR] Tests run: 19, Failures: 3, Errors: 0, Skipped: 5
2024-06-15T01:31:04.5429481Z [INFO] testsuite .......................................... FAILURE [29:13 min]
2024-06-15T01:31:04.5456121Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 2 weeks ago

Caused by: https://github.com/Karm/mandrel-integration-tests/issues/260

mandrel-bot commented 2 weeks ago

The build is still failing!

Filtered Logs:

2024-06-17T14:11:30.0462604Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 292.485 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-17T14:11:30.0468518Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 181.905 s  <<< FAILURE!
2024-06-17T14:24:28.1500718Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 366.653 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-17T14:24:28.1502626Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 301.71 s  <<< FAILURE!
2024-06-17T14:33:30.4915455Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 542.337 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-17T14:33:30.4916955Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 373.559 s  <<< FAILURE!
2024-06-17T14:33:30.8189718Z [ERROR] Failures: 
2024-06-17T14:33:30.8193715Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:306 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.DebugSymbolsTest/debugSymbolsQuarkus/build-and-run.log and check these offending lines: 
2024-06-17T14:33:30.8210757Z [ERROR]   JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
2024-06-17T14:33:30.8227793Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:200->testRuntime:156 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.RuntimesSmokeTest/quarkusFullMicroProfile/build-and-run.log and check these offending lines: 
2024-06-17T14:33:30.8242131Z [ERROR] Tests run: 19, Failures: 3, Errors: 0, Skipped: 5
2024-06-17T14:33:30.8246928Z [INFO] testsuite .......................................... FAILURE [27:00 min]
2024-06-17T14:33:30.8275254Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 1 week ago

Build fixed: