Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Cannot be encoded into charset windows-1252 build error in LogManager #299

Open
jerboaa opened this issue Dec 2, 2024 · 3 comments

Comments

@jerboaa
Copy link
Collaborator

jerboaa commented Dec 2, 2024

quarkusFullMicroProfile test with JDK 21/24 CI fails on Windows with:

build-and-run.log log should not contain error or warning lines that are not whitelisted. See D:\a\mandrel\mandrel\testsuite\target\archived-logs\org.graalvm.tests.integration.RuntimesSmokeTest\quarkusFullMicroProfile\build-and-run.log and check these offending lines: 
LogManager error of type GENERIC_FAILURE: Section header cannot be encoded into charset "windows-1252" ==> expected: <true> but was: <false>

It might be that we ought to set the encoding explicitly and not assume the default encoding which - I think - is windows-1252 on windows systems by default.

CI failure:
https://github.com/graalvm/mandrel/actions/runs/12092054635/job/33721720218#step:10:8946

@jerboaa
Copy link
Collaborator Author

jerboaa commented Dec 2, 2024

@jerboaa
Copy link
Collaborator Author

jerboaa commented Dec 6, 2024

@jerboaa
Copy link
Collaborator Author

jerboaa commented Dec 9, 2024

This seems to be gone with latest CI runs. We'll see if it re-surfaces.

Past passing runs:
JDK 21: https://github.com/graalvm/mandrel/actions/runs/12208270272/job/34061839970
JDK 23: https://github.com/graalvm/mandrel/actions/runs/12208270272/job/34061821229
JDK 24: https://github.com/graalvm/mandrel/actions/runs/12226746912/job/34103269083 (failure not related to the encoding issue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant