Karm Michal Babacek

Results 98 comments of Karm Michal Babacek

Normal container build works, it's the remote container build that's hitting issues: ``` +++ b/integration-tests/awt-packaging/src/main/resources/application.properties @@ -1,2 +1,2 @@ quarkus.lambda.handler=test -quarkus.native.remote-container-build=true +quarkus.native.remote-container-build=false ```

It's because the NativeImageBuildRemoteContainerRunner did not receive the same amount of love as NativeImageBuildLocalContainerRunner did when it comes to constructing `--user` permissions when creating volumes. That is problematic for rootless...

I cycled to this issue to find out the test is giving false negatives. First, it silently runs with a builder image and .so files are not in test's ./target...

It was not like that back in the day, so it's something about the test infrastructure that has been changing a lot since...

I commented the use of the test here and added the check for false negatives: https://github.com/quarkusio/quarkus/pull/50603/files#diff-6e9d107f10d4f3a9608790ae0d630a631e9de6d481b15f963ddab99e9ed6937d There are no error messages for AWT packaging test. The no-awt logs errors though...

I don't think this is an issue at all. Using AWT merely requires some reflective access, JNI access etc., so native tracing agent is needed to assess what json config...

Hello @Eng-Fouad , first and foremost, thanks so much for looking into this. There are some things to clear out, but given the fact that Windows, unlike MacOS, is supported...

@Eng-Fouad Not sure if closing this PR and kind of losing the track is a good idea. I would prefer we iterate here, keep the context in a one thread,...

@Eng-Fouad, so looking at it briefly, ``` Caused by: java.lang.RuntimeException: Fontconfig head is null, check your fonts or fonts configuration at java.desktop@25/sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1242) at java.desktop@25/sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:207) at java.desktop@25/sun.awt.FontConfiguration.init(FontConfiguration.java:103) at java.desktop@25/sun.awt.Win32FontManager.createFontConfiguration(Win32FontManager.java:169) at java.desktop@25/sun.font.SunFontManager.(SunFontManager.java:341)...

@Eng-Fouad On my list to circle back to this. Needs to wait a bit.