-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Build fails on clean room Windows: quarkus-resteasy-reactive-kotlin #31585
Comments
/cc @FroMage (resteasy-reactive), @Sgitario (resteasy-reactive), @evanchooly (kotlin), @geoand (kotlin,resteasy-reactive), @stuartwdouglas (resteasy-reactive) |
Downgrading Kotlin Maven Plugin from 1.8.10 to 1.8.0 made just a different class missing:
|
I have absolutely no idea why this would happen |
Any chance the maven repo is corrupted? |
There was no local repo. It was a clean Win 10 install on a baremetal desktop I exhumed from the closet to further test #31490. Quarkus build was the very first Maven program executed. Is there any caveat that the very first time you build Q on Windows you cannot use the "quickly" profile? There is surely some encoding issue in some of the xml files or configs and it doesn't show on my other Win 10, because that other instance has been building Mandrel/Quarkus/Graal for a long time and has a "warm" local repo and all. |
I wiped out everything (local cache in AppData, m2 in Users home, q directory) and the build proceeds now. I guess some artifacts were only partially downloaded before. Dunno. I hope I haven't wasted anyone's time. |
Thanks for the update! |
Describe the bug
I regularly build Quarkus on Windows without problems. I installed a new, clean room Windows 10 baremetal system from scratch recently and I cannot build Quarkus main (e000c18).
Expected behavior
Quarkus builds just fine as on other Windows 10 systems.
Actual behavior
The build ends up abruptly with:
Full log: https://karms.biz/pastebin/windows-q-main-build-fails.txt
How to Reproduce?
mvnw clean install -Dquickly
Output of
uname -a
orver
Microsoft Windows [Version 10.0.19042.2604]
Output of
java -version
λ java --version
openjdk 17.0.6 2023-01-17
OpenJDK Runtime Environment Temurin-17.0.6+10 (build 17.0.6+10)
OpenJDK 64-Bit Server VM Temurin-17.0.6+10 (build 17.0.6+10, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
e000c18
Build tool (ie. output of
mvnw --version
orgradlew --version
)Additional information
No response
The text was updated successfully, but these errors were encountered: