Quarkus 1.12.1.FINAL : @QuarkusTest has detected a hang, as there has been no test activity in PT10M

990 views
Skip to first unread message

Sébastien Dionne

unread,
Mar 4, 2021, 10:44:13 AM3/4/21
to Quarkus Development mailing list
It's the first time that I see that running my tests.  


@QuarkusTest has detected a hang, as there has been no test activity in PT10M
To configure this timeout use the quarkus.test.hang-detection-timeout config property
A stack track is below to help diagnose the potential hang
=== Stack Trace ===
Thread main: RUNNABLE
  Stack:
    java...@11.0.10/java.net.SocketInputStream.socketRead0(Native Method)
    java...@11.0.10/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
    java...@11.0.10/java.net.SocketInputStream.read(SocketInputStream.java:168)
    java...@11.0.10/java.net.SocketInputStream.read(SocketInputStream.java:140)
    org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:161)
    org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)
    org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:276)
    org.apache.http.impl.conn.LoggingSessionInputBuffer.readLine(LoggingSessionInputBuffer.java:123)
    org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
    org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
    org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
    org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:294)
    org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:257)
    org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:207)
    org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
    org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
    org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:679)
    org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:481)
    org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835)
    org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
    org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
    org.apache.http.client.HttpClient$execute$0.call(Unknown Source)
    org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
    org.apache.http.client.HttpClient$execute$0.call(Unknown Source)
    io.restassured.internal.RequestSpecificationImpl$RestAssuredHttpBuilder.doRequest(RequestSpecificationImpl.groovy:2055)
    io.restassured.internal.http.HTTPBuilder$post$2.call(Unknown Source)
    io.restassured.internal.RequestSpecificationImpl.sendRequest(RequestSpecificationImpl.groovy:1181)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    java...@11.0.10/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    java...@11.0.10/java.lang.reflect.Method.invoke(Method.java:566)
    org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
    groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
    groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1268)
    groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
    groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:819)
    groovy.lang.GroovyObject.invokeMethod(GroovyObject.java:39)
    org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)
    org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:166)
    io.restassured.internal.filter.SendRequestFilter.filter(SendRequestFilter.groovy:30)
    io.restassured.filter.Filter$filter$0.call(Unknown Source)
    org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
    io.restassured.filter.Filter$filter.call(Unknown Source)
    io.restassured.internal.filter.FilterContextImpl.next(FilterContextImpl.groovy:72)
    io.restassured.filter.time.TimingFilter.filter(TimingFilter.java:56)
    io.restassured.filter.Filter$filter.call(Unknown Source)
    org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
    io.restassured.filter.Filter$filter$0.call(Unknown Source)
    io.restassured.internal.filter.FilterContextImpl.next(FilterContextImpl.groovy:72)
    io.restassured.filter.FilterContext$next.call(Unknown Source)
    io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1655)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    java...@11.0.10/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    java...@11.0.10/java.lang.reflect.Method.invoke(Method.java:566)
    org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
    groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
    groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1268)
    groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
    groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:819)
    groovy.lang.GroovyObject.invokeMethod(GroovyObject.java:39)
    org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)
    org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)
    org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:203)
    io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1661)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    java...@11.0.10/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    java...@11.0.10/java.lang.reflect.Method.invoke(Method.java:566)
    org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
    groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
    groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1268)
    groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
    groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:819)
    groovy.lang.GroovyObject.invokeMethod(GroovyObject.java:39)
    org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)
    org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)
    org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:203)
    io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:175)
    io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
    com.comact.iep.codec.MachineMainCodecControllerTestIT.machineCodecDeploySuccessful(MachineMainCodecControllerTestIT.java:1217)
    com.comact.iep.codec.MachineMainCodecControllerTestIT.machineCodecDeploySuccessful(MachineMainCodecControllerTestIT.java:1113)
    com.comact.iep.codec.MachineMainCodecControllerTestIT.testMachineCodecSyncCodec(MachineMainCodecControllerTestIT.java:580)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    java...@11.0.10/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    java...@11.0.10/java.lang.reflect.Method.invoke(Method.java:566)
    app//io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:936)
    app//io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:842)
    app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$161/0x0000000800135040.apply(Unknown Source)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$162/0x0000000800135440.apply(Unknown Source)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$1368/0x0000000800a6c440.apply(Unknown Source)
    app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
    app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
    app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
    app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
    app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$161/0x0000000800135040.apply(Unknown Source)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$162/0x0000000800135440.apply(Unknown Source)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$1368/0x0000000800a6c440.apply(Unknown Source)
    app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
    app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
    app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
    app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
    app//org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
    app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
    app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$1475/0x0000000800b4b840.execute(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
    app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
    app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$242/0x0000000800162840.execute(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$241/0x0000000800162440.invoke(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$240/0x0000000800162040.execute(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
    app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$246/0x0000000800163840.accept(Unknown Source)
    java...@11.0.10/java.util.ArrayList.forEach(ArrayList.java:1541)
    app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$242/0x0000000800162840.execute(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$241/0x0000000800162440.invoke(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$240/0x0000000800162040.execute(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
    app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$246/0x0000000800163840.accept(Unknown Source)
    java...@11.0.10/java.util.ArrayList.forEach(ArrayList.java:1541)
    app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$242/0x0000000800162840.execute(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$241/0x0000000800162440.invoke(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$240/0x0000000800162040.execute(Unknown Source)
    app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
    app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
    app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
    app//org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
    app//org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
    app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
    app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
    app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
    app//org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$189/0x0000000800143c40.accept(Unknown Source)
    app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
    app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
    app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
    app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
    app//com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:71)
    app//com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33)
    app//com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:221)
    app//com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)
Thread Reference Handler: RUNNABLE
  Stack:
    java...@11.0.10/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
    java...@11.0.10/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
    java...@11.0.10/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)
Thread Finalizer: WAITING
  Waiting on java.lang.ref.ReferenceQueue$Lock@40182f77
  Stack:
    java...@11.0.10/java.lang.Object.wait(Native Method)
    java...@11.0.10/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
    java...@11.0.10/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
    java...@11.0.10/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)
Thread Signal Dispatcher: RUNNABLE
  Stack:
Thread Attach Listener: RUNNABLE
  Stack:
Thread Common-Cleaner: TIMED_WAITING
  Stack:
    java...@11.0.10/java.lang.Object.wait(Native Method)
    java...@11.0.10/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
    java...@11.0.10/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
    java...@11.0.10/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
Thread JDWP Transport Listener: dt_socket: RUNNABLE
  Stack:
Thread JDWP Event Helper Thread: RUNNABLE
  Stack:
Thread JDWP Command Reader: RUNNABLE
  Stack:
Thread pool-1-thread-1: RUNNABLE
  Stack:
    java.ma...@11.0.10/sun.management.ThreadImpl.dumpThreads0(Native Method)
    java.ma...@11.0.10/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
    java.ma...@11.0.10/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
    app//io.quarkus.test.junit.QuarkusTestExtension$1.run(QuarkusTestExtension.java:157)
    java...@11.0.10/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    java...@11.0.10/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264)
    java...@11.0.10/java.util.concurrent.FutureTask.run(FutureTask.java)
    java...@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread Thread-78: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    java...@11.0.10/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread Thread-79: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    java...@11.0.10/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    java...@11.0.10/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread Thread-80: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    java...@11.0.10/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    java...@11.0.10/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread Thread-81: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    java...@11.0.10/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    java...@11.0.10/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread Thread-82: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    java...@11.0.10/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    java...@11.0.10/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread Thread-83: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    java...@11.0.10/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    java...@11.0.10/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread Thread-84: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    java...@11.0.10/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    java...@11.0.10/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread Thread-85: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    java...@11.0.10/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    java...@11.0.10/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread Thread-86: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
    java...@11.0.10/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
    java...@11.0.10/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread OkHttp ConnectionPool: TIMED_WAITING
  Stack:
    java...@11.0.10/java.lang.Object.wait(Native Method)
    java...@11.0.10/java.lang.Object.wait(Object.java:462)
    org.testcontainers.shaded.okhttp3.internal.connection.RealConnectionPool.lambda$new$0(RealConnectionPool.java:62)
    org.testcontainers.shaded.okhttp3.internal.connection.RealConnectionPool$$Lambda$1022/0x00000008005a2040.run(Unknown Source)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread testcontainers-ryuk: TIMED_WAITING
  Stack:
    java...@11.0.10/java.lang.Object.wait(Native Method)
    org.testcontainers.utility.ResourceReaper.lambda$null$1(ResourceReaper.java:170)
    org.testcontainers.utility.ResourceReaper$$Lambda$1074/0x0000000800741440.run(Unknown Source)
    org.rnorth.ducttape.ratelimits.RateLimiter.doWhenReady(RateLimiter.java:27)
    org.testcontainers.utility.ResourceReaper.lambda$start$2(ResourceReaper.java:159)
    org.testcontainers.utility.ResourceReaper$$Lambda$1073/0x0000000800741040.run(Unknown Source)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread docker-java-stream-1235269155: WAITING
  Waiting on java.util.concurrent.CompletableFuture$Signaller@21ae04c3
  Stack:
    java...@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
    java...@11.0.10/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
    java...@11.0.10/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796)
    java...@11.0.10/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128)
    java...@11.0.10/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823)
    java...@11.0.10/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1998)
    java...@11.0.10/java.nio.channels.Channels$2.read(Channels.java:239)
    org.testcontainers.shaded.okio.Okio$2.read(Okio.java:140)
    org.testcontainers.shaded.okio.AsyncTimeout$2.read(AsyncTimeout.java:237)
    org.testcontainers.shaded.okio.RealBufferedSource.request(RealBufferedSource.java:72)
    org.testcontainers.shaded.okio.RealBufferedSource.require(RealBufferedSource.java:65)
    org.testcontainers.shaded.okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.java:307)
    org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.java:492)
    org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.java:471)
    org.testcontainers.shaded.okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.java:286)
    org.testcontainers.shaded.okio.RealBufferedSource$1.read(RealBufferedSource.java:436)
    org.testcontainers.shaded.com.github.dockerjava.core.FramedInputStreamConsumer.accept(FramedInputStreamConsumer.java:30)
    org.testcontainers.shaded.com.github.dockerjava.core.FramedInputStreamConsumer.accept(FramedInputStreamConsumer.java:12)
    org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:275)
    org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder$$Lambda$1063/0x000000080070a440.run(Unknown Source)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread docker-java-stream-1726309270: WAITING
  Waiting on java.util.concurrent.CompletableFuture$Signaller@3738549c
  Stack:
    java...@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
    java...@11.0.10/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
    java...@11.0.10/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796)
    java...@11.0.10/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128)
    java...@11.0.10/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823)
    java...@11.0.10/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1998)
    java...@11.0.10/java.nio.channels.Channels$2.read(Channels.java:239)
    org.testcontainers.shaded.okio.Okio$2.read(Okio.java:140)
    org.testcontainers.shaded.okio.AsyncTimeout$2.read(AsyncTimeout.java:237)
    org.testcontainers.shaded.okio.RealBufferedSource.request(RealBufferedSource.java:72)
    org.testcontainers.shaded.okio.RealBufferedSource.require(RealBufferedSource.java:65)
    org.testcontainers.shaded.okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.java:307)
    org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.java:492)
    org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.java:471)
    org.testcontainers.shaded.okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.java:286)
    org.testcontainers.shaded.okio.RealBufferedSource$1.read(RealBufferedSource.java:436)
    org.testcontainers.shaded.com.github.dockerjava.core.FramedInputStreamConsumer.accept(FramedInputStreamConsumer.java:30)
    org.testcontainers.shaded.com.github.dockerjava.core.FramedInputStreamConsumer.accept(FramedInputStreamConsumer.java:12)
    org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:275)
    org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder$$Lambda$1063/0x000000080070a440.run(Unknown Source)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread ForkJoinPool.commonPool-worker-3: WAITING
  Waiting on java.util.concurrent.ForkJoinPool@2d1b9b67
  Stack:
    java...@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
    java...@11.0.10/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
    java...@11.0.10/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
    java...@11.0.10/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Thread executor-thread-1: TIMED_WAITING
  Stack:
    java...@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
    java...@11.0.10/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
    java...@11.0.10/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
    java...@11.0.10/java.util.concurrent.FutureTask.get(FutureTask.java:203)
    com.profesorfalken.jpowershell.PowerShell.executeCommand(PowerShell.java:203)
    com.profesorfalken.jpowershell.PowerShell.executeScript(PowerShell.java:338)
    com.profesorfalken.jpowershell.PowerShell.executeScript(PowerShell.java:301)
    com.profesorfalken.jpowershell.PowerShell.executeScript(PowerShell.java:287)
    com.comact.iep.kubernetes.helm.HelmCodecCLI.applyLabelPatch(HelmCodecCLI.java:658)
    com.comact.iep.kubernetes.helm.HelmCodecCLI.addLabelsToStatefulSet(HelmCodecCLI.java:742)
    com.comact.iep.kubernetes.helm.HelmCodecCLI.addLabelToResources(HelmCodecCLI.java:810)
    com.comact.iep.kubernetes.helm.HelmCodecCLI_ClientProxy.addLabelToResources(HelmCodecCLI_ClientProxy.zig:560)
    com.comact.iep.codec.util.ChartHelper.addLabelToResources(ChartHelper.java:537)
    com.comact.iep.codec.util.ChartHelper.applyLabelsToResources(ChartHelper.java:672)
    com.comact.iep.codec.util.ChartHelper.applyLabelsToDependencies(ChartHelper.java:642)
    com.comact.iep.codec.util.ChartHelper_ClientProxy.applyLabelsToDependencies(ChartHelper_ClientProxy.zig:524)
    com.comact.iep.codec.AbstractCodec.installApplication(AbstractCodec.java:681)
    com.comact.iep.codec.AbstractCodec.startApplication(AbstractCodec.java:1035)
    com.comact.iep.codec.AbstractCodec.executeOperationOnNode(AbstractCodec.java:313)
    com.comact.iep.codec.AbstractCodec.lambda$startCodec$14(AbstractCodec.java:958)
    com.comact.iep.codec.AbstractCodec$$Lambda$1663/0x0000000800de8040.accept(Unknown Source)
    java...@11.0.10/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
    java...@11.0.10/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
    java...@11.0.10/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655)
    java...@11.0.10/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
    java...@11.0.10/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
    java...@11.0.10/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
    java...@11.0.10/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
    java...@11.0.10/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    java...@11.0.10/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
    com.comact.iep.codec.AbstractCodec.startCodec(AbstractCodec.java:956)
    com.comact.iep.codec.AbstractCodec.executeOperationOnNode(AbstractCodec.java:287)
    com.comact.iep.codec.AbstractCodec.executeOperation(AbstractCodec.java:205)
    com.comact.iep.codec.service.MachineCodec_ClientProxy.executeOperation(MachineCodec_ClientProxy.zig:822)
    com.comact.iep.codec.controller.AbstractCodecController.executeOperation(AbstractCodecController.java:132)
    com.comact.iep.codec.controller.MachineCodecController_ClientProxy.executeOperation(MachineCodecController_ClientProxy.zig:354)
    com.comact.iep.codec.MainCodecController.executePendingOperation(MainCodecController.java:161)
    com.comact.iep.codec.MainCodecController_Subclass.executePendingOperation$$superaccessor2(MainCodecController_Subclass.zig:340)
    com.comact.iep.codec.MainCodecController_Subclass$$function$$2.apply(MainCodecController_Subclass$$function$$2.zig:33)
    io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:54)
    io.quarkus.hibernate.validator.runtime.interceptor.AbstractMethodValidationInterceptor.validateMethodInvocation(AbstractMethodValidationInterceptor.java:68)
    io.quarkus.hibernate.validator.runtime.jaxrs.JaxrsEndPointValidationInterceptor.validateMethodInvocation(JaxrsEndPointValidationInterceptor.java:35)
    io.quarkus.hibernate.validator.runtime.jaxrs.JaxrsEndPointValidationInterceptor_Bean.intercept(JaxrsEndPointValidationInterceptor_Bean.zig:392)
    io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:41)
    io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:41)
    io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:32)
    com.comact.iep.codec.MainCodecController_Subclass.executePendingOperation(MainCodecController_Subclass.zig:297)
    com.comact.iep.codec.MainCodecController_ClientProxy.executePendingOperation(MainCodecController_ClientProxy.zig:205)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    java...@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    java...@11.0.10/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    java...@11.0.10/java.lang.reflect.Method.invoke(Method.java:566)
    org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:170)
    org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:130)
    org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:643)
    org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:507)
    org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:457)
    org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$1571/0x0000000800c34c40.get(Unknown Source)
    org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
    org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:459)
    org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:419)
    org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:393)
    org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:68)
    org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:492)
    org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
    org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$1569/0x0000000800c35440.run(Unknown Source)
    org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
    org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$1570/0x0000000800c34840.get(Unknown Source)
    org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
    org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
    org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
    io.quarkus.resteasy.runtime.standalone.RequestDispatcher.service(RequestDispatcher.java:73)
    io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.dispatch(VertxRequestHandler.java:138)
    io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.access$000(VertxRequestHandler.java:41)
    io.quarkus.resteasy.runtime.standalone.VertxRequestHandler$1.run(VertxRequestHandler.java:93)
    org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2415)
    org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1452)
    org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
    org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
    org.jboss.threads.JBossThread.run(JBossThread.java:501)
Thread vertx-blocked-thread-checker: TIMED_WAITING
  Stack:
    java...@11.0.10/java.lang.Object.wait(Native Method)
    java...@11.0.10/java.util.TimerThread.mainLoop(Timer.java:553)
    java...@11.0.10/java.util.TimerThread.run(Timer.java:506)
Thread pool-8-thread-1: TIMED_WAITING
  Stack:
    java...@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
    java...@11.0.10/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
    java...@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
    java...@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
    java...@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-0: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:807)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-1: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-2: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-3: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:807)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-4: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:807)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-5: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-6: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-7: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:807)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-8: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:807)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-9: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-10: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-11: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-12: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-13: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-14: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-eventloop-thread-15: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:807)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread vert.x-acceptor-thread-0: RUNNABLE
  Stack:
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
    java...@11.0.10/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
    java...@11.0.10/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
    java...@11.0.10/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
    io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803)
    io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)
    io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread pool-12-thread-1: WAITING
  Waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6ff619f5
  Stack:
    java...@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
    java...@11.0.10/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
    java...@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
    java...@11.0.10/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
Thread pool-12-thread-2: TIMED_WAITING
  Stack:
    java...@11.0.10/java.lang.Thread.sleep(Native Method)
    com.profesorfalken.jpowershell.PowerShellCommandProcessor.startReading(PowerShellCommandProcessor.java:112)
    com.profesorfalken.jpowershell.PowerShellCommandProcessor.call(PowerShellCommandProcessor.java:69)
    com.profesorfalken.jpowershell.PowerShellCommandProcessor.call(PowerShellCommandProcessor.java:32)
    java...@11.0.10/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264)
    java...@11.0.10/java.util.concurrent.FutureTask.run(FutureTask.java)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    java...@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    java...@11.0.10/java.lang.Thread.run(Thread.java:834)
=== End Stack Trace ===

Knut Wannheden

unread,
Mar 4, 2021, 10:52:09 AM3/4/21
to sebastie...@gmail.com, Quarkus Development mailing list
Hi,

On Thu, Mar 4, 2021 at 4:44 PM Sébastien Dionne <sebastie...@gmail.com> wrote:
It's the first time that I see that running my tests.  

I also tested to upgrade to Quarkus 1.12.1.Final today and also had a Testcontainers-based test (not annotated with @QuarkusTest) hang. I didn't analyze it any further, but it is probably the same cause. Let me know if I can supply more details.

Knut

Guillaume Smet

unread,
Mar 4, 2021, 11:35:59 AM3/4/21
to sebastie...@gmail.com, Quarkus Development mailing list
Yes it's a new feature that was added in 1.12.

Now, do you think that Quarkus is responsible for the hang? If not, you can set a higher timeout as explained in the error message.

On Thu, Mar 4, 2021 at 4:44 PM Sébastien Dionne <sebastie...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/b6de7099-41ab-471c-9a10-ebaa9ca3c4bdn%40googlegroups.com.

Sébastien Dionne

unread,
Mar 4, 2021, 11:38:37 AM3/4/21
to Quarkus Development mailing list
that is configured by this line ?

# timeout for junit RestAssured / debug
%test.quarkus.http.test-timeout=600s

Stuart Douglas

unread,
Mar 8, 2021, 7:09:04 PM3/8/21
to knut.wa...@gmail.com, sebastie...@gmail.com, Quarkus Development mailing list
You get this stack trace if nothing happens for 10 minutes (by default, it can be configured), where nothing happens is defined as no JUnit test or extension methods being run. This stack trace won't fail the test or affect anything else, it is just something to help you debug a potential problem, if your test really does take more than 10m it should complete as normal.

Stuart

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.

Stuart Douglas

unread,
Mar 8, 2021, 7:10:19 PM3/8/21
to sebastie...@gmail.com, Quarkus Development mailing list
On Fri, 5 Mar 2021 at 03:38, Sébastien Dionne <sebastie...@gmail.com> wrote:
that is configured by this line ?

# timeout for junit RestAssured / debug
%test.quarkus.http.test-timeout=600s

No, as explained in the error message it it quarkus.test.hang-detection-timeout

Stuart
 
Reply all
Reply to author
Forward
0 new messages