[==========] 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 06:37:48.992797 17646 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/0.TestBasicOperations (12 ms)
[ RUN      ] FileCacheTest/0.TestDeletion
I20260812 06:37:48.999874 17646 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/0.TestDeletion (1 ms)
[ RUN      ] FileCacheTest/0.TestInvalidation
I20260812 06:37:49.001726 17646 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 06:37:49.190380 17646 file_cache.cc:504] Constructed file cache test with capacity 1
I20260812 06:37:49.190730 17646 file_cache.cc:504] Constructed file cache test with capacity 5
[       OK ] FileCacheTest/0.TestHeavyReads (25 ms)
[ RUN      ] FileCacheTest/0.TestNoRecursiveDeadlock
I20260812 06:37:49.216253 17646 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/0.TestNoRecursiveDeadlock (165 ms)
[----------] 5 tests from FileCacheTest/0 (394 ms total)

[----------] 5 tests from FileCacheTest/1, where TypeParam = kudu::RandomAccessFile
[ RUN      ] FileCacheTest/1.TestBasicOperations
I20260812 06:37:49.382194 17646 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/1.TestBasicOperations (5 ms)
[ RUN      ] FileCacheTest/1.TestDeletion
I20260812 06:37:49.387215 17646 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/1.TestDeletion (2 ms)
[ RUN      ] FileCacheTest/1.TestInvalidation
I20260812 06:37:49.389292 17646 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 (171 ms)
[ RUN      ] FileCacheTest/1.TestHeavyReads
I20260812 06:37:49.560521 17646 file_cache.cc:504] Constructed file cache test with capacity 1
I20260812 06:37:49.560758 17646 file_cache.cc:504] Constructed file cache test with capacity 5
[       OK ] FileCacheTest/1.TestHeavyReads (27 ms)
[ RUN      ] FileCacheTest/1.TestNoRecursiveDeadlock
I20260812 06:37:49.588436 17646 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] FileCacheTest/1.TestNoRecursiveDeadlock (167 ms)
[----------] 5 tests from FileCacheTest/1 (373 ms total)

[----------] 2 tests from RandomAccessFileCacheTest
[ RUN      ] RandomAccessFileCacheTest.TestMemoryFootprintDoesNotCrash/0
I20260812 06:37:49.755577 17646 file_cache.cc:504] Constructed file cache test with capacity 1
I20260812 06:37:49.755913 17646 file_cache-test.cc:367] 229
[       OK ] RandomAccessFileCacheTest.TestMemoryFootprintDoesNotCrash/0 (1 ms)
[ RUN      ] RandomAccessFileCacheTest.TestMemoryFootprintDoesNotCrash/1
I20260812 06:37:49.756939 17646 file_cache.cc:504] Constructed file cache test with capacity 1
I20260812 06:37:49.757591 17646 file_cache-test.cc:367] 229
[       OK ] RandomAccessFileCacheTest.TestMemoryFootprintDoesNotCrash/1 (1 ms)
[----------] 2 tests from RandomAccessFileCacheTest (3 ms total)

[----------] 4 tests from RWFileCacheTest
[ RUN      ] RWFileCacheTest.TestOpenMustCreate/0
I20260812 06:37:49.758419 17646 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] RWFileCacheTest.TestOpenMustCreate/0 (2 ms)
[ RUN      ] RWFileCacheTest.TestOpenMustCreate/1
I20260812 06:37:49.761188 17646 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] RWFileCacheTest.TestOpenMustCreate/1 (2 ms)
[ RUN      ] RWFileCacheTest.TestOpenCreateOrOpen/0
I20260812 06:37:49.763916 17646 file_cache.cc:504] Constructed file cache test with capacity 1
[       OK ] RWFileCacheTest.TestOpenCreateOrOpen/0 (1 ms)
[ RUN      ] RWFileCacheTest.TestOpenCreateOrOpen/1
I20260812 06:37:49.765208 17646 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 06:37:49.766839 17646 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 (326 ms)
[ RUN      ] MixedFileCacheTest.TestBothFileTypes/1
I20260812 06:37:50.093070 17646 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 (334 ms)
[----------] 2 tests from MixedFileCacheTest (660 ms total)

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