Skip to content

Conversation

radcortez
Copy link
Member

@quarkus-bot quarkus-bot bot added area/cli Related to quarkus cli (not maven/gradle/etc.) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Sep 29, 2025
Copy link

quarkus-bot bot commented Sep 29, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 8503019.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 17 Logs Raw logs 🔍
✔️ JVM Tests - JDK 21 Logs Raw logs 🔍
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ JVM Tests - JDK 17 Windows #

- Failing: devtools/cli 

📦 devtools/cli

io.quarkus.cli.config.DecryptTest.decryptBase64 line 34 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: <decoded> but was: <&amp#27;[1mdecoded&amp#27;[21m&amp#27;[0m>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
	at io.quarkus.cli.config.DecryptTest.decryptBase64(DecryptTest.java:34)

io.quarkus.cli.config.DecryptTest.decryptPlain line 24 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: <1234> but was: <&amp#27;[1m1234&amp#27;[21m&amp#27;[0m>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
	at io.quarkus.cli.config.DecryptTest.decryptPlain(DecryptTest.java:24)

@gsmet
Copy link
Member

gsmet commented Sep 30, 2025

The failure is interesting as there might be some problem with the encryption on Windows. Or it might just be a problem of command line escaping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants