[==========] Running 18 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from FileCacheTest/0, where TypeParam = kudu::RWFile
[ RUN      ] FileCacheTest/0.TestBasicOperations
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 08:04:05.541841 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/0.TestBasicOperations (7 ms)
[ RUN      ] FileCacheTest/0.TestDeletion
I20260812 08:04:05.547892 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/0.TestDeletion (2 ms)
[ RUN      ] FileCacheTest/0.TestInvalidation
I20260812 08:04:05.549916 24141 file_cache.cc:504] Constructed file cache test with capacity 1

[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 ] FileCacheTest/0.TestInvalidation (188 ms)
[ RUN      ] FileCacheTest/0.TestHeavyReads
I20260812 08:04:05.738286 24141 file_cache.cc:504] Constructed file cache test with capacity 1
I20260812 08:04:05.738595 24141 file_cache.cc:504] Constructed file cache test with capacity 5
[       OK ] FileCacheTest/0.TestHeavyReads (25 ms)
[ RUN      ] FileCacheTest/0.TestNoRecursiveDeadlock
I20260812 08:04:05.763419 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/0.TestNoRecursiveDeadlock (205 ms)
[----------] 5 tests from FileCacheTest/0 (428 ms total)

[----------] 5 tests from FileCacheTest/1, where TypeParam = kudu::RandomAccessFile
[ RUN      ] FileCacheTest/1.TestBasicOperations
I20260812 08:04:05.968632 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/1.TestBasicOperations (4 ms)
[ RUN      ] FileCacheTest/1.TestDeletion
I20260812 08:04:05.973425 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/1.TestDeletion (1 ms)
[ RUN      ] FileCacheTest/1.TestInvalidation
I20260812 08:04:05.975261 24141 file_cache.cc:504] Constructed file cache test with capacity 1

[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 ] FileCacheTest/1.TestInvalidation (174 ms)
[ RUN      ] FileCacheTest/1.TestHeavyReads
I20260812 08:04:06.150152 24141 file_cache.cc:504] Constructed file cache test with capacity 1
I20260812 08:04:06.150419 24141 file_cache.cc:504] Constructed file cache test with capacity 5
[       OK ] FileCacheTest/1.TestHeavyReads (22 ms)
[ RUN      ] FileCacheTest/1.TestNoRecursiveDeadlock
I20260812 08:04:06.173000 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/1.TestNoRecursiveDeadlock (255 ms)
[----------] 5 tests from FileCacheTest/1 (459 ms total)

[----------] 2 tests from RandomAccessFileCacheTest
[ RUN      ] RandomAccessFileCacheTest.TestMemoryFootprintDoesNotCrash/0
I20260812 08:04:06.428177 24141 file_cache.cc:504] Constructed file cache test with capacity 1
I20260812 08:04:06.428511 24141 file_cache-test.cc:367] 229
[       OK ] RandomAccessFileCacheTest.TestMemoryFootprintDoesNotCrash/0 (1 ms)
[ RUN      ] RandomAccessFileCacheTest.TestMemoryFootprintDoesNotCrash/1
I20260812 08:04:06.429360 24141 file_cache.cc:504] Constructed file cache test with capacity 1
I20260812 08:04:06.429956 24141 file_cache-test.cc:367] 229
[       OK ] RandomAccessFileCacheTest.TestMemoryFootprintDoesNotCrash/1 (1 ms)
[----------] 2 tests from RandomAccessFileCacheTest (2 ms total)

[----------] 4 tests from RWFileCacheTest
[ RUN      ] RWFileCacheTest.TestOpenMustCreate/0
I20260812 08:04:06.430752 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] RWFileCacheTest.TestOpenMustCreate/0 (2 ms)
[ RUN      ] RWFileCacheTest.TestOpenMustCreate/1
I20260812 08:04:06.433460 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] RWFileCacheTest.TestOpenMustCreate/1 (2 ms)
[ RUN      ] RWFileCacheTest.TestOpenCreateOrOpen/0
I20260812 08:04:06.436378 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] RWFileCacheTest.TestOpenCreateOrOpen/0 (1 ms)
[ RUN      ] RWFileCacheTest.TestOpenCreateOrOpen/1
I20260812 08:04:06.437520 24141 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] RWFileCacheTest.TestOpenCreateOrOpen/1 (1 ms)
[----------] 4 tests from RWFileCacheTest (8 ms total)

[----------] 2 tests from MixedFileCacheTest
[ RUN      ] MixedFileCacheTest.TestBothFileTypes/0
I20260812 08:04:06.438660 24141 file_cache.cc:504] Constructed file cache test with capacity 1

[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.

[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 ] MixedFileCacheTest.TestBothFileTypes/0 (342 ms)
[ RUN      ] MixedFileCacheTest.TestBothFileTypes/1
I20260812 08:04:06.781332 24141 file_cache.cc:504] Constructed file cache test with capacity 1

[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.

[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 ] MixedFileCacheTest.TestBothFileTypes/1 (332 ms)
[----------] 2 tests from MixedFileCacheTest (675 ms total)

[----------] Global test environment tear-down
[==========] 18 tests from 5 test suites ran. (1574 ms total)
[  PASSED  ] 18 tests.
