Munish Chouhan
Munish Chouhan
@kirillp thanks for reporting the issue we will look into it and get back to you
@kirillp please try with GraalVM 21.0.0.2 https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-21.0.0.2 It worked for me ``` C:\graalvm-ce-java11-21.0.0.2\lib\svm\bin\native-image.exe -cp C:\Users\mchouhan\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk8\1.4.31\kotlin-stdlib-jdk8-1.4.31.jar;C:\Users\mchouhan\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib\1.4.31\kotlin-stdlib-1.4.31.jar;C:\Users\mchouhan\.m2\repository\org\jetbrains\annotations\13.0\annotations-13.0.jar;C:\Users\mchouhan\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk7\1.4.31\kotlin-stdlib-jdk7-1.4.31.jar;C:\Users\mchouhan\.m2\repository\org\jetbrains\kotlinx\kotlinx-coroutines-core-jvm\1.4.1\kotlinx-coroutines-core-jvm-1.4.1.jar;C:\Users\mchouhan\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-common\1.4.0\kotlin-stdlib-common-1.4.0.jar;C:\Users\mchouhan\Desktop\github\3279\graalSamples\simpleApp\target\add-1.0-SNAPSHOT.jar --no-fallback --shared -H:Optimize=2 -H:Name=GraalSample [GraalSample:15804] classlist: 1,011.65 ms, 0.96 GB [GraalSample:15804] (cap): 21,070.78 ms, 0.96...
@kirillp thanks for the clarification, I have raised the bug with our dev team. I will be resolved in future releases
@sdeleuze Thanks for reporting the Issue We will check it out and come back to you
@rmannibucau thanks for the feature request we will look into it and update the issue
@jiekang thanks for reporting the bug We will look into it
@jiekang We have added this in our feature list and will be fixed in future releases, please do check out https://www.graalvm.org/ to get update on future releases.
build process is getting stuck at ``` 2024-05-16 17:18:32 time="2024-05-16T15:18:32Z" level=debug msg="auto snapshotter: overlayfs is not available for /var/lib/buildkit, trying fuse-overlayfs: failed to mount overlay: operation not permitted" 2024-05-16 17:18:32...
@arnaualcazar as you already tried buildkit, plase take a look on this PR and fi you get some idea about why its getting stuck, pleas share
> Have you tried running it just using the `docker run` cli? yes, in local i tried with both k8s and docker