[==========] 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 08:03:58.331044  8462 env-test.cc:256] Testing PreAllocate()
[       OK ] TestEnv.TestPreallocate (2 ms)
[ RUN      ] TestEnv.TestConsecutivePreallocate
I20260812 08:03:58.333143  8462 env-test.cc:294] Testing consecutive PreAllocate()
[       OK ] TestEnv.TestConsecutivePreallocate (2 ms)
[ RUN      ] TestEnv.TestHolePunch
[       OK ] TestEnv.TestHolePunch (3 ms)
[ RUN      ] TestEnv.TestHolePunchBenchmark
I20260812 08:03:59.365737  8462 env-test.cc:400] Time spent writing 1073741824 bytes to file: real 1.023s	user 0.021s	sys 1.003s
I20260812 08:03:59.365885  8462 env-test.cc:406] Time spent syncing file: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:59.393914  8462 env-test.cc:411] Time spent punching first hole of size 10485760: real 0.028s	user 0.000s	sys 0.006s
I20260812 08:03:59.394053  8462 env-test.cc:414] Time spent syncing file: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:59.401821  8462 env-test.cc:420] Time spent repunching 1000 holes of size 10485760: real 0.008s	user 0.004s	sys 0.003s
[       OK ] TestEnv.TestHolePunchBenchmark (1272 ms)
[ RUN      ] TestEnv.TestTruncate
I20260812 08:03:59.611858  8462 env-test.cc:428] Testing Truncate()
[       OK ] TestEnv.TestTruncate (43 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 08:03:59.658556  8462 env-test.cc:580] Testing AppendV() only, NO pre-allocation
I20260812 08:03:59.969949  8462 env-test.cc:215] Time spent appending a vector of slices(number of slices=2000,size of slice=1024 b) 5 times: real 0.012s	user 0.000s	sys 0.012s
I20260812 08:04:00.486963  8462 env-test.cc:586] Testing AppendV() only, WITH pre-allocation
I20260812 08:04:00.783727  8462 env-test.cc:215] Time spent appending a vector of slices(number of slices=2000,size of slice=1024 b) 5 times: real 0.010s	user 0.000s	sys 0.012s
I20260812 08:04:01.273340  8462 env-test.cc:588] Testing AppendV() together with Append() and Read(), WITH pre-allocation
I20260812 08:04:01.480674  8462 env-test.cc:215] Time spent appending a vector of slices(number of slices=128,size of slice=4096 b) 5 times: real 0.128s	user 0.128s	sys 0.000s
[       OK ] TestEnv.TestAppendV (1949 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 08:04:01.612524  8462 env_posix.cc:2154] Unable to access file /not/a/real/path during walk: No such file or directory
W20260812 08:04:01.612591  8462 env_posix.cc:2156] Unable to access file /not/a/real/path during walk: No such file or directory
[       OK ] TestEnv.TestWalkNonExistentPath (1 ms)
[ RUN      ] TestEnv.TestWalkBadPermissions
W20260812 08:04:01.613039  8462 env_posix.cc:2154] Unable to access file /tmp/dist-test-taskdbt4Zz/test-tmp/env-test.0.TestEnv.TestWalkBadPermissions.1786521838327743-8462-0/asdf during walk: Permission denied
W20260812 08:04:01.613071  8462 env_posix.cc:2156] Unable to access file /tmp/dist-test-taskdbt4Zz/test-tmp/env-test.0.TestEnv.TestWalkBadPermissions.1786521838327743-8462-0/asdf during walk: Permission denied
[       OK ] TestEnv.TestWalkBadPermissions (0 ms)
[ RUN      ] TestEnv.TestWalkCbReturnsError
W20260812 08:04:01.613515  8462 env_posix.cc:2169] Error running callback with file /tmp/dist-test-taskdbt4Zz/test-tmp/env-test.0.TestEnv.TestWalkCbReturnsError.1786521838327743-8462-0/foo during walk: Aborted: Returning abort status
W20260812 08:04:01.613579  8462 env_posix.cc:2169] Error running callback with file /tmp/dist-test-taskdbt4Zz/test-tmp/env-test.0.TestEnv.TestWalkCbReturnsError.1786521838327743-8462-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 (59 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 08:04:01.687647  8462 env-test.cc:1125] Punched a 4096 byte sized hole at offset 4096
[       OK ] TestEnv.TestGetExtentMap (7 ms)
[ RUN      ] TestEnv.TestInjectEIO
W20260812 08:04:01.690033  8462 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260812 08:04:01.690079  8462 fault_injection.cc:44] THIS SERVER MAY CRASH!
E20260812 08:04:01.690146  8462 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 08:04:01.690197  8462 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 08:04:01.690241  8462 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 08:04:01.690274  8462 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 08:04:01.690297  8462 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 08:04:01.690320  8462 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 08:04:01.690342  8462 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 08:04:01.690402  8462 env_posix.cc:431] I/O error, context: INJECTED FAILURE
E20260812 08:04:01.690440  8462 env_posix.cc:431] I/O error, context: INJECTED FAILURE
[       OK ] TestEnv.TestInjectEIO (1 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 (3362 ms total)

[----------] 2 tests from ResourceLimitTypes/ResourceLimitTypeTest
[ RUN      ] ResourceLimitTypes/ResourceLimitTypeTest.TestIncreaseLimit/0
I20260812 08:04:01.692898  8462 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 08:04:01.692948  8462 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 08:04:01.693261  8462 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 08:04:01.693298  8462 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 (5 ms total)

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