[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from ThreadTest
[ RUN      ] ThreadTest.TestJoinAndWarn
WARNING: Logging before InitGoogleLogging() is written to STDERR
W20260812 06:37:44.887686 10522 thread.cc:527] Waited for 10ms trying to join with sleeper thread (tid 10530)
W20260812 06:37:44.988003 10522 thread.cc:527] Waited for 110ms trying to join with sleeper thread (tid 10530)
W20260812 06:37:45.088255 10522 thread.cc:527] Waited for 210ms trying to join with sleeper thread (tid 10530)
W20260812 06:37:45.188491 10522 thread.cc:527] Waited for 310ms trying to join with sleeper thread (tid 10530)
W20260812 06:37:45.288704 10522 thread.cc:527] Waited for 410ms trying to join with sleeper thread (tid 10530)
W20260812 06:37:45.388947 10522 thread.cc:527] Waited for 510ms trying to join with sleeper thread (tid 10530)
W20260812 06:37:45.489149 10522 thread.cc:527] Waited for 610ms trying to join with sleeper thread (tid 10530)
W20260812 06:37:45.589380 10522 thread.cc:527] Waited for 710ms trying to join with sleeper thread (tid 10530)
W20260812 06:37:45.689591 10522 thread.cc:527] Waited for 810ms trying to join with sleeper thread (tid 10530)
W20260812 06:37:45.789805 10522 thread.cc:527] Waited for 910ms trying to join with sleeper thread (tid 10530)
[       OK ] ThreadTest.TestJoinAndWarn (1002 ms)
[ RUN      ] ThreadTest.TestFailedJoin
[       OK ] ThreadTest.TestFailedJoin (50 ms)
[ RUN      ] ThreadTest.TestJoinOnSelf
[       OK ] ThreadTest.TestJoinOnSelf (0 ms)
[ RUN      ] ThreadTest.TestDoubleJoinIsNoOp
[       OK ] ThreadTest.TestDoubleJoinIsNoOp (0 ms)
[ RUN      ] ThreadTest.ThreadStartBenchmark
I20260812 06:37:45.994318 10522 thread-test.cc:96] Time spent starting threads: real 0.063s	user 0.023s	sys 0.041s
I20260812 06:37:45.994661 10522 thread-test.cc:102] Time spent waiting for all threads to publish TIDs: real 0.000s	user 0.000s	sys 0.000s
[       OK ] ThreadTest.ThreadStartBenchmark (74 ms)
[ RUN      ] ThreadTest.TestThreadRestrictions_IO

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 4 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] ThreadTest.TestThreadRestrictions_IO (181 ms)
[ RUN      ] ThreadTest.TestThreadRestrictions_Waiting

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 4 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] ThreadTest.TestThreadRestrictions_Waiting (150 ms)
[----------] 7 tests from ThreadTest (1461 ms total)

[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (1461 ms total)
[  PASSED  ] 7 tests.
