[==========] Running 49 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 35 tests from TestEnv
[ RUN      ] TestEnv.TestPreallocate
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 06:37:43.088376  9639 env-test.cc:256] Testing PreAllocate()
[       OK ] TestEnv.TestPreallocate (2 ms)
[ RUN      ] TestEnv.TestConsecutivePreallocate
I20260812 06:37:43.090484  9639 env-test.cc:294] Testing consecutive PreAllocate()
[       OK ] TestEnv.TestConsecutivePreallocate (2 ms)
[ RUN      ] TestEnv.TestHolePunch
[       OK ] TestEnv.TestHolePunch (2 ms)
[ RUN      ] TestEnv.TestHolePunchBenchmark
I20260812 06:37:44.092654  9639 env-test.cc:400] Time spent writing 1073741824 bytes to file: real 0.994s	user 0.014s	sys 0.982s
I20260812 06:37:44.092782  9639 env-test.cc:406] Time spent syncing file: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:44.121294  9639 env-test.cc:411] Time spent punching first hole of size 10485760: real 0.028s	user 0.000s	sys 0.004s
I20260812 06:37:44.121428  9639 env-test.cc:414] Time spent syncing file: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:44.129364  9639 env-test.cc:420] Time spent repunching 1000 holes of size 10485760: real 0.008s	user 0.004s	sys 0.004s
[       OK ] TestEnv.TestHolePunchBenchmark (1230 ms)
[ RUN      ] TestEnv.TestTruncate
I20260812 06:37:44.326157  9639 env-test.cc:428] Testing Truncate()
[       OK ] TestEnv.TestTruncate (42 ms)
[ RUN      ] TestEnv.TestReadFully
[       OK ] TestEnv.TestReadFully (1 ms)
[ RUN      ] TestEnv.TestReadVFully
[       OK ] TestEnv.TestReadVFully (0 ms)
[ RUN      ] TestEnv.TestIOVMax
[       OK ] TestEnv.TestIOVMax (0 ms)
[ RUN      ] TestEnv.TestAppendV
I20260812 06:37:44.371650  9639 env-test.cc:580] Testing AppendV() only, NO pre-allocation
I20260812 06:37:44.670392  9639 env-test.cc:215] Time spent appending a vector of slices(number of slices=2000,size of slice=1024 b) 5 times: real 0.011s	user 0.000s	sys 0.008s
I20260812 06:37:45.152647  9639 env-test.cc:586] Testing AppendV() only, WITH pre-allocation
I20260812 06:37:45.445268  9639 env-test.cc:215] Time spent appending a vector of slices(number of slices=2000,size of slice=1024 b) 5 times: real 0.009s	user 0.000s	sys 0.008s
I20260812 06:37:45.925174  9639 env-test.cc:588] Testing AppendV() together with Append() and Read(), WITH pre-allocation
I20260812 06:37:46.126070  9639 env-test.cc:215] Time spent appending a vector of slices(number of slices=128,size of slice=4096 b) 5 times: real 0.126s	user 0.120s	sys 0.004s
[       OK ] TestEnv.TestAppendV (1878 ms)
[ RUN      ] TestEnv.TestGetExecutablePath
[       OK ] TestEnv.TestGetExecutablePath (0 ms)
[ RUN      ] TestEnv.TestOpenEmptyRandomAccessFile
[       OK ] TestEnv.TestOpenEmptyRandomAccessFile (0 ms)
[ RUN      ] TestEnv.TestOverwrite
[       OK ] TestEnv.TestOverwrite (0 ms)
[ RUN      ] TestEnv.TestReopen
[       OK ] TestEnv.TestReopen (0 ms)
[ RUN      ] TestEnv.TestIsDirectory
[       OK ] TestEnv.TestIsDirectory (0 ms)
[ RUN      ] TestEnv.TestWalk
[       OK ] TestEnv.TestWalk (1 ms)
[ RUN      ] TestEnv.TestWalkNonExistentPath
W20260812 06:37:46.253667  9639 env_posix.cc:2154] Unable to access file /not/a/real/path during walk: No such file or directory
W20260812 06:37:46.253726  9639 env_posix.cc:2156] Unable to access file /not/a/real/path during walk: No such file or directory
[       OK ] TestEnv.TestWalkNonExistentPath (0 ms)
[ RUN      ] TestEnv.TestWalkBadPermissions
W20260812 06:37:46.254150  9639 env_posix.cc:2154] Unable to access file /tmp/dist-test-task2zjN9w/test-tmp/env-test.0.TestEnv.TestWalkBadPermissions.1786516663085431-9639-0/asdf during walk: Permission denied
W20260812 06:37:46.254180  9639 env_posix.cc:2156] Unable to access file /tmp/dist-test-task2zjN9w/test-tmp/env-test.0.TestEnv.TestWalkBadPermissions.1786516663085431-9639-0/asdf during walk: Permission denied
[       OK ] TestEnv.TestWalkBadPermissions (0 ms)
[ RUN      ] TestEnv.TestWalkCbReturnsError
W20260812 06:37:46.254613  9639 env_posix.cc:2169] Error running callback with file /tmp/dist-test-task2zjN9w/test-tmp/env-test.0.TestEnv.TestWalkCbReturnsError.1786516663085431-9639-0/foo during walk: Aborted: Returning abort status
W20260812 06:37:46.254673  9639 env_posix.cc:2169] Error running callback with file /tmp/dist-test-task2zjN9w/test-tmp/env-test.0.TestEnv.TestWalkCbReturnsError.1786516663085431-9639-0/foo/myfile during walk: Aborted: Returning abort status
[       OK ] TestEnv.TestWalkCbReturnsError (0 ms)
[ RUN      ] TestEnv.TestGlob
[       OK ] TestEnv.TestGlob (0 ms)
[ RUN      ] TestEnv.TestGlobPermissionDenied
[       OK ] TestEnv.TestGlobPermissionDenied (0 ms)
[ RUN      ] TestEnv.TestGetBlockSize
[       OK ] TestEnv.TestGetBlockSize (0 ms)
[ RUN      ] TestEnv.TestGetFileModifiedTime
[       OK ] TestEnv.TestGetFileModifiedTime (3 ms)
[ RUN      ] TestEnv.TestRWFile
[       OK ] TestEnv.TestRWFile (0 ms)
[ RUN      ] TestEnv.TestCanonicalize
[       OK ] TestEnv.TestCanonicalize (0 ms)
[ RUN      ] TestEnv.TestGetTotalRAMBytes
[       OK ] TestEnv.TestGetTotalRAMBytes (0 ms)
[ RUN      ] TestEnv.TestCopyFile
[       OK ] TestEnv.TestCopyFile (57 ms)
[ RUN      ] TestEnv.TestTempRWFile
[       OK ] TestEnv.TestTempRWFile (0 ms)
[ RUN      ] TestEnv.TestGetSpaceInfoFreeBytes
[       OK ] TestEnv.TestGetSpaceInfoFreeBytes (0 ms)
[ RUN      ] TestEnv.TestGetSpaceInfoBasicInvariants
[       OK ] TestEnv.TestGetSpaceInfoBasicInvariants (0 ms)
[ RUN      ] TestEnv.TestChangeDir
[       OK ] TestEnv.TestChangeDir (0 ms)
[ RUN      ] TestEnv.TestGetExtentMap
I20260812 06:37:46.327008  9639 env-test.cc:1125] Punched a 4096 byte sized hole at offset 4096
[       OK ] TestEnv.TestGetExtentMap (7 ms)
[ RUN      ] TestEnv.TestInjectEIO
W20260812 06:37:46.328890  9639 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260812 06:37:46.328928  9639 fault_injection.cc:44] THIS SERVER MAY CRASH!
E20260812 06:37:46.328990  9639 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 06:37:46.329032  9639 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 06:37:46.329064  9639 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 06:37:46.329092  9639 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 06:37:46.329121  9639 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 06:37:46.329147  9639 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 06:37:46.329174  9639 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 06:37:46.329232  9639 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 06:37:46.329268  9639 env_posix.cc:431] I/O error, context: INJECTED FAILURE
[       OK ] TestEnv.TestInjectEIO (0 ms)
[ RUN      ] TestEnv.TestCreateSymlink
[       OK ] TestEnv.TestCreateSymlink (0 ms)
[ RUN      ] TestEnv.TestCreateFifo
[       OK ] TestEnv.TestCreateFifo (0 ms)
[ RUN      ] TestEnv.TestReadRawAndDecryptUnencrypted
[       OK ] TestEnv.TestReadRawAndDecryptUnencrypted (0 ms)
[----------] 35 tests from TestEnv (3243 ms total)

[----------] 2 tests from ResourceLimitTypes/ResourceLimitTypeTest
[ RUN      ] ResourceLimitTypes/ResourceLimitTypeTest.TestIncreaseLimit/0
I20260812 06:37:46.331362  9639 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
I20260812 06:37:46.331436  9639 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
[       OK ] ResourceLimitTypes/ResourceLimitTypeTest.TestIncreaseLimit/0 (0 ms)
[ RUN      ] ResourceLimitTypes/ResourceLimitTypeTest.TestIncreaseLimit/1
I20260812 06:37:46.331746  9639 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
I20260812 06:37:46.331777  9639 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
[       OK ] ResourceLimitTypes/ResourceLimitTypeTest.TestIncreaseLimit/1 (0 ms)
[----------] 2 tests from ResourceLimitTypes/ResourceLimitTypeTest (0 ms total)

[----------] 12 tests from TestEncryption/TestEncryptedEnv
[ RUN      ] TestEncryption/TestEncryptedEnv.TestEncryption/0
[       OK ] TestEncryption/TestEncryptedEnv.TestEncryption/0 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestEncryption/1
[       OK ] TestEncryption/TestEncryptedEnv.TestEncryption/1 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestEncryption/2
[       OK ] TestEncryption/TestEncryptedEnv.TestEncryption/2 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestReadRawAndDecrypt/0
[       OK ] TestEncryption/TestEncryptedEnv.TestReadRawAndDecrypt/0 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestReadRawAndDecrypt/1
[       OK ] TestEncryption/TestEncryptedEnv.TestReadRawAndDecrypt/1 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestReadRawAndDecrypt/2
[       OK ] TestEncryption/TestEncryptedEnv.TestReadRawAndDecrypt/2 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestPreallocatedReadEncryptedFile/0
[       OK ] TestEncryption/TestEncryptedEnv.TestPreallocatedReadEncryptedFile/0 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestPreallocatedReadEncryptedFile/1
[       OK ] TestEncryption/TestEncryptedEnv.TestPreallocatedReadEncryptedFile/1 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestPreallocatedReadEncryptedFile/2
[       OK ] TestEncryption/TestEncryptedEnv.TestPreallocatedReadEncryptedFile/2 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestEncryptionMultipleSlices/0
[       OK ] TestEncryption/TestEncryptedEnv.TestEncryptionMultipleSlices/0 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestEncryptionMultipleSlices/1
[       OK ] TestEncryption/TestEncryptedEnv.TestEncryptionMultipleSlices/1 (0 ms)
[ RUN      ] TestEncryption/TestEncryptedEnv.TestEncryptionMultipleSlices/2
[       OK ] TestEncryption/TestEncryptedEnv.TestEncryptionMultipleSlices/2 (0 ms)
[----------] 12 tests from TestEncryption/TestEncryptedEnv (6 ms total)

[----------] Global test environment tear-down
[==========] 49 tests from 3 test suites ran. (3250 ms total)
[  PASSED  ] 49 tests.
