Karm / mandrel-integration-tests

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

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

Open zakkak opened 6 months ago

zakkak commented 6 months ago

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

mandrel-bot commented 5 months ago

Unfortunately, the build failed!

Filtered Logs:

2024-01-19T02:09:05.6022985Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 81.209 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-01-19T02:09:05.6028667Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 11.324 s  <<< FAILURE!
2024-01-19T02:19:48.7838150Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 109.231 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-01-19T02:19:48.7840320Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 2.728 s  <<< ERROR!
2024-01-19T02:26:34.4414306Z [ERROR] Failures: 
2024-01-19T02:26:34.4416023Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:252 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-01-19T02:26:34.4419166Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:202->testRuntime:99 » IllegalArgument
2024-01-19T02:26:34.4454541Z [ERROR] Tests run: 19, Failures: 1, Errors: 1, Skipped: 5
2024-01-19T02:26:34.4479525Z [INFO] testsuite .......................................... FAILURE [18:59 min]
2024-01-19T02:26:34.4507446Z [ERROR]   mvn <args> -rf :testsuite

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

zakkak commented 5 months ago

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

mandrel-bot commented 5 months ago

Build fixed:

mandrel-bot commented 3 months ago

Unfortunately, the build failed!

Filtered Logs:

2024-03-26T02:55:19.0686759Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 421.135 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-03-26T02:55:19.0693161Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 352.83 s  <<< FAILURE!
2024-03-26T03:16:26.7771336Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 310.607 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-03-26T03:16:26.7772768Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 199.264 s  <<< FAILURE!
2024-03-26T03:16:27.1025026Z [ERROR] Failures: 
2024-03-26T03:16:27.1028456Z [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-26T03:16:27.1042906Z [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-26T03:16:27.1075001Z [ERROR] Tests run: 19, Failures: 2, Errors: 0, Skipped: 5
2024-03-26T03:16:27.1122993Z [INFO] testsuite .......................................... FAILURE [28:16 min]
2024-03-26T03:16:27.1144113Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 3 months ago

The build is still failing!

Filtered Logs:

2024-03-26T04:58:15.5562097Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 433.799 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-03-26T04:58:15.5563776Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 364.968 s  <<< FAILURE!
2024-03-26T05:19:29.6495451Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 314.245 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-03-26T05:19:29.6497098Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 204.076 s  <<< FAILURE!
2024-03-26T05:19:29.9780883Z [ERROR] Failures: 
2024-03-26T05:19:29.9784487Z [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:19:29.9811217Z [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:19:29.9822531Z [ERROR] Tests run: 19, Failures: 2, Errors: 0, Skipped: 5
2024-03-26T05:19:29.9848664Z [INFO] testsuite .......................................... FAILURE [28:35 min]
2024-03-26T05:19:29.9873498Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 3 months ago

The build is still failing!

Filtered Logs:

2024-03-26T04:37:51.1945473Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 424.818 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-03-26T04:37:51.1947264Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 355.066 s  <<< FAILURE!
2024-03-26T04:59:06.8702599Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 315.795 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-03-26T04:59:06.8704343Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 204.496 s  <<< FAILURE!
2024-03-26T04:59:07.1976452Z [ERROR] Failures: 
2024-03-26T04:59:07.1980104Z [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-26T04:59:07.1996241Z [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-26T04:59:07.2002573Z [ERROR] Tests run: 19, Failures: 2, Errors: 0, Skipped: 5
2024-03-26T04:59:07.2036528Z [INFO] testsuite .......................................... FAILURE [28:27 min]
2024-03-26T04:59:07.2064277Z [ERROR]   mvn <args> -rf :testsuite

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

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 3 months ago

Unfortunately, the build failed!

Filtered Logs:

2024-03-31T02:26:27.1253213Z Error: Class initialization of io.quarkus.runner.ApplicationImpl failed. This error is reported at image build time because class io.quarkus.runner.ApplicationImpl is registered for linking at image build time by command line and command line. Use the option 
2024-03-31T02:26:27.1424231Z Error: com.oracle.svm.core.util.UserError$UserException: Class initialization of io.quarkus.runner.ApplicationImpl failed. Use the option 
2024-03-31T02:27:46.6684992Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 112.523 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-03-31T02:27:46.6687125Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 40.626 s  <<< FAILURE!
2024-03-31T02:49:42.9959519Z [ERROR] Failures: 
2024-03-31T02:49:42.9961086Z [ERROR]   DebugSymbolsTest.debugSymbolsQuarkus:254 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: <true> but was: <false>
2024-03-31T02:49:42.9963126Z [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 5
2024-03-31T02:49:43.0020448Z [INFO] testsuite .......................................... FAILURE [23:55 min]
2024-03-31T02:49:43.0040649Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 3 months ago

Build fixed:

mandrel-bot commented 2 months ago

Unfortunately, the build failed!

Filtered Logs:

2024-04-12T02:33:33.4180723Z Error: Class initialization of io.quarkus.runner.ApplicationImpl failed. This error is reported at image build time because class io.quarkus.runner.ApplicationImpl is registered for linking at image build time by command line and command line. Use the option 
2024-04-12T02:33:33.4460591Z Error: com.oracle.svm.core.util.UserError$UserException: Class initialization of io.quarkus.runner.ApplicationImpl failed. Use the option 
2024-04-12T02:33:33.6026362Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 160.19 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-04-12T02:33:33.6030665Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 38.636 s  <<< FAILURE!
2024-04-12T02:50:56.7057055Z [ERROR] Failures: 
2024-04-12T02:50:56.7061026Z [ERROR]   RuntimesSmokeTest.quarkusFullMicroProfile:203->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-04-12T02:50:56.7064073Z [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 5
2024-04-12T02:50:56.7123474Z [INFO] testsuite .......................................... FAILURE [28:14 min]
2024-04-12T02:50:56.7148228Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 2 months ago
2024-04-12T02:33:33.4180723Z Error: Class initialization of io.quarkus.runner.ApplicationImpl failed. This error is reported at image build time because class io.quarkus.runner.ApplicationImpl is registered for linking at image build time by command line and command line. Use the option

Interesting. This is https://github.com/quarkusio/quarkus/issues/39526 (should be solved once 23+18 is being used)

mandrel-bot commented 2 months ago

Build fixed:

mandrel-bot commented 2 months ago

Unfortunately, the build failed!

Filtered Logs:

2024-04-17T02:28:38.5433735Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1,047.342 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-04-17T02:28:38.5434665Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 884.834 s  <<< FAILURE!
2024-04-17T02:34:49.4168972Z [ERROR] Failures: 
2024-04-17T02:34:49.4171423Z [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-17T02:34:49.4173951Z [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 5
2024-04-17T02:34:49.4223123Z [INFO] testsuite .......................................... FAILURE [35:47 min]
2024-04-17T02:34:49.4243486Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 2 months ago

Build fixed:

mandrel-bot commented 1 month ago

Unfortunately, the build failed!

Filtered Logs:

2024-05-23T01:06:25.8057831Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 319.015 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-23T01:06:25.8059517Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 198.442 s  <<< FAILURE!
2024-05-23T01:13:48.2834131Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 442.465 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-05-23T01:13:48.2835857Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 93.189 s  <<< FAILURE!
2024-05-23T01:20:02.1635332Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 373.882 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-05-23T01:20:02.1637494Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 304.427 s  <<< FAILURE!
2024-05-23T01:29:09.8023653Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 547.635 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-05-23T01:29:09.8025139Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 381.382 s  <<< FAILURE!
2024-05-23T01:29:10.1320583Z [ERROR] Failures: 
2024-05-23T01:29:10.1324819Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-05-23T01:29:10.1334555Z [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-05-23T01:29:10.1343777Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05-23T01:29:10.1354122Z [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-05-23T01:29:10.1361283Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-05-23T01:29:10.1381094Z [INFO] testsuite .......................................... FAILURE [28:11 min]
2024-05-23T01:29:10.1413321Z [ERROR]   mvn <args> -rf :testsuite

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

zakkak commented 1 month ago

The warning shown is:

Warning: Option 'DynamicProxyConfigurationResources' is deprecated and might be removed in a future release. Please refer to the GraalVM release notes. ==> expected: <true> but was: <false>

Interestingly the option has been deprecated for quiet some time so it looks like for some reason the option is being added while it didn't in the past.

Looking at the Quarkus logs it doesn't look like it's being added by us:

 [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildRunner] /home/runner/work/mandrel/mandrel/graalvm-home/bin/native-image -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -J-Dsun.nio.ch.maxUpdateArraySize=100 -J-Dlogging.initial-configurator.min-level=500 -J-Dvertx.logger-delegate-factory-class-name=io.quarkus.vertx.core.runtime.VertxLogDelegateFactory -J-Dvertx.disableDnsResolver=true -J-Dio.netty.leakDetection.level=DISABLED -J-Dio.netty.allocator.maxOrder=3 -J-Duser.language=en -J-Duser.country=US -J-Dfile.encoding=UTF-8 --features=io.quarkus.runner.Feature,io.quarkus.runtime.graal.DisableLoggingFeature -J--add-exports=java.security.jgss/sun.security.krb5=ALL-UNNAMED -J--add-opens=java.base/java.text=ALL-UNNAMED -J--add-opens=java.base/java.io=ALL-UNNAMED -J--add-opens=java.base/java.lang.invoke=ALL-UNNAMED -J--add-opens=java.base/java.util=ALL-UNNAMED -H:+UnlockExperimentalVMOptions -H:BuildOutputJSONFile=quarkus-runner-build-output-stats.json -H:-UnlockExperimentalVMOptions -H:+UnlockExperimentalVMOptions -H:Log=registerResource: -H:-UnlockExperimentalVMOptions --trace-object-instantiation=java.util.Random -H:+UnlockExperimentalVMOptions -H:+AllowFoldMethods -H:-UnlockExperimentalVMOptions -J-Djava.awt.headless=true --no-fallback --link-at-build-time -H:+UnlockExperimentalVMOptions -H:+ReportExceptionStackTraces -H:-UnlockExperimentalVMOptions -H:-AddAllCharsets --enable-url-protocols=http,https -H:NativeLinkerOption=-no-pie --enable-monitoring=heapdump -H:+UnlockExperimentalVMOptions -H:-UseServiceLoaderFeature -H:-UnlockExperimentalVMOptions -J--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED --exclude-config io\.netty\.netty-codec /META-INF/native-image/io\.netty/netty-codec/generated/handlers/reflect-config\.json --exclude-config io\.netty\.netty-handler /META-INF/native-image/io\.netty/netty-handler/generated/handlers/reflect-config\.json quarkus-runner -jar quarkus-runner.jar

so my guess is that a dependency includes it in its' native-image.properties file.

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-05-24T01:12:49.8991808Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 298.112 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-24T01:12:49.8993987Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 183.488 s  <<< FAILURE!
2024-05-24T01:19:55.2060743Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 425.302 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-05-24T01:19:55.2062939Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 94.097 s  <<< FAILURE!
2024-05-24T01:26:11.3858135Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 376.175 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-05-24T01:26:11.3859932Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 309.673 s  <<< FAILURE!
2024-05-24T01:35:11.3849808Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 539.997 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-05-24T01:35:11.3850952Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 372.881 s  <<< FAILURE!
2024-05-24T01:35:11.7165898Z [ERROR] Failures: 
2024-05-24T01:35:11.7169641Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-05-24T01:35:11.7178636Z [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-05-24T01:35:11.7184129Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05-24T01:35:11.7189493Z [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-05-24T01:35:11.7193561Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-05-24T01:35:11.7231706Z [INFO] testsuite .......................................... FAILURE [27:27 min]
2024-05-24T01:35:11.7261143Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-05-25T01:03:50.5148555Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 302.91 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-25T01:03:50.5154446Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 192.391 s  <<< FAILURE!
2024-05-25T01:10:47.9163978Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 417.394 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-05-25T01:10:47.9169743Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 87.629 s  <<< FAILURE!
2024-05-25T01:16:48.9985311Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 361.072 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-05-25T01:16:48.9987024Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 295.167 s  <<< FAILURE!
2024-05-25T01:25:22.7622450Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 513.76 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-05-25T01:25:22.7625389Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 353.54 s  <<< FAILURE!
2024-05-25T01:25:23.0912900Z [ERROR] Failures: 
2024-05-25T01:25:23.0916559Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-05-25T01:25:23.0924705Z [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-05-25T01:25:23.0929757Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05-25T01:25:23.0935529Z [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-05-25T01:25:23.0939647Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-05-25T01:25:23.0997409Z [INFO] testsuite .......................................... FAILURE [26:42 min]
2024-05-25T01:25:23.1024362Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-05-26T01:11:46.1350046Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 290.057 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-26T01:11:46.1356356Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 181.823 s  <<< FAILURE!
2024-05-26T01:18:40.0692972Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 413.917 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-05-26T01:18:40.0696305Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 87.139 s  <<< FAILURE!
2024-05-26T01:24:35.1334054Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 355.051 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-05-26T01:24:35.1339699Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 290.175 s  <<< FAILURE!
2024-05-26T01:33:19.7660503Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 524.627 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-05-26T01:33:19.7662453Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 364.675 s  <<< FAILURE!
2024-05-26T01:33:20.0964859Z [ERROR] Failures: 
2024-05-26T01:33:20.0968519Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-05-26T01:33:20.0978746Z [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-05-26T01:33:20.0987492Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05-26T01:33:20.0995692Z [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-05-26T01:33:20.0999682Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-05-26T01:33:20.1022383Z [INFO] testsuite .......................................... FAILURE [26:29 min]
2024-05-26T01:33:20.1053372Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-05-27T01:13:50.6931619Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 291.772 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-27T01:13:50.6935057Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 181.777 s  <<< FAILURE!
2024-05-27T01:20:44.8352704Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 414.134 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-05-27T01:20:44.8356159Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 87.566 s  <<< FAILURE!
2024-05-27T01:26:36.3452769Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 351.504 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-05-27T01:26:36.3467667Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 285.489 s  <<< FAILURE!
2024-05-27T01:35:10.2012927Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 513.854 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-05-27T01:35:10.2014605Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 355.596 s  <<< FAILURE!
2024-05-27T01:35:10.5269769Z [ERROR] Failures: 
2024-05-27T01:35:10.5273510Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-05-27T01:35:10.5281371Z [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-05-27T01:35:10.5286298Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05-27T01:35:10.5291683Z [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-05-27T01:35:10.5295443Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-05-27T01:35:10.5325126Z [INFO] testsuite .......................................... FAILURE [26:17 min]
2024-05-27T01:35:10.5346256Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 1 month ago

See comment https://github.com/Karm/mandrel-integration-tests/issues/244#issuecomment-2126652972 for an analysis.

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-05-28T01:03:47.4595112Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 299.755 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-28T01:03:47.4601527Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 184.914 s  <<< FAILURE!
2024-05-28T01:10:47.4695934Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 420.003 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-05-28T01:10:47.4699260Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 90.465 s  <<< FAILURE!
2024-05-28T01:16:49.1266345Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 361.653 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-05-28T01:16:49.1268137Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 294.342 s  <<< FAILURE!
2024-05-28T01:25:37.2247906Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 528.095 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-05-28T01:25:37.2250060Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 367.688 s  <<< FAILURE!
2024-05-28T01:25:37.5511800Z [ERROR] Failures: 
2024-05-28T01:25:37.5515545Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-05-28T01:25:37.5523905Z [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-05-28T01:25:37.5528981Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05-28T01:25:37.5534033Z [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-05-28T01:25:37.5538115Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-05-28T01:25:37.5568409Z [INFO] testsuite .......................................... FAILURE [26:59 min]
2024-05-28T01:25:37.5601445Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 1 month ago

See comment https://github.com/Karm/mandrel-integration-tests/issues/244#issuecomment-2126652972 for an analysis.

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-05-29T01:02:36.6946171Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 304.225 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-29T01:02:36.6949539Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 188.853 s  <<< FAILURE!
2024-05-29T01:09:37.3664323Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 420.663 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-05-29T01:09:37.3667672Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 89.276 s  <<< FAILURE!
2024-05-29T01:15:41.0611290Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 363.689 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-05-29T01:15:41.0612942Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 296.847 s  <<< FAILURE!
2024-05-29T01:24:30.3773954Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 529.314 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-05-29T01:24:30.3775418Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 366.339 s  <<< FAILURE!
2024-05-29T01:24:30.7048361Z [ERROR] Failures: 
2024-05-29T01:24:30.7052414Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-05-29T01:24:30.7062304Z [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-05-29T01:24:30.7072002Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05-29T01:24:30.7081539Z [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-05-29T01:24:30.7088533Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-05-29T01:24:30.7107958Z [INFO] testsuite .......................................... FAILURE [27:06 min]
2024-05-29T01:24:30.7132083Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-05-30T01:10:10.3477067Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 316.412 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-30T01:10:10.3483054Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 193.002 s  <<< FAILURE!
2024-05-30T01:17:12.6560434Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 422.301 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-05-30T01:17:12.6561987Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 89.088 s  <<< FAILURE!
2024-05-30T01:23:22.4213608Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 369.76 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-05-30T01:23:22.4214972Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 301.666 s  <<< FAILURE!
2024-05-30T01:32:19.3453343Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 536.921 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-05-30T01:32:19.3454995Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 374.123 s  <<< FAILURE!
2024-05-30T01:32:19.6746449Z [ERROR] Failures: 
2024-05-30T01:32:19.6753580Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-05-30T01:32:19.6763418Z [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-05-30T01:32:19.6772746Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05-30T01:32:19.6782274Z [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-05-30T01:32:19.6789629Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-05-30T01:32:19.6808786Z [INFO] testsuite .......................................... FAILURE [27:36 min]
2024-05-30T01:32:19.6829879Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-05-31T01:09:20.0883119Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 300.203 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-05-31T01:09:20.0885206Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 184.893 s  <<< FAILURE!
2024-05-31T01:16:20.1884671Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 420.096 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-05-31T01:16:20.1886318Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 90.322 s  <<< FAILURE!
2024-05-31T01:22:19.4889574Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 359.297 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-05-31T01:22:19.4891224Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 292.793 s  <<< FAILURE!
2024-05-31T01:31:09.3172932Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 529.826 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-05-31T01:31:09.3174605Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 366.362 s  <<< FAILURE!
2024-05-31T01:31:09.6445483Z [ERROR] Failures: 
2024-05-31T01:31:09.6449346Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-05-31T01:31:09.6456948Z [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-05-31T01:31:09.6462129Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05-31T01:31:09.6467160Z [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-05-31T01:31:09.6471217Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-05-31T01:31:09.6497516Z [INFO] testsuite .......................................... FAILURE [26:58 min]
2024-05-31T01:31:09.6517593Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 1 month ago

See comment https://github.com/Karm/mandrel-integration-tests/issues/244#issuecomment-2126652972 for an analysis.

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-06-01T01:03:11.6813797Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 296.177 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-01T01:03:11.6815818Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 184.771 s  <<< FAILURE!
2024-06-01T01:10:07.8564089Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 416.159 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-01T01:10:07.8567562Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 89.682 s  <<< FAILURE!
2024-06-01T01:16:02.5860777Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 354.723 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-01T01:16:02.5862428Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 288.773 s  <<< FAILURE!
2024-06-01T01:24:41.2953859Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 518.707 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-01T01:24:41.2954959Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 359.573 s  <<< FAILURE!
2024-06-01T01:24:41.6220256Z [ERROR] Failures: 
2024-06-01T01:24:41.6223214Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-06-01T01:24:41.6230847Z [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-01T01:24:41.6235975Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-01T01:24:41.6241013Z [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-01T01:24:41.6245191Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-01T01:24:41.6286432Z [INFO] testsuite .......................................... FAILURE [26:33 min]
2024-06-01T01:24:41.6311276Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-06-02T01:00:45.1402482Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 299.658 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-02T01:00:45.1409085Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 187.435 s  <<< FAILURE!
2024-06-02T01:07:38.3194082Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 413.171 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-02T01:07:38.3244476Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 86.375 s  <<< FAILURE!
2024-06-02T01:13:34.6700153Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 356.346 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-02T01:13:34.6701793Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 290.813 s  <<< FAILURE!
2024-06-02T01:22:15.5464024Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 520.874 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-02T01:22:15.5465528Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 361.173 s  <<< FAILURE!
2024-06-02T01:22:15.8761639Z [ERROR] Failures: 
2024-06-02T01:22:15.8765579Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-06-02T01:22:15.8775214Z [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-02T01:22:15.8784490Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-02T01:22:15.8792949Z [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-02T01:22:15.8797879Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-02T01:22:15.8823825Z [INFO] testsuite .......................................... FAILURE [26:38 min]
2024-06-02T01:22:15.8848012Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-06-03T01:05:56.5452966Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 293.971 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-03T01:05:56.5454955Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 182.245 s  <<< FAILURE!
2024-06-03T01:12:43.6016465Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 407.049 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-03T01:12:43.6022841Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 84.974 s  <<< FAILURE!
2024-06-03T01:18:38.1830298Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 354.575 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-03T01:18:38.1832393Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 289.717 s  <<< FAILURE!
2024-06-03T01:27:18.5012475Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 520.316 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-03T01:27:18.5014445Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 362.438 s  <<< FAILURE!
2024-06-03T01:27:18.8290041Z [ERROR] Failures: 
2024-06-03T01:27:18.8293743Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-06-03T01:27:18.8301874Z [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-03T01:27:18.8311731Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-03T01:27:18.8321001Z [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-03T01:27:18.8326324Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-03T01:27:18.8352702Z [INFO] testsuite .......................................... FAILURE [26:22 min]
2024-06-03T01:27:18.8380539Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 1 month ago

See this https://github.com/Karm/mandrel-integration-tests/issues/244#issuecomment-2126652972 for an analysis.

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-06-04T01:03:37.4678250Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 300.483 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-04T01:03:37.4684872Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 187.424 s  <<< FAILURE!
2024-06-04T01:10:32.9591976Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 415.473 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-04T01:10:32.9597789Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 88.284 s  <<< FAILURE!
2024-06-04T01:16:29.5803544Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 356.608 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-04T01:16:29.5807176Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 290.864 s  <<< FAILURE!
2024-06-04T01:25:03.3807137Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 513.796 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-04T01:25:03.3809179Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 354.661 s  <<< FAILURE!
2024-06-04T01:25:03.7059800Z [ERROR] Failures: 
2024-06-04T01:25:03.7063529Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-06-04T01:25:03.7072707Z [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-04T01:25:03.7082498Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-04T01:25:03.7092270Z [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-04T01:25:03.7097703Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-04T01:25:03.7121818Z [INFO] testsuite .......................................... FAILURE [26:33 min]
2024-06-04T01:25:03.7149859Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 1 month ago

The build is still failing!

Filtered Logs:

2024-06-04T07:14:29.2870928Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 311.883 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-04T07:14:29.2877382Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 194.551 s  <<< FAILURE!
2024-06-04T07:21:42.0008317Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 432.705 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-04T07:21:42.0010340Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 91.87 s  <<< FAILURE!
2024-06-04T07:27:51.3491117Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 369.344 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-04T07:27:51.3493149Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 301.146 s  <<< FAILURE!
2024-06-04T07:36:51.1357765Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 539.783 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-04T07:36:51.1359638Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 374.004 s  <<< FAILURE!
2024-06-04T07:36:51.4672344Z [ERROR] Failures: 
2024-06-04T07:36:51.4676208Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-06-04T07:36:51.4684404Z [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-04T07:36:51.4689973Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-04T07:36:51.4695090Z [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-04T07:36:51.4698903Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-04T07:36:51.4719675Z [INFO] testsuite .......................................... FAILURE [27:40 min]
2024-06-04T07:36:51.4741413Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 1 month ago

See this https://github.com/Karm/mandrel-integration-tests/issues/244#issuecomment-2126652972 for an analysis.

mandrel-bot commented 4 weeks ago

The build is still failing!

Filtered Logs:

2024-06-05T01:02:06.7614166Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 296.999 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-05T01:02:06.7620122Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 185.525 s  <<< FAILURE!
2024-06-05T01:09:04.0324759Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 417.264 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-05T01:09:04.0326307Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 87.827 s  <<< FAILURE!
2024-06-05T01:15:03.9400367Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 359.902 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-05T01:15:03.9401964Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 292.394 s  <<< FAILURE!
2024-06-05T01:23:50.8665649Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 526.922 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-05T01:23:50.8667187Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 365.843 s  <<< FAILURE!
2024-06-05T01:23:51.1940446Z [ERROR] Failures: 
2024-06-05T01:23:51.1944326Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-06-05T01:23:51.1954631Z [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-05T01:23:51.1964293Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-05T01:23:51.1973735Z [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-05T01:23:51.1980793Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-05T01:23:51.2001480Z [INFO] testsuite .......................................... FAILURE [26:47 min]
2024-06-05T01:23:51.2025261Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 4 weeks ago

See this https://github.com/Karm/mandrel-integration-tests/issues/244#issuecomment-2126652972 for an analysis.

mandrel-bot commented 4 weeks ago

The build is still failing!

Filtered Logs:

2024-06-06T01:11:28.2300040Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 300.475 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-06T01:11:28.2301793Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 184.58 s  <<< FAILURE!
2024-06-06T01:18:22.2934671Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 414.056 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-06T01:18:22.2936754Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 88.305 s  <<< FAILURE!
2024-06-06T01:24:23.2189968Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 360.918 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-06T01:24:23.2191809Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 296.269 s  <<< FAILURE!
2024-06-06T01:33:10.7625151Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 527.54 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-06T01:33:10.7626640Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 368.92 s  <<< FAILURE!
2024-06-06T01:33:11.0886790Z [ERROR] Failures: 
2024-06-06T01:33:11.0890885Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:646 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.AppReproducersTest/imageioAWTTest/build-and-run.log and check these offending lines: 
2024-06-06T01:33:11.0900441Z [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-06T01:33:11.0909807Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-06T01:33:11.0919231Z [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-06T01:33:11.0927183Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-06T01:33:11.0932783Z [INFO] testsuite .......................................... FAILURE [26:49 min]
2024-06-06T01:33:11.0959666Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 4 weeks ago

See this https://github.com/Karm/mandrel-integration-tests/issues/244#issuecomment-2126652972 for an analysis.

mandrel-bot commented 3 weeks ago

The build is still failing!

Filtered Logs:

2024-06-07T00:59:48.4359157Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 301.293 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-07T00:59:48.4360874Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 190.123 s  <<< FAILURE!
2024-06-07T01:06:39.0709520Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 410.63 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-07T01:06:39.0715167Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 86.64 s  <<< FAILURE!
2024-06-07T01:12:41.1586781Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 362.081 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-07T01:12:41.1589069Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 295.87 s  <<< FAILURE!
2024-06-07T01:21:20.7469273Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 519.586 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-07T01:21:20.7470602Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 359.782 s  <<< FAILURE!
2024-06-07T01:21:21.0748397Z [ERROR] Failures: 
2024-06-07T01:21:21.0749878Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
2024-06-07T01:21:21.0760881Z [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-07T01:21:21.0766322Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-07T01:21:21.0771714Z [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-07T01:21:21.0775646Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-07T01:21:21.0819815Z [INFO] testsuite .......................................... FAILURE [26:40 min]
2024-06-07T01:21:21.0843054Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 3 weeks ago

The build is still failing!

Filtered Logs:

2024-06-08T01:01:19.7797021Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 295.951 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-08T01:01:19.7798742Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 185.18 s  <<< FAILURE!
2024-06-08T01:08:12.1216620Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 412.337 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-08T01:08:12.1221548Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 85.415 s  <<< FAILURE!
2024-06-08T01:14:08.0014932Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 355.876 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-08T01:14:08.0016168Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 290.077 s  <<< FAILURE!
2024-06-08T01:22:52.4163952Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 524.412 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-08T01:22:52.4167266Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 365.005 s  <<< FAILURE!
2024-06-08T01:22:52.7441483Z [ERROR] Failures: 
2024-06-08T01:22:52.7442855Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
2024-06-08T01:22:52.7456873Z [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-08T01:22:52.7465035Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-08T01:22:52.7470435Z [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-08T01:22:52.7475187Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-08T01:22:52.7486063Z [INFO] testsuite .......................................... FAILURE [26:35 min]
2024-06-08T01:22:52.7519735Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 3 weeks ago

The build is still failing!

Filtered Logs:

2024-06-09T01:03:38.0718755Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 292.548 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-09T01:03:38.0720472Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 182.294 s  <<< FAILURE!
2024-06-09T01:10:23.4320849Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 405.355 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-09T01:10:23.4322695Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 83.352 s  <<< FAILURE!
2024-06-09T01:16:21.2108589Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 357.773 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-09T01:16:21.2110219Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 292.333 s  <<< FAILURE!
2024-06-09T01:25:00.2376696Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 519.025 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-09T01:25:00.2378749Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 360.46 s  <<< FAILURE!
2024-06-09T01:25:00.5635874Z [ERROR] Failures: 
2024-06-09T01:25:00.5637240Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
2024-06-09T01:25:00.5647756Z [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-09T01:25:00.5652715Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-09T01:25:00.5657782Z [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-09T01:25:00.5661598Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-09T01:25:00.5708070Z [INFO] testsuite .......................................... FAILURE [26:21 min]
2024-06-09T01:25:00.5737150Z [ERROR]   mvn <args> -rf :testsuite

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

mandrel-bot commented 3 weeks ago

The build is still failing!

Filtered Logs:

2024-06-10T01:02:04.7756920Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 306.014 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
2024-06-10T01:02:04.7758854Z [ERROR] quarkusFullMicroProfile{TestInfo}  Time elapsed: 187.273 s  <<< FAILURE!
2024-06-10T01:09:00.0746982Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 415.289 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-10T01:09:00.0748589Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 87.509 s  <<< FAILURE!
2024-06-10T01:15:11.4856956Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 371.407 s <<< FAILURE! - in org.graalvm.tests.integration.DebugSymbolsTest
2024-06-10T01:15:11.4858654Z [ERROR] debugSymbolsQuarkus{TestInfo}  Time elapsed: 304.951 s  <<< FAILURE!
2024-06-10T01:24:02.7796828Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 531.292 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-10T01:24:02.7798129Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 369.191 s  <<< FAILURE!
2024-06-10T01:24:03.1087738Z [ERROR] Failures: 
2024-06-10T01:24:03.1089204Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
2024-06-10T01:24:03.1102388Z [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-10T01:24:03.1111798Z [ERROR]   JFRTest.jfrPerfTest:181->jfrPerfTestRun:230 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-10T01:24:03.1121975Z [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-10T01:24:03.1128973Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-10T01:24:03.1143847Z [INFO] testsuite .......................................... FAILURE [27:14 min]
2024-06-10T01:24:03.1165585Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 3 weeks ago

All of the above are these warning messages:

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

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

mandrel-bot commented 5 days ago

The build is still failing!

Filtered Logs:

2024-06-29T01:17:54.8291057Z [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 512.908 s <<< FAILURE! - in org.graalvm.tests.integration.JFRTest
2024-06-29T01:17:54.8293048Z [ERROR] jfrOptionsSmokeTest{TestInfo}  Time elapsed: 73.961 s  <<< FAILURE!
2024-06-29T01:17:54.8320711Z [ERROR] jfrPerfTest{TestInfo}  Time elapsed: 355.743 s  <<< FAILURE!
2024-06-29T01:17:54.8396187Z [ERROR] jfrSmokeTest{TestInfo}  Time elapsed: 83.197 s  <<< FAILURE!
2024-06-29T01:30:35.5634819Z [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 403.458 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
2024-06-29T01:30:35.5635833Z [ERROR] imageioAWTTest{TestInfo}  Time elapsed: 82.494 s  <<< FAILURE!
2024-06-29T01:30:35.7459512Z [ERROR] Failures: 
2024-06-29T01:30:35.7460870Z [ERROR]   AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
2024-06-29T01:30:35.7471589Z [ERROR]   JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:922 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrOptionsSmokeTest/build-and-run.log and check these offending lines: 
2024-06-29T01:30:35.7479250Z [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-29T01:30:35.7489469Z [ERROR]   JFRTest.jfrSmokeTest:151->jfrSmoke:722 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log and check these offending lines: 
2024-06-29T01:30:35.7494222Z [ERROR] Tests run: 19, Failures: 4, Errors: 0, Skipped: 5
2024-06-29T01:30:35.7519363Z [INFO] testsuite .......................................... FAILURE [26:16 min]
2024-06-29T01:30:35.7542892Z [ERROR]   mvn <args> -rf :testsuite

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

jerboaa commented 3 days ago

Test failures are:

 Error:  Failures: 
Error:    AppReproducersTest.imageioAWTTest:501->imageioAWT:607 There were errors checking the generated image files, see:
mytest.jpg was not generated.
mytest_toL.png was not generated.
mytest.bmp was not generated.
mytest_toG.png was not generated.
mytest.gif was not generated.
mytest.svg was not generated.
mytest.png was not generated.
mytest.tiff was not generated.
mytest_Resized_Grace_M._Hopper.png was not generated.
mytest_toC.png was not generated.
mytest_toP.png was not generated.
mytest.wbmp was not generated.
mytest_toS.png was not generated. ==> expected: <true> but was: <false>
Error:    JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:922 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrOptionsSmokeTest/build-and-run.log and check these offending lines: 
[warn][jfr,system] Could not initialize JDK events. jfrTracing ==> expected: <true> but was: <false>
Error:    JFRTest.jfrPerfTest:185->jfrPerfTestRun:234 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrPerfTest/build-and-run.log and check these offending lines: 
[warn][jfr,system] Could not initialize JDK events. jfrTracing
Warning: Option 'DynamicProxyConfigurationResources' is deprecated and might be removed in a future release. Please refer to the GraalVM release notes. ==> expected: <true> but was: <false>
Error:    JFRTest.jfrSmokeTest:151->jfrSmoke:722 build-and-run.log log should not contain error or warning lines that are not whitelisted. See /home/runner/work/mandrel/mandrel/mandrel-integration-tests/testsuite/target/archived-logs/org.graalvm.tests.integration.JFRTest/jfrSmokeTest/build-and-run.log and check these offending lines: 
[warn][jfr,system] Could not initialize JDK events. jfrTracing ==> expected: <true> but was: <false>

So this is #268, #261 and #262. I'll handle the additional allow-list for #261.