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

Bump org.junit:junit-bom from 5.10.3 to 5.11.1 #43511

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps org.junit:junit-bom from 5.10.3 to 5.11.1.

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.11.0-M2...r5.11.0-RC1

JUnit 5.11.0-M2 = Platform 1.11.0-M2 + Jupiter 5.11.0-M2 + Vintage 5.11.0-M2

See Release Notes.

New Contributors

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Sep 25, 2024
@quarkus-bot quarkus-bot bot added the area/arc Issue related to ARC (dependency injection) label Sep 25, 2024

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Sep 30, 2024

I see several errors such as for the NonAbsentReflectionFreeSerializationTest test:

2024-09-26T01:20:23.9361000Z Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
2024-09-26T01:20:23.9362492Z 	at io.quarkus.vertx.http.runtime.VertxHttpRecorder$12.handle(VertxHttpRecorder.java:868)
2024-09-26T01:20:23.9363875Z 	at io.quarkus.vertx.http.runtime.VertxHttpRecorder$12.handle(VertxHttpRecorder.java:849)
2024-09-26T01:20:23.9365265Z 	at io.vertx.core.impl.future.FutureImpl$4.onFailure(FutureImpl.java:188)
2024-09-26T01:20:23.9366367Z 	at io.vertx.core.impl.future.FutureBase.emitFailure(FutureBase.java:81)
2024-09-26T01:20:23.9367457Z 	at io.vertx.core.impl.future.FutureImpl.tryFail(FutureImpl.java:278)
2024-09-26T01:20:23.9368488Z 	at io.vertx.core.impl.future.Mapping.onFailure(Mapping.java:45)
2024-09-26T01:20:23.9369538Z 	at io.vertx.core.impl.future.FutureBase.emitFailure(FutureBase.java:81)
2024-09-26T01:20:23.9370789Z 	at io.vertx.core.impl.future.FutureImpl.tryFail(FutureImpl.java:278)
2024-09-26T01:20:23.9371932Z 	at io.vertx.core.impl.future.PromiseImpl.onFailure(PromiseImpl.java:54)
2024-09-26T01:20:23.9373055Z 	at io.vertx.core.impl.future.PromiseImpl.handle(PromiseImpl.java:43)
2024-09-26T01:20:23.9374146Z 	at io.vertx.core.impl.future.PromiseImpl.handle(PromiseImpl.java:23)
2024-09-26T01:20:23.9375391Z 	at io.vertx.core.impl.DeploymentManager.lambda$reportResult$2(DeploymentManager.java:129)
2024-09-26T01:20:23.9376669Z 	at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:270)
2024-09-26T01:20:23.9377798Z 	at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:252)
2024-09-26T01:20:23.9379211Z 	at io.vertx.core.impl.ContextInternal.lambda$runOnContext$0(ContextInternal.java:50)
2024-09-26T01:20:23.9380774Z 	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
2024-09-26T01:20:23.9382479Z 	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
2024-09-26T01:20:23.9384100Z 	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
2024-09-26T01:20:23.9385485Z 	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
2024-09-26T01:20:23.9386781Z 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
2024-09-26T01:20:23.9388198Z 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2024-09-26T01:20:23.9389573Z 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
2024-09-26T01:20:23.9390877Z 	at java.base/java.lang.Thread.run(Thread.java:840)

so it seems that somehow Quarkus is not properly stopped in some cases.

@holly-cummins do you have any idea of what could be going on given you are following JUnit development quite closely?

What's odd is that I can see the previous test stopping Quarkus properly:

2024-09-26T01:20:05.9007624Z 2024-09-26 01:20:05,890 INFO  [io.quarkus] (main) quarkus-rest-jackson-deployment stopped in 0.010s

For this specific example, I wonder if it could be due to the test being a subclass of another test and both tests registering the QuarkusUnitTest extension:

