Lasteris
Lasteris
CMD: `mvn -Dquickly` Environment 1: ``` Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39) Maven home: C:\Users\asus\Maven\apache-maven-3.8.8 Java version: 17.0.12, vendor: Eclipse Adoptium, runtime: C:\opt\jdk-17.0.12_7 Default locale: ru_RU, platform encoding: Cp1251 OS name: "windows...
@gsmet looks like this problem fixed now. Please, review, if i am right, this should be you or @jprinet
@michalvavrik can you try fetch fresh main and build ? for me it's fixed now.
@jprinet https://github.com/quarkusio/quarkus/runs/31389427792 is that what you asked for?
My environmental is Windows, but yes, I will do that. > to verify that you got a remote cache hit (`Remote cache hit` should be printed instead of an exception...
Unfortunately, the error has returned. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project quarkus-kubernetes-service-binding: Execution default-testCompile of goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile failed: Internal error in Develocity Maven extension: goal execution:...
@jprinet ``` [INFO] -----------< io.quarkus:quarkus-kubernetes-service-binding >------------ [INFO] Building Quarkus - Kubernetes Service Binding - Runtime 999-SNAPSHOT [221/1230] [INFO] from extensions\kubernetes-service-binding\runtime\pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (clean-cache-dirs) @...
@Inithron Problem still occurs, but you can avoid this problem by applying this (disable remote cache, while it cause of problem) : 1) find file .mvn/develocity.xml 2) replace ``` #{env['RELEASE_GITHUB_TOKEN']...
> to verify this theory, could you please run a build locally and then output the result of:\nGet-ChildItem -Path \"quarkus\\extensions\\kubernetes-service-binding\\runtime\\target\\test-classes\\k8s\\test-k8s\" -Force yeah, I will do it in 4-5 hours, just...
@alextu I have failed to reproduce, but remote cache even did not try to work. What i've done ? 1) git fetch upstream origin/main 2) git rebase origin/main 3) mvn...