[==========] 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 08:04:02.079175  1551 thread.cc:527] Waited for 10ms trying to join with sleeper thread (tid 1559)
W20260812 08:04:02.179622  1551 thread.cc:527] Waited for 110ms trying to join with sleeper thread (tid 1559)
W20260812 08:04:02.279934  1551 thread.cc:527] Waited for 210ms trying to join with sleeper thread (tid 1559)
W20260812 08:04:02.380256  1551 thread.cc:527] Waited for 310ms trying to join with sleeper thread (tid 1559)
W20260812 08:04:02.480571  1551 thread.cc:527] Waited for 410ms trying to join with sleeper thread (tid 1559)
W20260812 08:04:02.580883  1551 thread.cc:527] Waited for 510ms trying to join with sleeper thread (tid 1559)
W20260812 08:04:02.681211  1551 thread.cc:527] Waited for 610ms trying to join with sleeper thread (tid 1559)
W20260812 08:04:02.781646  1551 thread.cc:527] Waited for 710ms trying to join with sleeper thread (tid 1559)
W20260812 08:04:02.881947  1551 thread.cc:527] Waited for 810ms trying to join with sleeper thread (tid 1559)
W20260812 08:04:02.982249  1551 thread.cc:527] Waited for 910ms trying to join with sleeper thread (tid 1559)
[       OK ] ThreadTest.TestJoinAndWarn (1002 ms)
[ RUN      ] ThreadTest.TestFailedJoin
[       OK ] ThreadTest.TestFailedJoin (51 ms)
[ RUN      ] ThreadTest.TestJoinOnSelf
[       OK ] ThreadTest.TestJoinOnSelf (0 ms)
[ RUN      ] ThreadTest.TestDoubleJoinIsNoOp
[       OK ] ThreadTest.TestDoubleJoinIsNoOp (0 ms)
[ RUN      ] ThreadTest.ThreadStartBenchmark
I20260812 08:04:03.204674  1551 thread-test.cc:96] Time spent starting threads: real 0.082s	user 0.032s	sys 0.050s
I20260812 08:04:03.205099  1551 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 (93 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 (275 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 (171 ms)
[----------] 7 tests from ThreadTest (1596 ms total)

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