https://github.com/quarkusio/quarkus/blob/main/extensions/resteasy-reactive/rest-jackson/deployment/src/test/java/io/quarkus/resteasy/reactive/jackson/deployment/test/NonAbsentReflectionFreeSerializationTest.java
https://github.com/quarkusio/quarkus/blob/main/extensions/resteasy-reactive/rest-jackson/deployment/src/test/java/io/quarkus/resteasy/reactive/jackson/deployment/test/NonAbsentSerializationTest.java

It's just a theory but I can see that the RESTEasy Reactive TCK tests failing follow the same pattern.

I think it's probably related to the first item of the release notes:

https://junit.org/junit5/docs/5.11.1/release-notes/#release-notes-5.11.0-junit-platform-bug-fixes

Field and method search algorithms now adhere to standard Java semantics regarding whether a given field or method is visible or overridden according to the rules of the Java language. See the new Field and Method Search Semantics section of the User Guide for details.

We probably need to discuss how we want to fix/workaround it.

@holly-cummins
Copy link
Contributor

Watching this with interest, but no bright ideas (at the moment).

@gsmet
Copy link
Member

gsmet commented Oct 1, 2024

Yeah, I'm not sure how we can fix it if these fields have to be static.

@gsmet
Copy link
Member

gsmet commented Oct 1, 2024

/cc @dmlloyd @geoand for awareness.

@geoand
Copy link
Contributor

geoand commented Oct 2, 2024

Hm, it seems like #42555 was merged. Those updates should happen together, no?

@dmlloyd
Copy link
Member

dmlloyd commented Oct 2, 2024

@dependabot rebase

@dmlloyd
Copy link
Member

dmlloyd commented Oct 2, 2024

Yeah it's a little strange that these are separated like that.

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.junit-junit-bom-5.11.1 branch from 9dc29cc to 892309a Compare October 2, 2024 12:55
Copy link

quarkus-bot bot commented Oct 2, 2024

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
JVM Tests - JDK 17 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 21 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs 🔍
MicroProfile TCKs Tests Verify 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 #

- Failing: extensions/resteasy-classic/resteasy-client/deployment extensions/resteasy-reactive/rest-jackson/deployment 
! Skipped: extensions/keycloak-admin-rest-client/deployment extensions/keycloak-admin-resteasy-client/deployment extensions/keycloak-authorization/deployment and 137 more

📦 extensions/resteasy-classic/resteasy-client/deployment

io.quarkus.restclient.configuration.QuarkusRestClientsTest. - History - More details - Source on GitHub

java.lang.RuntimeException: org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: java.lang.NullPointerException: Cannot invoke "[Ljava.util.logging.Handler;.clone()" because "handlers" is null
		at org.jboss.logmanager.Logger.setHandlers(Logger.java:261)
		at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:776)
		... 1 more
Caused by: org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance

📦 extensions/resteasy-reactive/rest-jackson/deployment

io.quarkus.resteasy.reactive.jackson.deployment.test.NonAbsentReflectionFreeSerializationTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)

io.quarkus.resteasy.reactive.jackson.deployment.test.NonEmptyReflectionFreeSerializationTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)

io.quarkus.resteasy.reactive.jackson.deployment.test.SimpleJsonWithReflectionFreeSerializersTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)

⚙️ JVM Tests - JDK 21 #

- Failing: extensions/resteasy-classic/resteasy-client/deployment extensions/resteasy-reactive/rest-jackson/deployment 
! Skipped: extensions/keycloak-admin-rest-client/deployment extensions/keycloak-admin-resteasy-client/deployment extensions/keycloak-authorization/deployment and 137 more

📦 extensions/resteasy-classic/resteasy-client/deployment

io.quarkus.restclient.configuration.QuarkusRestClientsTest. - History - More details - Source on GitHub

java.lang.RuntimeException: org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.NullPointerException: Cannot invoke "[Ljava.util.logging.Handler;.clone()" because "handlers" is null
		at org.jboss.logmanager.Logger.setHandlers(Logger.java:261)
		at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:776)
		... 1 more
