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
390 stars 15 forks source link

[CI] Quarkus main fails with Java 23 mandrel build of `graal/master` on Linux #652

Closed zakkak closed 3 months ago

zakkak commented 9 months ago

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

mandrel-bot commented 9 months ago

Unfortunately, the build failed!

mandrel-bot commented 9 months ago

The build is still failing!

zakkak commented 9 months ago

Failures are due to https://github.com/adoptium/api.adoptium.net/issues/840

mandrel-bot commented 9 months ago

The build is still failing!

mandrel-bot commented 9 months ago

The build is still failing!

mandrel-bot commented 9 months ago

The build is still failing!

mandrel-bot commented 9 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

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

mandrel-bot commented 8 months ago

The build is still failing!

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

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

jerboaa commented 8 months ago

Build fix in progress in https://github.com/graalvm/mandrel-packaging/pull/384

mandrel-bot commented 8 months ago

The build is still failing!

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

zakkak commented 8 months ago
mandrel-bot commented 8 months ago

The build is still failing!

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

mandrel-bot commented 8 months ago

The build is still failing!

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

jerboaa commented 8 months ago

When generating the native-image-agent the build fails with:

        58 types,    58 fields, and    52 methods registered for JNI access
        4 native libraries: dl, pthread, rt, z

Error: Invalid library path /home/runner/work/mandrel/mandrelvm/lib/svm/clibraries/linux-amd64/glibc

I'll look into it.

jerboaa commented 8 months ago

The full error is:

Error: Invalid library path /disk/graal/upstream-sources/graal/mandrel-build/lib/svm/clibraries/linux-amd64/glibc
com.oracle.svm.core.util.UserError$UserException: Invalid library path /disk/graal/upstream-sources/graal/mandrel-build/lib/svm/clibraries/linux-amd64/glibc
    at org.graalvm.nativeimage.builder/com.oracle.svm.core.util.UserError.abort(UserError.java:94)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.c.NativeLibraries.getAllStaticLibs(NativeLibraries.java:480)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.c.NativeLibraries.getStaticLibraries(NativeLibraries.java:453)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.VMFeature.afterAnalysis(VMFeature.java:102)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.lambda$runPointsToAnalysis$13(NativeImageGenerator.java:823)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:92)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:823)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:571)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:537)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:526)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:701)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.start(NativeImageGeneratorRunner.java:140)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:95)
Caused by: java.nio.file.NoSuchFileException: /disk/graal/upstream-sources/graal/mandrel-build/lib/svm/clibraries/linux-amd64/glibc
    at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
    at java.base/sun.nio.fs.UnixException.asIOException(UnixException.java:115)
    at java.base/sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(UnixFileSystemProvider.java:501)
    at java.base/java.nio.file.Files.newDirectoryStream(Files.java:482)
    at java.base/java.nio.file.Files.list(Files.java:3790)
    at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.c.NativeLibraries.getAllStaticLibs(NativeLibraries.java:475)
    ... 11 more
------------------------------------------------------------------------------------------------------------------------

And the path indeed doesn't exist. This is a mandrel-packaging bug.

jerboaa commented 8 months ago

This is a mandrel-packaging bug.

Proposed fix in https://github.com/graalvm/mandrel-packaging/pull/385

mandrel-bot commented 8 months ago

The build is still failing!

jerboaa commented 8 months ago
mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

jerboaa commented 8 months ago
mandrel-bot commented 8 months ago

The build is still failing!

jerboaa commented 8 months ago
mandrel-bot commented 8 months ago

The build is still failing!

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

zakkak commented 8 months ago

Issue tracked in https://github.com/graalvm/mandrel/issues/663

mandrel-bot commented 8 months ago

The build is still failing!

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

jerboaa commented 8 months ago

Issue tracked in https://github.com/graalvm/mandrel/issues/663

mandrel-bot commented 8 months ago

The build is still failing!

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

zakkak commented 8 months ago
02:18:39.359 OpenSearch:Enabling execution of OPENSEARCH_HOME/bin/opensearch-performance-analyzer/performance-analyzer-agent-cli for OpenSearch Performance Analyzer Plugin
02:18:40.838 OpenSearch:Error: Could not find or load main class Cannot
02:18:40.838 OpenSearch:Caused by: java.lang.ClassNotFoundException: Cannot
Error:  DOCKER> [docker.io/opensearchproject/opensearch:2.9.0] "opensearch": Container stopped with exit code 1 unexpectedly after 2015 ms while waiting on url http://localhost:9200
Error:  DOCKER> Error occurred during container startup, shutting down...
[INFO] DOCKER> [docker.io/opensearchproject/opensearch:2.9.0] "opensearch": Stop and removed container 4fdd4fbefe87 after 0 ms
Error:  DOCKER> I/O Error [[docker.io/opensearchproject/opensearch:2.9.0] "opensearch": Container stopped with exit code 1 unexpectedly after 2015 ms while waiting on url http://localhost:9200]
[INFO] 
mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

mandrel-bot commented 8 months ago

The build is still failing!

zakkak commented 8 months ago

Build failure due to https://github.com/graalvm/mandrel/issues/665

mandrel-bot commented 8 months ago

The build is still failing!

zakkak commented 8 months ago

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

mandrel-bot commented 8 months ago

Build fixed: