[==========] Running 11 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 11 tests from SubprocessServerTest
[ RUN ] SubprocessServerTest.TestBasicCall
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260810 22:56:53.886240 22409 server.cc:273] Received an EOF from the subprocess
W20260810 22:56:53.886410 22390 server.cc:408] The subprocess has exited with status 9
I20260810 22:56:53.892422 22406 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:53.892449 22412 server.cc:440] outbound queue shut down: Aborted:
I20260810 22:56:53.892550 22408 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:53.892616 22407 server.cc:366] get failed, inbound queue shut down: Aborted:
[ OK ] SubprocessServerTest.TestBasicCall (936 ms)
[ RUN ] SubprocessServerTest.TestManyConcurrentCalls
I20260810 22:56:55.287098 22376 subprocess_server-test.cc:201] Sent 4000 requests in 0.771530318 seconds: 5184.501382096043 req/s
I20260810 22:56:55.343171 22461 server.cc:273] Received an EOF from the subprocess
W20260810 22:56:55.343425 22428 server.cc:408] The subprocess has exited with status 9
I20260810 22:56:55.348510 22454 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:55.348522 22457 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:55.348526 22462 server.cc:440] outbound queue shut down: Aborted:
I20260810 22:56:55.348522 22452 server.cc:366] get failed, inbound queue shut down: Aborted:
[ OK ] SubprocessServerTest.TestManyConcurrentCalls (1455 ms)
[ RUN ] SubprocessServerTest.TestTimeoutBeforeQueueing
I20260810 22:56:56.003515 22524 server.cc:273] Received an EOF from the subprocess
W20260810 22:56:56.003692 22506 server.cc:408] The subprocess has exited with status 9
I20260810 22:56:56.006206 22521 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:56.006199 22526 server.cc:440] outbound queue shut down: Aborted:
I20260810 22:56:56.006199 22520 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:56.006173 22523 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:56.614866 22557 server.cc:273] Received an EOF from the subprocess
W20260810 22:56:56.615048 22532 server.cc:408] The subprocess has exited with status 9
I20260810 22:56:56.623159 22553 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:56.623178 22556 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:56.623117 22554 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:56.623134 22558 server.cc:440] outbound queue shut down: Aborted:
[ OK ] SubprocessServerTest.TestTimeoutBeforeQueueing (1274 ms)
[ RUN ] SubprocessServerTest.TestTimeoutWhileQueueingCalls
I20260810 22:56:57.281574 22586 server.cc:273] Received an EOF from the subprocess
W20260810 22:56:57.281816 22565 server.cc:408] The subprocess has exited with status 9
I20260810 22:56:57.284173 22583 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:57.284132 22584 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:57.284164 22585 server.cc:366] get failed, inbound queue shut down: Aborted:
I20260810 22:56:57.284162 22587 server.cc:440] outbound queue shut down: Aborted:
I20260810 22:56:59.574788 22622 server.cc:273] Received an EOF from the subprocess
I20260810 22:56:59.574872 22617 server.cc:366] get failed, inbound queue shut down: Aborted:
F20260810 22:56:59.574832 22594 server.cc:401] Check failed: _s.ok() Bad status: Runtime error: Unable to wait on child: No child processes (error 10)
*** Check failure stack trace: ***
I20260810 22:56:59.574945 22615 server.cc:366] get failed, inbound queue shut down: Aborted:
*** Aborted at 1786402619 (unix time) try "date -d @1786402619" if you are using GNU date ***
I20260810 22:56:59.575049 22620 server.cc:366] get failed, inbound queue shut down: Aborted:
PC: @ 0x0 (unknown)
*** SIGABRT (@0x3e800005768) received by PID 22376 (TID 0x7fe01f044700) from PID 22376; stack trace: ***
@ 0x7fe024a18a46 google::(anonymous namespace)::FailureSignalHandler() at ??:0
@ 0x7fe023425980 (unknown) at ??:0
@ 0x7fe023060e87 gsignal at ??:0
@ 0x7fe0230627f1 abort at ??:0
@ 0x7fe024a0a9ad google::LogMessage::Fail() at ??:0
@ 0x7fe024a0d88a google::LogMessage::SendToLog() at ??:0
@ 0x7fe024a0a4de google::LogMessage::Flush() at ??:0
I20260810 22:56:59.583227 22625 server.cc:440] outbound queue shut down: Aborted:
@ 0x7fe024a0ba19 google::LogMessageFatal::~LogMessageFatal() at ??:0
@ 0x7fe027704ae5 kudu::subprocess::SubprocessServer::ExitCheckerThread() at ??:0
@ 0x7fe027701b8b _ZZN4kudu10subprocess16SubprocessServer4InitEvENKUlvE0_clEv at ??:0
@ 0x7fe02770583a _ZNSt17_Function_handlerIFvvEZN4kudu10subprocess16SubprocessServer4InitEvEUlvE0_E9_M_invokeERKSt9_Any_data at ??:0
@ 0x7fe02776765a std::function<>::operator()() at ??:0
@ 0x7fe0268f1512 kudu::Thread::SuperviseThread() at ??:0
@ 0x7fe02341a6db start_thread at ??:0
@ 0x7fe02314361f clone at ??:0