Caused by: org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance

📦 extensions/resteasy-reactive/rest-jackson/deployment

io.quarkus.resteasy.reactive.jackson.deployment.test.NonAbsentReflectionFreeSerializationTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)

io.quarkus.resteasy.reactive.jackson.deployment.test.NonEmptyReflectionFreeSerializationTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)

io.quarkus.resteasy.reactive.jackson.deployment.test.SimpleJsonWithReflectionFreeSerializersTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)

⚙️ JVM Tests - JDK 17 Windows #

- Failing: extensions/resteasy-classic/resteasy-client/deployment extensions/resteasy-reactive/rest-jackson/deployment 
! Skipped: extensions/keycloak-admin-rest-client/deployment extensions/keycloak-admin-resteasy-client/deployment extensions/keycloak-authorization/deployment and 137 more

📦 extensions/resteasy-classic/resteasy-client/deployment

io.quarkus.restclient.configuration.QuarkusRestClientsTest. - History - More details - Source on GitHub

java.lang.RuntimeException: org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: java.lang.NullPointerException: Cannot invoke "[Ljava.util.logging.Handler;.clone()" because "handlers" is null
		at org.jboss.logmanager.Logger.setHandlers(Logger.java:261)
		at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:776)
		... 1 more
Caused by: org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance

📦 extensions/resteasy-reactive/rest-jackson/deployment

io.quarkus.resteasy.reactive.jackson.deployment.test.NonAbsentReflectionFreeSerializationTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)

io.quarkus.resteasy.reactive.jackson.deployment.test.NonEmptyReflectionFreeSerializationTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)

io.quarkus.resteasy.reactive.jackson.deployment.test.SimpleJsonWithReflectionFreeSerializersTest. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:736)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/resteasy-reactive 

📦 tcks/resteasy-reactive

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec (test) on project quarkus-tck-resteasy-reactive: Command execution failed.

📦 tcks/resteasy-reactive/target/testsuite/tests

com.sun.ts.tests.jaxrs.ee.rs.cookieparam.locator.JAXRSLocatorClient0142. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.cookieparam.sub.JAXRSSubClient0141. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.ext.providers.JAXRSProvidersClient0098. line 74 - History - More details - Source on GitHub

java.lang.RuntimeException: org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance
	at com.sun.ts.tests.jaxrs.ee.rs.ext.providers.JAXRSProvidersClient0098.<init>(JAXRSProvidersClient0098.java:74)
Caused by: java.lang.ClassNotFoundException: com.sun.ts.tests.jaxrs.ee.rs.ext.providers.TSAppConfig
	at com.sun.ts.tests.jaxrs.ee.rs.ext.providers.JAXRSProvidersClient0098.<init>(JAXRSProvidersClient0098.java:74)

com.sun.ts.tests.jaxrs.ee.rs.formparam.locator.JAXRSLocatorClient0145. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.formparam.sub.JAXRSSubClient0144. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.pathparam.locator.JAXRSLocatorClient0123. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.pathparam.sub.JAXRSSubClient0122. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.jaxrs21.ee.client.executor.async.JAXRSClient0181. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.jaxrs21.ee.client.executor.rx.JAXRSClient0182. - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

@gsmet
Copy link
Member

gsmet commented Oct 3, 2024

I think some are using the Junit BOM and some point to a specific artifact so they are handled separately.

They should definitely be handled together but it's not the issue here though.

If we can't solve this issue promptly though, we probably need to go back to the old version consistently and also use the BOM everywhere so that we have consistent updates.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2024

Superseded by #43712.

@dependabot dependabot bot closed this Oct 4, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.junit-junit-bom-5.11.1 branch October 4, 2024 21:46
@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/dependencies Pull requests that update a dependency file triage/flaky-test triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants