jamesnetherton commented on PR #9118:
URL: https://github.com/apache/camel-quarkus/pull/9118#issuecomment-5565882627
`PerfRegressionIT` failed.
Side issue - It should not actually be running during the
`initial-mvn-install` job at all.
```
2026-09-04T21:45:06.4652482Z [ERROR] Tests run: 3, Failures: 2, Errors: 0,
Skipped: 1, Time elapsed: 0.338 s <<< FAILURE! -- in
org.apache.camel.quarkus.performance.regression.it.PerfRegressionIT
2026-09-04T21:45:06.4654938Z [ERROR]
org.apache.camel.quarkus.performance.regression.it.PerfRegressionIT.nominalShouldPrintReport(String)[1]
-- Time elapsed: 0.146 s <<< FAILURE!
2026-09-04T21:45:06.4657305Z org.opentest4j.AssertionFailedError: The
perf-regression process has finished with an unexpected exit value
2026-09-04T21:45:06.4658616Z at
org.junit.jupiter.api.Assertions.fail(Assertions.java:155)
2026-09-04T21:45:06.4660090Z at
org.apache.camel.quarkus.performance.regression.it.PerfRegressionIT.nominalShouldPrintReport(PerfRegressionIT.java:116)
2026-09-04T21:45:06.4663150Z Caused by:
org.zeroturnaround.exec.InvalidExitValueException: Unexpected exit value: 1,
allowed exit values: [0], executed command
[/usr/lib/jvm/temurin-17-jdk-amd64/bin/java, -jar,
target/quarkus-app/quarkus-run.jar, -d, 1s, 3.40.0-SNAPSHOT] with environment
{LANG=en_US.UTF-8}, output was 67 bytes:
2026-09-04T21:45:06.4665388Z Error: Unable to access jarfile
target/quarkus-app/quarkus-run.jar
2026-09-04T21:45:06.4666960Z at
org.zeroturnaround.exec.InvalidExitUtil.checkExit(InvalidExitUtil.java:27)
2026-09-04T21:45:06.4668434Z at
org.zeroturnaround.exec.WaitForProcess.call(WaitForProcess.java:114)
2026-09-04T21:45:06.4669485Z at
org.zeroturnaround.exec.ProcessExecutor.waitFor(ProcessExecutor.java:1102)
2026-09-04T21:45:06.4670522Z at
org.zeroturnaround.exec.ProcessExecutor.execute(ProcessExecutor.java:932)
2026-09-04T21:45:06.4672066Z at
org.apache.camel.quarkus.performance.regression.it.PerfRegressionIT.nominalShouldPrintReport(PerfRegressionIT.java:96)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]