graalvm / mandrel

Mandrel is a downstream distribution of the GraalVM community edition. Mandrel's main goal is to provide a native-image release specifically to support Quarkus.
Other
394 stars 15 forks source link

[CI] Quarkus main fails with Java 23 mandrel build of mandrel/24.1 on Windows #743

Closed mandrel-bot closed 2 months ago

mandrel-bot commented 4 months ago

This issue is automatically updated by CI to report issues with Quarkus main and mandrel builds of graal/master

Replacement of https://github.com/graalvm/mandrel/issues/653 (to not require special repository permissions for opening/closing the issue)

mandrel-bot commented 3 months ago

Build fixed:

mandrel-bot commented 3 months ago

Unfortunately, the build failed!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9457538042

zakkak commented 3 months ago

This is caused by upstream merging https://github.com/oracle/graal/pull/9078 which includes a patch for https://bugs.openjdk.org/browse/JDK-8331189 (available in jdk-23+26) not yet present in the temurin EA builds (the failed build used 23-beta+25-ea)

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9474651496

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9491642906

jerboaa commented 3 months ago

See https://github.com/graalvm/mandrel/issues/743#issuecomment-2160488472

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9496235553

mandrel-bot commented 3 months ago

The build is still failing!

zakkak commented 3 months ago

Failure is due to removed tags from upsream mx repo, tracked in https://github.com/graalvm/mx/issues/282

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9517084639

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9523962844

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9531936175

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9540048142

jerboaa commented 3 months ago

See https://github.com/graalvm/mandrel/issues/742#issuecomment-2160488944

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9548784737

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9556822225

mandrel-bot commented 3 months ago

The build is still failing!

zakkak commented 3 months ago

Caused by https://github.com/oracle/graal/issues/9145

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9589684111

jerboaa commented 3 months ago

See https://github.com/graalvm/mandrel/issues/742#issuecomment-2160488944

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9606266334

jerboaa commented 3 months ago

See https://github.com/graalvm/mandrel/issues/742#issuecomment-2160488944

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9621370521

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9629373018

mandrel-bot commented 3 months ago

The build is still failing!

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

mandrel-bot commented 3 months ago

The build is still failing!

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

jerboaa commented 3 months ago

The build is still failing!

* [Q main M 23 latest windows / Q IT Windows support](https://github.com/graalvm/mandrel/actions/runs/9654376920/job/26629136655)

  * Step: Build with Maven
    Filtered Logs:
2024-06-25T01:00:51.8896897Z [INFO] Quarkus - Integration Tests - RESTEasy Jackson ..... FAILURE [ 27.592 s]

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

This is caused by our CI using JDK 23 to build a 24.2 GraalVM tree which is supposed to be used with JDK 24. See https://github.com/graalvm/mandrel/issues/749

mandrel-bot commented 3 months ago

The build is still failing!

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

mandrel-bot commented 3 months ago

The build is still failing!

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

mandrel-bot commented 3 months ago

The build is still failing!

Link to failing CI run: https://github.com/graalvm/mandrel/actions/runs/9693519578

zakkak commented 3 months ago

The above issues should be resolved by https://github.com/graalvm/mandrel/pull/757 which will be tested in the next weekly CI run in a couple of days.

mandrel-bot commented 3 months ago

The build is still failing!

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

jerboaa commented 3 months ago

The build is still failing!

* [Q main M 24.1 JDK 23 EA windows / Q IT Windows support](https://github.com/graalvm/mandrel/actions/runs/9720067442/job/26831395227)

  * Step: Build with Maven
    Filtered Logs:
2024-06-29T01:02:44.6021859Z [INFO] Quarkus - Integration Tests - RESTEasy Jackson ..... FAILURE [04:20 min]

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

Example failure:

 Caused by: java.lang.NoSuchMethodError: jakarta.ws.rs.ext.Providers.getContextResolver(java.lang.Class, jakarta.ws.rs.core.MediaType)
    at jdk.proxy4/jdk.proxy4.$Proxy/sfa608265.$getMethod(Unknown Source)
    ... 38 more

... which should be fixed by #758, once that backport lands in the 23 release tree.

mandrel-bot commented 2 months ago

Build fixed: