"./vfs.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Starting (try 1/5) 2026/02/03 02:22:52 DEBUG : Creating backend with remote "TestDrime:rclone-test-yirosuf3fiba" 2026/02/03 02:22:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/03 02:22:52 DEBUG : Creating backend with remote "/tmp/rclone3054872069" === RUN TestDirHandleMethods run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:22:52 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:22:58 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:22:58 DEBUG : dir: Looking for writers 2026/02/03 02:22:58 DEBUG : Looking for writers 2026/02/03 02:22:58 DEBUG : dir: reading active writers 2026/02/03 02:22:58 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirHandleMethods Messages: directories --- FAIL: TestDirHandleMethods (19.87s) === RUN TestDirHandleReaddir run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:23:12 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:23:20 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:23:20 DEBUG : dir/subdir: Looking for writers 2026/02/03 02:23:20 DEBUG : dir: Looking for writers 2026/02/03 02:23:20 DEBUG : file1: reading active writers 2026/02/03 02:23:20 DEBUG : file2: reading active writers 2026/02/03 02:23:20 DEBUG : subdir: reading active writers 2026/02/03 02:23:20 DEBUG : Looking for writers 2026/02/03 02:23:20 DEBUG : dir: reading active writers 2026/02/03 02:23:20 DEBUG : >WaitForWriters: run.go:130: removing dir "dir/subdir" failed - try 1/3: directory not empty run.go:130: removing dir "dir/subdir" failed - try 2/3: directory not empty run.go:130: removing dir "dir/subdir" failed - try 3/3: directory not empty run.go:133: removing dir "dir/subdir" failed: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/subdir"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=10) "dir/subdir" } Test: TestDirHandleReaddir Messages: directories --- FAIL: TestDirHandleReaddir (27.05s) === RUN TestDirHandleReaddirnames run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:23:39 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_handle_test.go:94 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirHandleReaddirnames Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_handle_test.go:94 Error: Not equal: expected: 0 actual : 1 Test: TestDirHandleReaddirnames Messages: 1 objects not found dir_handle_test.go:102: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_handle_test.go:102 Error: Not equal: expected: 1 actual : 2 Test: TestDirHandleReaddirnames 2026/02/03 02:23:53 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:23:53 DEBUG : dir/subdir: Looking for writers 2026/02/03 02:23:53 DEBUG : dir: Looking for writers 2026/02/03 02:23:53 DEBUG : file1: reading active writers 2026/02/03 02:23:53 DEBUG : subdir: reading active writers 2026/02/03 02:23:53 DEBUG : Looking for writers 2026/02/03 02:23:53 DEBUG : dir: reading active writers 2026/02/03 02:23:53 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_handle_test.go:102 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirHandleReaddirnames Messages: directories --- FAIL: TestDirHandleReaddirnames (28.90s) === RUN TestDirMethods run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:24:08 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 02:24:23 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:24:23 DEBUG : dir: Looking for writers 2026/02/03 02:24:23 DEBUG : Looking for writers 2026/02/03 02:24:23 DEBUG : dir: reading active writers 2026/02/03 02:24:23 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty --- PASS: TestDirMethods (19.52s) === RUN TestDirForgetAll run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:24:28 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:87 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirForgetAll Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:87 Error: Not equal: expected: 0 actual : 1 Test: TestDirForgetAll Messages: 1 objects not found 2026/02/03 02:24:39 DEBUG : dir: forgetting directory cache 2026/02/03 02:24:39 DEBUG : forgetting directory cache 2026/02/03 02:24:39 DEBUG : dir: forgetting directory cache 2026/02/03 02:24:39 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:24:39 DEBUG : Looking for writers 2026/02/03 02:24:39 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirForgetAll Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirForgetAll Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirForgetAll Messages: directories --- FAIL: TestDirForgetAll (24.98s) === RUN TestDirForgetPath run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:24:53 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:114 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirForgetPath Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:114 Error: Not equal: expected: 0 actual : 1 Test: TestDirForgetPath Messages: 1 objects not found 2026/02/03 02:25:05 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/02/03 02:25:05 DEBUG : dir: invalidating directory cache 2026/02/03 02:25:05 DEBUG : >ForgetPath: 2026/02/03 02:25:05 DEBUG : ForgetPath: relativePath="dir", type=0 2026/02/03 02:25:05 DEBUG : invalidating directory cache 2026/02/03 02:25:05 DEBUG : dir: forgetting directory cache 2026/02/03 02:25:05 DEBUG : >ForgetPath: 2026/02/03 02:25:05 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/02/03 02:25:05 DEBUG : >ForgetPath: 2026/02/03 02:25:05 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:25:05 DEBUG : dir: Looking for writers 2026/02/03 02:25:05 DEBUG : Looking for writers 2026/02/03 02:25:05 DEBUG : dir: reading active writers 2026/02/03 02:25:05 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirForgetPath Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirForgetPath Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirForgetPath Messages: directories --- FAIL: TestDirForgetPath (26.15s) === RUN TestDirWalk run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:25:19 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:145 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirWalk Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:145 Error: Not equal: expected: 0 actual : 1 Test: TestDirWalk Messages: 1 objects not found 2026/02/03 02:25:41 DEBUG : forgetting directory cache 2026/02/03 02:25:41 DEBUG : dir: forgetting directory cache 2026/02/03 02:25:42 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:25:42 DEBUG : dir: Looking for writers 2026/02/03 02:25:42 DEBUG : fil/a/b: Looking for writers 2026/02/03 02:25:42 DEBUG : fil/a: Looking for writers 2026/02/03 02:25:42 DEBUG : b: reading active writers 2026/02/03 02:25:42 DEBUG : fil: Looking for writers 2026/02/03 02:25:42 DEBUG : a: reading active writers 2026/02/03 02:25:42 DEBUG : Looking for writers 2026/02/03 02:25:42 DEBUG : dir: reading active writers 2026/02/03 02:25:42 DEBUG : fil: reading active writers 2026/02/03 02:25:42 DEBUG : >WaitForWriters: run.go:130: removing dir "fil/a/b" failed - try 1/3: directory not empty run.go:130: removing dir "fil/a/b" failed - try 2/3: directory not empty run.go:130: removing dir "fil/a/b" failed - try 3/3: directory not empty run.go:133: removing dir "fil/a/b" failed: directory not empty run.go:130: removing dir "fil/a" failed - try 1/3: directory not empty run.go:130: removing dir "fil/a" failed - try 2/3: directory not empty run.go:130: removing dir "fil/a" failed - try 3/3: directory not empty run.go:133: removing dir "fil/a" failed: directory not empty run.go:130: removing dir "fil" failed - try 1/3: directory not empty run.go:130: removing dir "fil" failed - try 2/3: directory not empty run.go:130: removing dir "fil" failed - try 3/3: directory not empty run.go:133: removing dir "fil" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"fil", "fil/a", "fil/a/b"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=3) "fil", + (string) (len=5) "fil/a", + (string) (len=7) "fil/a/b" } Test: TestDirWalk Messages: directories --- FAIL: TestDirWalk (47.78s) === RUN TestDirSetModTime run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:26:07 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:26:12 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:26:12 DEBUG : dir: Looking for writers 2026/02/03 02:26:12 DEBUG : fil: Looking for writers 2026/02/03 02:26:12 DEBUG : Looking for writers 2026/02/03 02:26:12 DEBUG : dir: reading active writers 2026/02/03 02:26:12 DEBUG : fil: reading active writers 2026/02/03 02:26:12 DEBUG : >WaitForWriters: run.go:130: removing dir "fil/a" failed - try 1/3: directory not empty run.go:130: removing dir "fil/a" failed - try 2/3: directory not empty run.go:130: removing dir "fil/a" failed - try 3/3: directory not empty run.go:133: removing dir "fil/a" failed: directory not empty run.go:130: removing dir "fil" failed - try 1/3: directory not empty run.go:130: removing dir "fil" failed - try 2/3: directory not empty run.go:130: removing dir "fil" failed - try 3/3: directory not empty run.go:133: removing dir "fil" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"fil", "fil/a"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "fil", + (string) (len=5) "fil/a" } Test: TestDirSetModTime Messages: directories --- FAIL: TestDirSetModTime (25.76s) === RUN TestDirStat run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:26:33 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:26:36 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:26:36 DEBUG : dir: Looking for writers 2026/02/03 02:26:36 DEBUG : file1: reading active writers 2026/02/03 02:26:36 DEBUG : fil: Looking for writers 2026/02/03 02:26:36 DEBUG : Looking for writers 2026/02/03 02:26:36 DEBUG : dir: reading active writers 2026/02/03 02:26:36 DEBUG : fil: reading active writers 2026/02/03 02:26:36 DEBUG : >WaitForWriters: run.go:130: removing dir "fil" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirStat Messages: directories --- FAIL: TestDirStat (19.99s) === RUN TestDirReadDirAll run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:26:53 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote === RUN TestDirReadDirAll/Virtual 2026/02/03 02:27:06 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/02/03 02:27:06 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/02/03 02:27:06 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/02/03 02:27:06 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/02/03 02:27:14 DEBUG : dir: invalidating directory cache 2026/02/03 02:27:14 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/02/03 02:27:14 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/02/03 02:27:14 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/02/03 02:27:14 DEBUG : dir/file1: Reset virtual modtime dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:300 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false"} actual : []string{"file1,14,false", "file2,15,false", "subdir,0,true", "virtualFile,17,false"} Diff: --- Expected +++ Actual @@ -1,5 +1,6 @@ -([]string) (len=3) { +([]string) (len=4) { (string) (len=14) "file1,14,false", - (string) (len=17) "virtualDir,0,true", - (string) (len=20) "virtualFile,20,false" + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", + (string) (len=20) "virtualFile,17,false" } Test: TestDirReadDirAll/Virtual dir_test.go:304: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:304 Error: Expected nil, but got: map[string]vfs.vState{"virtualFile":0x1} Test: TestDirReadDirAll/Virtual 2026/02/03 02:27:14 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/02/03 02:27:14 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/02/03 02:27:14 DEBUG : dir: Added virtual directory entry vDel: "file1" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:313 Error: Not equal: expected: []string{"virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file2,15,false", "subdir,0,true", "virtualDir2,0,true", "virtualFile,17,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,5 +1,6 @@ -([]string) (len=4) { - (string) (len=17) "virtualDir,0,true", +([]string) (len=5) { + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=18) "virtualDir2,0,true", - (string) (len=20) "virtualFile,20,false", + (string) (len=20) "virtualFile,17,false", (string) (len=22) "virtualFile2,100,false" Test: TestDirReadDirAll/Virtual 2026/02/03 02:27:14 DEBUG : dir: invalidating directory cache 2026/02/03 02:27:15 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/02/03 02:27:15 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 02:27:15 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/02/03 02:27:15 DEBUG : dir/virtualFile: Reset virtual modtime 2026/02/03 02:27:15 DEBUG : forgetting directory cache 2026/02/03 02:27:15 DEBUG : dir: forgetting directory cache 2026/02/03 02:27:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 02:27:15 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:27:15 DEBUG : dir/virtualDir: Looking for writers 2026/02/03 02:27:15 DEBUG : dir: Looking for writers 2026/02/03 02:27:15 DEBUG : virtualFile: reading active writers 2026/02/03 02:27:15 DEBUG : virtualFile2: reading active writers 2026/02/03 02:27:15 DEBUG : virtualDir: reading active writers 2026/02/03 02:27:15 DEBUG : file1: reading active writers 2026/02/03 02:27:15 DEBUG : Looking for writers 2026/02/03 02:27:15 DEBUG : dir: reading active writers 2026/02/03 02:27:15 DEBUG : >WaitForWriters: === NAME TestDirReadDirAll run.go:130: removing dir "dir/virtualDir" failed - try 1/3: directory not empty run.go:130: removing dir "dir/virtualDir" failed - try 2/3: directory not empty run.go:130: removing dir "dir/virtualDir" failed - try 3/3: directory not empty run.go:133: removing dir "dir/virtualDir" failed: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/virtualDir"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=14) "dir/virtualDir" } Test: TestDirReadDirAll Messages: directories --- FAIL: TestDirReadDirAll (43.21s) --- FAIL: TestDirReadDirAll/Virtual (8.43s) === RUN TestDirOpen run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:27:36 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/02/03 02:27:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/02/03 02:27:45 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/02/03 02:27:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 02:27:46 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:334 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirOpen Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:334 Error: Not equal: expected: 0 actual : 1 Test: TestDirOpen Messages: 1 objects not found 2026/02/03 02:27:50 ERROR : dir/: Can only open directories read only 2026/02/03 02:27:50 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:27:50 DEBUG : dir: Looking for writers 2026/02/03 02:27:50 DEBUG : Looking for writers 2026/02/03 02:27:50 DEBUG : dir: reading active writers 2026/02/03 02:27:50 DEBUG : >WaitForWriters: 2026/02/03 02:27:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/02/03 02:27:51 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/02/03 02:27:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 02:27:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/02/03 02:27:51 DEBUG : pacer: low level retry 2/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/02/03 02:27:51 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/03 02:27:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/02/03 02:27:51 DEBUG : pacer: low level retry 3/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/02/03 02:27:51 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/03 02:27:52 DEBUG : pacer: Reducing sleep to 40ms 2026/02/03 02:27:52 DEBUG : pacer: Reducing sleep to 20ms 2026/02/03 02:27:52 DEBUG : pacer: Reducing sleep to 10ms run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirOpen Messages: directories --- FAIL: TestDirOpen (29.22s) === RUN TestDirCreate run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:28:05 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 02:28:20 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/02/03 02:28:20 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/02/03 02:28:20 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/02/03 02:28:20 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/02/03 02:28:20 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (5 bytes), uploading instead of streaming 2026/02/03 02:28:22 DEBUG : dir/potato: size = 5 OK 2026/02/03 02:28:22 NOTICE: drime root 'rclone-test-yirosuf3fiba': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/02/03 02:28:22 DEBUG : dir/potato: Size of src and dst objects identical 2026/02/03 02:28:22 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/02/03 02:28:22 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:28:22 DEBUG : dir: Looking for writers 2026/02/03 02:28:22 DEBUG : file1: reading active writers 2026/02/03 02:28:22 DEBUG : potato: reading active writers 2026/02/03 02:28:22 DEBUG : Looking for writers 2026/02/03 02:28:22 DEBUG : dir: reading active writers 2026/02/03 02:28:22 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirCreate Messages: listing wrong, want got dir/potato (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirCreate Messages: Unexpected file "dir/potato" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirCreate Messages: directories --- FAIL: TestDirCreate (30.18s) === RUN TestDirMkdir run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:28:35 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:389 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirMkdir Messages: listing wrong, want dir/file1 (14) got dir/potato (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:389 Error: Should be true Test: TestDirMkdir Messages: Unexpected file "dir/potato" fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:389 Error: Not equal: expected: 0 actual : 1 Test: TestDirMkdir Messages: 1 objects not found 2026/02/03 02:28:51 DEBUG : dir: Added virtual directory entry vAddDir: "sub" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:401 Error: Not equal: expected: []string{"file1,14,false", "sub,0,true"} actual : []string{"file1,14,false", "potato,5,false", "sub,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=14) "file1,14,false", + (string) (len=14) "potato,5,false", (string) (len=10) "sub,0,true" Test: TestDirMkdir fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:405 Error: Should be true Test: TestDirMkdir Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/potato (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:405 Error: Should be true Test: TestDirMkdir Messages: Unexpected file "dir/potato" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:405 Error: Not equal: expected: []string{"dir", "dir/sub"} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,4 +1,3 @@ -([]string) (len=2) { - (string) (len=3) "dir", - (string) (len=7) "dir/sub" +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirMkdir Messages: directories 2026/02/03 02:29:00 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:29:00 DEBUG : dir/sub: Looking for writers 2026/02/03 02:29:00 DEBUG : dir: Looking for writers 2026/02/03 02:29:00 DEBUG : file1: reading active writers 2026/02/03 02:29:00 DEBUG : potato: reading active writers 2026/02/03 02:29:00 DEBUG : sub: reading active writers 2026/02/03 02:29:00 DEBUG : Looking for writers 2026/02/03 02:29:00 DEBUG : dir: reading active writers 2026/02/03 02:29:00 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirMkdir Messages: directories --- FAIL: TestDirMkdir (40.99s) === RUN TestDirMkdirSub run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:29:16 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 02:29:33 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/02/03 02:29:34 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:430 Error: Not equal: expected: []string{"dir", "dir/sub", "dir/sub/subsub"} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,5 +1,4 @@ -([]string) (len=3) { +([]string) (len=2) { (string) (len=3) "dir", - (string) (len=7) "dir/sub", - (string) (len=14) "dir/sub/subsub" + (string) (len=7) "dir/sub" } Test: TestDirMkdirSub Messages: directories 2026/02/03 02:29:43 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:29:43 DEBUG : dir/sub/subsub: Looking for writers 2026/02/03 02:29:43 DEBUG : dir/sub: Looking for writers 2026/02/03 02:29:43 DEBUG : subsub: reading active writers 2026/02/03 02:29:43 DEBUG : dir: Looking for writers 2026/02/03 02:29:43 DEBUG : file1: reading active writers 2026/02/03 02:29:43 DEBUG : sub: reading active writers 2026/02/03 02:29:43 DEBUG : Looking for writers 2026/02/03 02:29:43 DEBUG : dir: reading active writers 2026/02/03 02:29:43 DEBUG : >WaitForWriters: run.go:130: removing dir "dir/sub" failed - try 1/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 2/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 3/3: directory not empty run.go:133: removing dir "dir/sub" failed: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=7) "dir/sub" } Test: TestDirMkdirSub Messages: directories --- FAIL: TestDirMkdirSub (47.43s) === RUN TestDirRemove run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:30:04 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:438 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirRemove Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:438 Error: Not equal: expected: 0 actual : 1 Test: TestDirRemove Messages: 1 objects not found 2026/02/03 02:30:18 ERROR : dir/: Dir.Remove not empty 2026/02/03 02:30:18 DEBUG : dir/file1: Remove: 2026/02/03 02:30:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 02:30:18 DEBUG : dir/file1: >Remove: err= 2026/02/03 02:30:18 ERROR : dir/: Dir.Remove not empty dir_test.go:456: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:456 Error: Received unexpected error: Directory not empty Test: TestDirRemove 2026/02/03 02:30:18 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:30:18 DEBUG : dir/sub: Looking for writers 2026/02/03 02:30:18 DEBUG : dir: Looking for writers 2026/02/03 02:30:18 DEBUG : sub: reading active writers 2026/02/03 02:30:18 DEBUG : Looking for writers 2026/02/03 02:30:18 DEBUG : dir: reading active writers 2026/02/03 02:30:18 DEBUG : >WaitForWriters: 2026/02/03 02:30:20 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 02:30:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 02:30:20 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 02:30:20 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/03 02:30:20 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 02:30:20 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/03 02:30:21 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 02:30:21 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/03 02:30:21 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 02:30:21 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/03 02:30:21 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 02:30:21 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/03 02:30:22 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 02:30:22 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/03 02:30:22 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 02:30:22 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/03 02:30:24 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 02:30:24 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/03 02:30:26 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/03 02:30:26 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/03 02:30:31 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 02:30:31 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/03 02:30:42 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 02:31:02 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 02:31:22 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 02:31:42 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 02:32:02 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 02:32:22 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 02:32:42 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 02:32:58 DEBUG : forgetting directory cache 2026/02/03 02:32:58 DEBUG : dir: forgetting directory cache 2026/02/03 02:32:58 DEBUG : dir: forgetting directory cache 2026/02/03 02:33:02 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 02:33:20 DEBUG : forgetting directory cache 2026/02/03 02:33:20 DEBUG : dir: forgetting directory cache 2026/02/03 02:33:20 DEBUG : dir/subdir: forgetting directory cache 2026/02/03 02:33:22 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/03 02:33:42 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 02:33:53 DEBUG : forgetting directory cache 2026/02/03 02:33:53 DEBUG : dir: forgetting directory cache 2026/02/03 02:33:53 DEBUG : dir/subdir: forgetting directory cache 2026/02/03 02:34:02 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 02:34:22 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 02:34:23 DEBUG : dir: forgetting directory cache 2026/02/03 02:34:23 DEBUG : forgetting directory cache 2026/02/03 02:34:23 DEBUG : dir: forgetting directory cache 2026/02/03 02:34:42 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 02:35:02 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 02:35:05 DEBUG : forgetting directory cache 2026/02/03 02:35:05 DEBUG : dir: forgetting directory cache 2026/02/03 02:35:22 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 02:35:41 DEBUG : dir: forgetting directory cache 2026/02/03 02:35:41 DEBUG : forgetting directory cache 2026/02/03 02:35:41 DEBUG : dir: forgetting directory cache 2026/02/03 02:35:41 DEBUG : fil: forgetting directory cache 2026/02/03 02:35:41 DEBUG : fil/a: forgetting directory cache 2026/02/03 02:35:41 DEBUG : fil/a/b: forgetting directory cache 2026/02/03 02:35:42 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 02:36:02 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 02:36:12 DEBUG : forgetting directory cache 2026/02/03 02:36:12 DEBUG : fil: forgetting directory cache 2026/02/03 02:36:12 DEBUG : dir: forgetting directory cache 2026/02/03 02:36:22 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 02:36:36 DEBUG : fil: forgetting directory cache 2026/02/03 02:36:36 DEBUG : forgetting directory cache 2026/02/03 02:36:36 DEBUG : fil: forgetting directory cache 2026/02/03 02:36:36 DEBUG : dir: forgetting directory cache 2026/02/03 02:36:42 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/03 02:37:02 DEBUG : pacer: Reducing sleep to 10s 2026/02/03 02:37:06 DEBUG : dir/subdir: forgetting directory cache 2026/02/03 02:37:06 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 02:37:14 DEBUG : dir/virtualDir2: forgetting directory cache 2026/02/03 02:37:14 DEBUG : dir/subdir: forgetting directory cache 2026/02/03 02:37:15 DEBUG : dir: forgetting directory cache 2026/02/03 02:37:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 02:37:15 DEBUG : forgetting directory cache 2026/02/03 02:37:15 DEBUG : dir: forgetting directory cache 2026/02/03 02:37:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 02:37:22 DEBUG : pacer: Reducing sleep to 5s 2026/02/03 02:37:32 DEBUG : pacer: Reducing sleep to 2.5s 2026/02/03 02:37:36 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/03 02:37:39 DEBUG : pacer: Reducing sleep to 625ms 2026/02/03 02:37:40 DEBUG : pacer: Reducing sleep to 312.5ms --- FAIL: TestDirRemove (456.94s) === RUN TestDirRemoveAll run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:37:40 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:37:41 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/03 02:37:41 DEBUG : pacer: Reducing sleep to 78.125ms 2026/02/03 02:37:42 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/03 02:37:44 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/02/03 02:37:44 DEBUG : pacer: Rate limited, increasing sleep to 78.125ms run.go:286: Retry Put of "dir/file1" to drime root 'rclone-test-yirosuf3fiba': 1/10 (failed to upload file: Error "Server Error") 2026/02/03 02:37:46 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/03 02:37:48 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/03 02:37:48 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 02:37:48 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 2026/02/03 02:37:50 DEBUG : dir: forgetting directory cache 2026/02/03 02:37:50 DEBUG : forgetting directory cache 2026/02/03 02:37:50 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 02:38:00 DEBUG : dir/file1: Remove: 2026/02/03 02:38:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 02:38:00 DEBUG : dir/file1: >Remove: err= 2026/02/03 02:38:01 ERROR : dir/: Dir.Remove failed to remove directory: directory not empty dir_test.go:481: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:481 Error: Received unexpected error: directory not empty Test: TestDirRemoveAll 2026/02/03 02:38:01 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:38:01 DEBUG : dir: Looking for writers 2026/02/03 02:38:01 DEBUG : Looking for writers 2026/02/03 02:38:01 DEBUG : dir: reading active writers 2026/02/03 02:38:01 DEBUG : >WaitForWriters: 2026/02/03 02:38:01 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 02:38:01 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 02:38:02 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 02:38:02 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/03 02:38:02 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 02:38:02 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/03 02:38:02 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 02:38:02 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/03 02:38:02 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 02:38:02 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/03 02:38:03 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 02:38:03 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/03 02:38:03 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 02:38:03 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/03 02:38:04 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 02:38:04 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/03 02:38:05 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 02:38:05 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/03 02:38:08 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/03 02:38:08 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/03 02:38:13 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 02:38:13 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/03 02:38:20 DEBUG : forgetting directory cache 2026/02/03 02:38:20 DEBUG : dir: forgetting directory cache 2026/02/03 02:38:20 DEBUG : dir: Removed virtual directory entry vAddFile: "potato" 2026/02/03 02:38:23 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 02:38:43 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 02:38:50 DEBUG : forgetting directory cache 2026/02/03 02:38:50 DEBUG : dir: forgetting directory cache 2026/02/03 02:38:50 DEBUG : dir/sub: forgetting directory cache 2026/02/03 02:38:50 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/02/03 02:39:03 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 02:39:23 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 02:39:32 DEBUG : forgetting directory cache 2026/02/03 02:39:32 DEBUG : dir: forgetting directory cache 2026/02/03 02:39:32 DEBUG : dir/sub: forgetting directory cache 2026/02/03 02:39:32 DEBUG : dir/sub/subsub: forgetting directory cache 2026/02/03 02:39:32 DEBUG : dir/sub: Removed virtual directory entry vAddDir: "subsub" 2026/02/03 02:39:32 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/02/03 02:39:43 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 02:40:03 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 02:40:18 DEBUG : forgetting directory cache 2026/02/03 02:40:18 DEBUG : dir: forgetting directory cache 2026/02/03 02:40:18 DEBUG : dir/sub: forgetting directory cache 2026/02/03 02:40:18 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 02:40:23 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 02:40:43 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 02:41:03 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/03 02:41:23 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 02:41:43 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 02:42:03 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 02:42:23 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 02:42:43 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 02:43:03 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 02:43:23 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 02:43:43 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 02:44:03 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 02:44:23 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/03 02:44:43 DEBUG : pacer: Reducing sleep to 10s 2026/02/03 02:45:03 DEBUG : pacer: Reducing sleep to 5s 2026/02/03 02:45:13 DEBUG : pacer: Reducing sleep to 2.5s --- FAIL: TestDirRemoveAll (452.67s) === RUN TestDirRemoveName run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:45:13 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:45:18 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/03 02:45:21 DEBUG : pacer: Reducing sleep to 625ms 2026/02/03 02:45:22 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/03 02:45:24 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/03 02:45:24 DEBUG : pacer: Reducing sleep to 78.125ms 2026/02/03 02:45:24 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/03 02:45:25 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/03 02:45:25 DEBUG : pacer: Reducing sleep to 10ms 2026/02/03 02:45:25 DEBUG : dir/file1: Remove: 2026/02/03 02:45:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 02:45:26 DEBUG : dir/file1: >Remove: err= fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:511 Error: Should be true Test: TestDirRemoveName Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:511 Error: Should be true Test: TestDirRemoveName Messages: Unexpected file "dir/file1" 2026/02/03 02:45:35 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:45:35 DEBUG : dir: Looking for writers 2026/02/03 02:45:35 DEBUG : Looking for writers 2026/02/03 02:45:35 DEBUG : dir: reading active writers 2026/02/03 02:45:35 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirRemoveName Messages: directories --- FAIL: TestDirRemoveName (31.92s) === RUN TestDirRename run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:45:45 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:528 Error: Should be true Test: TestDirRename Messages: listing wrong, want dir/file1 (14), dir/file3 (15) got dir/file1 (14) fstest.go:203: Not found "dir/file3" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:528 Error: Not equal: expected: 0 actual : 1 Test: TestDirRename Messages: 1 objects not found 2026/02/03 02:46:03 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/02/03 02:46:03 DEBUG : dir: Updating dir with dir2 0xc00064c270 2026/02/03 02:46:03 DEBUG : dir: forgetting directory cache 2026/02/03 02:46:03 DEBUG : Added virtual directory entry vDel: "dir" 2026/02/03 02:46:03 DEBUG : Added virtual directory entry vAddDir: "dir2" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:540 Error: Not equal: expected: []string{"file1,14,false", "file3,15,false"} actual : []string(nil) Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=2) { - (string) (len=14) "file1,14,false", - (string) (len=14) "file3,15,false" -} +([]string) Test: TestDirRename 2026/02/03 02:46:04 ERROR : dir2/file1: Dir.Rename error: file does not exist dir_test.go:556: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:556 Error: Received unexpected error: file does not exist Test: TestDirRename dir_test.go:557: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:557 Error: Should be true Test: TestDirRename dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:558 Error: Not equal: expected: []string{"dir2,0,true", "file2,14,false"} actual : []string{"dir2,0,true"} Diff: --- Expected +++ Actual @@ -1,4 +1,3 @@ -([]string) (len=2) { - (string) (len=11) "dir2,0,true", - (string) (len=14) "file2,14,false" +([]string) (len=1) { + (string) (len=11) "dir2,0,true" } Test: TestDirRename dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:559 Error: Not equal: expected: []string{"file3,15,false"} actual : []string(nil) Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=1) { - (string) (len=14) "file3,15,false" -} +([]string) Test: TestDirRename fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:563 Error: Should be true Test: TestDirRename Messages: listing wrong, want dir2/file3 (15), file2 (14) got dir2/file1 (14), dir2/file3 (15) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:563 Error: Should be true Test: TestDirRename Messages: Unexpected file "dir2/file1" fstest.go:203: Not found "file2" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:563 Error: Not equal: expected: 0 actual : 1 Test: TestDirRename Messages: 1 objects not found 2026/02/03 02:46:13 ERROR : file2: Dir.Rename error: file does not exist dir_test.go:567: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:567 Error: Received unexpected error: file does not exist Test: TestDirRename dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:569 Error: Not equal: expected: []string{"file3,14,false"} actual : []string(nil) Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=1) { - (string) (len=14) "file3,14,false" -} +([]string) Test: TestDirRename fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:573 Error: Should be true Test: TestDirRename Messages: listing wrong, want dir2/file3 (14) got dir2/file1 (14), dir2/file3 (15) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:573 Error: Should be true Test: TestDirRename Messages: Unexpected file "dir2/file1" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:573 Error: Not equal: expected: 14 actual : 15 Test: TestDirRename Messages: dir2/file3: size incorrect file=14 vs obj=15 2026/02/03 02:46:24 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/02/03 02:46:24 DEBUG : empty directory: Updating dir with renamed empty directory 0xc000648d00 2026/02/03 02:46:24 DEBUG : empty directory: forgetting directory cache 2026/02/03 02:46:24 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/02/03 02:46:24 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/02/03 02:46:24 DEBUG : dir2: Renaming to "dir3" 2026/02/03 02:46:24 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:46:24 DEBUG : dir3: Looking for writers 2026/02/03 02:46:24 DEBUG : renamed empty directory: Looking for writers 2026/02/03 02:46:24 DEBUG : Looking for writers 2026/02/03 02:46:24 DEBUG : dir3: reading active writers 2026/02/03 02:46:24 DEBUG : renamed empty directory: reading active writers 2026/02/03 02:46:24 DEBUG : >WaitForWriters: run.go:130: removing dir "dir2" failed - try 1/3: directory not empty run.go:130: removing dir "dir2" failed - try 2/3: directory not empty run.go:130: removing dir "dir2" failed - try 3/3: directory not empty run.go:133: removing dir "dir2" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir2", "renamed empty directory"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=4) "dir2", + (string) (len=23) "renamed empty directory" } Test: TestDirRename Messages: directories --- FAIL: TestDirRename (54.53s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:46:40 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:46:44 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/02/03 02:46:44 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 02:46:44 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/03 02:46:44 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/02/03 02:46:44 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/02/03 02:46:44 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/02/03 02:46:44 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/02/03 02:46:44 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 02:46:44 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/03 02:46:44 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/02/03 02:46:44 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/02/03 02:46:44 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/02/03 02:46:44 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/02/03 02:46:44 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (12 bytes), uploading instead of streaming 2026/02/03 02:46:46 DEBUG : dir/sub/file2: size = 12 OK 2026/02/03 02:46:46 DEBUG : dir/sub/file2: Size of src and dst objects identical 2026/02/03 02:46:46 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/02/03 02:46:46 DEBUG : forgetting directory cache 2026/02/03 02:46:46 DEBUG : dir: forgetting directory cache 2026/02/03 02:46:46 DEBUG : dir/sub: forgetting directory cache 2026/02/03 02:46:46 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/02/03 02:46:46 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/02/03 02:46:46 DEBUG : dir2: forgetting directory cache 2026/02/03 02:46:46 DEBUG : renamed empty directory: forgetting directory cache 2026/02/03 02:46:46 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (5 bytes), uploading instead of streaming 2026/02/03 02:46:49 DEBUG : dir/sub/file0: size = 5 OK 2026/02/03 02:46:49 DEBUG : dir/sub/file0: Size of src and dst objects identical 2026/02/03 02:46:49 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/02/03 02:46:49 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:46:49 DEBUG : dir/sub: Looking for writers 2026/02/03 02:46:49 DEBUG : file0: reading active writers 2026/02/03 02:46:49 DEBUG : file2: reading active writers 2026/02/03 02:46:49 DEBUG : dir: Looking for writers 2026/02/03 02:46:49 DEBUG : file1: reading active writers 2026/02/03 02:46:49 DEBUG : sub: reading active writers 2026/02/03 02:46:49 DEBUG : dir2: Looking for writers 2026/02/03 02:46:49 DEBUG : renamed empty directory: Looking for writers 2026/02/03 02:46:49 DEBUG : Looking for writers 2026/02/03 02:46:49 DEBUG : dir: reading active writers 2026/02/03 02:46:49 DEBUG : dir2: reading active writers 2026/02/03 02:46:49 DEBUG : renamed empty directory: reading active writers 2026/02/03 02:46:49 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirFileOpen Messages: listing wrong, want got dir/sub/file0 (5), dir/sub/file2 (12) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirFileOpen Messages: Unexpected file "dir/sub/file0" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirFileOpen Messages: Unexpected file "dir/sub/file2" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=7) "dir/sub" } Test: TestDirFileOpen Messages: directories --- FAIL: TestDirFileOpen (25.54s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:47:05 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote dir_test.go:666: Need DirModTimeUpdatesOnWrite 2026/02/03 02:47:05 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:47:05 DEBUG : Looking for writers 2026/02/03 02:47:05 DEBUG : >WaitForWriters: run.go:130: removing dir "dir/sub" failed - try 1/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 2/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 3/3: directory not empty run.go:133: removing dir "dir/sub" failed: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 2026/02/03 02:47:15 DEBUG : dir: forgetting directory cache 2026/02/03 02:47:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 02:47:15 DEBUG : forgetting directory cache 2026/02/03 02:47:15 DEBUG : dir: forgetting directory cache 2026/02/03 02:47:15 DEBUG : dir/virtualDir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1156 /usr/local/go/src/testing/testing.go:1132 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:666 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=7) "dir/sub" } Test: TestDirEntryModTimeInvalidation Messages: directories --- FAIL: TestDirEntryModTimeInvalidation (18.85s) === RUN TestDirMetadataExtension run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:47:24 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:704 Error: Not equal: expected: []string{"file1,14,false"} actual : []string{"file1,14,false", "sub,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "file1,14,false" +([]string) (len=2) { + (string) (len=14) "file1,14,false", + (string) (len=10) "sub,0,true" } Test: TestDirMetadataExtension 2026/02/03 02:47:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/02/03 02:47:29 DEBUG : dir/file1.metadata: Set virtual modtime to 2026-02-03 02:47:25 +0000 UTC dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:733 Error: Not equal: expected: []string{"file1,14,false", "file1.metadata,2,false"} actual : []string{"file1,14,false", "file1.metadata,2,false", "sub,0,true"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=14) "file1,14,false", - (string) (len=22) "file1.metadata,2,false" + (string) (len=22) "file1.metadata,2,false", + (string) (len=10) "sub,0,true" } Test: TestDirMetadataExtension 2026/02/03 02:47:29 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 02:47:29 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/02/03 02:47:29 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/02/03 02:47:29 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/02/03 02:47:29 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/02/03 02:47:29 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/02/03 02:47:29 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/02/03 02:47:29 DEBUG : dir.metadata: Set virtual modtime to 2026-02-03 02:47:28 +0000 UTC 2026/02/03 02:47:29 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 02:47:29 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/02/03 02:47:29 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/02/03 02:47:29 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/02/03 02:47:29 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/02/03 02:47:29 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/02/03 02:47:29 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:47:29 DEBUG : dir/sub: Looking for writers 2026/02/03 02:47:29 DEBUG : dir: Looking for writers 2026/02/03 02:47:29 DEBUG : sub: reading active writers 2026/02/03 02:47:29 DEBUG : file1.metadata: reading active writers 2026/02/03 02:47:29 DEBUG : file1: reading active writers 2026/02/03 02:47:29 DEBUG : Looking for writers 2026/02/03 02:47:29 DEBUG : dir: reading active writers 2026/02/03 02:47:29 DEBUG : dir.metadata: reading active writers 2026/02/03 02:47:29 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirMetadataExtension Messages: directories --- FAIL: TestDirMetadataExtension (19.16s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:47:43 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 02:47:59 DEBUG : dir/file1: Set virtual modtime to 2026-02-03 02:47:45 +0000 UTC 2026/02/03 02:47:59 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:47:59 DEBUG : dir: Looking for writers 2026/02/03 02:47:59 DEBUG : file1: reading active writers 2026/02/03 02:47:59 DEBUG : Looking for writers 2026/02/03 02:47:59 DEBUG : dir: reading active writers 2026/02/03 02:47:59 DEBUG : >WaitForWriters: 2026/02/03 02:48:00 DEBUG : forgetting directory cache 2026/02/03 02:48:00 DEBUG : dir: forgetting directory cache 2026/02/03 02:48:00 DEBUG : dir: Removed virtual directory entry vDel: "file1" run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty --- PASS: TestFileMethods (19.91s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:48:03 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=false,write=false Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Not equal: expected: 0 actual : 1 Test: TestFileSetModTime/cache=off,open=false,write=false Messages: 1 objects not found write_test.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:299 /usr/local/go/src/sync/once.go:78 /usr/local/go/src/sync/once.go:69 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:295 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:96 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Received unexpected error: object not found Test: TestFileSetModTime/cache=off,open=false,write=false 2026/02/03 02:48:21 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:48:21 DEBUG : dir: Looking for writers 2026/02/03 02:48:21 DEBUG : file1: reading active writers 2026/02/03 02:48:21 DEBUG : Looking for writers 2026/02/03 02:48:21 DEBUG : dir: reading active writers 2026/02/03 02:48:21 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:299 /usr/local/go/src/sync/once.go:78 /usr/local/go/src/sync/once.go:69 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:295 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:96 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileSetModTime/cache=off,open=false,write=false Messages: listing wrong, want got time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:299 /usr/local/go/src/sync/once.go:78 /usr/local/go/src/sync/once.go:69 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:295 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:96 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=false,write=false Messages: Unexpected file "time_test" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:299 /usr/local/go/src/sync/once.go:78 /usr/local/go/src/sync/once.go:69 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:295 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:96 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileSetModTime/cache=off,open=false,write=false Messages: directories === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:48:35 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=false Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=false Messages: Unexpected file "time_test" 2026/02/03 02:48:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 02:48:48 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/03 02:48:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 02:48:48 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (0 bytes), uploading instead of streaming 2026/02/03 02:48:51 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 02:48:51 DEBUG : dir/file1: size = 0 OK 2026/02/03 02:48:51 DEBUG : dir/file1: Size of src and dst objects identical 2026/02/03 02:48:51 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/02/03 02:48:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 02:48:51 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:48:51 DEBUG : dir: Looking for writers 2026/02/03 02:48:51 DEBUG : file1: reading active writers 2026/02/03 02:48:51 DEBUG : Looking for writers 2026/02/03 02:48:51 DEBUG : dir: reading active writers 2026/02/03 02:48:51 DEBUG : time_test: reading active writers 2026/02/03 02:48:51 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:139 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=false Messages: listing wrong, want dir/file1 (0) got dir/file1 (0), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:139 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=false Messages: Unexpected file "time_test" 2026/02/03 02:49:01 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:49:01 DEBUG : dir: Looking for writers 2026/02/03 02:49:01 DEBUG : file1: reading active writers 2026/02/03 02:49:01 DEBUG : Looking for writers 2026/02/03 02:49:01 DEBUG : dir: reading active writers 2026/02/03 02:49:01 DEBUG : time_test: reading active writers 2026/02/03 02:49:01 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=false Messages: listing wrong, want got dir/file1 (0), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=false Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=false Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileSetModTime/cache=off,open=true,write=false Messages: directories === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:49:15 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=true Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Not equal: expected: 0 actual : 1 Test: TestFileSetModTime/cache=off,open=true,write=true Messages: 1 objects not found 2026/02/03 02:49:28 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 02:49:28 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/03 02:49:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 02:49:28 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (5 bytes), uploading instead of streaming 2026/02/03 02:49:31 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 02:49:31 DEBUG : dir/file1: size = 5 OK 2026/02/03 02:49:31 DEBUG : dir/file1: Size of src and dst objects identical 2026/02/03 02:49:31 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/02/03 02:49:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 02:49:31 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:49:31 DEBUG : dir: Looking for writers 2026/02/03 02:49:31 DEBUG : file1: reading active writers 2026/02/03 02:49:31 DEBUG : Looking for writers 2026/02/03 02:49:31 DEBUG : dir: reading active writers 2026/02/03 02:49:31 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:139 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=true Messages: listing wrong, want dir/file1 (5) got dir/file1 (14) fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:139 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Not equal: expected: 5 actual : 14 Test: TestFileSetModTime/cache=off,open=true,write=true Messages: dir/file1: size incorrect file=5 vs obj=14 2026/02/03 02:49:40 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:49:40 DEBUG : dir: Looking for writers 2026/02/03 02:49:40 DEBUG : file1: reading active writers 2026/02/03 02:49:40 DEBUG : Looking for writers 2026/02/03 02:49:40 DEBUG : dir: reading active writers 2026/02/03 02:49:40 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=true Messages: listing wrong, want got dir/file1 (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileSetModTime/cache=off,open=true,write=true Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileSetModTime/cache=off,open=true,write=true Messages: directories === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:49:54 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:49:54 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 02:49:54 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:49:54 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:49:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:49:54 DEBUG : Config file has changed externally - reloading 2026/02/03 02:49:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 02:49:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:49:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:49:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 02:49:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:49:54 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=full,open=false,write=false Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Not equal: expected: 0 actual : 1 Test: TestFileSetModTime/cache=full,open=false,write=false Messages: 1 objects not found 2026/02/03 02:50:08 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/02/03 02:50:08 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:50:08 DEBUG : dir: Looking for writers 2026/02/03 02:50:08 DEBUG : file1: reading active writers 2026/02/03 02:50:08 DEBUG : Looking for writers 2026/02/03 02:50:08 DEBUG : dir: reading active writers 2026/02/03 02:50:08 DEBUG : >WaitForWriters: 2026/02/03 02:50:08 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileSetModTime/cache=full,open=false,write=false Messages: directories === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:50:22 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:50:22 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 02:50:22 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:22 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:22 DEBUG : Config file has changed externally - reloading 2026/02/03 02:50:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 02:50:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 02:50:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:22 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 02:50:37 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/02/03 02:50:37 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 02:50:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 02:50:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 02:50:37 DEBUG : dir/file1(0xc0003c6900): close: 2026/02/03 02:50:37 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/02/03 02:50:37 DEBUG : dir/file1(0xc0003c6900): >close: err= 2026/02/03 02:50:37 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:50:37 DEBUG : dir: Looking for writers 2026/02/03 02:50:37 DEBUG : file1: reading active writers 2026/02/03 02:50:37 DEBUG : Looking for writers 2026/02/03 02:50:37 DEBUG : dir: reading active writers 2026/02/03 02:50:37 DEBUG : >WaitForWriters: 2026/02/03 02:50:37 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:50:37 DEBUG : dir: Looking for writers 2026/02/03 02:50:37 DEBUG : file1: reading active writers 2026/02/03 02:50:37 DEBUG : Looking for writers 2026/02/03 02:50:37 DEBUG : dir: reading active writers 2026/02/03 02:50:37 DEBUG : >WaitForWriters: 2026/02/03 02:50:37 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting run.go:130: removing dir "dir" failed - try 1/3: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileSetModTime/cache=full,open=true,write=false Messages: directories === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:50:50 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:50:50 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 02:50:50 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:50 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 02:50:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 02:50:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 02:50:50 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 02:50:54 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/02/03 02:50:54 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 02:50:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 02:50:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 02:50:54 DEBUG : dir/file1(0xc00035bb80): _writeAt: size=5, off=0 2026/02/03 02:50:54 DEBUG : dir/file1(0xc00035bb80): openPending: 2026/02/03 02:50:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/02/03 02:50:54 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/02/03 02:50:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 02:50:54 DEBUG : dir/file1(0xc00035bb80): >openPending: err= 2026/02/03 02:50:54 DEBUG : dir/file1(0xc00035bb80): >_writeAt: n=5, err= 2026/02/03 02:50:54 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/02/03 02:50:54 DEBUG : dir/file1(0xc00035bb80): close: 2026/02/03 02:50:54 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/02/03 02:50:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/02/03 02:50:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/02/03 02:50:54 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/02/03 02:50:55 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/02/03 02:50:55 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/02/03 02:50:55 DEBUG : dir/file1(0xc00035bb80): >close: err= 2026/02/03 02:50:55 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:50:55 DEBUG : dir: Looking for writers 2026/02/03 02:50:55 DEBUG : file1: reading active writers 2026/02/03 02:50:55 DEBUG : Looking for writers 2026/02/03 02:50:55 DEBUG : dir: reading active writers 2026/02/03 02:50:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 02:50:55 DEBUG : dir: Looking for writers 2026/02/03 02:50:55 DEBUG : file1: reading active writers 2026/02/03 02:50:55 DEBUG : Looking for writers 2026/02/03 02:50:55 DEBUG : dir: reading active writers 2026/02/03 02:50:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 02:50:55 DEBUG : dir: Looking for writers 2026/02/03 02:50:55 DEBUG : file1: reading active writers 2026/02/03 02:50:55 DEBUG : Looking for writers 2026/02/03 02:50:55 DEBUG : dir: reading active writers 2026/02/03 02:50:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 02:50:55 DEBUG : dir: Looking for writers 2026/02/03 02:50:55 DEBUG : file1: reading active writers 2026/02/03 02:50:55 DEBUG : Looking for writers 2026/02/03 02:50:55 DEBUG : dir: reading active writers 2026/02/03 02:50:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 02:50:55 DEBUG : dir/file1: vfs cache: starting upload 2026/02/03 02:50:55 DEBUG : dir: Looking for writers 2026/02/03 02:50:55 DEBUG : file1: reading active writers 2026/02/03 02:50:55 DEBUG : Looking for writers 2026/02/03 02:50:55 DEBUG : dir: reading active writers 2026/02/03 02:50:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 02:50:55 DEBUG : dir: Looking for writers 2026/02/03 02:50:55 DEBUG : file1: reading active writers 2026/02/03 02:50:55 DEBUG : Looking for writers 2026/02/03 02:50:55 DEBUG : dir: reading active writers 2026/02/03 02:50:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 02:50:55 DEBUG : dir: Looking for writers 2026/02/03 02:50:55 DEBUG : file1: reading active writers 2026/02/03 02:50:55 DEBUG : Looking for writers 2026/02/03 02:50:55 DEBUG : dir: reading active writers 2026/02/03 02:50:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 02:50:56 DEBUG : dir: Looking for writers 2026/02/03 02:50:56 DEBUG : file1: reading active writers 2026/02/03 02:50:56 DEBUG : Looking for writers 2026/02/03 02:50:56 DEBUG : dir: reading active writers 2026/02/03 02:50:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 02:50:57 DEBUG : dir: Looking for writers 2026/02/03 02:50:57 DEBUG : file1: reading active writers 2026/02/03 02:50:57 DEBUG : Looking for writers 2026/02/03 02:50:57 DEBUG : dir: reading active writers 2026/02/03 02:50:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 02:50:58 DEBUG : dir: Looking for writers 2026/02/03 02:50:58 DEBUG : file1: reading active writers 2026/02/03 02:50:58 DEBUG : Looking for writers 2026/02/03 02:50:58 DEBUG : dir: reading active writers 2026/02/03 02:50:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 02:50:59 DEBUG : dir: Looking for writers 2026/02/03 02:50:59 DEBUG : file1: reading active writers 2026/02/03 02:50:59 DEBUG : Looking for writers 2026/02/03 02:50:59 DEBUG : dir: reading active writers 2026/02/03 02:50:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 02:51:00 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 02:51:00 DEBUG : dir/file1: size = 14 OK 2026/02/03 02:51:00 INFO : dir/file1: Copied (replaced existing) 2026/02/03 02:51:00 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/02/03 02:51:00 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/02/03 02:51:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 02:51:00 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/02/03 02:51:00 DEBUG : dir: Looking for writers 2026/02/03 02:51:00 DEBUG : file1: reading active writers 2026/02/03 02:51:00 DEBUG : Looking for writers 2026/02/03 02:51:00 DEBUG : dir: reading active writers 2026/02/03 02:51:00 DEBUG : >WaitForWriters: 2026/02/03 02:51:01 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:51:01 DEBUG : dir: Looking for writers 2026/02/03 02:51:01 DEBUG : file1: reading active writers 2026/02/03 02:51:01 DEBUG : Looking for writers 2026/02/03 02:51:01 DEBUG : dir: reading active writers 2026/02/03 02:51:01 DEBUG : >WaitForWriters: 2026/02/03 02:51:01 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting 2026/02/03 02:51:01 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 02:51:01 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 02:51:02 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 02:51:02 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/03 02:51:02 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 02:51:02 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/03 02:51:02 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 02:51:02 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/03 02:51:02 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 02:51:02 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/03 02:51:02 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 02:51:02 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/03 02:51:03 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 02:51:03 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/03 02:51:04 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 02:51:04 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/03 02:51:05 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 02:51:05 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/03 02:51:08 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/03 02:51:08 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/03 02:51:12 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 02:51:12 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/03 02:51:23 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 02:51:43 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 02:52:03 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 02:52:23 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 02:52:43 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 02:53:03 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 02:53:23 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 02:53:43 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 02:54:03 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/03 02:54:23 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 02:54:43 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 02:55:03 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 02:55:23 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 02:55:25 DEBUG : forgetting directory cache 2026/02/03 02:55:25 DEBUG : dir: forgetting directory cache 2026/02/03 02:55:25 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 02:55:43 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 02:55:50 DEBUG : forgetting directory cache 2026/02/03 02:55:50 DEBUG : dir3: forgetting directory cache 2026/02/03 02:55:50 DEBUG : renamed empty directory: forgetting directory cache 2026/02/03 02:55:50 DEBUG : Removed virtual directory entry vDel: "dir" 2026/02/03 02:55:50 DEBUG : Removed virtual directory entry vAddDir: "dir2" 2026/02/03 02:55:50 DEBUG : Removed virtual directory entry vDel: "empty directory" 2026/02/03 02:55:50 DEBUG : Removed virtual directory entry vAddDir: "renamed empty directory" 2026/02/03 02:56:03 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 02:56:23 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 02:56:43 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 02:56:46 DEBUG : forgetting directory cache 2026/02/03 02:56:46 DEBUG : dir2: forgetting directory cache 2026/02/03 02:56:46 DEBUG : renamed empty directory: forgetting directory cache 2026/02/03 02:56:46 DEBUG : dir: forgetting directory cache 2026/02/03 02:56:46 DEBUG : dir/sub: forgetting directory cache 2026/02/03 02:56:46 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file0" 2026/02/03 02:56:46 DEBUG : dir/sub: forgetting directory cache 2026/02/03 02:57:03 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 02:57:05 DEBUG : forgetting directory cache 2026/02/03 02:57:15 DEBUG : forgetting directory cache 2026/02/03 02:57:15 DEBUG : dir: forgetting directory cache 2026/02/03 02:57:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 02:57:15 DEBUG : dir: forgetting directory cache 2026/02/03 02:57:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 02:57:23 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/03 02:57:29 DEBUG : forgetting directory cache 2026/02/03 02:57:29 DEBUG : dir: forgetting directory cache 2026/02/03 02:57:29 DEBUG : dir/sub: forgetting directory cache 2026/02/03 02:57:29 DEBUG : dir: Removed virtual directory entry vAddFile: "file1.metadata" 2026/02/03 02:57:29 DEBUG : Removed virtual directory entry vAddFile: "dir.metadata" 2026/02/03 02:57:43 DEBUG : pacer: Reducing sleep to 10s run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/02/03 02:57:59 DEBUG : forgetting directory cache 2026/02/03 02:57:59 DEBUG : dir: forgetting directory cache 2026/02/03 02:58:03 DEBUG : pacer: Reducing sleep to 5s run.go:130: removing dir "dir" failed - try 2/3: directory not empty 2026/02/03 02:58:13 DEBUG : pacer: Reducing sleep to 2.5s run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty 2026/02/03 02:58:16 DEBUG : forgetting directory cache 2026/02/03 02:58:16 DEBUG : dir: forgetting directory cache 2026/02/03 02:58:18 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/03 02:58:20 DEBUG : pacer: Reducing sleep to 625ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/02/03 02:58:22 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/03 02:58:22 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/03 02:58:23 DEBUG : pacer: Reducing sleep to 78.125ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/02/03 02:58:25 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/03 02:58:25 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/03 02:58:26 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileSetModTime/cache=full,open=true,write=true Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileSetModTime/cache=full,open=true,write=true Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileSetModTime/cache=full,open=true,write=true Messages: directories --- FAIL: TestFileSetModTime (626.58s) --- FAIL: TestFileSetModTime/cache=off,open=false,write=false (32.07s) --- FAIL: TestFileSetModTime/cache=off,open=true,write=false (40.16s) --- FAIL: TestFileSetModTime/cache=off,open=true,write=true (39.07s) --- FAIL: TestFileSetModTime/cache=full,open=false,write=false (27.53s) --- FAIL: TestFileSetModTime/cache=full,open=true,write=false (27.70s) --- FAIL: TestFileSetModTime/cache=full,open=true,write=true (460.05s) === RUN TestFileOpenRead run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:58:30 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:58:33 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 02:58:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 02:58:35 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/03 02:58:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 02:58:35 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/02/03 02:58:35 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:58:35 DEBUG : dir: Looking for writers 2026/02/03 02:58:35 DEBUG : file1: reading active writers 2026/02/03 02:58:35 DEBUG : Looking for writers 2026/02/03 02:58:35 DEBUG : dir: reading active writers 2026/02/03 02:58:35 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/03 02:58:48 DEBUG : forgetting directory cache 2026/02/03 02:58:48 DEBUG : dir: forgetting directory cache 2026/02/03 02:58:48 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileOpenRead Messages: directories --- FAIL: TestFileOpenRead (19.17s) === RUN TestFileOpenReadUnknownSize 2026/02/03 02:58:49 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/02/03 02:58:49 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/03 02:58:49 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 02:58:49 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/02/03 02:58:49 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:58:49 DEBUG : Looking for writers 2026/02/03 02:58:49 DEBUG : file.txt: reading active writers 2026/02/03 02:58:49 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:58:49 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 02:59:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 02:59:05 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (25 bytes), uploading instead of streaming 2026/02/03 02:59:08 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 02:59:08 DEBUG : dir/file1: size = 25 OK 2026/02/03 02:59:08 DEBUG : dir/file1: Size of src and dst objects identical 2026/02/03 02:59:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 02:59:08 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:59:08 DEBUG : dir: Looking for writers 2026/02/03 02:59:08 DEBUG : file1: reading active writers 2026/02/03 02:59:08 DEBUG : Looking for writers 2026/02/03 02:59:08 DEBUG : dir: reading active writers 2026/02/03 02:59:08 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileOpenWrite Messages: directories --- FAIL: TestFileOpenWrite (34.17s) === RUN TestFileRemove run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:59:23 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 02:59:27 DEBUG : forgetting directory cache 2026/02/03 02:59:27 DEBUG : dir: forgetting directory cache 2026/02/03 02:59:27 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/03 02:59:36 DEBUG : dir/file1: Remove: 2026/02/03 02:59:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 02:59:36 DEBUG : dir/file1: >Remove: err= fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 02:59:48 DEBUG : dir/file1: Remove: 2026/02/03 02:59:48 DEBUG : dir/file1: >Remove: err=Read only file system 2026/02/03 02:59:48 DEBUG : WaitForWriters: timeout=30s 2026/02/03 02:59:48 DEBUG : dir: Looking for writers 2026/02/03 02:59:48 DEBUG : Looking for writers 2026/02/03 02:59:48 DEBUG : dir: reading active writers 2026/02/03 02:59:48 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestFileRemove (35.11s) === RUN TestFileRemoveAll run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 02:59:58 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/03 03:00:07 DEBUG : forgetting directory cache 2026/02/03 03:00:07 DEBUG : dir: forgetting directory cache 2026/02/03 03:00:10 DEBUG : dir/file1: Remove: 2026/02/03 03:00:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:00:10 DEBUG : dir/file1: >Remove: err= fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 03:00:22 DEBUG : dir/file1: Remove: 2026/02/03 03:00:22 DEBUG : dir/file1: >Remove: err=Read only file system 2026/02/03 03:00:22 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:00:22 DEBUG : dir: Looking for writers 2026/02/03 03:00:22 DEBUG : Looking for writers 2026/02/03 03:00:22 DEBUG : dir: reading active writers 2026/02/03 03:00:22 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestFileRemoveAll (33.37s) === RUN TestFileOpen run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:00:31 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:00:37 DEBUG : forgetting directory cache 2026/02/03 03:00:37 DEBUG : dir: forgetting directory cache 2026/02/03 03:00:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:00:41 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/03 03:00:41 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/02/03 03:00:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/03 03:00:41 DEBUG : dir/file1: Open: flags=O_RDWR 2026/02/03 03:00:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/03 03:00:41 DEBUG : dir/file1: Open: flags=0x3 2026/02/03 03:00:41 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/02/03 03:00:41 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/02/03 03:00:41 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:00:41 DEBUG : dir: Looking for writers 2026/02/03 03:00:41 DEBUG : file1: reading active writers 2026/02/03 03:00:41 DEBUG : Looking for writers 2026/02/03 03:00:41 DEBUG : dir: reading active writers 2026/02/03 03:00:41 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/03 03:00:54 DEBUG : forgetting directory cache 2026/02/03 03:00:54 DEBUG : dir: forgetting directory cache 2026/02/03 03:00:54 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileOpen Messages: directories --- FAIL: TestFileOpen (23.05s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:00:54 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/03 03:01:07 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:01:07 DEBUG : dir: Looking for writers 2026/02/03 03:01:07 DEBUG : file1: reading active writers 2026/02/03 03:01:07 DEBUG : Looking for writers 2026/02/03 03:01:07 DEBUG : dir: reading active writers 2026/02/03 03:01:07 DEBUG : >WaitForWriters: 2026/02/03 03:01:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:01:09 DEBUG : newLeaf: Updating file with newLeaf 0xc0001ad8c0 2026/02/03 03:01:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:01:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: listing wrong, want newLeaf (14) got fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/off,forceCache=false Messages: 1 objects not found 2026/02/03 03:01:20 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/03 03:01:20 DEBUG : dir/file1: Updating file with dir/file1 0xc0001ad8c0 2026/02/03 03:01:20 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/03 03:01:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/03 03:01:28 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 03:01:28 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/03 03:01:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:01:28 DEBUG : dir/file1: File is currently open, delaying rename 0xc0001ad8c0 2026/02/03 03:01:28 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:01:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:01:28 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (25 bytes), uploading instead of streaming 2026/02/03 03:01:31 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 03:01:31 DEBUG : dir/file1: size = 25 OK 2026/02/03 03:01:31 DEBUG : dir/file1: Size of src and dst objects identical 2026/02/03 03:01:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:01:31 DEBUG : newLeaf: Running delayed rename now 2026/02/03 03:01:32 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:01:32 DEBUG : newLeaf: Updating file with newLeaf 0xc0001ad8c0 2026/02/03 03:01:32 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:01:32 DEBUG : dir: Looking for writers 2026/02/03 03:01:32 DEBUG : Looking for writers 2026/02/03 03:01:32 DEBUG : dir: reading active writers 2026/02/03 03:01:32 DEBUG : newLeaf: reading active writers 2026/02/03 03:01:32 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: listing wrong, want newLeaf (25) got fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/off,forceCache=false Messages: 1 objects not found 2026/02/03 03:01:42 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:01:42 DEBUG : dir: Looking for writers 2026/02/03 03:01:42 DEBUG : Looking for writers 2026/02/03 03:01:42 DEBUG : dir: reading active writers 2026/02/03 03:01:42 DEBUG : newLeaf: reading active writers 2026/02/03 03:01:42 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: listing wrong, want got newLeaf (25) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: Unexpected file "newLeaf" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/off,forceCache=false Messages: directories === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:01:53 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:01:53 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:01:53 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:01:53 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:01:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:01:53 DEBUG : Config file has changed externally - reloading 2026/02/03 03:01:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:01:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:01:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:01:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:01:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:01:53 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:01:57 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:01:57 DEBUG : dir: Looking for writers 2026/02/03 03:01:57 DEBUG : file1: reading active writers 2026/02/03 03:01:57 DEBUG : Looking for writers 2026/02/03 03:01:57 DEBUG : dir: reading active writers 2026/02/03 03:01:57 DEBUG : >WaitForWriters: 2026/02/03 03:01:59 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:01:59 DEBUG : newLeaf: Updating file with newLeaf 0xc0007d23c0 2026/02/03 03:01:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:01:59 DEBUG : Added virtual directory entry vAddFile: "newLeaf" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want newLeaf (14) got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/minimal,forceCache=false Messages: 1 objects not found 2026/02/03 03:02:10 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/03 03:02:10 DEBUG : dir/file1: Updating file with dir/file1 0xc0007d23c0 2026/02/03 03:02:10 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/03 03:02:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/minimal,forceCache=false Messages: 1 objects not found 2026/02/03 03:02:19 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 03:02:19 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/03 03:02:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:02:19 DEBUG : dir/file1: File is currently open, delaying rename 0xc0007d23c0 2026/02/03 03:02:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:02:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:02:19 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (25 bytes), uploading instead of streaming 2026/02/03 03:02:22 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 03:02:22 DEBUG : dir/file1: size = 25 OK 2026/02/03 03:02:22 DEBUG : dir/file1: Size of src and dst objects identical 2026/02/03 03:02:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:02:22 DEBUG : newLeaf: Running delayed rename now 2026/02/03 03:02:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:02:24 DEBUG : newLeaf: Updating file with newLeaf 0xc0007d23c0 2026/02/03 03:02:24 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:02:24 DEBUG : dir: Looking for writers 2026/02/03 03:02:24 DEBUG : Looking for writers 2026/02/03 03:02:24 DEBUG : dir: reading active writers 2026/02/03 03:02:24 DEBUG : newLeaf: reading active writers 2026/02/03 03:02:24 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want newLeaf (25) got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/minimal,forceCache=false Messages: 1 objects not found 2026/02/03 03:02:33 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:02:33 DEBUG : dir: Looking for writers 2026/02/03 03:02:33 DEBUG : Looking for writers 2026/02/03 03:02:33 DEBUG : dir: reading active writers 2026/02/03 03:02:33 DEBUG : newLeaf: reading active writers 2026/02/03 03:02:33 DEBUG : >WaitForWriters: 2026/02/03 03:02:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want got newLeaf (25) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: Unexpected file "newLeaf" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/minimal,forceCache=false Messages: directories === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:02:43 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:02:43 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:02:43 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:02:43 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:02:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:02:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:02:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:02:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:02:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:02:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:02:43 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:02:52 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/03 03:02:52 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:02:52 DEBUG : dir/file1(0xc000a0ea80): openPending: 2026/02/03 03:02:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/02/03 03:02:52 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/02/03 03:02:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:02:52 DEBUG : dir/file1(0xc000a0ea80): >openPending: err= 2026/02/03 03:02:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/03 03:02:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:02:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:02:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:02:52 DEBUG : dir/file1(0xc000a0ea80): _writeAt: size=14, off=0 2026/02/03 03:02:52 DEBUG : dir/file1(0xc000a0ea80): >_writeAt: n=14, err= 2026/02/03 03:02:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/02/03 03:02:52 DEBUG : dir/file1(0xc000a0ea80): close: 2026/02/03 03:02:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/02/03 03:02:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/02/03 03:02:52 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:02:52 DEBUG : dir/file1(0xc000a0ea80): >close: err= 2026/02/03 03:02:52 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:02:52 DEBUG : dir: Looking for writers 2026/02/03 03:02:52 DEBUG : file1: reading active writers 2026/02/03 03:02:52 DEBUG : Looking for writers 2026/02/03 03:02:52 DEBUG : dir: reading active writers 2026/02/03 03:02:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:02:52 DEBUG : dir: Looking for writers 2026/02/03 03:02:52 DEBUG : file1: reading active writers 2026/02/03 03:02:52 DEBUG : Looking for writers 2026/02/03 03:02:52 DEBUG : dir: reading active writers 2026/02/03 03:02:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:02:52 DEBUG : dir: Looking for writers 2026/02/03 03:02:52 DEBUG : file1: reading active writers 2026/02/03 03:02:52 DEBUG : Looking for writers 2026/02/03 03:02:52 DEBUG : dir: reading active writers 2026/02/03 03:02:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:02:52 DEBUG : dir: Looking for writers 2026/02/03 03:02:52 DEBUG : file1: reading active writers 2026/02/03 03:02:52 DEBUG : Looking for writers 2026/02/03 03:02:52 DEBUG : dir: reading active writers 2026/02/03 03:02:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:02:52 DEBUG : dir/file1: vfs cache: starting upload 2026/02/03 03:02:52 DEBUG : dir: Looking for writers 2026/02/03 03:02:52 DEBUG : file1: reading active writers 2026/02/03 03:02:52 DEBUG : Looking for writers 2026/02/03 03:02:52 DEBUG : dir: reading active writers 2026/02/03 03:02:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:02:52 DEBUG : dir: Looking for writers 2026/02/03 03:02:52 DEBUG : file1: reading active writers 2026/02/03 03:02:52 DEBUG : Looking for writers 2026/02/03 03:02:52 DEBUG : dir: reading active writers 2026/02/03 03:02:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:02:53 DEBUG : dir: Looking for writers 2026/02/03 03:02:53 DEBUG : file1: reading active writers 2026/02/03 03:02:53 DEBUG : Looking for writers 2026/02/03 03:02:53 DEBUG : dir: reading active writers 2026/02/03 03:02:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:02:53 DEBUG : dir: Looking for writers 2026/02/03 03:02:53 DEBUG : file1: reading active writers 2026/02/03 03:02:53 DEBUG : Looking for writers 2026/02/03 03:02:53 DEBUG : dir: reading active writers 2026/02/03 03:02:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:02:53 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 03:02:54 DEBUG : dir/file1: size = 14 OK 2026/02/03 03:02:54 INFO : dir/file1: Copied (replaced existing) 2026/02/03 03:02:54 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/02/03 03:02:54 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/02/03 03:02:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:02:54 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/02/03 03:02:54 DEBUG : dir: Looking for writers 2026/02/03 03:02:54 DEBUG : file1: reading active writers 2026/02/03 03:02:54 DEBUG : Looking for writers 2026/02/03 03:02:54 DEBUG : dir: reading active writers 2026/02/03 03:02:54 DEBUG : >WaitForWriters: 2026/02/03 03:02:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:02:54 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:02:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:02:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:02:54 DEBUG : dir/file1(0xc0007f5180): _readAt: size=512, off=0 2026/02/03 03:02:54 DEBUG : dir/file1(0xc0007f5180): openPending: 2026/02/03 03:02:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/03 03:02:54 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/03 03:02:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:02:54 DEBUG : dir/file1(0xc0007f5180): >openPending: err= 2026/02/03 03:02:54 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/02/03 03:02:54 DEBUG : dir/file1(0xc0007f5180): >_readAt: n=14, err=EOF 2026/02/03 03:02:54 DEBUG : dir/file1(0xc0007f5180): close: 2026/02/03 03:02:54 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:02:53 +0000 UTC 2026/02/03 03:02:54 DEBUG : dir/file1(0xc0007f5180): >close: err= 2026/02/03 03:02:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:02:56 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/03 03:02:56 DEBUG : newLeaf: Updating file with newLeaf 0xc0001acf00 2026/02/03 03:02:56 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:02:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: listing wrong, want newLeaf (14) got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: Unexpected file "dir/file1" fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/minimal,forceCache=true Messages: 1 objects not found 2026/02/03 03:03:07 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/03 03:03:07 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/02/03 03:03:07 DEBUG : dir/file1: Updating file with dir/file1 0xc0001acf00 2026/02/03 03:03:07 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/03 03:03:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/minimal,forceCache=true Messages: 1 objects not found 2026/02/03 03:03:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 03:03:17 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:03:17 DEBUG : dir/file1(0xc0007f4280): openPending: 2026/02/03 03:03:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/03 03:03:17 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/03 03:03:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:03:17 DEBUG : dir/file1(0xc0007f4280): >openPending: err= 2026/02/03 03:03:17 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/03 03:03:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:03:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:03:17 DEBUG : dir/file1(0xc0007f4280): _writeAt: size=25, off=0 2026/02/03 03:03:17 DEBUG : dir/file1(0xc0007f4280): >_writeAt: n=25, err= 2026/02/03 03:03:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:03:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/03 03:03:19 DEBUG : newLeaf: Updating file with newLeaf 0xc0001acf00 2026/02/03 03:03:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:03:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:03:19 DEBUG : newLeaf(0xc0007f4280): close: 2026/02/03 03:03:19 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/02/03 03:03:19 DEBUG : newLeaf: vfs cache: setting modification time to 2026-02-03 03:03:17.380498374 +0000 UTC m=+2425.172267028 2026/02/03 03:03:19 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/02/03 03:03:19 DEBUG : newLeaf(0xc0007f4280): >close: err= 2026/02/03 03:03:19 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:03:19 DEBUG : dir: Looking for writers 2026/02/03 03:03:19 DEBUG : Looking for writers 2026/02/03 03:03:19 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:19 DEBUG : dir: reading active writers 2026/02/03 03:03:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:03:19 DEBUG : dir: Looking for writers 2026/02/03 03:03:19 DEBUG : Looking for writers 2026/02/03 03:03:19 DEBUG : dir: reading active writers 2026/02/03 03:03:19 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:03:19 DEBUG : dir: Looking for writers 2026/02/03 03:03:19 DEBUG : Looking for writers 2026/02/03 03:03:19 DEBUG : dir: reading active writers 2026/02/03 03:03:19 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:03:19 DEBUG : dir: Looking for writers 2026/02/03 03:03:19 DEBUG : Looking for writers 2026/02/03 03:03:19 DEBUG : dir: reading active writers 2026/02/03 03:03:19 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:03:19 DEBUG : newLeaf: vfs cache: starting upload 2026/02/03 03:03:19 DEBUG : dir: Looking for writers 2026/02/03 03:03:19 DEBUG : Looking for writers 2026/02/03 03:03:19 DEBUG : dir: reading active writers 2026/02/03 03:03:19 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:03:19 DEBUG : dir: Looking for writers 2026/02/03 03:03:19 DEBUG : Looking for writers 2026/02/03 03:03:19 DEBUG : dir: reading active writers 2026/02/03 03:03:19 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:03:19 DEBUG : dir: Looking for writers 2026/02/03 03:03:19 DEBUG : Looking for writers 2026/02/03 03:03:19 DEBUG : dir: reading active writers 2026/02/03 03:03:19 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:03:20 DEBUG : dir: Looking for writers 2026/02/03 03:03:20 DEBUG : Looking for writers 2026/02/03 03:03:20 DEBUG : dir: reading active writers 2026/02/03 03:03:20 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:03:21 DEBUG : dir: Looking for writers 2026/02/03 03:03:21 DEBUG : Looking for writers 2026/02/03 03:03:21 DEBUG : dir: reading active writers 2026/02/03 03:03:21 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:03:21 DEBUG : newLeaf: Removing old object on successful upload 2026/02/03 03:03:21 DEBUG : newLeaf: size = 25 OK 2026/02/03 03:03:21 INFO : newLeaf: Copied (replaced existing) 2026/02/03 03:03:21 DEBUG : newLeaf: vfs cache: fingerprint now "25" 2026/02/03 03:03:21 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/02/03 03:03:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:03:21 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/02/03 03:03:22 DEBUG : dir: Looking for writers 2026/02/03 03:03:22 DEBUG : Looking for writers 2026/02/03 03:03:22 DEBUG : dir: reading active writers 2026/02/03 03:03:22 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:22 DEBUG : >WaitForWriters: 2026/02/03 03:03:22 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:03:22 DEBUG : dir: Looking for writers 2026/02/03 03:03:22 DEBUG : Looking for writers 2026/02/03 03:03:22 DEBUG : dir: reading active writers 2026/02/03 03:03:22 DEBUG : newLeaf: reading active writers 2026/02/03 03:03:22 DEBUG : >WaitForWriters: 2026/02/03 03:03:22 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: listing wrong, want got newLeaf (25) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: Unexpected file "newLeaf" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/minimal,forceCache=true Messages: directories === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:03:33 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:03:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:03:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:03:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:03:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:03:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:03:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:03:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:03:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:03:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:03:33 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:03:37 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:03:37 DEBUG : dir: Looking for writers 2026/02/03 03:03:37 DEBUG : file1: reading active writers 2026/02/03 03:03:37 DEBUG : Looking for writers 2026/02/03 03:03:37 DEBUG : dir: reading active writers 2026/02/03 03:03:37 DEBUG : >WaitForWriters: 2026/02/03 03:03:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:03:38 DEBUG : newLeaf: Updating file with newLeaf 0xc0007d2240 2026/02/03 03:03:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:03:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: listing wrong, want newLeaf (14) got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/writes,forceCache=false Messages: 1 objects not found 2026/02/03 03:03:50 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/03 03:03:50 DEBUG : dir/file1: Updating file with dir/file1 0xc0007d2240 2026/02/03 03:03:50 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/03 03:03:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/writes,forceCache=false Messages: 1 objects not found 2026/02/03 03:04:00 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 03:04:00 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:04:00 DEBUG : dir/file1(0xc0009daa00): openPending: 2026/02/03 03:04:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/02/03 03:04:00 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/02/03 03:04:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:04:00 DEBUG : dir/file1(0xc0009daa00): >openPending: err= 2026/02/03 03:04:00 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/03 03:04:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:04:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:04:00 DEBUG : dir/file1(0xc0009daa00): _writeAt: size=25, off=0 2026/02/03 03:04:00 DEBUG : dir/file1(0xc0009daa00): >_writeAt: n=25, err= 2026/02/03 03:04:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:04:01 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/03 03:04:01 DEBUG : newLeaf: Updating file with newLeaf 0xc0007d2240 2026/02/03 03:04:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:04:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:04:01 DEBUG : newLeaf(0xc0009daa00): close: 2026/02/03 03:04:01 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/02/03 03:04:01 DEBUG : newLeaf: vfs cache: setting modification time to 2026-02-03 03:04:00.105857672 +0000 UTC m=+2467.897626366 2026/02/03 03:04:01 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/02/03 03:04:01 DEBUG : newLeaf(0xc0009daa00): >close: err= 2026/02/03 03:04:01 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:04:01 DEBUG : dir: Looking for writers 2026/02/03 03:04:01 DEBUG : Looking for writers 2026/02/03 03:04:01 DEBUG : dir: reading active writers 2026/02/03 03:04:01 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:04:01 DEBUG : dir: Looking for writers 2026/02/03 03:04:01 DEBUG : Looking for writers 2026/02/03 03:04:01 DEBUG : dir: reading active writers 2026/02/03 03:04:01 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:04:01 DEBUG : dir: Looking for writers 2026/02/03 03:04:01 DEBUG : Looking for writers 2026/02/03 03:04:01 DEBUG : dir: reading active writers 2026/02/03 03:04:01 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:04:01 DEBUG : dir: Looking for writers 2026/02/03 03:04:01 DEBUG : Looking for writers 2026/02/03 03:04:01 DEBUG : dir: reading active writers 2026/02/03 03:04:01 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:04:01 DEBUG : newLeaf: vfs cache: starting upload 2026/02/03 03:04:01 DEBUG : dir: Looking for writers 2026/02/03 03:04:01 DEBUG : Looking for writers 2026/02/03 03:04:01 DEBUG : dir: reading active writers 2026/02/03 03:04:01 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:04:01 DEBUG : dir: Looking for writers 2026/02/03 03:04:01 DEBUG : Looking for writers 2026/02/03 03:04:01 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:01 DEBUG : dir: reading active writers 2026/02/03 03:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:04:02 DEBUG : dir: Looking for writers 2026/02/03 03:04:02 DEBUG : Looking for writers 2026/02/03 03:04:02 DEBUG : dir: reading active writers 2026/02/03 03:04:02 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:04:02 DEBUG : dir: Looking for writers 2026/02/03 03:04:02 DEBUG : Looking for writers 2026/02/03 03:04:02 DEBUG : dir: reading active writers 2026/02/03 03:04:02 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:04:03 DEBUG : dir: Looking for writers 2026/02/03 03:04:03 DEBUG : Looking for writers 2026/02/03 03:04:03 DEBUG : dir: reading active writers 2026/02/03 03:04:03 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:04:04 DEBUG : newLeaf: Removing old object on successful upload 2026/02/03 03:04:04 DEBUG : newLeaf: size = 25 OK 2026/02/03 03:04:04 INFO : newLeaf: Copied (replaced existing) 2026/02/03 03:04:04 DEBUG : newLeaf: vfs cache: fingerprint now "25" 2026/02/03 03:04:04 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/02/03 03:04:04 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:04:04 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/02/03 03:04:04 DEBUG : dir: Looking for writers 2026/02/03 03:04:04 DEBUG : Looking for writers 2026/02/03 03:04:04 DEBUG : dir: reading active writers 2026/02/03 03:04:04 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:04 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: listing wrong, want newLeaf (25) got fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/writes,forceCache=false Messages: 1 objects not found 2026/02/03 03:04:13 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:04:13 DEBUG : dir: Looking for writers 2026/02/03 03:04:13 DEBUG : Looking for writers 2026/02/03 03:04:13 DEBUG : dir: reading active writers 2026/02/03 03:04:13 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:13 DEBUG : >WaitForWriters: 2026/02/03 03:04:13 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: listing wrong, want got newLeaf (25) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: Unexpected file "newLeaf" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/writes,forceCache=false Messages: directories === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:04:24 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:04:24 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:04:24 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:04:24 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:04:24 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:04:28 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/03 03:04:28 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:04:28 DEBUG : dir/file1(0xc0009dbe40): openPending: 2026/02/03 03:04:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/02/03 03:04:28 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/02/03 03:04:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:04:28 DEBUG : dir/file1(0xc0009dbe40): >openPending: err= 2026/02/03 03:04:28 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/03 03:04:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:04:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:04:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:04:28 DEBUG : dir/file1(0xc0009dbe40): _writeAt: size=14, off=0 2026/02/03 03:04:28 DEBUG : dir/file1(0xc0009dbe40): >_writeAt: n=14, err= 2026/02/03 03:04:28 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/02/03 03:04:28 DEBUG : dir/file1(0xc0009dbe40): close: 2026/02/03 03:04:28 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/02/03 03:04:28 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/02/03 03:04:28 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:04:28 DEBUG : dir/file1(0xc0009dbe40): >close: err= 2026/02/03 03:04:28 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:04:28 DEBUG : dir: Looking for writers 2026/02/03 03:04:28 DEBUG : file1: reading active writers 2026/02/03 03:04:28 DEBUG : Looking for writers 2026/02/03 03:04:28 DEBUG : dir: reading active writers 2026/02/03 03:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:04:28 DEBUG : dir: Looking for writers 2026/02/03 03:04:28 DEBUG : file1: reading active writers 2026/02/03 03:04:28 DEBUG : Looking for writers 2026/02/03 03:04:28 DEBUG : dir: reading active writers 2026/02/03 03:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:04:28 DEBUG : dir: Looking for writers 2026/02/03 03:04:28 DEBUG : file1: reading active writers 2026/02/03 03:04:28 DEBUG : Looking for writers 2026/02/03 03:04:28 DEBUG : dir: reading active writers 2026/02/03 03:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:04:28 DEBUG : dir: Looking for writers 2026/02/03 03:04:28 DEBUG : file1: reading active writers 2026/02/03 03:04:28 DEBUG : Looking for writers 2026/02/03 03:04:28 DEBUG : dir: reading active writers 2026/02/03 03:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:04:28 DEBUG : dir/file1: vfs cache: starting upload 2026/02/03 03:04:28 DEBUG : dir: Looking for writers 2026/02/03 03:04:28 DEBUG : file1: reading active writers 2026/02/03 03:04:28 DEBUG : Looking for writers 2026/02/03 03:04:28 DEBUG : dir: reading active writers 2026/02/03 03:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:04:28 DEBUG : dir: Looking for writers 2026/02/03 03:04:28 DEBUG : file1: reading active writers 2026/02/03 03:04:28 DEBUG : Looking for writers 2026/02/03 03:04:28 DEBUG : dir: reading active writers 2026/02/03 03:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:04:29 DEBUG : dir: Looking for writers 2026/02/03 03:04:29 DEBUG : file1: reading active writers 2026/02/03 03:04:29 DEBUG : Looking for writers 2026/02/03 03:04:29 DEBUG : dir: reading active writers 2026/02/03 03:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:04:29 DEBUG : dir: Looking for writers 2026/02/03 03:04:29 DEBUG : file1: reading active writers 2026/02/03 03:04:29 DEBUG : Looking for writers 2026/02/03 03:04:29 DEBUG : dir: reading active writers 2026/02/03 03:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:04:30 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 03:04:30 DEBUG : dir/file1: size = 14 OK 2026/02/03 03:04:30 INFO : dir/file1: Copied (replaced existing) 2026/02/03 03:04:30 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/02/03 03:04:30 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/02/03 03:04:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:04:30 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/02/03 03:04:30 DEBUG : dir: Looking for writers 2026/02/03 03:04:30 DEBUG : file1: reading active writers 2026/02/03 03:04:30 DEBUG : Looking for writers 2026/02/03 03:04:30 DEBUG : dir: reading active writers 2026/02/03 03:04:30 DEBUG : >WaitForWriters: 2026/02/03 03:04:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:04:30 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:04:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:04:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:04:30 DEBUG : dir/file1(0xc000821b80): _readAt: size=512, off=0 2026/02/03 03:04:30 DEBUG : dir/file1(0xc000821b80): openPending: 2026/02/03 03:04:30 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/03 03:04:30 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/03 03:04:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:04:30 DEBUG : dir/file1(0xc000821b80): >openPending: err= 2026/02/03 03:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/02/03 03:04:30 DEBUG : dir/file1(0xc000821b80): >_readAt: n=14, err=EOF 2026/02/03 03:04:30 DEBUG : dir/file1(0xc000821b80): close: 2026/02/03 03:04:30 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:04:29 +0000 UTC 2026/02/03 03:04:30 DEBUG : dir/file1(0xc000821b80): >close: err= 2026/02/03 03:04:32 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:04:32 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/03 03:04:32 DEBUG : newLeaf: Updating file with newLeaf 0xc00046b080 2026/02/03 03:04:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:04:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: listing wrong, want newLeaf (14) got dir/file1 (14), newLeaf (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: Unexpected file "dir/file1" 2026/02/03 03:04:43 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/03 03:04:43 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/02/03 03:04:43 DEBUG : dir/file1: Updating file with dir/file1 0xc00046b080 2026/02/03 03:04:43 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/03 03:04:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/writes,forceCache=true Messages: 1 objects not found 2026/02/03 03:04:53 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 03:04:53 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:04:53 DEBUG : dir/file1(0xc00070aa00): openPending: 2026/02/03 03:04:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/03 03:04:53 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/03 03:04:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:04:53 DEBUG : dir/file1(0xc00070aa00): >openPending: err= 2026/02/03 03:04:53 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/03 03:04:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:04:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:04:53 DEBUG : dir/file1(0xc00070aa00): _writeAt: size=25, off=0 2026/02/03 03:04:53 DEBUG : dir/file1(0xc00070aa00): >_writeAt: n=25, err= 2026/02/03 03:04:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:04:55 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/03 03:04:55 DEBUG : newLeaf: Updating file with newLeaf 0xc00046b080 2026/02/03 03:04:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:04:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:04:55 DEBUG : newLeaf(0xc00070aa00): close: 2026/02/03 03:04:55 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/02/03 03:04:55 DEBUG : newLeaf: vfs cache: setting modification time to 2026-02-03 03:04:53.481907675 +0000 UTC m=+2521.273676360 2026/02/03 03:04:55 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/02/03 03:04:55 DEBUG : newLeaf(0xc00070aa00): >close: err= 2026/02/03 03:04:55 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:04:55 DEBUG : dir: Looking for writers 2026/02/03 03:04:55 DEBUG : Looking for writers 2026/02/03 03:04:55 DEBUG : dir: reading active writers 2026/02/03 03:04:55 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:04:55 DEBUG : dir: Looking for writers 2026/02/03 03:04:55 DEBUG : Looking for writers 2026/02/03 03:04:55 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:55 DEBUG : dir: reading active writers 2026/02/03 03:04:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:04:55 DEBUG : dir: Looking for writers 2026/02/03 03:04:55 DEBUG : Looking for writers 2026/02/03 03:04:55 DEBUG : dir: reading active writers 2026/02/03 03:04:55 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:04:55 DEBUG : dir: Looking for writers 2026/02/03 03:04:55 DEBUG : Looking for writers 2026/02/03 03:04:55 DEBUG : dir: reading active writers 2026/02/03 03:04:55 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:04:55 DEBUG : newLeaf: vfs cache: starting upload 2026/02/03 03:04:55 DEBUG : dir: Looking for writers 2026/02/03 03:04:55 DEBUG : Looking for writers 2026/02/03 03:04:55 DEBUG : dir: reading active writers 2026/02/03 03:04:55 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:04:55 DEBUG : dir: Looking for writers 2026/02/03 03:04:55 DEBUG : Looking for writers 2026/02/03 03:04:55 DEBUG : dir: reading active writers 2026/02/03 03:04:55 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:04:55 DEBUG : dir: Looking for writers 2026/02/03 03:04:55 DEBUG : Looking for writers 2026/02/03 03:04:55 DEBUG : dir: reading active writers 2026/02/03 03:04:55 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:04:56 DEBUG : dir: Looking for writers 2026/02/03 03:04:56 DEBUG : Looking for writers 2026/02/03 03:04:56 DEBUG : dir: reading active writers 2026/02/03 03:04:56 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:04:57 DEBUG : newLeaf: Removing old object on successful upload 2026/02/03 03:04:57 DEBUG : newLeaf: size = 25 OK 2026/02/03 03:04:57 INFO : newLeaf: Copied (replaced existing) 2026/02/03 03:04:57 DEBUG : newLeaf: vfs cache: fingerprint now "25" 2026/02/03 03:04:57 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/02/03 03:04:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:04:57 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/02/03 03:04:57 DEBUG : dir: Looking for writers 2026/02/03 03:04:57 DEBUG : Looking for writers 2026/02/03 03:04:57 DEBUG : newLeaf: reading active writers 2026/02/03 03:04:57 DEBUG : dir: reading active writers 2026/02/03 03:04:57 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/03 03:05:06 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:05:06 DEBUG : dir: Looking for writers 2026/02/03 03:05:06 DEBUG : Looking for writers 2026/02/03 03:05:06 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:06 DEBUG : dir: reading active writers 2026/02/03 03:05:06 DEBUG : >WaitForWriters: 2026/02/03 03:05:06 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure === RUN TestFileRename/full,forceCache=false run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:05:16 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:05:16 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:05:16 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:05:16 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:05:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:05:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:05:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:05:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:05:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:05:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:05:16 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/03 03:05:28 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:05:28 DEBUG : dir: Looking for writers 2026/02/03 03:05:28 DEBUG : file1: reading active writers 2026/02/03 03:05:28 DEBUG : Looking for writers 2026/02/03 03:05:28 DEBUG : dir: reading active writers 2026/02/03 03:05:28 DEBUG : >WaitForWriters: 2026/02/03 03:05:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:05:28 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:05:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:05:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:05:28 DEBUG : dir/file1(0xc000820e40): _readAt: size=512, off=0 2026/02/03 03:05:28 DEBUG : dir/file1(0xc000820e40): openPending: 2026/02/03 03:05:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/02/03 03:05:28 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/02/03 03:05:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:05:28 DEBUG : dir/file1(0xc000820e40): >openPending: err= 2026/02/03 03:05:28 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/02/03 03:05:28 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/02/03 03:05:28 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:05:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:05:29 DEBUG : dir/file1(0xc000820e40): >_readAt: n=14, err=EOF 2026/02/03 03:05:29 DEBUG : dir/file1(0xc000820e40): close: 2026/02/03 03:05:29 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:05:17 +0000 UTC 2026/02/03 03:05:29 DEBUG : dir/file1(0xc000820e40): >close: err= 2026/02/03 03:05:30 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:05:30 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/03 03:05:30 DEBUG : newLeaf: Updating file with newLeaf 0xc0001add40 2026/02/03 03:05:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:05:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/03 03:05:40 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/03 03:05:40 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/02/03 03:05:40 DEBUG : dir/file1: Updating file with dir/file1 0xc0001add40 2026/02/03 03:05:40 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/03 03:05:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 03:05:52 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 03:05:52 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:05:52 DEBUG : dir/file1(0xc0009da940): openPending: 2026/02/03 03:05:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/03 03:05:52 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/03 03:05:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:05:52 DEBUG : dir/file1(0xc0009da940): >openPending: err= 2026/02/03 03:05:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/03 03:05:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:05:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:05:52 DEBUG : dir/file1(0xc0009da940): _writeAt: size=25, off=0 2026/02/03 03:05:52 DEBUG : dir/file1(0xc0009da940): >_writeAt: n=25, err= 2026/02/03 03:05:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/03 03:05:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/03 03:05:53 DEBUG : newLeaf: Updating file with newLeaf 0xc0001add40 2026/02/03 03:05:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:05:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:05:53 DEBUG : newLeaf(0xc0009da940): close: 2026/02/03 03:05:53 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/02/03 03:05:53 DEBUG : newLeaf: vfs cache: setting modification time to 2026-02-03 03:05:52.346836204 +0000 UTC m=+2580.138604857 2026/02/03 03:05:53 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/02/03 03:05:53 DEBUG : newLeaf(0xc0009da940): >close: err= 2026/02/03 03:05:53 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:05:53 DEBUG : dir: Looking for writers 2026/02/03 03:05:53 DEBUG : Looking for writers 2026/02/03 03:05:53 DEBUG : dir: reading active writers 2026/02/03 03:05:53 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:05:53 DEBUG : dir: Looking for writers 2026/02/03 03:05:53 DEBUG : Looking for writers 2026/02/03 03:05:53 DEBUG : dir: reading active writers 2026/02/03 03:05:53 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:05:53 DEBUG : dir: Looking for writers 2026/02/03 03:05:53 DEBUG : Looking for writers 2026/02/03 03:05:53 DEBUG : dir: reading active writers 2026/02/03 03:05:53 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:05:53 DEBUG : dir: Looking for writers 2026/02/03 03:05:53 DEBUG : Looking for writers 2026/02/03 03:05:53 DEBUG : dir: reading active writers 2026/02/03 03:05:53 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:05:53 DEBUG : newLeaf: vfs cache: starting upload 2026/02/03 03:05:53 DEBUG : dir: Looking for writers 2026/02/03 03:05:53 DEBUG : Looking for writers 2026/02/03 03:05:53 DEBUG : dir: reading active writers 2026/02/03 03:05:53 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:05:53 DEBUG : dir: Looking for writers 2026/02/03 03:05:53 DEBUG : Looking for writers 2026/02/03 03:05:53 DEBUG : dir: reading active writers 2026/02/03 03:05:53 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:05:53 DEBUG : dir: Looking for writers 2026/02/03 03:05:53 DEBUG : Looking for writers 2026/02/03 03:05:53 DEBUG : dir: reading active writers 2026/02/03 03:05:53 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:05:54 DEBUG : dir: Looking for writers 2026/02/03 03:05:54 DEBUG : Looking for writers 2026/02/03 03:05:54 DEBUG : dir: reading active writers 2026/02/03 03:05:54 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:05:55 DEBUG : newLeaf: Removing old object on successful upload 2026/02/03 03:05:55 DEBUG : dir: Looking for writers 2026/02/03 03:05:55 DEBUG : Looking for writers 2026/02/03 03:05:55 DEBUG : dir: reading active writers 2026/02/03 03:05:55 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:05:55 DEBUG : newLeaf: size = 25 OK 2026/02/03 03:05:55 INFO : newLeaf: Copied (replaced existing) 2026/02/03 03:05:55 DEBUG : newLeaf: vfs cache: fingerprint now "25" 2026/02/03 03:05:55 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/02/03 03:05:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:05:55 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/02/03 03:05:56 DEBUG : dir: Looking for writers 2026/02/03 03:05:56 DEBUG : Looking for writers 2026/02/03 03:05:56 DEBUG : dir: reading active writers 2026/02/03 03:05:56 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:56 DEBUG : >WaitForWriters: 2026/02/03 03:05:56 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:05:56 DEBUG : dir: Looking for writers 2026/02/03 03:05:56 DEBUG : Looking for writers 2026/02/03 03:05:56 DEBUG : dir: reading active writers 2026/02/03 03:05:56 DEBUG : newLeaf: reading active writers 2026/02/03 03:05:56 DEBUG : >WaitForWriters: 2026/02/03 03:05:56 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: listing wrong, want got newLeaf (25) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: Unexpected file "newLeaf" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/full,forceCache=false Messages: directories --- FAIL: TestFileRename (312.36s) --- FAIL: TestFileRename/off,forceCache=false (58.46s) --- FAIL: TestFileRename/minimal,forceCache=false (49.94s) --- FAIL: TestFileRename/minimal,forceCache=true (50.03s) --- FAIL: TestFileRename/writes,forceCache=false (50.59s) --- FAIL: TestFileRename/writes,forceCache=true (52.69s) --- FAIL: TestFileRename/full,forceCache=false (50.65s) === RUN TestFileStructSize file_test.go:419: File struct has size 192 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:06:07 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:06:07 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:06:07 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:06:07 DEBUG : Looking for writers 2026/02/03 03:06:07 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (1.06s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:06:08 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:40 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestReadFileHandleMethods Messages: listing wrong, want dir/file1 (16) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:40 Error: Not equal: expected: 0 actual : 1 Test: TestReadFileHandleMethods Messages: 1 objects not found 2026/02/03 03:06:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:06:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:06:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/03 03:06:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/02/03 03:06:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:06:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/02/03 03:06:20 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/02/03 03:06:20 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:06:20 DEBUG : dir: Looking for writers 2026/02/03 03:06:20 DEBUG : file1: reading active writers 2026/02/03 03:06:20 DEBUG : Looking for writers 2026/02/03 03:06:20 DEBUG : dir: reading active writers 2026/02/03 03:06:20 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestReadFileHandleMethods Messages: listing wrong, want got dir/file1 (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestReadFileHandleMethods Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleMethods Messages: directories --- FAIL: TestReadFileHandleMethods (25.77s) === RUN TestReadFileHandleSeek run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:06:34 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:85 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestReadFileHandleSeek Messages: listing wrong, want dir/file1 (16) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:85 Error: Not equal: expected: 0 actual : 1 Test: TestReadFileHandleSeek Messages: 1 objects not found 2026/02/03 03:06:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:06:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:06:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/03 03:06:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/02/03 03:06:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:06:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/02/03 03:06:46 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/02/03 03:06:46 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/02/03 03:06:46 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/02/03 03:06:46 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/02/03 03:06:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/02/03 03:06:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/02/03 03:06:46 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/02/03 03:06:47 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/02/03 03:06:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/02/03 03:06:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/02/03 03:06:47 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/02/03 03:06:47 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/02/03 03:06:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/02/03 03:06:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/02/03 03:06:47 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/02/03 03:06:48 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:06:48 DEBUG : dir: Looking for writers 2026/02/03 03:06:48 DEBUG : file1: reading active writers 2026/02/03 03:06:48 DEBUG : Looking for writers 2026/02/03 03:06:48 DEBUG : dir: reading active writers 2026/02/03 03:06:48 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleSeek Messages: directories --- FAIL: TestReadFileHandleSeek (28.28s) === RUN TestReadFileHandleReadAt run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:07:02 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 03:07:15 DEBUG : dir: forgetting directory cache 2026/02/03 03:07:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 03:07:15 DEBUG : forgetting directory cache 2026/02/03 03:07:15 DEBUG : dir: forgetting directory cache 2026/02/03 03:07:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 03:07:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:07:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:07:17 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/03 03:07:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/02/03 03:07:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:07:17 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/02/03 03:07:17 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/02/03 03:07:17 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/02/03 03:07:17 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/02/03 03:07:17 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/02/03 03:07:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/02/03 03:07:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/02/03 03:07:17 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/02/03 03:07:18 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/02/03 03:07:18 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/02/03 03:07:18 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/02/03 03:07:18 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/02/03 03:07:18 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/02/03 03:07:18 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/02/03 03:07:18 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/02/03 03:07:18 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/02/03 03:07:18 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/02/03 03:07:18 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/02/03 03:07:18 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/02/03 03:07:19 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/02/03 03:07:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/02/03 03:07:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/02/03 03:07:19 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/02/03 03:07:19 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/02/03 03:07:19 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/02/03 03:07:19 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/02/03 03:07:19 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/02/03 03:07:19 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/02/03 03:07:19 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/02/03 03:07:19 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/02/03 03:07:19 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/02/03 03:07:19 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:07:19 DEBUG : dir: Looking for writers 2026/02/03 03:07:19 DEBUG : file1: reading active writers 2026/02/03 03:07:19 DEBUG : Looking for writers 2026/02/03 03:07:19 DEBUG : dir: reading active writers 2026/02/03 03:07:19 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestReadFileHandleReadAt Messages: listing wrong, want got dir/file1 (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestReadFileHandleReadAt Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleReadAt Messages: directories --- FAIL: TestReadFileHandleReadAt (31.12s) === RUN TestReadFileHandleFlush run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:07:33 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:182 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestReadFileHandleFlush Messages: listing wrong, want dir/file1 (16) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:182 Error: Not equal: expected: 0 actual : 1 Test: TestReadFileHandleFlush Messages: 1 objects not found 2026/02/03 03:07:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:07:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:07:47 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/03 03:07:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/02/03 03:07:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:07:47 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/02/03 03:07:47 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:07:47 DEBUG : dir: Looking for writers 2026/02/03 03:07:47 DEBUG : file1: reading active writers 2026/02/03 03:07:47 DEBUG : Looking for writers 2026/02/03 03:07:47 DEBUG : dir: reading active writers 2026/02/03 03:07:47 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleFlush Messages: directories --- FAIL: TestReadFileHandleFlush (28.55s) === RUN TestReadFileHandleRelease run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:08:02 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 03:08:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:08:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:08:17 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/03 03:08:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/02/03 03:08:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:08:18 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/02/03 03:08:18 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/02/03 03:08:18 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/02/03 03:08:18 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:08:18 DEBUG : dir: Looking for writers 2026/02/03 03:08:18 DEBUG : file1: reading active writers 2026/02/03 03:08:18 DEBUG : Looking for writers 2026/02/03 03:08:18 DEBUG : dir: reading active writers 2026/02/03 03:08:18 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleRelease Messages: directories --- FAIL: TestReadFileHandleRelease (28.61s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:08:30 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:08:30 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:08:30 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:30 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:08:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:08:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:30 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:08:34 DEBUG : forgetting directory cache 2026/02/03 03:08:34 DEBUG : dir: forgetting directory cache 2026/02/03 03:08:35 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:08:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:08:36 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:08:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:08:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:08:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): _readAt: size=1, off=0 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): openPending: 2026/02/03 03:08:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/03 03:08:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/03 03:08:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): >openPending: err= 2026/02/03 03:08:36 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/02/03 03:08:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/02/03 03:08:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:08:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): >_readAt: n=1, err= 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): _readAt: size=256, off=1 2026/02/03 03:08:36 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): >_readAt: n=15, err=EOF 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): _readAt: size=16, off=16 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): >_readAt: n=0, err=EOF 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): close: 2026/02/03 03:08:36 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:08:33 +0000 UTC 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): >close: err= 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): close: 2026/02/03 03:08:36 DEBUG : dir/file1(0xc00070a6c0): >close: err=file already closed 2026/02/03 03:08:36 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:08:36 DEBUG : dir: Looking for writers 2026/02/03 03:08:36 DEBUG : file1: reading active writers 2026/02/03 03:08:36 DEBUG : Looking for writers 2026/02/03 03:08:36 DEBUG : dir: reading active writers 2026/02/03 03:08:36 DEBUG : >WaitForWriters: 2026/02/03 03:08:36 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/03 03:08:49 DEBUG : forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleMethodsRead Messages: directories --- FAIL: TestRWFileHandleMethodsRead (20.84s) === RUN TestRWFileHandleSeek run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:08:51 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:08:51 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:08:51 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:51 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:08:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:08:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:08:51 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/03 03:09:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:09:05 DEBUG : forgetting directory cache 2026/02/03 03:09:05 DEBUG : dir: forgetting directory cache 2026/02/03 03:09:05 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:09:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:09:06 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:09:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:09:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:09:06 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): _readAt: size=1, off=0 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): openPending: 2026/02/03 03:09:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/03 03:09:06 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/03 03:09:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): >openPending: err= 2026/02/03 03:09:06 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/02/03 03:09:06 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/02/03 03:09:06 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:09:06 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): >_readAt: n=1, err= 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): _readAt: size=1, off=5 2026/02/03 03:09:06 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): >_readAt: n=1, err= 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): _readAt: size=1, off=3 2026/02/03 03:09:06 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): >_readAt: n=1, err= 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): _readAt: size=1, off=13 2026/02/03 03:09:06 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): >_readAt: n=1, err= 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): _readAt: size=16, off=100 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): >_readAt: n=0, err=EOF 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): close: 2026/02/03 03:09:06 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:08:53 +0000 UTC 2026/02/03 03:09:06 DEBUG : dir/file1(0xc0003c7d00): >close: err= 2026/02/03 03:09:06 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:09:06 DEBUG : dir: Looking for writers 2026/02/03 03:09:06 DEBUG : file1: reading active writers 2026/02/03 03:09:06 DEBUG : Looking for writers 2026/02/03 03:09:06 DEBUG : dir: reading active writers 2026/02/03 03:09:06 DEBUG : >WaitForWriters: 2026/02/03 03:09:06 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty --- PASS: TestRWFileHandleSeek (18.94s) === RUN TestRWFileHandleReadAt run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:09:10 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:09:10 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:09:10 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:10 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:09:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:09:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:10 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:167 Error: Should be true Test: TestRWFileHandleReadAt Messages: listing wrong, want dir/file1 (16) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:167 Error: Not equal: expected: 0 actual : 1 Test: TestRWFileHandleReadAt Messages: 1 objects not found 2026/02/03 03:09:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:09:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:09:24 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:09:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:09:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:09:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): _readAt: size=1, off=0 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): openPending: 2026/02/03 03:09:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/03 03:09:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/03 03:09:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): >openPending: err= 2026/02/03 03:09:24 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/02/03 03:09:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/02/03 03:09:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:09:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): >_readAt: n=1, err= 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): _readAt: size=1, off=5 2026/02/03 03:09:24 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): >_readAt: n=1, err= 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): _readAt: size=1, off=1 2026/02/03 03:09:24 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): >_readAt: n=1, err= 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): _readAt: size=6, off=10 2026/02/03 03:09:24 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): >_readAt: n=6, err= 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): _readAt: size=256, off=10 2026/02/03 03:09:24 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): >_readAt: n=6, err=EOF 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): _readAt: size=256, off=100 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): >_readAt: n=0, err=EOF 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): close: 2026/02/03 03:09:24 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:09:12 +0000 UTC 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): >close: err= 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): _readAt: size=256, off=100 2026/02/03 03:09:24 DEBUG : dir/file1(0xc000821c80): >_readAt: n=0, err=file already closed 2026/02/03 03:09:24 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:09:24 DEBUG : dir: Looking for writers 2026/02/03 03:09:24 DEBUG : file1: reading active writers 2026/02/03 03:09:24 DEBUG : Looking for writers 2026/02/03 03:09:24 DEBUG : dir: reading active writers 2026/02/03 03:09:24 DEBUG : >WaitForWriters: 2026/02/03 03:09:24 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/03 03:09:36 DEBUG : forgetting directory cache 2026/02/03 03:09:36 DEBUG : dir: forgetting directory cache 2026/02/03 03:09:36 DEBUG : dir: Removed virtual directory entry vDel: "file1" fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleReadAt Messages: directories --- FAIL: TestRWFileHandleReadAt (29.51s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:09:40 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:09:40 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:09:40 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:40 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:09:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:09:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:09:40 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:09:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:09:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:09:46 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:09:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:09:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:09:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/03 03:09:46 DEBUG : dir/file1(0xc000d5aec0): RWFileHandle.Flush 2026/02/03 03:09:46 DEBUG : dir/file1(0xc000d5aec0): _readAt: size=256, off=0 2026/02/03 03:09:46 DEBUG : dir/file1(0xc000d5aec0): openPending: 2026/02/03 03:09:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/03 03:09:46 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/03 03:09:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:09:46 DEBUG : dir/file1(0xc000d5aec0): >openPending: err= 2026/02/03 03:09:46 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/02/03 03:09:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/02/03 03:09:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:09:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:09:46 DEBUG : dir/file1(0xc000d5aec0): >_readAt: n=16, err=EOF 2026/02/03 03:09:46 DEBUG : dir/file1(0xc000d5aec0): RWFileHandle.Flush 2026/02/03 03:09:46 DEBUG : dir/file1(0xc000d5aec0): RWFileHandle.Flush 2026/02/03 03:09:46 DEBUG : dir/file1(0xc000d5aec0): close: 2026/02/03 03:09:46 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:09:41 +0000 UTC 2026/02/03 03:09:46 DEBUG : dir/file1(0xc000d5aec0): >close: err= 2026/02/03 03:09:46 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:09:46 DEBUG : dir: Looking for writers 2026/02/03 03:09:46 DEBUG : file1: reading active writers 2026/02/03 03:09:46 DEBUG : Looking for writers 2026/02/03 03:09:46 DEBUG : dir: reading active writers 2026/02/03 03:09:46 DEBUG : >WaitForWriters: 2026/02/03 03:09:46 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleFlushRead Messages: directories --- FAIL: TestRWFileHandleFlushRead (21.14s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:10:01 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:10:01 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:10:01 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:01 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:10:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:10:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:01 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:10:08 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:10:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/03 03:10:09 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:10:09 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:10:09 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:10:09 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/03 03:10:09 DEBUG : dir/file1(0xc000a0eec0): _readAt: size=256, off=0 2026/02/03 03:10:09 DEBUG : dir/file1(0xc000a0eec0): openPending: 2026/02/03 03:10:09 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/03 03:10:09 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/03 03:10:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:10:09 DEBUG : dir/file1(0xc000a0eec0): >openPending: err= 2026/02/03 03:10:09 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/02/03 03:10:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/02/03 03:10:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:10:09 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:10:10 DEBUG : forgetting directory cache 2026/02/03 03:10:10 DEBUG : dir: forgetting directory cache 2026/02/03 03:10:10 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 03:10:10 DEBUG : dir/file1(0xc000a0eec0): >_readAt: n=16, err=EOF 2026/02/03 03:10:10 DEBUG : dir/file1(0xc000a0eec0): RWFileHandle.Release 2026/02/03 03:10:10 DEBUG : dir/file1(0xc000a0eec0): close: 2026/02/03 03:10:10 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:10:03 +0000 UTC 2026/02/03 03:10:10 DEBUG : dir/file1(0xc000a0eec0): >close: err= 2026/02/03 03:10:10 DEBUG : dir/file1(0xc000a0eec0): RWFileHandle.Release 2026/02/03 03:10:10 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:10:10 DEBUG : dir: Looking for writers 2026/02/03 03:10:10 DEBUG : file1: reading active writers 2026/02/03 03:10:10 DEBUG : Looking for writers 2026/02/03 03:10:10 DEBUG : dir: reading active writers 2026/02/03 03:10:10 DEBUG : >WaitForWriters: 2026/02/03 03:10:10 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleReleaseRead Messages: directories --- FAIL: TestRWFileHandleReleaseRead (23.90s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:10:25 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:10:25 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:10:25 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:25 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:25 DEBUG : Config file has changed externally - reloading 2026/02/03 03:10:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:10:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:10:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:10:25 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:10:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:10:25 DEBUG : file1: newRWFileHandle: 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): openPending: 2026/02/03 03:10:25 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:10:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): >openPending: err= 2026/02/03 03:10:25 DEBUG : file1: >newRWFileHandle: err= 2026/02/03 03:10:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:10:25 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/03 03:10:25 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): _writeAt: size=5, off=0 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): >_writeAt: n=5, err= 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): _writeAt: size=7, off=5 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): >_writeAt: n=7, err= 2026/02/03 03:10:25 DEBUG : file1: vfs cache: truncate to size=11 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): close: 2026/02/03 03:10:25 DEBUG : file1: vfs cache: setting modification time to 2026-02-03 03:10:25.787173865 +0000 UTC m=+2853.578942519 2026/02/03 03:10:25 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): >close: err= 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): close: 2026/02/03 03:10:25 DEBUG : file1(0xc0007f4280): >close: err=file already closed dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:332 Error: Not equal: expected: []string{"file1,11,false"} actual : []string{"dir,0,true", "file1,11,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=10) "dir,0,true", (string) (len=14) "file1,11,false" Test: TestRWFileHandleMethodsWrite 2026/02/03 03:10:25 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:10:25 DEBUG : dir: Looking for writers 2026/02/03 03:10:25 DEBUG : Looking for writers 2026/02/03 03:10:25 DEBUG : dir: reading active writers 2026/02/03 03:10:25 DEBUG : file1: reading active writers 2026/02/03 03:10:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:10:25 DEBUG : dir: Looking for writers 2026/02/03 03:10:25 DEBUG : Looking for writers 2026/02/03 03:10:25 DEBUG : dir: reading active writers 2026/02/03 03:10:25 DEBUG : file1: reading active writers 2026/02/03 03:10:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:10:25 DEBUG : dir: Looking for writers 2026/02/03 03:10:25 DEBUG : Looking for writers 2026/02/03 03:10:25 DEBUG : dir: reading active writers 2026/02/03 03:10:25 DEBUG : file1: reading active writers 2026/02/03 03:10:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:10:25 DEBUG : dir: Looking for writers 2026/02/03 03:10:25 DEBUG : Looking for writers 2026/02/03 03:10:25 DEBUG : dir: reading active writers 2026/02/03 03:10:25 DEBUG : file1: reading active writers 2026/02/03 03:10:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:10:25 DEBUG : file1: vfs cache: starting upload 2026/02/03 03:10:25 DEBUG : dir: Looking for writers 2026/02/03 03:10:25 DEBUG : Looking for writers 2026/02/03 03:10:25 DEBUG : file1: reading active writers 2026/02/03 03:10:25 DEBUG : dir: reading active writers 2026/02/03 03:10:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:10:26 DEBUG : dir: Looking for writers 2026/02/03 03:10:26 DEBUG : Looking for writers 2026/02/03 03:10:26 DEBUG : file1: reading active writers 2026/02/03 03:10:26 DEBUG : dir: reading active writers 2026/02/03 03:10:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:10:26 DEBUG : dir: Looking for writers 2026/02/03 03:10:26 DEBUG : Looking for writers 2026/02/03 03:10:26 DEBUG : dir: reading active writers 2026/02/03 03:10:26 DEBUG : file1: reading active writers 2026/02/03 03:10:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:10:27 DEBUG : dir: Looking for writers 2026/02/03 03:10:27 DEBUG : Looking for writers 2026/02/03 03:10:27 DEBUG : dir: reading active writers 2026/02/03 03:10:27 DEBUG : file1: reading active writers 2026/02/03 03:10:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:28 DEBUG : dir: Looking for writers 2026/02/03 03:10:28 DEBUG : Looking for writers 2026/02/03 03:10:28 DEBUG : dir: reading active writers 2026/02/03 03:10:28 DEBUG : file1: reading active writers 2026/02/03 03:10:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:29 DEBUG : dir: Looking for writers 2026/02/03 03:10:29 DEBUG : Looking for writers 2026/02/03 03:10:29 DEBUG : dir: reading active writers 2026/02/03 03:10:29 DEBUG : file1: reading active writers 2026/02/03 03:10:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:30 DEBUG : dir: Looking for writers 2026/02/03 03:10:30 DEBUG : Looking for writers 2026/02/03 03:10:30 DEBUG : dir: reading active writers 2026/02/03 03:10:30 DEBUG : file1: reading active writers 2026/02/03 03:10:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:31 DEBUG : dir: Looking for writers 2026/02/03 03:10:31 DEBUG : Looking for writers 2026/02/03 03:10:31 DEBUG : dir: reading active writers 2026/02/03 03:10:31 DEBUG : file1: reading active writers 2026/02/03 03:10:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:31 DEBUG : file1: size = 11 OK 2026/02/03 03:10:31 INFO : file1: Copied (new) 2026/02/03 03:10:31 DEBUG : file1: vfs cache: fingerprint now "11" 2026/02/03 03:10:31 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/03 03:10:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:10:31 INFO : file1: vfs cache: upload succeeded try #1 2026/02/03 03:10:32 DEBUG : dir: Looking for writers 2026/02/03 03:10:32 DEBUG : Looking for writers 2026/02/03 03:10:32 DEBUG : dir: reading active writers 2026/02/03 03:10:32 DEBUG : file1: reading active writers 2026/02/03 03:10:32 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/03 03:10:41 DEBUG : forgetting directory cache 2026/02/03 03:10:41 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:337 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleMethodsWrite Messages: directories 2026/02/03 03:10:41 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:10:41 DEBUG : dir: Looking for writers 2026/02/03 03:10:41 DEBUG : Looking for writers 2026/02/03 03:10:41 DEBUG : dir: reading active writers 2026/02/03 03:10:41 DEBUG : file1: reading active writers 2026/02/03 03:10:41 DEBUG : >WaitForWriters: 2026/02/03 03:10:41 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting --- FAIL: TestRWFileHandleMethodsWrite (18.60s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:10:43 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:10:43 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:10:43 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:43 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:10:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:10:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:10:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:10:43 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:10:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:10:44 DEBUG : file1: newRWFileHandle: 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): openPending: 2026/02/03 03:10:44 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:10:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): >openPending: err= 2026/02/03 03:10:44 DEBUG : file1: >newRWFileHandle: err= 2026/02/03 03:10:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:10:44 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/03 03:10:44 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): _writeAt: size=7, off=0 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): >_writeAt: n=7, err= 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): _writeAt: size=6, off=5 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): >_writeAt: n=6, err= 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): close: 2026/02/03 03:10:44 DEBUG : file1: vfs cache: setting modification time to 2026-02-03 03:10:44.218205744 +0000 UTC m=+2872.009974408 2026/02/03 03:10:44 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): >close: err= 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): _writeAt: size=5, off=0 2026/02/03 03:10:44 DEBUG : file1(0xc000a0f500): >_writeAt: n=0, err=file already closed 2026/02/03 03:10:44 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:10:44 DEBUG : Looking for writers 2026/02/03 03:10:44 DEBUG : file1: reading active writers 2026/02/03 03:10:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:10:44 DEBUG : Looking for writers 2026/02/03 03:10:44 DEBUG : file1: reading active writers 2026/02/03 03:10:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:10:44 DEBUG : Looking for writers 2026/02/03 03:10:44 DEBUG : file1: reading active writers 2026/02/03 03:10:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:10:44 DEBUG : Looking for writers 2026/02/03 03:10:44 DEBUG : file1: reading active writers 2026/02/03 03:10:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:10:44 DEBUG : file1: vfs cache: starting upload 2026/02/03 03:10:44 DEBUG : Looking for writers 2026/02/03 03:10:44 DEBUG : file1: reading active writers 2026/02/03 03:10:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:10:44 DEBUG : Looking for writers 2026/02/03 03:10:44 DEBUG : file1: reading active writers 2026/02/03 03:10:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:10:44 DEBUG : Looking for writers 2026/02/03 03:10:44 DEBUG : file1: reading active writers 2026/02/03 03:10:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:10:45 DEBUG : Looking for writers 2026/02/03 03:10:45 DEBUG : file1: reading active writers 2026/02/03 03:10:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:46 DEBUG : Looking for writers 2026/02/03 03:10:46 DEBUG : file1: reading active writers 2026/02/03 03:10:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:47 DEBUG : Looking for writers 2026/02/03 03:10:47 DEBUG : file1: reading active writers 2026/02/03 03:10:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:48 DEBUG : Looking for writers 2026/02/03 03:10:48 DEBUG : file1: reading active writers 2026/02/03 03:10:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:49 DEBUG : Looking for writers 2026/02/03 03:10:49 DEBUG : file1: reading active writers 2026/02/03 03:10:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:10:50 DEBUG : file1: size = 11 OK 2026/02/03 03:10:50 INFO : file1: Copied (new) 2026/02/03 03:10:50 DEBUG : file1: vfs cache: fingerprint now "11" 2026/02/03 03:10:50 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/03 03:10:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:10:50 INFO : file1: vfs cache: upload succeeded try #1 2026/02/03 03:10:50 DEBUG : Looking for writers 2026/02/03 03:10:50 DEBUG : file1: reading active writers 2026/02/03 03:10:50 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 03:11:02 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:11:02 DEBUG : Looking for writers 2026/02/03 03:11:02 DEBUG : file1: reading active writers 2026/02/03 03:11:02 DEBUG : >WaitForWriters: 2026/02/03 03:11:02 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 03:11:07 DEBUG : forgetting directory cache 2026/02/03 03:11:07 DEBUG : dir: forgetting directory cache 2026/02/03 03:11:07 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 03:11:07 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" --- PASS: TestRWFileHandleWriteAt (30.52s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:11:14 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:11:14 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:11:14 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:14 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:11:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:11:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:11:14 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:11:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:11:14 DEBUG : file1: newRWFileHandle: 2026/02/03 03:11:14 DEBUG : file1(0xc0009db740): openPending: 2026/02/03 03:11:14 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:11:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:14 DEBUG : file1(0xc0009db740): >openPending: err= 2026/02/03 03:11:14 DEBUG : file1: >newRWFileHandle: err= 2026/02/03 03:11:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:14 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/03 03:11:14 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/02/03 03:11:14 DEBUG : file1(0xc0009db740): close: 2026/02/03 03:11:14 DEBUG : file1: vfs cache: setting modification time to 2026-02-03 03:11:14.542118314 +0000 UTC m=+2902.333886968 2026/02/03 03:11:14 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:11:14 DEBUG : file1(0xc0009db740): >close: err= 2026/02/03 03:11:14 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/02/03 03:11:14 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/02/03 03:11:14 DEBUG : file2: newRWFileHandle: 2026/02/03 03:11:14 DEBUG : file2(0xc0009dbbc0): openPending: 2026/02/03 03:11:14 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:11:14 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/02/03 03:11:14 DEBUG : file2(0xc0009dbbc0): >openPending: err= 2026/02/03 03:11:14 DEBUG : file2: >newRWFileHandle: err= 2026/02/03 03:11:14 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/02/03 03:11:14 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/02/03 03:11:14 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/02/03 03:11:14 DEBUG : file2(0xc0009dbbc0): RWFileHandle.Flush 2026/02/03 03:11:14 DEBUG : file2(0xc0009dbbc0): RWFileHandle.Release 2026/02/03 03:11:14 DEBUG : file2(0xc0009dbbc0): close: 2026/02/03 03:11:14 DEBUG : file2: vfs cache: setting modification time to 2026-02-03 03:11:14.543526642 +0000 UTC m=+2902.335295296 2026/02/03 03:11:14 INFO : file2: vfs cache: queuing for upload in 100ms 2026/02/03 03:11:14 DEBUG : file2(0xc0009dbbc0): >close: err= 2026/02/03 03:11:14 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:11:14 DEBUG : Looking for writers 2026/02/03 03:11:14 DEBUG : file1: reading active writers 2026/02/03 03:11:14 DEBUG : file2: reading active writers 2026/02/03 03:11:14 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/02/03 03:11:14 DEBUG : Looking for writers 2026/02/03 03:11:14 DEBUG : file1: reading active writers 2026/02/03 03:11:14 DEBUG : file2: reading active writers 2026/02/03 03:11:14 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/02/03 03:11:14 DEBUG : Looking for writers 2026/02/03 03:11:14 DEBUG : file1: reading active writers 2026/02/03 03:11:14 DEBUG : file2: reading active writers 2026/02/03 03:11:14 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/02/03 03:11:14 DEBUG : Looking for writers 2026/02/03 03:11:14 DEBUG : file2: reading active writers 2026/02/03 03:11:14 DEBUG : file1: reading active writers 2026/02/03 03:11:14 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/02/03 03:11:14 DEBUG : file1: vfs cache: starting upload 2026/02/03 03:11:14 DEBUG : file2: vfs cache: starting upload 2026/02/03 03:11:14 DEBUG : Looking for writers 2026/02/03 03:11:14 DEBUG : file1: reading active writers 2026/02/03 03:11:14 DEBUG : file2: reading active writers 2026/02/03 03:11:14 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/02/03 03:11:14 DEBUG : Looking for writers 2026/02/03 03:11:14 DEBUG : file1: reading active writers 2026/02/03 03:11:14 DEBUG : file2: reading active writers 2026/02/03 03:11:14 DEBUG : Still 0 writers active and 2 cache items in use, waiting 320ms 2026/02/03 03:11:15 DEBUG : Looking for writers 2026/02/03 03:11:15 DEBUG : file1: reading active writers 2026/02/03 03:11:15 DEBUG : file2: reading active writers 2026/02/03 03:11:15 DEBUG : Still 0 writers active and 2 cache items in use, waiting 640ms 2026/02/03 03:11:15 DEBUG : Looking for writers 2026/02/03 03:11:15 DEBUG : file1: reading active writers 2026/02/03 03:11:15 DEBUG : file2: reading active writers 2026/02/03 03:11:15 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/02/03 03:11:16 DEBUG : file1: size = 0 OK 2026/02/03 03:11:16 INFO : file1: Copied (new) 2026/02/03 03:11:16 DEBUG : file1: vfs cache: fingerprint now "0" 2026/02/03 03:11:16 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/03 03:11:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:16 INFO : file1: vfs cache: upload succeeded try #1 2026/02/03 03:11:16 DEBUG : Looking for writers 2026/02/03 03:11:16 DEBUG : file1: reading active writers 2026/02/03 03:11:16 DEBUG : file2: reading active writers 2026/02/03 03:11:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:11:17 DEBUG : Looking for writers 2026/02/03 03:11:17 DEBUG : file1: reading active writers 2026/02/03 03:11:17 DEBUG : file2: reading active writers 2026/02/03 03:11:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:11:18 DEBUG : file2: size = 0 OK 2026/02/03 03:11:18 INFO : file2: Copied (new) 2026/02/03 03:11:18 DEBUG : file2: vfs cache: fingerprint now "0" 2026/02/03 03:11:18 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/02/03 03:11:18 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/02/03 03:11:18 INFO : file2: vfs cache: upload succeeded try #1 2026/02/03 03:11:18 DEBUG : Looking for writers 2026/02/03 03:11:18 DEBUG : file1: reading active writers 2026/02/03 03:11:18 DEBUG : file2: reading active writers 2026/02/03 03:11:18 DEBUG : >WaitForWriters: 2026/02/03 03:11:19 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:11:19 DEBUG : Looking for writers 2026/02/03 03:11:19 DEBUG : file1: reading active writers 2026/02/03 03:11:19 DEBUG : file2: reading active writers 2026/02/03 03:11:19 DEBUG : >WaitForWriters: 2026/02/03 03:11:19 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleWriteNoWrite Messages: listing wrong, want got file1 (0), file2 (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleWriteNoWrite Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleWriteNoWrite Messages: Unexpected file "file2" --- FAIL: TestRWFileHandleWriteNoWrite (14.93s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:11:29 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:11:29 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:11:29 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:29 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:11:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:11:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:11:29 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:11:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:11:29 DEBUG : file1: newRWFileHandle: 2026/02/03 03:11:29 DEBUG : file1(0xc000d5a340): openPending: 2026/02/03 03:11:29 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:29 DEBUG : file1(0xc000d5a340): >openPending: err= 2026/02/03 03:11:29 DEBUG : file1: >newRWFileHandle: err= 2026/02/03 03:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:29 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/03 03:11:29 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/02/03 03:11:29 DEBUG : file1(0xc000d5a340): _writeAt: size=5, off=0 2026/02/03 03:11:29 DEBUG : file1(0xc000d5a340): >_writeAt: n=5, err= 2026/02/03 03:11:29 DEBUG : file1(0xc000d5a340): RWFileHandle.Flush 2026/02/03 03:11:29 DEBUG : file1(0xc000d5a340): RWFileHandle.Flush 2026/02/03 03:11:29 DEBUG : file1(0xc000d5a340): close: 2026/02/03 03:11:29 DEBUG : file1: vfs cache: setting modification time to 2026-02-03 03:11:29.811293634 +0000 UTC m=+2917.603062287 2026/02/03 03:11:29 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:11:29 DEBUG : file1(0xc000d5a340): >close: err= 2026/02/03 03:11:29 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:11:29 DEBUG : Looking for writers 2026/02/03 03:11:29 DEBUG : file1: reading active writers 2026/02/03 03:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:11:29 DEBUG : Looking for writers 2026/02/03 03:11:29 DEBUG : file1: reading active writers 2026/02/03 03:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:11:29 DEBUG : Looking for writers 2026/02/03 03:11:29 DEBUG : file1: reading active writers 2026/02/03 03:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:11:29 DEBUG : Looking for writers 2026/02/03 03:11:29 DEBUG : file1: reading active writers 2026/02/03 03:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:11:29 DEBUG : file1: vfs cache: starting upload 2026/02/03 03:11:29 DEBUG : Looking for writers 2026/02/03 03:11:29 DEBUG : file1: reading active writers 2026/02/03 03:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:11:30 DEBUG : Looking for writers 2026/02/03 03:11:30 DEBUG : file1: reading active writers 2026/02/03 03:11:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:11:30 DEBUG : Looking for writers 2026/02/03 03:11:30 DEBUG : file1: reading active writers 2026/02/03 03:11:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:11:31 DEBUG : Looking for writers 2026/02/03 03:11:31 DEBUG : file1: reading active writers 2026/02/03 03:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:11:32 DEBUG : Looking for writers 2026/02/03 03:11:32 DEBUG : file1: reading active writers 2026/02/03 03:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:11:32 DEBUG : file1: size = 5 OK 2026/02/03 03:11:32 INFO : file1: Copied (new) 2026/02/03 03:11:32 DEBUG : file1: vfs cache: fingerprint now "5" 2026/02/03 03:11:32 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/03 03:11:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:32 INFO : file1: vfs cache: upload succeeded try #1 2026/02/03 03:11:33 DEBUG : Looking for writers 2026/02/03 03:11:33 DEBUG : file1: reading active writers 2026/02/03 03:11:33 DEBUG : >WaitForWriters: 2026/02/03 03:11:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (4.37s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:11:33 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:11:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:11:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:11:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:11:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:11:33 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:11:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:11:33 DEBUG : file1: newRWFileHandle: 2026/02/03 03:11:33 DEBUG : file1(0xc0007f47c0): openPending: 2026/02/03 03:11:33 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:11:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:33 DEBUG : file1(0xc0007f47c0): >openPending: err= 2026/02/03 03:11:33 DEBUG : file1: >newRWFileHandle: err= 2026/02/03 03:11:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:33 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/03 03:11:33 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/02/03 03:11:33 DEBUG : file1(0xc0007f47c0): _writeAt: size=5, off=0 2026/02/03 03:11:33 DEBUG : file1(0xc0007f47c0): >_writeAt: n=5, err= 2026/02/03 03:11:33 DEBUG : file1(0xc0007f47c0): RWFileHandle.Release 2026/02/03 03:11:33 DEBUG : file1(0xc0007f47c0): close: 2026/02/03 03:11:33 DEBUG : file1: vfs cache: setting modification time to 2026-02-03 03:11:33.928646104 +0000 UTC m=+2921.720414778 2026/02/03 03:11:33 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:11:33 DEBUG : file1(0xc0007f47c0): >close: err= 2026/02/03 03:11:33 DEBUG : file1(0xc0007f47c0): RWFileHandle.Release 2026/02/03 03:11:33 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:11:33 DEBUG : Looking for writers 2026/02/03 03:11:33 DEBUG : file1: reading active writers 2026/02/03 03:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:11:33 DEBUG : Looking for writers 2026/02/03 03:11:33 DEBUG : file1: reading active writers 2026/02/03 03:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:11:33 DEBUG : Looking for writers 2026/02/03 03:11:33 DEBUG : file1: reading active writers 2026/02/03 03:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:11:33 DEBUG : Looking for writers 2026/02/03 03:11:33 DEBUG : file1: reading active writers 2026/02/03 03:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:11:34 DEBUG : file1: vfs cache: starting upload 2026/02/03 03:11:34 DEBUG : Looking for writers 2026/02/03 03:11:34 DEBUG : file1: reading active writers 2026/02/03 03:11:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:11:34 DEBUG : Looking for writers 2026/02/03 03:11:34 DEBUG : file1: reading active writers 2026/02/03 03:11:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:11:34 DEBUG : Looking for writers 2026/02/03 03:11:34 DEBUG : file1: reading active writers 2026/02/03 03:11:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:11:35 DEBUG : Looking for writers 2026/02/03 03:11:35 DEBUG : file1: reading active writers 2026/02/03 03:11:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:11:36 DEBUG : Looking for writers 2026/02/03 03:11:36 DEBUG : file1: reading active writers 2026/02/03 03:11:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:11:36 DEBUG : file1: size = 5 OK 2026/02/03 03:11:36 INFO : file1: Copied (new) 2026/02/03 03:11:36 DEBUG : file1: vfs cache: fingerprint now "5" 2026/02/03 03:11:36 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/03 03:11:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:36 INFO : file1: vfs cache: upload succeeded try #1 2026/02/03 03:11:37 DEBUG : Looking for writers 2026/02/03 03:11:37 DEBUG : file1: reading active writers 2026/02/03 03:11:37 DEBUG : >WaitForWriters: 2026/02/03 03:11:37 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (4.53s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:11:38 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:11:38 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:11:38 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:38 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:11:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:11:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:11:38 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:481 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: listing wrong, want dir/file1 (16) got dir/file1 (16), file1 (5), file1 (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:481 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:481 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: Unexpected file "file1" 2026/02/03 03:11:50 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/02/03 03:11:51 DEBUG : file1: Reset virtual modtime 2026/02/03 03:11:52 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 03:11:52 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:11:52 DEBUG : dir/file1(0xc0009da600): openPending: 2026/02/03 03:11:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/03 03:11:52 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/03 03:11:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:52 DEBUG : dir/file1(0xc0009da600): >openPending: err= 2026/02/03 03:11:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/03 03:11:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:11:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:11:52 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/03 03:11:52 DEBUG : dir/file1(0xc0009da600): _writeAt: size=5, off=0 2026/02/03 03:11:52 DEBUG : dir/file1(0xc0009da600): >_writeAt: n=5, err= 2026/02/03 03:11:52 DEBUG : dir/file1(0xc0009da600): close: 2026/02/03 03:11:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:11:52 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:11:52.101098016 +0000 UTC m=+2939.892866680 2026/02/03 03:11:52 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:11:52 DEBUG : dir/file1(0xc0009da600): >close: err= 2026/02/03 03:11:52 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:11:52 DEBUG : dir: Looking for writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Looking for writers 2026/02/03 03:11:52 DEBUG : dir: reading active writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:11:52 DEBUG : dir: Looking for writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Looking for writers 2026/02/03 03:11:52 DEBUG : dir: reading active writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:11:52 DEBUG : dir: Looking for writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Looking for writers 2026/02/03 03:11:52 DEBUG : dir: reading active writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:11:52 DEBUG : dir: Looking for writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Looking for writers 2026/02/03 03:11:52 DEBUG : dir: reading active writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:11:52 DEBUG : dir/file1: vfs cache: starting upload 2026/02/03 03:11:52 DEBUG : dir: Looking for writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Looking for writers 2026/02/03 03:11:52 DEBUG : dir: reading active writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:11:52 DEBUG : dir: Looking for writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Looking for writers 2026/02/03 03:11:52 DEBUG : dir: reading active writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:11:52 DEBUG : dir: Looking for writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Looking for writers 2026/02/03 03:11:52 DEBUG : dir: reading active writers 2026/02/03 03:11:52 DEBUG : file1: reading active writers 2026/02/03 03:11:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:11:53 DEBUG : dir: Looking for writers 2026/02/03 03:11:53 DEBUG : file1: reading active writers 2026/02/03 03:11:53 DEBUG : Looking for writers 2026/02/03 03:11:53 DEBUG : dir: reading active writers 2026/02/03 03:11:53 DEBUG : file1: reading active writers 2026/02/03 03:11:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:11:54 DEBUG : dir: Looking for writers 2026/02/03 03:11:54 DEBUG : file1: reading active writers 2026/02/03 03:11:54 DEBUG : Looking for writers 2026/02/03 03:11:54 DEBUG : dir: reading active writers 2026/02/03 03:11:54 DEBUG : file1: reading active writers 2026/02/03 03:11:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:11:54 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 03:11:55 DEBUG : dir/file1: size = 5 OK 2026/02/03 03:11:55 INFO : dir/file1: Copied (replaced existing) 2026/02/03 03:11:55 DEBUG : dir/file1: vfs cache: fingerprint now "5" 2026/02/03 03:11:55 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/02/03 03:11:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:11:55 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/02/03 03:11:55 DEBUG : dir: Looking for writers 2026/02/03 03:11:55 DEBUG : file1: reading active writers 2026/02/03 03:11:55 DEBUG : Looking for writers 2026/02/03 03:11:55 DEBUG : dir: reading active writers 2026/02/03 03:11:55 DEBUG : file1: reading active writers 2026/02/03 03:11:55 DEBUG : >WaitForWriters: 2026/02/03 03:11:55 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting 2026/02/03 03:11:56 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:11:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 03:11:56 DEBUG : pacer: Reducing sleep to 10ms 2026/02/03 03:11:57 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:11:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 03:11:57 DEBUG : forgetting directory cache 2026/02/03 03:11:57 DEBUG : dir: forgetting directory cache 2026/02/03 03:11:57 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 03:11:57 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:11:57 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 03:11:57 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/03 03:11:57 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 03:11:57 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/03 03:11:58 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 03:11:58 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/03 03:11:58 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 03:11:58 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/03 03:11:58 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 03:11:58 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/03 03:11:59 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 03:11:59 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/03 03:11:59 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 03:11:59 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/03 03:12:00 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 03:12:00 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/03 03:12:03 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/03 03:12:03 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/03 03:12:08 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:12:08 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/03 03:12:18 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 03:12:38 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 03:12:52 DEBUG : forgetting directory cache 2026/02/03 03:12:52 DEBUG : dir: forgetting directory cache 2026/02/03 03:12:52 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 03:12:52 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:12:58 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 03:13:18 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 03:13:36 DEBUG : forgetting directory cache 2026/02/03 03:13:36 DEBUG : dir: forgetting directory cache 2026/02/03 03:13:36 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 03:13:36 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:13:38 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 03:13:58 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 03:14:18 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 03:14:28 DEBUG : forgetting directory cache 2026/02/03 03:14:28 DEBUG : dir: forgetting directory cache 2026/02/03 03:14:28 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 03:14:28 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:14:38 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 03:14:58 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/03 03:15:18 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:15:28 DEBUG : forgetting directory cache 2026/02/03 03:15:28 DEBUG : dir: forgetting directory cache 2026/02/03 03:15:28 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/03 03:15:28 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/03 03:15:38 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 03:15:59 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 03:16:07 DEBUG : forgetting directory cache 2026/02/03 03:16:07 DEBUG : forgetting directory cache 2026/02/03 03:16:18 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 03:16:19 DEBUG : forgetting directory cache 2026/02/03 03:16:19 DEBUG : dir: forgetting directory cache 2026/02/03 03:16:38 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 03:16:45 DEBUG : forgetting directory cache 2026/02/03 03:16:45 DEBUG : dir: forgetting directory cache 2026/02/03 03:16:58 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 03:17:15 DEBUG : forgetting directory cache 2026/02/03 03:17:15 DEBUG : dir: forgetting directory cache 2026/02/03 03:17:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 03:17:15 DEBUG : dir: forgetting directory cache 2026/02/03 03:17:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 03:17:17 DEBUG : forgetting directory cache 2026/02/03 03:17:17 DEBUG : dir: forgetting directory cache 2026/02/03 03:17:18 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 03:17:38 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 03:17:47 DEBUG : forgetting directory cache 2026/02/03 03:17:47 DEBUG : dir: forgetting directory cache 2026/02/03 03:17:58 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 03:18:17 DEBUG : forgetting directory cache 2026/02/03 03:18:17 DEBUG : dir: forgetting directory cache 2026/02/03 03:18:19 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/03 03:18:36 DEBUG : forgetting directory cache 2026/02/03 03:18:36 DEBUG : dir: forgetting directory cache 2026/02/03 03:18:36 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:18:39 DEBUG : pacer: Reducing sleep to 10s run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/02/03 03:18:59 DEBUG : pacer: Reducing sleep to 5s run.go:130: removing dir "dir" failed - try 2/3: directory not empty 2026/02/03 03:19:05 DEBUG : forgetting directory cache 2026/02/03 03:19:05 DEBUG : dir: forgetting directory cache 2026/02/03 03:19:05 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:19:08 DEBUG : pacer: Reducing sleep to 2.5s run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty 2026/02/03 03:19:14 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/03 03:19:16 DEBUG : pacer: Reducing sleep to 625ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/02/03 03:19:18 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/03 03:19:18 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/03 03:19:18 DEBUG : pacer: Reducing sleep to 78.125ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/02/03 03:19:20 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/03 03:19:21 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/03 03:19:21 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/03 03:19:24 DEBUG : forgetting directory cache 2026/02/03 03:19:24 DEBUG : dir: forgetting directory cache 2026/02/03 03:19:24 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: listing wrong, want got dir/file1 (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSizeTruncateExisting Messages: directories --- FAIL: TestRWFileHandleSizeTruncateExisting (467.30s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:19:25 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:19:25 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:19:25 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:19:25 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:19:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:19:25 DEBUG : Config file has changed externally - reloading 2026/02/03 03:19:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:19:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:19:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:19:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:19:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:19:25 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:19:30 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 03:19:31 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:19:32 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:19:32 DEBUG : dir/file1: newRWFileHandle: 2026/02/03 03:19:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/03 03:19:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:19:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/03 03:19:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/03 03:19:32 DEBUG : dir/file1(0xc0003c7580): _writeAt: size=5, off=0 2026/02/03 03:19:32 DEBUG : dir/file1(0xc0003c7580): openPending: 2026/02/03 03:19:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/03 03:19:32 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/03 03:19:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:19:32 DEBUG : dir/file1(0xc0003c7580): >openPending: err= 2026/02/03 03:19:32 DEBUG : dir/file1(0xc0003c7580): >_writeAt: n=5, err= 2026/02/03 03:19:32 DEBUG : dir/file1(0xc0003c7580): _writeAt: size=15, off=5 2026/02/03 03:19:32 DEBUG : dir/file1(0xc0003c7580): >_writeAt: n=15, err= 2026/02/03 03:19:32 DEBUG : dir/file1(0xc0003c7580): close: 2026/02/03 03:19:32 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/02/03 03:19:32 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-03 03:19:32.567556405 +0000 UTC m=+3400.359325060 2026/02/03 03:19:32 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:19:32 DEBUG : dir/file1(0xc0003c7580): >close: err= 2026/02/03 03:19:32 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:19:32 DEBUG : dir: Looking for writers 2026/02/03 03:19:32 DEBUG : file1: reading active writers 2026/02/03 03:19:32 DEBUG : Looking for writers 2026/02/03 03:19:32 DEBUG : dir: reading active writers 2026/02/03 03:19:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:19:32 DEBUG : dir: Looking for writers 2026/02/03 03:19:32 DEBUG : file1: reading active writers 2026/02/03 03:19:32 DEBUG : Looking for writers 2026/02/03 03:19:32 DEBUG : dir: reading active writers 2026/02/03 03:19:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:19:32 DEBUG : dir: Looking for writers 2026/02/03 03:19:32 DEBUG : file1: reading active writers 2026/02/03 03:19:32 DEBUG : Looking for writers 2026/02/03 03:19:32 DEBUG : dir: reading active writers 2026/02/03 03:19:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:19:32 DEBUG : dir: Looking for writers 2026/02/03 03:19:32 DEBUG : file1: reading active writers 2026/02/03 03:19:32 DEBUG : Looking for writers 2026/02/03 03:19:32 DEBUG : dir: reading active writers 2026/02/03 03:19:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:19:32 DEBUG : dir/file1: vfs cache: starting upload 2026/02/03 03:19:32 DEBUG : dir: Looking for writers 2026/02/03 03:19:32 DEBUG : file1: reading active writers 2026/02/03 03:19:32 DEBUG : Looking for writers 2026/02/03 03:19:32 DEBUG : dir: reading active writers 2026/02/03 03:19:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:19:32 DEBUG : dir: Looking for writers 2026/02/03 03:19:32 DEBUG : file1: reading active writers 2026/02/03 03:19:32 DEBUG : Looking for writers 2026/02/03 03:19:32 DEBUG : dir: reading active writers 2026/02/03 03:19:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:19:33 DEBUG : dir: Looking for writers 2026/02/03 03:19:33 DEBUG : file1: reading active writers 2026/02/03 03:19:33 DEBUG : Looking for writers 2026/02/03 03:19:33 DEBUG : dir: reading active writers 2026/02/03 03:19:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:19:33 DEBUG : dir: Looking for writers 2026/02/03 03:19:33 DEBUG : file1: reading active writers 2026/02/03 03:19:33 DEBUG : Looking for writers 2026/02/03 03:19:33 DEBUG : dir: reading active writers 2026/02/03 03:19:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:19:34 DEBUG : dir: Looking for writers 2026/02/03 03:19:34 DEBUG : file1: reading active writers 2026/02/03 03:19:34 DEBUG : Looking for writers 2026/02/03 03:19:34 DEBUG : dir: reading active writers 2026/02/03 03:19:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:19:35 DEBUG : dir: Looking for writers 2026/02/03 03:19:35 DEBUG : file1: reading active writers 2026/02/03 03:19:35 DEBUG : Looking for writers 2026/02/03 03:19:35 DEBUG : dir: reading active writers 2026/02/03 03:19:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:19:36 DEBUG : dir/file1: Removing old object on successful upload 2026/02/03 03:19:36 DEBUG : dir/file1: size = 20 OK 2026/02/03 03:19:36 INFO : dir/file1: Copied (replaced existing) 2026/02/03 03:19:36 DEBUG : dir/file1: vfs cache: fingerprint now "20" 2026/02/03 03:19:36 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/02/03 03:19:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/03 03:19:36 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/02/03 03:19:36 DEBUG : dir: Looking for writers 2026/02/03 03:19:36 DEBUG : file1: reading active writers 2026/02/03 03:19:36 DEBUG : Looking for writers 2026/02/03 03:19:36 DEBUG : dir: reading active writers 2026/02/03 03:19:36 DEBUG : >WaitForWriters: 2026/02/03 03:19:36 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting 2026/02/03 03:19:37 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:19:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 03:19:38 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 03:19:38 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/03 03:19:38 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 03:19:38 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/03 03:19:38 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 03:19:38 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/03 03:19:39 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 03:19:39 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/03 03:19:39 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 03:19:39 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/03 03:19:39 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 03:19:39 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/03 03:19:40 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 03:19:40 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/03 03:19:41 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 03:19:41 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/03 03:19:44 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/03 03:19:44 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/03 03:19:46 DEBUG : forgetting directory cache 2026/02/03 03:19:46 DEBUG : dir: forgetting directory cache 2026/02/03 03:19:46 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:19:49 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:19:49 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/03 03:19:59 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 03:20:09 DEBUG : forgetting directory cache 2026/02/03 03:20:09 DEBUG : dir: forgetting directory cache 2026/02/03 03:20:09 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:20:19 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 03:20:25 DEBUG : forgetting directory cache 2026/02/03 03:20:25 DEBUG : dir: forgetting directory cache 2026/02/03 03:20:25 DEBUG : dir: forgetting directory cache 2026/02/03 03:20:25 DEBUG : Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:20:39 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 03:20:44 DEBUG : forgetting directory cache 2026/02/03 03:20:44 DEBUG : Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:20:59 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 03:21:14 DEBUG : forgetting directory cache 2026/02/03 03:21:14 DEBUG : Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:21:14 DEBUG : Removed virtual directory entry vAddFile: "file2" 2026/02/03 03:21:19 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 03:21:29 DEBUG : forgetting directory cache 2026/02/03 03:21:29 DEBUG : Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:21:33 DEBUG : forgetting directory cache 2026/02/03 03:21:33 DEBUG : Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:21:39 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 03:21:51 DEBUG : forgetting directory cache 2026/02/03 03:21:51 DEBUG : dir: forgetting directory cache 2026/02/03 03:21:51 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:21:59 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 03:22:19 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 03:22:39 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/03 03:22:59 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:23:19 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 03:23:39 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 03:24:00 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 03:24:19 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 03:24:39 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 03:24:59 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 03:25:19 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 03:25:40 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 03:26:00 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/03 03:26:20 DEBUG : pacer: Reducing sleep to 10s run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/02/03 03:26:40 DEBUG : pacer: Reducing sleep to 5s run.go:130: removing dir "dir" failed - try 2/3: directory not empty 2026/02/03 03:27:02 DEBUG : pacer: Reducing sleep to 2.5s run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty 2026/02/03 03:27:09 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/03 03:27:14 DEBUG : pacer: Reducing sleep to 625ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/02/03 03:27:15 DEBUG : dir: forgetting directory cache 2026/02/03 03:27:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 03:27:15 DEBUG : forgetting directory cache 2026/02/03 03:27:15 DEBUG : dir: forgetting directory cache 2026/02/03 03:27:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 03:27:17 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/03 03:27:18 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/03 03:27:18 DEBUG : pacer: Reducing sleep to 78.125ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/02/03 03:27:23 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/03 03:27:27 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/03 03:27:29 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: listing wrong, want got dir/file1 (20) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSizeCreateExisting Messages: directories --- FAIL: TestRWFileHandleSizeCreateExisting (488.55s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:27:33 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:27:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:27:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:27:33 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:27:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:27:33 DEBUG : Config file has changed externally - reloading 2026/02/03 03:27:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:27:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:27:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:27:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:27:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:27:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:27:33 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:27:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:27:34 DEBUG : file1: newRWFileHandle: 2026/02/03 03:27:34 DEBUG : file1(0xc0007f4680): openPending: 2026/02/03 03:27:34 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:27:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:27:34 DEBUG : file1(0xc0007f4680): >openPending: err= 2026/02/03 03:27:34 DEBUG : file1: >newRWFileHandle: err= 2026/02/03 03:27:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:27:34 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/03 03:27:34 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/02/03 03:27:34 DEBUG : file1(0xc0007f4680): _writeAt: size=5, off=0 2026/02/03 03:27:34 DEBUG : file1(0xc0007f4680): >_writeAt: n=5, err= 2026/02/03 03:27:34 DEBUG : file1(0xc0007f4680): close: 2026/02/03 03:27:34 DEBUG : file1: vfs cache: setting modification time to 2026-02-03 03:27:34.962717582 +0000 UTC m=+3882.754486266 2026/02/03 03:27:34 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:27:34 DEBUG : file1(0xc0007f4680): >close: err= 2026/02/03 03:27:34 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:27:34 DEBUG : dir: Looking for writers 2026/02/03 03:27:34 DEBUG : Looking for writers 2026/02/03 03:27:34 DEBUG : dir: reading active writers 2026/02/03 03:27:34 DEBUG : file1: reading active writers 2026/02/03 03:27:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:27:34 DEBUG : dir: Looking for writers 2026/02/03 03:27:34 DEBUG : Looking for writers 2026/02/03 03:27:34 DEBUG : dir: reading active writers 2026/02/03 03:27:34 DEBUG : file1: reading active writers 2026/02/03 03:27:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:27:34 DEBUG : dir: Looking for writers 2026/02/03 03:27:34 DEBUG : Looking for writers 2026/02/03 03:27:34 DEBUG : dir: reading active writers 2026/02/03 03:27:34 DEBUG : file1: reading active writers 2026/02/03 03:27:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:27:35 DEBUG : dir: Looking for writers 2026/02/03 03:27:35 DEBUG : Looking for writers 2026/02/03 03:27:35 DEBUG : file1: reading active writers 2026/02/03 03:27:35 DEBUG : dir: reading active writers 2026/02/03 03:27:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:27:35 DEBUG : file1: vfs cache: starting upload 2026/02/03 03:27:35 DEBUG : dir: Looking for writers 2026/02/03 03:27:35 DEBUG : Looking for writers 2026/02/03 03:27:35 DEBUG : dir: reading active writers 2026/02/03 03:27:35 DEBUG : file1: reading active writers 2026/02/03 03:27:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:27:35 DEBUG : dir: Looking for writers 2026/02/03 03:27:35 DEBUG : Looking for writers 2026/02/03 03:27:35 DEBUG : dir: reading active writers 2026/02/03 03:27:35 DEBUG : file1: reading active writers 2026/02/03 03:27:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:27:35 DEBUG : dir: Looking for writers 2026/02/03 03:27:35 DEBUG : Looking for writers 2026/02/03 03:27:35 DEBUG : dir: reading active writers 2026/02/03 03:27:35 DEBUG : file1: reading active writers 2026/02/03 03:27:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:27:36 DEBUG : dir: Looking for writers 2026/02/03 03:27:36 DEBUG : Looking for writers 2026/02/03 03:27:36 DEBUG : dir: reading active writers 2026/02/03 03:27:36 DEBUG : file1: reading active writers 2026/02/03 03:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:27:37 DEBUG : dir: Looking for writers 2026/02/03 03:27:37 DEBUG : Looking for writers 2026/02/03 03:27:37 DEBUG : dir: reading active writers 2026/02/03 03:27:37 DEBUG : file1: reading active writers 2026/02/03 03:27:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:27:38 DEBUG : dir: Looking for writers 2026/02/03 03:27:38 DEBUG : Looking for writers 2026/02/03 03:27:38 DEBUG : dir: reading active writers 2026/02/03 03:27:38 DEBUG : file1: reading active writers 2026/02/03 03:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:27:39 DEBUG : dir: Looking for writers 2026/02/03 03:27:39 DEBUG : Looking for writers 2026/02/03 03:27:39 DEBUG : dir: reading active writers 2026/02/03 03:27:39 DEBUG : file1: reading active writers 2026/02/03 03:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:27:40 DEBUG : dir: Looking for writers 2026/02/03 03:27:40 DEBUG : Looking for writers 2026/02/03 03:27:40 DEBUG : dir: reading active writers 2026/02/03 03:27:40 DEBUG : file1: reading active writers 2026/02/03 03:27:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:27:41 DEBUG : dir: Looking for writers 2026/02/03 03:27:41 DEBUG : Looking for writers 2026/02/03 03:27:41 DEBUG : dir: reading active writers 2026/02/03 03:27:41 DEBUG : file1: reading active writers 2026/02/03 03:27:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:27:42 DEBUG : dir: Looking for writers 2026/02/03 03:27:42 DEBUG : Looking for writers 2026/02/03 03:27:42 DEBUG : dir: reading active writers 2026/02/03 03:27:42 DEBUG : file1: reading active writers 2026/02/03 03:27:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:27:43 DEBUG : dir: Looking for writers 2026/02/03 03:27:43 DEBUG : Looking for writers 2026/02/03 03:27:43 DEBUG : dir: reading active writers 2026/02/03 03:27:43 DEBUG : file1: reading active writers 2026/02/03 03:27:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:27:43 DEBUG : file1: size = 5 OK 2026/02/03 03:27:43 INFO : file1: Copied (new) 2026/02/03 03:27:43 DEBUG : file1: vfs cache: fingerprint now "5" 2026/02/03 03:27:43 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/03 03:27:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:27:43 INFO : file1: vfs cache: upload succeeded try #1 2026/02/03 03:27:44 DEBUG : dir: Looking for writers 2026/02/03 03:27:44 DEBUG : Looking for writers 2026/02/03 03:27:44 DEBUG : dir: reading active writers 2026/02/03 03:27:44 DEBUG : file1: reading active writers 2026/02/03 03:27:44 DEBUG : >WaitForWriters: 2026/02/03 03:27:44 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting 2026/02/03 03:28:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/02/03 03:28:04 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/02/03 03:28:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 03:28:07 DEBUG : pacer: Reducing sleep to 10ms run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSizeCreateNew Messages: directories --- FAIL: TestRWFileHandleSizeCreateNew (75.19s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:28:49 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:28:49 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:28:49 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:28:49 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:28:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:28:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:28:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:28:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:28:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:28:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/02/03 03:28:49 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bec0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bec0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bec0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bec0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bec0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.639402914 +0000 UTC m=+3958.431171578 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bec0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a440): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a440): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a440): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a440): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a440): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a440): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a440): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.639402914 +0000 UTC m=+3958.431171578 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a440): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a940): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a940): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a940): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a940): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a940): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.639402914 +0000 UTC m=+3958.431171578 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a940): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078e2a0 item 1 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5af80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5af80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5af80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5af80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5af80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.641680507 +0000 UTC m=+3958.433449171 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5af80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b480): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b480): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b480): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b480): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b480): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.641680507 +0000 UTC m=+3958.433449171 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b480): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078ea80 item 2 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c6000): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c6000): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c6000): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c6000): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c6000): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.645071369 +0000 UTC m=+3958.436840023 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c6000): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c77c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c77c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c77c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c77c0): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c77c0): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c77c0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c77c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.645071369 +0000 UTC m=+3958.436840023 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c77c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a540): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a540): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a540): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a540): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a540): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.645071369 +0000 UTC m=+3958.436840023 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a540): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078f180 item 3 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070adc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070adc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070adc0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070adc0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070adc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.654623544 +0000 UTC m=+3958.446392209 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070adc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bd40): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bd40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bd40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bd40): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bd40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.654623544 +0000 UTC m=+3958.446392209 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bd40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078f810 item 4 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e4c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e4c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e4c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e4c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e4c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.656319662 +0000 UTC m=+3958.448088326 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e4c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ea40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ea40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ea40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ea40): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ea40): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ea40): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ea40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.656319662 +0000 UTC m=+3958.448088326 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ea40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ef40): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ef40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ef40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ef40): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ef40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.656319662 +0000 UTC m=+3958.448088326 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ef40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078fe30 item 5 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f5c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f5c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f5c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f5c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f5c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.658929411 +0000 UTC m=+3958.450698075 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f5c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fb00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fb00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fb00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fb00): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fb00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.658929411 +0000 UTC m=+3958.450698075 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fb00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040ed90 item 6 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009da840): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009da840): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009da840): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009da840): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009da840): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.660406977 +0000 UTC m=+3958.452175630 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009da840): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dad40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dad40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dad40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dad40): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dad40): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dad40): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dad40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.660406977 +0000 UTC m=+3958.452175630 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dad40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db240): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db240): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db240): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db240): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db240): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.660406977 +0000 UTC m=+3958.452175630 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db240): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040f570 item 7 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db8c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db8c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db8c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db8c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db8c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.662485936 +0000 UTC m=+3958.454254589 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db8c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbe00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbe00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbe00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbe00): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbe00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.662485936 +0000 UTC m=+3958.454254589 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbe00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682310 item 8 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946440): _readAt: size=2, off=0 2026/02/03 03:28:50 ERROR : open-test-file(0xc000946440): Couldn't read size of file 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946440): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946440): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946440): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946440): close: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946440): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946800): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946800): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946800): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946800): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946800): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.664118944 +0000 UTC m=+3958.455887609 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946800): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946c80): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946c80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946c80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946c80): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946c80): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946c80): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946c80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.664118944 +0000 UTC m=+3958.455887609 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000946c80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820d00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820d00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820d00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820d00): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820d00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.664118944 +0000 UTC m=+3958.455887609 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820d00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682700 item 9 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821380): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821380): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821380): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821380): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821380): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.666897592 +0000 UTC m=+3958.458666256 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821380): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821940): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821940): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821940): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821940): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821940): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.666897592 +0000 UTC m=+3958.458666256 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821940): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16bd0 item 10 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986000): _readAt: size=2, off=0 2026/02/03 03:28:50 ERROR : open-test-file(0xc000986000): Couldn't read size of file 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986000): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986000): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986000): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986000): close: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986000): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009863c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009863c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009863c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009863c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009863c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.668703446 +0000 UTC m=+3958.460472110 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009863c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009868c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009868c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009868c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009868c0): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009868c0): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009868c0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009868c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.668703446 +0000 UTC m=+3958.460472110 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009868c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986dc0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986dc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986dc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986dc0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986dc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.668703446 +0000 UTC m=+3958.460472110 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000986dc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16f50 item 11 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987440): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987440): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987440): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987440): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987440): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.671280043 +0000 UTC m=+3958.463048707 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987440): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987980): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987980): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987980): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987980): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987980): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.671280043 +0000 UTC m=+3958.463048707 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000987980): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d17500 item 12 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02040): _readAt: size=2, off=0 2026/02/03 03:28:50 ERROR : open-test-file(0xc000a02040): Couldn't read size of file 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02040): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02040): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02040): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02040): close: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02040): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02400): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02400): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02400): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02400): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02400): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.672906359 +0000 UTC m=+3958.464675013 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02400): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02ac0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02ac0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02ac0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02ac0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02ac0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.672906359 +0000 UTC m=+3958.464675013 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a02ac0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d17b90 item 13 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03140): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03140): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03140): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03140): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03140): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.675384029 +0000 UTC m=+3958.467152683 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03140): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03680): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03680): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03680): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03680): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03680): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.675384029 +0000 UTC m=+3958.467152683 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03680): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d17f10 item 14 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03cc0): _readAt: size=2, off=0 2026/02/03 03:28:50 ERROR : open-test-file(0xc000a03cc0): Couldn't read size of file 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03cc0): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03cc0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03cc0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03cc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a03cc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30100): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30100): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30100): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30100): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30100): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.679301935 +0000 UTC m=+3958.471070589 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30100): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a307c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a307c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a307c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a307c0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a307c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.679301935 +0000 UTC m=+3958.471070589 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a307c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004193b0 item 15 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30e40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30e40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30e40): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30e40): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30e40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.687124751 +0000 UTC m=+3958.478893415 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a30e40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31380): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31380): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31380): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31380): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31380): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.687124751 +0000 UTC m=+3958.478893415 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31380): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043c070 item 16 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a319c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a319c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a319c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a319c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a319c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.688809958 +0000 UTC m=+3958.480578612 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a319c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31e40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31e40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31e40): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31e40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31e40): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31e40): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31e40): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31e40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.688809958 +0000 UTC m=+3958.480578612 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a31e40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.688809958 +0000 UTC m=+3958.480578612 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043caf0 item 17 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ea40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ea40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ea40): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ea40): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ea40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.690861185 +0000 UTC m=+3958.482629838 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ea40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ef80): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ef80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ef80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ef80): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ef80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.690861185 +0000 UTC m=+3958.482629838 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4ef80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043d2d0 item 18 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f600): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f600): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f600): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f600): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f600): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.692671647 +0000 UTC m=+3958.484440301 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f600): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009472c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009472c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009472c0): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009472c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009472c0): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009472c0): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009472c0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009472c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.692671647 +0000 UTC m=+3958.484440301 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009472c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009477c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009477c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009477c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009477c0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009477c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.692671647 +0000 UTC m=+3958.484440301 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009477c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682a80 item 19 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000947e40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000947e40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000947e40): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000947e40): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000947e40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.695261188 +0000 UTC m=+3958.487029842 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000947e40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960400): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960400): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960400): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960400): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960400): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.695261188 +0000 UTC m=+3958.487029842 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960400): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682f50 item 20 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960a80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960a80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960a80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960a80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960a80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.69679483 +0000 UTC m=+3958.488563494 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960a80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960f80): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960f80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960f80): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960f80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960f80): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960f80): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960f80): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960f80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.69679483 +0000 UTC m=+3958.488563494 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000960f80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961480): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961480): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961480): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961480): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961480): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.69679483 +0000 UTC m=+3958.488563494 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961480): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006832d0 item 21 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961b00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961b00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961b00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961b00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961b00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.699342792 +0000 UTC m=+3958.491111456 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000961b00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa80c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa80c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa80c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa80c0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa80c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.699342792 +0000 UTC m=+3958.491111456 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa80c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006838f0 item 22 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8740): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8740): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8740): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8740): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8740): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.701327063 +0000 UTC m=+3958.493095727 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8740): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8c40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8c40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8c40): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8c40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8c40): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8c40): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8c40): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8c40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.701327063 +0000 UTC m=+3958.493095727 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa8c40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9140): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9140): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9140): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9140): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9140): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.701327063 +0000 UTC m=+3958.493095727 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9140): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000683dc0 item 23 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa97c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa97c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa97c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa97c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa97c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.703530566 +0000 UTC m=+3958.495299231 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa97c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9d00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9d00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9d00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9d00): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9d00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.703530566 +0000 UTC m=+3958.495299231 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000aa9d00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000509a0 item 24 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc3c0): _readAt: size=2, off=0 2026/02/03 03:28:50 ERROR : open-test-file(0xc000acc3c0): Couldn't read size of file 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc3c0): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc3c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc3c0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc3c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc3c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc780): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc780): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc780): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc780): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc780): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.704904657 +0000 UTC m=+3958.496673310 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acc780): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000accc80): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000accc80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000accc80): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000accc80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000accc80): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000accc80): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000accc80): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000accc80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.704904657 +0000 UTC m=+3958.496673310 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000accc80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd1c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd1c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd1c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd1c0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd1c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.704904657 +0000 UTC m=+3958.496673310 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd1c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000512d0 item 25 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd840): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd840): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd840): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd840): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd840): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.706979448 +0000 UTC m=+3958.498748102 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acd840): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acdd80): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acdd80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acdd80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acdd80): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acdd80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.706979448 +0000 UTC m=+3958.498748102 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000acdd80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004468c0 item 26 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6440): _readAt: size=2, off=0 2026/02/03 03:28:50 ERROR : open-test-file(0xc000ae6440): Couldn't read size of file 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6440): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6440): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6440): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6440): close: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6440): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6800): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6800): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6800): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6800): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6800): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.708521384 +0000 UTC m=+3958.500290049 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6800): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6d00): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6d00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6d00): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6d00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6d00): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6d00): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6d00): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6d00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.708521384 +0000 UTC m=+3958.500290049 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae6d00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7240): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7240): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7240): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7240): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7240): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.708521384 +0000 UTC m=+3958.500290049 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7240): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000446f50 item 27 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae78c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae78c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae78c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae78c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae78c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.71054046 +0000 UTC m=+3958.502309125 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae78c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7e00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7e00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7e00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7e00): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7e00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.71054046 +0000 UTC m=+3958.502309125 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ae7e00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004477a0 item 28 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b144c0): _readAt: size=2, off=0 2026/02/03 03:28:50 ERROR : open-test-file(0xc000b144c0): Couldn't read size of file 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b144c0): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b144c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b144c0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b144c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b144c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14880): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14880): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14880): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14880): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14880): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.71218493 +0000 UTC m=+3958.503953585 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14880): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14f40): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14f40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14f40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14f40): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14f40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.71218493 +0000 UTC m=+3958.503953585 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b14f40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622380 item 29 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b155c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b155c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b155c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b155c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b155c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.714122132 +0000 UTC m=+3958.505890796 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b155c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b15b00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b15b00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b15b00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b15b00): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b15b00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.714122132 +0000 UTC m=+3958.505890796 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b15b00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622700 item 30 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c1c0): _readAt: size=2, off=0 2026/02/03 03:28:50 ERROR : open-test-file(0xc000b3c1c0): Couldn't read size of file 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c1c0): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c1c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c1c0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c1c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c1c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c580): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c580): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c580): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c580): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c580): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.715811116 +0000 UTC m=+3958.507579770 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3c580): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3cc40): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3cc40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3cc40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3cc40): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3cc40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.715811116 +0000 UTC m=+3958.507579770 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3cc40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622b60 item 31 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d2c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d2c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d2c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d2c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d2c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.717141604 +0000 UTC m=+3958.508910258 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d2c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d800): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d800): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d800): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d800): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d800): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.717141604 +0000 UTC m=+3958.508910258 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3d800): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622f50 item 32 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3de40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3de40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3de40): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3de40): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3de40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.719080518 +0000 UTC m=+3958.510849182 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b3de40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68340): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68340): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68340): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68340): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68340): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000623340 item 33 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68340): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68340): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.719888662 +0000 UTC m=+3958.511657326 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68340): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68840): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68840): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68840): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68840): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68840): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.719888662 +0000 UTC m=+3958.511657326 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68840): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006238f0 item 33 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68e80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68e80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68e80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68e80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68e80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.721322606 +0000 UTC m=+3958.513091270 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b68e80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69300): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69300): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000623d50 item 34 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69300): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69300): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69300): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69300): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69300): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.722186083 +0000 UTC m=+3958.513954747 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69300): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69840): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69840): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69840): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69840): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69840): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.722186083 +0000 UTC m=+3958.513954747 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69840): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004200e0 item 34 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69e80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69e80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69e80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69e80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69e80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.724097175 +0000 UTC m=+3958.515865839 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b69e80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e380): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e380): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e380): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e380): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e380): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004208c0 item 35 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e380): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e380): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.724728025 +0000 UTC m=+3958.516496678 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e380): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e880): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e880): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e880): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e880): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e880): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.724728025 +0000 UTC m=+3958.516496678 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8e880): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000420b60 item 35 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8ef00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8ef00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8ef00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8ef00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8ef00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.726585676 +0000 UTC m=+3958.518354330 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8ef00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f400): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f400): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004211f0 item 36 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f400): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f400): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f400): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f400): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f400): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.727168035 +0000 UTC m=+3958.518936699 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f400): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f940): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f940): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f940): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f940): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f940): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.727168035 +0000 UTC m=+3958.518936699 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000b8f940): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004215e0 item 36 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8000): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8000): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8000): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8000): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8000): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.728732414 +0000 UTC m=+3958.520501078 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8000): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8480): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8480): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8480): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8480): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8480): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000421ab0 item 37 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8480): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8480): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.729388179 +0000 UTC m=+3958.521156834 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8480): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8980): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8980): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8980): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8980): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8980): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.729388179 +0000 UTC m=+3958.521156834 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba8980): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000421c70 item 37 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9000): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9000): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9000): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9000): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9000): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.730956836 +0000 UTC m=+3958.522725490 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9000): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9500): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9500): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000118460 item 38 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9500): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9500): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9500): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9500): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9500): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.731635745 +0000 UTC m=+3958.523404410 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9500): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9a40): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9a40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9a40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9a40): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9a40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.731635745 +0000 UTC m=+3958.523404410 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000ba9a40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0001189a0 item 38 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125540): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125540): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125540): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125540): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125540): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.733268914 +0000 UTC m=+3958.525037569 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125540): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125a40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125a40): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125a40): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125a40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125a40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c4380 item 39 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125a40): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125a40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.733904592 +0000 UTC m=+3958.525673257 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125a40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba300): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba300): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba300): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba300): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba300): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.733904592 +0000 UTC m=+3958.525673257 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba300): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c45b0 item 39 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba980): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba980): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba980): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba980): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba980): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.735455096 +0000 UTC m=+3958.527223760 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008ba980): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bae80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bae80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c4e00 item 40 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bae80): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bae80): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bae80): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bae80): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bae80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.736056529 +0000 UTC m=+3958.527825193 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bae80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb3c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb3c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb3c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb3c0): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb3c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.736056529 +0000 UTC m=+3958.527825193 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb3c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c5030 item 40 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb980): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb980): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb980): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb980): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb980): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb980): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb980): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.737477097 +0000 UTC m=+3958.529245761 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bb980): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bbe80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bbe80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bbe80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c55e0 item 41 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bbe80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bbe80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.73799323 +0000 UTC m=+3958.529761894 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008bbe80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f63c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f63c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f63c0): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f63c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f63c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c57a0 item 41 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f63c0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f63c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.738745317 +0000 UTC m=+3958.530514012 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f63c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6900): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6900): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6900): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6900): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6900): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.738745317 +0000 UTC m=+3958.530514012 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6900): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c59d0 item 41 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6f40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6f40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6f40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6f40): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6f40): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6f40): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6f40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.740414925 +0000 UTC m=+3958.532183589 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f6f40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7440): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7440): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7440): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004801c0 item 42 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7440): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7440): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.740904187 +0000 UTC m=+3958.532672851 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7440): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7980): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7980): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000480770 item 42 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7980): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7980): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7980): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7980): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7980): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.741584239 +0000 UTC m=+3958.533352903 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7980): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7f00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7f00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7f00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7f00): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7f00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.741584239 +0000 UTC m=+3958.533352903 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f7f00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000480d90 item 42 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1e5c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1e5c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1e5c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1e5c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1e5c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1e5c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1e5c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.743041396 +0000 UTC m=+3958.534810060 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1e5c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1eac0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1eac0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1eac0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004818f0 item 43 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1eac0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1eac0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.743569201 +0000 UTC m=+3958.535337855 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1eac0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f000): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f000): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f000): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f000): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f000): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000481b90 item 43 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f000): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f000): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.744055758 +0000 UTC m=+3958.535824422 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f000): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f540): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f540): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f540): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f540): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f540): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.744055758 +0000 UTC m=+3958.535824422 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1f540): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000481d50 item 43 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1fb80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1fb80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1fb80): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1fb80): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1fb80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1fb80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1fb80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.745495242 +0000 UTC m=+3958.537263906 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c1fb80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42100): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42100): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42100): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070e310 item 44 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42100): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42100): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.74603028 +0000 UTC m=+3958.537798944 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42100): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42640): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42640): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070e540 item 44 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42640): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42640): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42640): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42640): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42640): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.746637836 +0000 UTC m=+3958.538406500 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42640): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42bc0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42bc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42bc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42bc0): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42bc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.746637836 +0000 UTC m=+3958.538406500 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c42bc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070e7e0 item 44 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43200): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43200): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43200): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43200): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43200): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43200): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43200): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.748042173 +0000 UTC m=+3958.539810837 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43200): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43700): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43700): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43700): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070ef50 item 45 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43700): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43700): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.748507931 +0000 UTC m=+3958.540276595 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43700): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43e00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43e00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43e00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43e00): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43e00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.748507931 +0000 UTC m=+3958.540276595 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c43e00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070f490 item 45 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a4c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a4c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a4c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a4c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a4c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a4c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a4c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.749925142 +0000 UTC m=+3958.541693806 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a4c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a9c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a9c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a9c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070f960 item 46 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a9c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a9c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.750496719 +0000 UTC m=+3958.542265384 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5a9c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b0c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b0c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b0c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b0c0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b0c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.750496719 +0000 UTC m=+3958.542265384 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b0c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070fb20 item 46 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b700): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b700): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b700): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b700): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b700): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b700): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b700): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.752010443 +0000 UTC m=+3958.543779107 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5b700): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5bc00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5bc00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5bc00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003be070 item 47 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5bc00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5bc00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.752596648 +0000 UTC m=+3958.544365312 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c5bc00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a380): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a380): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a380): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a380): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a380): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.752596648 +0000 UTC m=+3958.544365312 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a380): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003be310 item 47 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a9c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a9c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a9c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a9c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a9c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a9c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a9c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.754039598 +0000 UTC m=+3958.545808262 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7a9c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7aec0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7aec0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7aec0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bea80 item 48 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7aec0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7aec0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.754525664 +0000 UTC m=+3958.546294328 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7aec0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7b5c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7b5c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7b5c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7b5c0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7b5c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.754525664 +0000 UTC m=+3958.546294328 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7b5c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bf180 item 48 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7bc00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7bc00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7bc00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7bc00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7bc00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.755958385 +0000 UTC m=+3958.547727049 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c7bc00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a100): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a100): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a100): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a100): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a100): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a100): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bf570 item 49 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a100): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a100): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.756465942 +0000 UTC m=+3958.548234596 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a100): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a640): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a640): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a640): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a640): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a640): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.756465942 +0000 UTC m=+3958.548234596 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9a640): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bf7a0 item 49 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9acc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9acc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9acc0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9acc0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9acc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.758069424 +0000 UTC m=+3958.549838079 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9acc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b1c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b1c0): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b1c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bfdc0 item 50 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b1c0): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b1c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b1c0): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b1c0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b1c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.758612158 +0000 UTC m=+3958.550380822 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b1c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b740): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b740): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b740): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b740): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b740): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.758612158 +0000 UTC m=+3958.550380822 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9b740): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042e0e0 item 50 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9bdc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9bdc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9bdc0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9bdc0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9bdc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.75992932 +0000 UTC m=+3958.551697984 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000c9bdc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6340): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6340): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6340): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6340): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6340): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6340): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042ea80 item 51 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6340): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6340): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.760477363 +0000 UTC m=+3958.552246028 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6340): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6880): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6880): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6880): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6880): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6880): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.760477363 +0000 UTC m=+3958.552246028 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6880): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042ee70 item 51 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6f00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6f00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6f00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6f00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6f00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.761769259 +0000 UTC m=+3958.553537923 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc6f00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7400): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7400): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7400): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042fdc0 item 52 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7400): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7400): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7400): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7400): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7400): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.762652153 +0000 UTC m=+3958.554420857 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7400): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7980): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7980): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7980): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7980): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7980): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.762652153 +0000 UTC m=+3958.554420857 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cc7980): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd4150 item 52 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0080): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0080): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0080): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0080): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0080): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.764350756 +0000 UTC m=+3958.556119420 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0080): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0580): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0580): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0580): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0580): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0580): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0580): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd44d0 item 53 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0580): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0580): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.764898187 +0000 UTC m=+3958.556666841 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0580): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0ac0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0ac0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0ac0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0ac0): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0ac0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.764898187 +0000 UTC m=+3958.556666841 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf0ac0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd4690 item 53 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1140): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1140): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1140): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1140): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1140): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.766308234 +0000 UTC m=+3958.558076898 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1140): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1640): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1640): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1640): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd4a10 item 54 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1640): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1640): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1640): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1640): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1640): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.766804501 +0000 UTC m=+3958.558573165 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1640): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1bc0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1bc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1bc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1bc0): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1bc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.766804501 +0000 UTC m=+3958.558573165 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000cf1bc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd4bd0 item 54 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d142c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d142c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d142c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d142c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d142c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.768634299 +0000 UTC m=+3958.560402983 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d142c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d147c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d147c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d147c0): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d147c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d147c0): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d147c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd4f50 item 55 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d147c0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d147c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.769174348 +0000 UTC m=+3958.560943012 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d147c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d14d00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d14d00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d14d00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d14d00): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d14d00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.769174348 +0000 UTC m=+3958.560943012 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d14d00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd5110 item 55 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15380): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15380): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15380): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15380): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15380): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.770679445 +0000 UTC m=+3958.562448109 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15380): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15880): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15880): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15880): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd5490 item 56 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15880): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15880): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15880): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15880): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15880): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.771231566 +0000 UTC m=+3958.563000230 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15880): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15e00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15e00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15e00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15e00): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15e00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.771231566 +0000 UTC m=+3958.563000230 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d15e00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd5650 item 56 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d364c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d364c0): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d364c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d364c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d364c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d364c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d364c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d364c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.772649559 +0000 UTC m=+3958.564418223 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d364c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36a00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36a00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36a00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd59d0 item 57 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36a00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36a00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.773260881 +0000 UTC m=+3958.565029545 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36a00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36f40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36f40): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36f40): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36f40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36f40): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36f40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd5b90 item 57 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36f40): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36f40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.77410358 +0000 UTC m=+3958.565872244 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d36f40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d374c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d374c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d374c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d374c0): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d374c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.77410358 +0000 UTC m=+3958.565872244 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d374c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000cd5d50 item 57 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d37b00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d37b00): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d37b00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d37b00): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d37b00): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d37b00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d37b00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d37b00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.775770462 +0000 UTC m=+3958.567539126 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d37b00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d640c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d640c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d640c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d60150 item 58 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d640c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d640c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.778356185 +0000 UTC m=+3958.570124849 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d640c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043c230 item 58 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.779144101 +0000 UTC m=+3958.570912765 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e3c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e980): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e980): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e980): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e980): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e980): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.779144101 +0000 UTC m=+3958.570912765 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4e980): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043c930 item 58 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4efc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4efc0): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4efc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4efc0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4efc0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4efc0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4efc0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4efc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.780629821 +0000 UTC m=+3958.572398486 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4efc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f500): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f500): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f500): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043cee0 item 59 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f500): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f500): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.781077274 +0000 UTC m=+3958.572845959 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4f500): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4fb00): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4fb00): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4fb00): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4fb00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4fb00): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4fb00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043d260 item 59 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4fb00): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4fb00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.781587547 +0000 UTC m=+3958.573356211 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a4fb00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8140): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8140): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8140): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8140): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8140): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.781587547 +0000 UTC m=+3958.573356211 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8140): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043d6c0 item 59 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8780): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8780): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8780): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8780): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8780): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8780): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8780): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8780): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.782917775 +0000 UTC m=+3958.574686439 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8780): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8cc0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8cc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8cc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043dce0 item 60 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8cc0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8cc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.78336651 +0000 UTC m=+3958.575135174 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc8cc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9200): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9200): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9200): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0001185b0 item 60 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9200): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9200): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9200): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9200): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9200): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.784066841 +0000 UTC m=+3958.575835505 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9200): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc97c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc97c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc97c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc97c0): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc97c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.784066841 +0000 UTC m=+3958.575835505 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc97c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000118cb0 item 60 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9e00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9e00): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9e00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9e00): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9e00): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9e00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9e00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9e00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.785389374 +0000 UTC m=+3958.577158038 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000bc9e00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d644c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d644c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d644c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000119500 item 61 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d644c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d644c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.786267369 +0000 UTC m=+3958.578036033 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d644c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d64bc0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d64bc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d64bc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d64bc0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d64bc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.786267369 +0000 UTC m=+3958.578036033 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d64bc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000119ab0 item 61 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65200): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65200): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65200): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65200): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65200): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65200): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65200): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65200): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.787716771 +0000 UTC m=+3958.579485425 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65200): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65740): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65740): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65740): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d602a0 item 62 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65740): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65740): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.788221593 +0000 UTC m=+3958.579990257 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65740): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65e40): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65e40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65e40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65e40): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65e40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.788221593 +0000 UTC m=+3958.579990257 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d65e40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d60460 item 62 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4540): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4540): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4540): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4540): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4540): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4540): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4540): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4540): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.789803024 +0000 UTC m=+3958.581571678 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4540): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4ac0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4ac0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4ac0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d607e0 item 63 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4ac0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4ac0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.790325258 +0000 UTC m=+3958.582093922 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f4ac0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5200): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5200): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5200): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5200): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5200): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.790325258 +0000 UTC m=+3958.582093922 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5200): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d609a0 item 63 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5840): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5840): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5840): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5840): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5840): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5840): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5840): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5840): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.79180639 +0000 UTC m=+3958.583575055 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5840): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5e00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5e00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5e00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d60d20 item 64 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5e00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5e00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.792283659 +0000 UTC m=+3958.584052323 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007f5e00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035b540): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035b540): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035b540): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035b540): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035b540): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.792283659 +0000 UTC m=+3958.584052323 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035b540): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d60ee0 item 64 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bd40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bd40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bd40): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bd40): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bd40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.79383824 +0000 UTC m=+3958.585606894 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00035bd40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a280): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a280): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a280): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a280): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a280): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d61260 item 65 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a280): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a280): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.794583064 +0000 UTC m=+3958.586351728 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a280): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a780): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a780): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a780): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a780): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a780): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.794583064 +0000 UTC m=+3958.586351728 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5a780): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d61420 item 65 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ae00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ae00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ae00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ae00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ae00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.796068113 +0000 UTC m=+3958.587836777 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ae00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b280): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b280): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d617a0 item 66 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b280): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b280): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b280): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b280): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b280): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.797918762 +0000 UTC m=+3958.589687426 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5b280): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ba00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ba00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ba00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ba00): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ba00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.797918762 +0000 UTC m=+3958.589687426 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000d5ba00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d61960 item 66 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c7440): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c7440): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c7440): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c7440): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c7440): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.799175831 +0000 UTC m=+3958.590944495 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0003c7440): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a3c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a3c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a3c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a3c0): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a3c0): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d61ce0 item 67 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a3c0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a3c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.799809286 +0000 UTC m=+3958.591577950 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a3c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a940): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a940): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a940): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a940): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a940): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.799809286 +0000 UTC m=+3958.591577950 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070a940): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d61ea0 item 67 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bb80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bb80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bb80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bb80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bb80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.801268606 +0000 UTC m=+3958.593037270 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00070bb80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e140): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e140): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c6540 item 68 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e140): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e140): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e140): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e140): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e140): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.80186944 +0000 UTC m=+3958.593638093 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e140): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e800): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e800): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e800): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e800): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e800): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.80186944 +0000 UTC m=+3958.593638093 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0e800): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c67e0 item 68 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ee80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ee80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ee80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ee80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ee80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.803961353 +0000 UTC m=+3958.595730007 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0ee80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f300): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f300): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f300): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f300): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f300): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c6c40 item 69 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f300): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f300): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.804531146 +0000 UTC m=+3958.596299811 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f300): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f800): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f800): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f800): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f800): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f800): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.804531146 +0000 UTC m=+3958.596299811 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0f800): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c7260 item 69 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fec0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fec0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fec0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fec0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fec0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.806735341 +0000 UTC m=+3958.598504005 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000a0fec0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daa40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daa40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c75e0 item 70 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daa40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daa40): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daa40): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daa40): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daa40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.807398582 +0000 UTC m=+3958.599167247 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daa40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daf80): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daf80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daf80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daf80): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daf80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.807398582 +0000 UTC m=+3958.599167247 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009daf80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c77a0 item 70 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db640): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db640): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db640): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db640): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db640): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.808714772 +0000 UTC m=+3958.600483427 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009db640): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbb40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbb40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbb40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbb40): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbb40): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c7b20 item 71 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbb40): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbb40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.809242708 +0000 UTC m=+3958.601011372 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009dbb40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008200c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008200c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008200c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008200c0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008200c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.809242708 +0000 UTC m=+3958.601011372 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008200c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c7d50 item 71 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820900): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820900): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820900): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820900): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820900): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.810944426 +0000 UTC m=+3958.602713090 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820900): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820f00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820f00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d22a0 item 72 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820f00): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820f00): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820f00): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820f00): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820f00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.811767537 +0000 UTC m=+3958.603536202 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000820f00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821480): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821480): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821480): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821480): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821480): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.811767537 +0000 UTC m=+3958.603536202 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821480): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d2700 item 72 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821a80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821a80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821a80): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821a80): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821a80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821a80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821a80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.8137157 +0000 UTC m=+3958.605484364 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000821a80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000124040): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000124040): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000124040): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d2fc0 item 73 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000124040): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000124040): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.814629643 +0000 UTC m=+3958.606398297 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000124040): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0001247c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0001247c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0001247c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0001247c0): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0001247c0): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d32d0 item 73 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0001247c0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0001247c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.815254641 +0000 UTC m=+3958.607023296 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0001247c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125200): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125200): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125200): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125200): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125200): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.815254641 +0000 UTC m=+3958.607023296 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125200): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d39d0 item 73 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125880): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125880): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125880): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125880): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125880): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125880): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125880): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.816699303 +0000 UTC m=+3958.608467958 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000125880): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e140): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e140): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e140): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b24d0 item 74 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e140): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e140): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.817406186 +0000 UTC m=+3958.609174850 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e140): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e680): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e680): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b2850 item 74 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e680): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e680): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e680): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e680): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e680): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.818301094 +0000 UTC m=+3958.610069748 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062e680): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062ec00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062ec00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062ec00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062ec00): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062ec00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.818301094 +0000 UTC m=+3958.610069748 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062ec00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b2b60 item 74 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f240): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f240): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f240): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f240): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f240): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f240): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f240): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.820110895 +0000 UTC m=+3958.611879549 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f240): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f740): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f740): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f740): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b33b0 item 75 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f740): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f740): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.820775488 +0000 UTC m=+3958.612544142 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062f740): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062fc80): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062fc80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062fc80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062fc80): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062fc80): _writeAt: size=3, off=2 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b3650 item 75 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062fc80): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062fc80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.821803846 +0000 UTC m=+3958.613572561 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00062fc80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666240): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666240): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666240): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666240): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666240): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.821803846 +0000 UTC m=+3958.613572561 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666240): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b3880 item 75 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666880): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666880): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666880): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666880): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666880): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666880): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666880): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.823679261 +0000 UTC m=+3958.615447915 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666880): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666d80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666d80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666d80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00016a230 item 76 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666d80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666d80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.824268222 +0000 UTC m=+3958.616036886 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000666d80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0006672c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0006672c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00016a5b0 item 76 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0006672c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0006672c0): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0006672c0): _writeAt: size=3, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0006672c0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0006672c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.82514255 +0000 UTC m=+3958.616911214 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0006672c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667840): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667840): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667840): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667840): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667840): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.82514255 +0000 UTC m=+3958.616911214 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667840): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00016a8c0 item 76 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667e80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667e80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667e80): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667e80): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667e80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667e80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667e80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.826644 +0000 UTC m=+3958.618412654 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000667e80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068c400): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068c400): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068c400): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00016b180 item 77 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068c400): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068c400): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.827091064 +0000 UTC m=+3958.618859717 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068c400): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068cb00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068cb00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068cb00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068cb00): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068cb00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.827091064 +0000 UTC m=+3958.618859717 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068cb00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00016bce0 item 77 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d140): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d140): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d140): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d140): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d140): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d140): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d140): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.828496202 +0000 UTC m=+3958.620264856 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d140): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d640): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d640): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d640): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078e620 item 78 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d640): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d640): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.828917877 +0000 UTC m=+3958.620686531 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00068d640): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c040): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c040): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c040): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c040): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c040): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.828917877 +0000 UTC m=+3958.620686531 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c040): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078e850 item 78 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c700): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c700): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c700): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c700): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c700): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c700): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c700): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.831025199 +0000 UTC m=+3958.622793863 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071c700): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071cc00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071cc00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071cc00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040ecb0 item 79 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071cc00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071cc00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.831791473 +0000 UTC m=+3958.623560197 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071cc00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d300): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d300): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d300): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d300): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d300): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.831791473 +0000 UTC m=+3958.623560197 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d300): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040eee0 item 79 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d940): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d940): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d940): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d940): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d940): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d940): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d940): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.833398242 +0000 UTC m=+3958.625166897 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071d940): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071de40): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071de40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071de40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040f650 item 80 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071de40): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071de40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.833891172 +0000 UTC m=+3958.625659846 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00071de40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007565c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007565c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007565c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007565c0): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007565c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.833891172 +0000 UTC m=+3958.625659846 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007565c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040fb90 item 80 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000756c00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000756c00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000756c00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000756c00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000756c00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.835082537 +0000 UTC m=+3958.626851192 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000756c00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757080): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757080): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757080): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757080): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757080): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757080): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16380 item 81 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757080): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757080): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.835579895 +0000 UTC m=+3958.627348549 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757080): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007575c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007575c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007575c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007575c0): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007575c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.835579895 +0000 UTC m=+3958.627348549 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007575c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16540 item 81 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757c40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757c40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757c40): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757c40): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757c40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.83670727 +0000 UTC m=+3958.628475923 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000757c40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b21c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b21c0): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b21c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16a10 item 82 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b21c0): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b21c0): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b21c0): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b21c0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b21c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.837215217 +0000 UTC m=+3958.628983871 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b21c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2740): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2740): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2740): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2740): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2740): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.837215217 +0000 UTC m=+3958.628983871 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2740): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16cb0 item 82 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2dc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2dc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2dc0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2dc0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2dc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.838336862 +0000 UTC m=+3958.630105515 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b2dc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b32c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b32c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b32c0): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b32c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b32c0): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b32c0): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d17030 item 83 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b32c0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b32c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.838805104 +0000 UTC m=+3958.630573758 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b32c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3800): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3800): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3800): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3800): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3800): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.838805104 +0000 UTC m=+3958.630573758 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3800): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d171f0 item 83 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3e80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3e80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3e80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3e80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3e80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.839931708 +0000 UTC m=+3958.631700362 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0007b3e80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a400): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a400): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a400): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d177a0 item 84 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a400): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a400): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a400): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a400): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a400): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.840477066 +0000 UTC m=+3958.632245730 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a400): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a980): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a980): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a980): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a980): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a980): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.840477066 +0000 UTC m=+3958.632245730 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081a980): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d17b20 item 84 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b000): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b000): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b000): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b000): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b000): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.841610933 +0000 UTC m=+3958.633379587 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b000): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b500): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b500): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b500): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b500): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b500): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b500): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d17ea0 item 85 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b500): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b500): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.842079337 +0000 UTC m=+3958.633847991 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081b500): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081ba40): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081ba40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081ba40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081ba40): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081ba40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.842079337 +0000 UTC m=+3958.633847991 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00081ba40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000418f50 item 85 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836140): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836140): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836140): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836140): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836140): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.843515934 +0000 UTC m=+3958.635284588 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836140): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836640): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836640): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836640): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004195e0 item 86 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836640): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836640): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836640): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836640): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836640): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.844030023 +0000 UTC m=+3958.635798677 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836640): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836bc0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836bc0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836bc0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836bc0): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836bc0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.844030023 +0000 UTC m=+3958.635798677 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000836bc0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000419b90 item 86 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837240): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837240): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837240): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837240): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837240): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.845365281 +0000 UTC m=+3958.637133954 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837240): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837740): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837740): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837740): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837740): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837740): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837740): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682460 item 87 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837740): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837740): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.845868379 +0000 UTC m=+3958.637637033 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837740): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837c80): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837c80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837c80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837c80): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837c80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.845868379 +0000 UTC m=+3958.637637033 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000837c80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682690 item 87 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880380): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880380): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880380): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880380): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880380): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.846989352 +0000 UTC m=+3958.638758007 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880380): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880880): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880880): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880880): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682b60 item 88 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880880): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880880): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880880): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880880): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880880): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.847526795 +0000 UTC m=+3958.639295450 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880880): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880e00): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880e00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880e00): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880e00): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880e00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.847526795 +0000 UTC m=+3958.639295450 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000880e00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682d20 item 88 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881440): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881440): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881440): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881440): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881440): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881440): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881440): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881440): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.848639823 +0000 UTC m=+3958.640408477 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881440): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881980): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881980): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881980): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006830a0 item 89 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881980): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881980): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.849081757 +0000 UTC m=+3958.640850410 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881980): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881ec0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881ec0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881ec0): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881ec0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881ec0): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881ec0): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000683260 item 89 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881ec0): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881ec0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.849662772 +0000 UTC m=+3958.641431425 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000881ec0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a24c0): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a24c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a24c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a24c0): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a24c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.849662772 +0000 UTC m=+3958.641431425 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a24c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000683420 item 89 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a2b00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a2b00): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a2b00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a2b00): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a2b00): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a2b00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a2b00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a2b00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.850889294 +0000 UTC m=+3958.642657948 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a2b00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3040): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3040): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3040): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006838f0 item 90 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3040): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3040): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.851350062 +0000 UTC m=+3958.643118716 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3040): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3580): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3580): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3580): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000683c00 item 90 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3580): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3580): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3580): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3580): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3580): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.852035845 +0000 UTC m=+3958.643804499 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3580): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3b40): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3b40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3b40): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3b40): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3b40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.852035845 +0000 UTC m=+3958.643804499 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008a3b40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000683dc0 item 90 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0200): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0200): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0200): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0200): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0200): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0200): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0200): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0200): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.853377373 +0000 UTC m=+3958.645146027 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0200): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0740): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0740): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0740): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000050690 item 91 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0740): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0740): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.853831791 +0000 UTC m=+3958.645600444 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0740): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0c80): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0c80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0c80): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0c80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0c80): >_readAt: n=2, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0c80): _writeAt: size=3, off=7 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000050a10 item 91 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0c80): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0c80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.854294382 +0000 UTC m=+3958.646063036 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c0c80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1200): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1200): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1200): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1200): >_readAt: n=8, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1200): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.854294382 +0000 UTC m=+3958.646063036 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1200): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000050fc0 item 91 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1840): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1840): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1840): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1840): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1840): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1840): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1840): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1840): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.855405006 +0000 UTC m=+3958.647173660 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1840): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1d80): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1d80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1d80): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000051f10 item 92 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1d80): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1d80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.855829225 +0000 UTC m=+3958.647597879 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008c1d80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0340): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0340): open at offset 5 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0340): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000446700 item 92 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0340): _readAt: size=2, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0340): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0340): _writeAt: size=3, off=5 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0340): >_writeAt: n=3, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0340): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.856355758 +0000 UTC m=+3958.648124412 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0340): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0900): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0900): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0900): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0900): >_readAt: n=3, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0900): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.856355758 +0000 UTC m=+3958.648124412 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0900): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000446a80 item 92 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0f40): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0f40): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0f40): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0f40): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0f40): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0f40): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0f40): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0f40): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.857480528 +0000 UTC m=+3958.649249183 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f0f40): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1480): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1480): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1480): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000447110 item 93 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1480): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1480): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.857821191 +0000 UTC m=+3958.649589844 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1480): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1b80): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1b80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1b80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1b80): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1b80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.857821191 +0000 UTC m=+3958.649589844 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0008f1b80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000447570 item 93 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910240): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910240): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910240): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910240): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910240): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910240): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910240): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910240): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.85917885 +0000 UTC m=+3958.650947504 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910240): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910780): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910780): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910780): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000447e30 item 94 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910780): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910780): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.859587561 +0000 UTC m=+3958.651356214 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910780): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910e80): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910e80): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910e80): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910e80): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910e80): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.859587561 +0000 UTC m=+3958.651356214 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000910e80): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622310 item 94 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009114c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009114c0): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009114c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009114c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009114c0): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009114c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009114c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009114c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.860907517 +0000 UTC m=+3958.652676172 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc0009114c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000911a00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000911a00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000911a00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622690 item 95 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000911a00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000911a00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.861393695 +0000 UTC m=+3958.653162349 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc000911a00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a180): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a180): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a180): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a180): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a180): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.861393695 +0000 UTC m=+3958.653162349 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a180): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622850 item 95 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a7c0): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a7c0): open at offset 0 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a7c0): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a7c0): _readAt: size=2, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a7c0): >_readAt: n=0, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a7c0): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a7c0): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a7c0): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.862777974 +0000 UTC m=+3958.654546688 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093a7c0): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093ad00): _writeAt: size=5, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093ad00): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093ad00): >openPending: err= 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622cb0 item 96 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093ad00): >_writeAt: n=5, err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093ad00): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.863250855 +0000 UTC m=+3958.655019510 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093ad00): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:28:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:28:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:28:50 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:28:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:28:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093b400): _readAt: size=512, off=0 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093b400): openPending: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093b400): >openPending: err= 2026/02/03 03:28:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093b400): >_readAt: n=5, err=EOF 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093b400): close: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:28:50.863250855 +0000 UTC m=+3958.655019510 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:28:50 DEBUG : open-test-file(0xc00093b400): >close: err= 2026/02/03 03:28:50 DEBUG : open-test-file: Remove: 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622ee0 item 96 2026/02/03 03:28:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:28:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:28:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:28:50 DEBUG : open-test-file: >Remove: err= 2026/02/03 03:28:50 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:28:50 DEBUG : dir: Looking for writers 2026/02/03 03:28:50 DEBUG : Looking for writers 2026/02/03 03:28:50 DEBUG : dir: reading active writers 2026/02/03 03:28:50 DEBUG : >WaitForWriters: 2026/02/03 03:28:50 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting === NAME TestRWFileHandleOpenTests/writes fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:29:29 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:29:29 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:29:29 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:29 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:29:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:29:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/02/03 03:29:29 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82740): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82740): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82740): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82740): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82740): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.263299245 +0000 UTC m=+3998.055067939 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82740): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82bc0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82bc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82bc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82bc0): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82bc0): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82bc0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82bc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.263299245 +0000 UTC m=+3998.055067939 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a82bc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83080): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83080): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83080): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83080): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83080): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.263299245 +0000 UTC m=+3998.055067939 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83080): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c56c0 item 1 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a836c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a836c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a836c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a836c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a836c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.266078465 +0000 UTC m=+3998.057847159 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a836c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83bc0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83bc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83bc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83bc0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83bc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.266078465 +0000 UTC m=+3998.057847159 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a83bc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c5e30 item 2 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82280): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82280): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82280): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82280): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82280): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.267891452 +0000 UTC m=+3998.059660106 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82280): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82700): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82700): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82700): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82700): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82700): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82700): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82700): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.267891452 +0000 UTC m=+3998.059660106 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82700): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82bc0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82bc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82bc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82bc0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82bc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.267891452 +0000 UTC m=+3998.059660106 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b82bc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070e460 item 3 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83240): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83240): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83240): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83240): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83240): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.270222567 +0000 UTC m=+3998.061991231 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83240): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83780): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83780): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83780): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83780): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83780): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.270222567 +0000 UTC m=+3998.061991231 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83780): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070ed90 item 4 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83dc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83dc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83dc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83dc0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83dc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.271938623 +0000 UTC m=+3998.063707287 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b83dc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba62c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba62c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba62c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba62c0): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba62c0): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba62c0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba62c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.271938623 +0000 UTC m=+3998.063707287 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba62c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6780): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6780): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6780): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6780): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6780): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.271938623 +0000 UTC m=+3998.063707287 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6780): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070f500 item 5 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6e00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6e00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6e00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6e00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6e00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.274262432 +0000 UTC m=+3998.066031087 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba6e00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7340): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7340): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7340): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7340): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7340): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.274262432 +0000 UTC m=+3998.066031087 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7340): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070fb20 item 6 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba79c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba79c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba79c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba79c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba79c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.275936538 +0000 UTC m=+3998.067705202 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba79c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7ec0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7ec0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7ec0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7ec0): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7ec0): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7ec0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7ec0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.275936538 +0000 UTC m=+3998.067705202 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ba7ec0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8400): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8400): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8400): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8400): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8400): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.275936538 +0000 UTC m=+3998.067705202 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8400): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003be070 item 7 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8a80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8a80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8a80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8a80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8a80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.27819191 +0000 UTC m=+3998.069960564 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8a80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8fc0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8fc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8fc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8fc0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8fc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.27819191 +0000 UTC m=+3998.069960564 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd8fc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003be8c0 item 8 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9580): _readAt: size=2, off=0 2026/02/03 03:29:30 ERROR : open-test-file(0xc000bd9580): Couldn't read size of file 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9580): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9580): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9580): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9580): close: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9580): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9940): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9940): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9940): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9940): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9940): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.280145122 +0000 UTC m=+3998.071913777 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9940): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9dc0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9dc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9dc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9dc0): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9dc0): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9dc0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9dc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.280145122 +0000 UTC m=+3998.071913777 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd9dc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0340): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0340): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0340): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0340): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0340): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.280145122 +0000 UTC m=+3998.071913777 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0340): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bf2d0 item 9 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf09c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf09c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf09c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf09c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf09c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.282266541 +0000 UTC m=+3998.074035196 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf09c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0f00): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0f00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0f00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0f00): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0f00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.282266541 +0000 UTC m=+3998.074035196 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf0f00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bf960 item 10 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1540): _readAt: size=2, off=0 2026/02/03 03:29:30 ERROR : open-test-file(0xc000bf1540): Couldn't read size of file 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1540): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1540): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1540): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1540): close: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1540): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1900): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1900): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1900): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1900): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1900): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.284192632 +0000 UTC m=+3998.075961287 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1900): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1e00): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1e00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1e00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1e00): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1e00): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1e00): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1e00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.284192632 +0000 UTC m=+3998.075961287 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf1e00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18380): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18380): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18380): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18380): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18380): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.284192632 +0000 UTC m=+3998.075961287 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18380): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bff10 item 11 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18a00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18a00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18a00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18a00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18a00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.286240804 +0000 UTC m=+3998.078009468 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18a00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18f40): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18f40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18f40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18f40): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18f40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.286240804 +0000 UTC m=+3998.078009468 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c18f40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042eaf0 item 12 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19580): _readAt: size=2, off=0 2026/02/03 03:29:30 ERROR : open-test-file(0xc000c19580): Couldn't read size of file 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19580): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19580): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19580): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19580): close: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19580): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19940): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19940): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19940): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19940): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19940): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.287664869 +0000 UTC m=+3998.079433523 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c19940): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a080): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a080): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a080): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a080): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a080): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.287664869 +0000 UTC m=+3998.079433523 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a080): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042fa40 item 13 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a700): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a700): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a700): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a700): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a700): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.289234608 +0000 UTC m=+3998.081003272 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3a700): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3ac40): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3ac40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3ac40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3ac40): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3ac40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.289234608 +0000 UTC m=+3998.081003272 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3ac40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c401c0 item 14 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b280): _readAt: size=2, off=0 2026/02/03 03:29:30 ERROR : open-test-file(0xc000c3b280): Couldn't read size of file 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b280): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b280): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b280): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b280): close: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b280): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b640): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b640): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b640): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b640): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b640): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.290753051 +0000 UTC m=+3998.082521715 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3b640): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3bd00): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3bd00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3bd00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3bd00): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3bd00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.290753051 +0000 UTC m=+3998.082521715 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c3bd00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c40540 item 15 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a400): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a400): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a400): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a400): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a400): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.292316929 +0000 UTC m=+3998.084085593 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a400): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a940): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a940): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a940): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a940): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a940): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.292316929 +0000 UTC m=+3998.084085593 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a940): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c408c0 item 16 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5af80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5af80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5af80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5af80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5af80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.293972299 +0000 UTC m=+3998.085740963 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5af80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b400): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b400): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b400): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b400): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b400): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b400): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b400): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b400): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.293972299 +0000 UTC m=+3998.085740963 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b400): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b900): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b900): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b900): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b900): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b900): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.293972299 +0000 UTC m=+3998.085740963 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b900): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c40c40 item 17 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e000): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e000): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e000): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e000): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e000): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.297189715 +0000 UTC m=+3998.088958379 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e000): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e540): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e540): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e540): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e540): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e540): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.297189715 +0000 UTC m=+3998.088958379 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8e540): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c41110 item 18 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8eb40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8eb40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8eb40): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8eb40): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8eb40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.29932522 +0000 UTC m=+3998.091093903 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8eb40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f040): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f040): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f040): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f040): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f040): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f040): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f040): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f040): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.29932522 +0000 UTC m=+3998.091093903 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f040): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f540): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f540): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f540): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f540): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f540): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.29932522 +0000 UTC m=+3998.091093903 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8f540): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000480770 item 19 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8fbc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8fbc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8fbc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8fbc0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8fbc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.301729242 +0000 UTC m=+3998.093497906 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c8fbc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009881c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009881c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009881c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009881c0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009881c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.301729242 +0000 UTC m=+3998.093497906 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009881c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000481880 item 20 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988900): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988900): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988900): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988900): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988900): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.303370425 +0000 UTC m=+3998.095139089 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988900): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988e00): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988e00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988e00): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988e00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988e00): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988e00): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988e00): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988e00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.303370425 +0000 UTC m=+3998.095139089 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988e00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989300): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989300): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989300): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989300): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989300): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.303370425 +0000 UTC m=+3998.095139089 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989300): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000481ce0 item 21 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989980): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989980): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989980): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989980): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989980): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.305417074 +0000 UTC m=+3998.097185738 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989980): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989ec0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989ec0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989ec0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989ec0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989ec0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.305417074 +0000 UTC m=+3998.097185738 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989ec0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c40310 item 22 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4e600): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4e600): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4e600): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4e600): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4e600): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.307018413 +0000 UTC m=+3998.098787077 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4e600): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4eb00): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4eb00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4eb00): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4eb00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4eb00): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4eb00): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4eb00): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4eb00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.307018413 +0000 UTC m=+3998.098787077 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4eb00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f000): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f000): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f000): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f000): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f000): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.307018413 +0000 UTC m=+3998.098787077 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f000): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c40690 item 23 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f680): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f680): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f680): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f680): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f680): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.308959012 +0000 UTC m=+3998.100727676 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4f680): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4fbc0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4fbc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4fbc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4fbc0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4fbc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.308959012 +0000 UTC m=+3998.100727676 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a4fbc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c40b60 item 24 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4280): _readAt: size=2, off=0 2026/02/03 03:29:30 ERROR : open-test-file(0xc0007f4280): Couldn't read size of file 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4280): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4280): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4280): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4280): close: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4280): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4640): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4640): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4640): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4640): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4640): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.310417591 +0000 UTC m=+3998.102186255 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4640): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4b80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4b80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4b80): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4b80): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4b80): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4b80): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4b80): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4b80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.310417591 +0000 UTC m=+3998.102186255 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f4b80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5100): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5100): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5100): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5100): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5100): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.310417591 +0000 UTC m=+3998.102186255 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5100): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c41490 item 25 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5780): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5780): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5780): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5780): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5780): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.312334665 +0000 UTC m=+3998.104103319 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5780): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5d40): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5d40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5d40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5d40): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5d40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.312334665 +0000 UTC m=+3998.104103319 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007f5d40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c41960 item 26 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035adc0): _readAt: size=2, off=0 2026/02/03 03:29:30 ERROR : open-test-file(0xc00035adc0): Couldn't read size of file 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035adc0): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035adc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035adc0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035adc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035adc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035b900): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035b900): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035b900): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035b900): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035b900): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.313846926 +0000 UTC m=+3998.105615590 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035b900): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035be00): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035be00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035be00): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035be00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035be00): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035be00): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035be00): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035be00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.313846926 +0000 UTC m=+3998.105615590 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00035be00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5a400): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5a400): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5a400): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5a400): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5a400): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.313846926 +0000 UTC m=+3998.105615590 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5a400): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c41ce0 item 27 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5aac0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5aac0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5aac0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5aac0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5aac0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.315847737 +0000 UTC m=+3998.107616401 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5aac0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b000): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b000): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b000): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b000): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b000): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.315847737 +0000 UTC m=+3998.107616401 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b000): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004205b0 item 28 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b6c0): _readAt: size=2, off=0 2026/02/03 03:29:30 ERROR : open-test-file(0xc000d5b6c0): Couldn't read size of file 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b6c0): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b6c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b6c0): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b6c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5b6c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5be40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5be40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5be40): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5be40): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5be40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.317362844 +0000 UTC m=+3998.109131498 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d5be40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a140): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a140): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a140): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a140): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a140): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.317362844 +0000 UTC m=+3998.109131498 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a140): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000420cb0 item 29 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a900): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a900): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a900): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a900): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a900): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.318901555 +0000 UTC m=+3998.110670219 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070a900): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070b180): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070b180): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070b180): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070b180): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070b180): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.318901555 +0000 UTC m=+3998.110670219 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070b180): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004215e0 item 30 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0e800): _readAt: size=2, off=0 2026/02/03 03:29:30 ERROR : open-test-file(0xc000a0e800): Couldn't read size of file 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0e800): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0e800): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0e800): >_writeAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0e800): close: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0e800): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0ebc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0ebc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0ebc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0ebc0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0ebc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.320746533 +0000 UTC m=+3998.112515197 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0ebc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f2c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f2c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f2c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f2c0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f2c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.320746533 +0000 UTC m=+3998.112515197 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f2c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043c930 item 31 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f940): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f940): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f940): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f940): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f940): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.322513233 +0000 UTC m=+3998.114281897 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0f940): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0fec0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0fec0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0fec0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0fec0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0fec0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.322513233 +0000 UTC m=+3998.114281897 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a0fec0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043cee0 item 32 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dab80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dab80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dab80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dab80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dab80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.323865332 +0000 UTC m=+3998.115633996 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dab80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db000): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db000): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db000): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db000): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db000): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043d6c0 item 33 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db000): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db000): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.324581232 +0000 UTC m=+3998.116349896 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db000): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db540): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db540): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db540): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db540): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db540): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.324581232 +0000 UTC m=+3998.116349896 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009db540): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00043d880 item 33 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dbb80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dbb80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dbb80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dbb80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dbb80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.325945503 +0000 UTC m=+3998.117714168 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009dbb80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820080): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820080): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000118460 item 34 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820080): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820080): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820080): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820080): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820080): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.326640524 +0000 UTC m=+3998.118409188 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820080): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820700): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820700): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820700): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820700): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820700): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.326640524 +0000 UTC m=+3998.118409188 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820700): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0001189a0 item 34 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820e40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820e40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820e40): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820e40): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820e40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.328050551 +0000 UTC m=+3998.119819216 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000820e40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008212c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008212c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008212c0): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008212c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008212c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0001193b0 item 35 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008212c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008212c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.328654911 +0000 UTC m=+3998.120423575 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008212c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821840): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821840): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821840): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821840): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821840): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.328654911 +0000 UTC m=+3998.120423575 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821840): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000119880 item 35 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821ec0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821ec0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821ec0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821ec0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821ec0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.33004425 +0000 UTC m=+3998.121812914 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000821ec0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000124700): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000124700): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c62a0 item 36 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000124700): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000124700): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000124700): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000124700): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000124700): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.330665051 +0000 UTC m=+3998.122433715 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000124700): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001250c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001250c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001250c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001250c0): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001250c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.330665051 +0000 UTC m=+3998.122433715 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001250c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c6540 item 36 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001257c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001257c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001257c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001257c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001257c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.332122058 +0000 UTC m=+3998.123890722 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0001257c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c000): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c000): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c000): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c000): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c000): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c6a10 item 37 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c000): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c000): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.332657888 +0000 UTC m=+3998.124426542 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c000): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c580): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c580): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c580): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c580): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c580): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.332657888 +0000 UTC m=+3998.124426542 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071c580): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c6c40 item 37 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071cc00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071cc00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071cc00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071cc00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071cc00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.334149479 +0000 UTC m=+3998.125918143 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071cc00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d100): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d100): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c7420 item 38 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d100): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d100): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d100): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d100): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d100): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.334700067 +0000 UTC m=+3998.126468731 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d100): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d640): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d640): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d640): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d640): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d640): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.334700067 +0000 UTC m=+3998.126468731 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071d640): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c75e0 item 38 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071dcc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071dcc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071dcc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071dcc0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071dcc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.336103092 +0000 UTC m=+3998.127871756 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00071dcc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a240): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a240): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a240): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a240): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a240): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c7960 item 39 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a240): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a240): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.336684468 +0000 UTC m=+3998.128453132 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a240): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a740): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a740): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a740): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a740): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a740): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.336684468 +0000 UTC m=+3998.128453132 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5a740): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c7b20 item 39 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5adc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5adc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5adc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5adc0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5adc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.3381975 +0000 UTC m=+3998.129966164 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5adc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b2c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b2c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d2070 item 40 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b2c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b2c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b2c0): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b2c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b2c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.338972782 +0000 UTC m=+3998.130741446 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c5b2c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c2c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c2c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c2c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c2c0): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c2c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.338972782 +0000 UTC m=+3998.130741446 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c2c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d22a0 item 40 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c880): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c880): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c880): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c880): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c880): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c880): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c880): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.340472349 +0000 UTC m=+3998.132241013 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069c880): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069cd80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069cd80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069cd80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d2e00 item 41 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069cd80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069cd80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.340978883 +0000 UTC m=+3998.132747548 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069cd80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d240): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d240): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d240): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d240): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d240): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d2fc0 item 41 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d240): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d240): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.341551975 +0000 UTC m=+3998.133320639 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d240): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d780): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d780): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d780): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d780): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d780): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.341551975 +0000 UTC m=+3998.133320639 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069d780): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d32d0 item 41 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069ddc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069ddc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069ddc0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069ddc0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069ddc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069ddc0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069ddc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.343033267 +0000 UTC m=+3998.134801971 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00069ddc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0340): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0340): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0340): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004d3e30 item 42 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0340): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0340): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.343556884 +0000 UTC m=+3998.135325548 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0340): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0880): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0880): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b20e0 item 42 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0880): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0880): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0880): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0880): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0880): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.344232488 +0000 UTC m=+3998.136001152 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0880): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0e00): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0e00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0e00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0e00): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0e00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.344232488 +0000 UTC m=+3998.136001152 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b0e00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b25b0 item 42 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1440): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1440): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1440): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1440): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1440): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1440): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1440): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.345773282 +0000 UTC m=+3998.137541946 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1440): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1940): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1940): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1940): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b2bd0 item 43 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1940): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1940): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.346237507 +0000 UTC m=+3998.138006171 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1940): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1e80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1e80): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1e80): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1e80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1e80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b2fc0 item 43 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1e80): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1e80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.346837799 +0000 UTC m=+3998.138606463 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006b1e80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006be440): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006be440): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006be440): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006be440): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006be440): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.346837799 +0000 UTC m=+3998.138606463 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006be440): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b3490 item 43 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bea80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bea80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bea80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bea80): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bea80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bea80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bea80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.348197422 +0000 UTC m=+3998.139966086 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bea80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bef80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bef80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bef80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b3ab0 item 44 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bef80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bef80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.348722482 +0000 UTC m=+3998.140491146 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bef80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bf4c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bf4c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004b3e30 item 44 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bf4c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bf4c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bf4c0): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bf4c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bf4c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.3492998 +0000 UTC m=+3998.141068465 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bf4c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bfa40): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bfa40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bfa40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bfa40): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bfa40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.3492998 +0000 UTC m=+3998.141068465 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006bfa40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00016a310 item 44 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8100): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8100): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8100): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8100): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8100): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8100): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8100): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.350655747 +0000 UTC m=+3998.142424401 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8100): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8600): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8600): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8600): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00016a930 item 45 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8600): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8600): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.351148205 +0000 UTC m=+3998.142916869 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8600): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8d00): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8d00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8d00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8d00): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8d00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.351148205 +0000 UTC m=+3998.142916869 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d8d00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00016ad20 item 45 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9340): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9340): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9340): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9340): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9340): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9340): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9340): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.352700031 +0000 UTC m=+3998.144468695 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9340): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9840): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9840): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9840): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040e0e0 item 46 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9840): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9840): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.353192088 +0000 UTC m=+3998.144960752 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9840): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9f40): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9f40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9f40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9f40): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9f40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.353192088 +0000 UTC m=+3998.144960752 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006d9f40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040eaf0 item 46 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8600): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8600): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8600): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8600): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8600): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8600): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8600): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.354660566 +0000 UTC m=+3998.146429230 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8600): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8b00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8b00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8b00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040f180 item 47 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8b00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8b00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.355143706 +0000 UTC m=+3998.146912371 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e8b00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9200): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9200): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9200): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9200): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9200): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.355143706 +0000 UTC m=+3998.146912371 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9200): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040f570 item 47 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9840): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9840): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9840): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9840): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9840): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9840): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9840): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.356644877 +0000 UTC m=+3998.148413532 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9840): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9d40): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9d40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9d40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d160e0 item 48 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9d40): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9d40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.357122056 +0000 UTC m=+3998.148890720 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0006e9d40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007284c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007284c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007284c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007284c0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007284c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.357122056 +0000 UTC m=+3998.148890720 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007284c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d162a0 item 48 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728b00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728b00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728b00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728b00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728b00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.35855096 +0000 UTC m=+3998.150319624 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728b00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728f80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728f80): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728f80): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728f80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728f80): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728f80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16620 item 49 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728f80): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728f80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.359250319 +0000 UTC m=+3998.151018973 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000728f80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007294c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007294c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007294c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007294c0): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007294c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.359250319 +0000 UTC m=+3998.151018973 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007294c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16930 item 49 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000729b40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000729b40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000729b40): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000729b40): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000729b40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.361042437 +0000 UTC m=+3998.152811101 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000729b40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007980c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007980c0): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007980c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16d90 item 50 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007980c0): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007980c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007980c0): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007980c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007980c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.362022295 +0000 UTC m=+3998.153790959 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007980c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798640): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798640): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798640): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798640): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798640): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.362022295 +0000 UTC m=+3998.153790959 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798640): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d16f50 item 50 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798cc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798cc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798cc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798cc0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798cc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.363523164 +0000 UTC m=+3998.155291828 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000798cc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007991c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007991c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007991c0): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007991c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007991c0): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007991c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d173b0 item 51 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007991c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007991c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.364071727 +0000 UTC m=+3998.155840391 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007991c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799700): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799700): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799700): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799700): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799700): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.364071727 +0000 UTC m=+3998.155840391 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799700): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d17570 item 51 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799d80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799d80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799d80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799d80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799d80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.366312361 +0000 UTC m=+3998.158081046 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000799d80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee300): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee300): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee300): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d17c00 item 52 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee300): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee300): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee300): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee300): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee300): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.367824102 +0000 UTC m=+3998.159592756 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee300): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee880): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee880): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee880): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee880): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee880): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.367824102 +0000 UTC m=+3998.159592756 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ee880): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d17dc0 item 52 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007eef00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007eef00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007eef00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007eef00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007eef00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.370391071 +0000 UTC m=+3998.162159725 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007eef00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef400): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef400): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef400): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef400): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef400): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef400): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004190a0 item 53 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef400): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef400): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.371026408 +0000 UTC m=+3998.162795063 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef400): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef940): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef940): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef940): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef940): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef940): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.371026408 +0000 UTC m=+3998.162795063 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0007ef940): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000419420 item 53 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826040): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826040): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826040): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826040): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826040): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.372885974 +0000 UTC m=+3998.164654629 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826040): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826540): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826540): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826540): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006821c0 item 54 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826540): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826540): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826540): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826540): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826540): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.374180354 +0000 UTC m=+3998.165949068 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826540): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826ac0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826ac0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826ac0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826ac0): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826ac0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.374180354 +0000 UTC m=+3998.165949068 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000826ac0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682380 item 54 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827140): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827140): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827140): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827140): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827140): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.376489227 +0000 UTC m=+3998.168257942 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827140): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827640): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827640): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827640): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827640): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827640): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827640): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682770 item 55 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827640): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827640): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.377263657 +0000 UTC m=+3998.169032310 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827640): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827b80): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827b80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827b80): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827b80): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827b80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.377263657 +0000 UTC m=+3998.169032310 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000827b80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682a80 item 55 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e280): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e280): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e280): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e280): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e280): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.378699543 +0000 UTC m=+3998.170468198 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e280): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e780): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e780): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e780): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682e00 item 56 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e780): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e780): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e780): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e780): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e780): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.37929171 +0000 UTC m=+3998.171060394 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083e780): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083ed00): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083ed00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083ed00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083ed00): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083ed00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.37929171 +0000 UTC m=+3998.171060394 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083ed00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000682fc0 item 56 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f340): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f340): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f340): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f340): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f340): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f340): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f340): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f340): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.380703321 +0000 UTC m=+3998.172471994 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f340): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f880): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f880): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f880): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000683340 item 57 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f880): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f880): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.381244722 +0000 UTC m=+3998.173013376 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083f880): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083fdc0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083fdc0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083fdc0): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083fdc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083fdc0): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083fdc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000683500 item 57 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083fdc0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083fdc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.381796832 +0000 UTC m=+3998.173565486 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00083fdc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008863c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008863c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008863c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008863c0): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008863c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.381796832 +0000 UTC m=+3998.173565486 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008863c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006837a0 item 57 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886a00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886a00): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886a00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886a00): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886a00): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886a00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886a00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886a00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.383456311 +0000 UTC m=+3998.175224975 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886a00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902280): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902280): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902280): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000503f0 item 58 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902280): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902280): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.383861705 +0000 UTC m=+3998.175630360 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902280): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009027c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009027c0): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009027c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000507e0 item 58 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009027c0): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009027c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009027c0): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009027c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009027c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.384366257 +0000 UTC m=+3998.176134911 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009027c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902d80): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902d80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902d80): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902d80): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902d80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.384366257 +0000 UTC m=+3998.176134911 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000902d80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000050a80 item 58 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009033c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009033c0): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009033c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009033c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009033c0): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009033c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009033c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009033c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.385607216 +0000 UTC m=+3998.177375870 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009033c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903900): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903900): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903900): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000051650 item 59 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903900): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903900): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.386054669 +0000 UTC m=+3998.177823323 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903900): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903e40): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903e40): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903e40): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903e40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903e40): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903e40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004461c0 item 59 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903e40): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903e40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.386613893 +0000 UTC m=+3998.178382547 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000903e40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932440): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932440): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932440): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932440): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932440): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.386613893 +0000 UTC m=+3998.178382547 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932440): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000446850 item 59 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932a80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932a80): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932a80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932a80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932a80): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932a80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932a80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932a80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.387991 +0000 UTC m=+3998.179759704 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932a80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932fc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932fc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932fc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000446d90 item 60 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932fc0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932fc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.388589638 +0000 UTC m=+3998.180358292 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000932fc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933500): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933500): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933500): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000447180 item 60 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933500): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933500): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933500): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933500): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933500): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.389152699 +0000 UTC m=+3998.180921353 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933500): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933ac0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933ac0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933ac0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933ac0): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933ac0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.389152699 +0000 UTC m=+3998.180921353 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000933ac0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004475e0 item 60 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950180): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950180): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950180): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950180): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950180): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950180): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950180): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950180): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.390376446 +0000 UTC m=+3998.182145100 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950180): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009506c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009506c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009506c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078e070 item 61 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009506c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009506c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.390930301 +0000 UTC m=+3998.182698954 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009506c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950dc0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950dc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950dc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950dc0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950dc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.390930301 +0000 UTC m=+3998.182698954 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000950dc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078e380 item 61 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951400): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951400): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951400): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951400): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951400): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951400): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951400): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951400): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.392163365 +0000 UTC m=+3998.183932019 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951400): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951940): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951940): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951940): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078e8c0 item 62 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951940): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951940): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.392615839 +0000 UTC m=+3998.184384492 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000951940): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f80c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f80c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f80c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f80c0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f80c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.392615839 +0000 UTC m=+3998.184384492 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f80c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078eb60 item 62 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8700): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8700): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8700): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8700): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8700): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8700): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8700): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8700): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.393921038 +0000 UTC m=+3998.185689693 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8700): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8c40): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8c40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8c40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078f2d0 item 63 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8c40): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8c40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.394509609 +0000 UTC m=+3998.186278262 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f8c40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9340): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9340): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9340): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9340): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9340): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.394509609 +0000 UTC m=+3998.186278262 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9340): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078f570 item 63 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9980): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9980): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9980): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9980): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9980): >_readAt: n=0, err=Bad file descriptor 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9980): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9980): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9980): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.396289103 +0000 UTC m=+3998.188057767 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9980): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9ec0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9ec0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9ec0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078f960 item 64 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9ec0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9ec0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.397050999 +0000 UTC m=+3998.188819692 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009f9ec0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3e640): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3e640): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3e640): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3e640): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3e640): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.397050999 +0000 UTC m=+3998.188819692 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3e640): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00078fdc0 item 64 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3ec80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3ec80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3ec80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3ec80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3ec80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.398392097 +0000 UTC m=+3998.190160751 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3ec80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3f100): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3f100): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3f100): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3f100): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3f100): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000622380 item 65 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3f100): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3f100): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.399031773 +0000 UTC m=+3998.190800426 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000a3f100): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070be40): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070be40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070be40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070be40): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070be40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.399031773 +0000 UTC m=+3998.190800426 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc00070be40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000421810 item 65 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4500): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4500): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4500): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4500): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4500): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.400473411 +0000 UTC m=+3998.192242064 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4500): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4980): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4980): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000421c70 item 66 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4980): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4980): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4980): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4980): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4980): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.400987189 +0000 UTC m=+3998.192755853 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4980): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4ec0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4ec0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4ec0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4ec0): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4ec0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.400987189 +0000 UTC m=+3998.192755853 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d4ec0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000421e30 item 66 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5500): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5500): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5500): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5500): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5500): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.402280387 +0000 UTC m=+3998.194049051 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5500): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5980): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5980): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5980): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5980): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5980): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c43f0 item 67 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5980): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5980): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.40277505 +0000 UTC m=+3998.194543704 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5980): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5e80): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5e80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5e80): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5e80): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5e80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.40277505 +0000 UTC m=+3998.194543704 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0005d5e80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c4620 item 67 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8580): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8580): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8580): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8580): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8580): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.403961556 +0000 UTC m=+3998.195730211 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8580): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8a80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8a80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c50a0 item 68 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8a80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8a80): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8a80): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8a80): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8a80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.404474954 +0000 UTC m=+3998.196243608 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8a80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8fc0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8fc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8fc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8fc0): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8fc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.404474954 +0000 UTC m=+3998.196243608 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa8fc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c53b0 item 68 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9600): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9600): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9600): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9600): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9600): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.405912895 +0000 UTC m=+3998.197681569 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9600): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9a80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9a80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9a80): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9a80): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9a80): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c5810 item 69 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9a80): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9a80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.406842748 +0000 UTC m=+3998.198611432 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000aa9a80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada000): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada000): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada000): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada000): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada000): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.406842748 +0000 UTC m=+3998.198611432 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada000): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0005c5ab0 item 69 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada680): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada680): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada680): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada680): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada680): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.409031574 +0000 UTC m=+3998.200800258 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000ada680): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adab80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adab80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070e230 item 70 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adab80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adab80): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adab80): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adab80): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adab80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.409603292 +0000 UTC m=+3998.201371946 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adab80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb0c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb0c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb0c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb0c0): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb0c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.409603292 +0000 UTC m=+3998.201371946 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb0c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070e460 item 70 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb740): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb740): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb740): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb740): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb740): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.41085411 +0000 UTC m=+3998.202622765 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adb740): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adbc40): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adbc40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adbc40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adbc40): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adbc40): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070e930 item 71 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adbc40): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adbc40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.411410769 +0000 UTC m=+3998.203179423 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000adbc40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b021c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b021c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b021c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b021c0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b021c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.411410769 +0000 UTC m=+3998.203179423 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b021c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070ee00 item 71 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02840): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02840): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02840): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02840): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02840): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.412649585 +0000 UTC m=+3998.204418239 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02840): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02d40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02d40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070f570 item 72 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02d40): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02d40): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02d40): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02d40): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02d40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.413203028 +0000 UTC m=+3998.204971683 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b02d40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03280): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03280): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03280): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03280): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03280): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.413203028 +0000 UTC m=+3998.204971683 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03280): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070f810 item 72 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03840): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03840): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03840): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03840): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03840): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03840): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03840): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.414295478 +0000 UTC m=+3998.206064142 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03840): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03d40): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03d40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03d40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070fc00 item 73 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03d40): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03d40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.414873658 +0000 UTC m=+3998.206642322 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b03d40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c280): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c280): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c280): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c280): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c280): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00070ff10 item 73 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c280): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c280): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.415539232 +0000 UTC m=+3998.207307896 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c280): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c7c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c7c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c7c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c7c0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c7c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.415539232 +0000 UTC m=+3998.207307896 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4c7c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003be150 item 73 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ce00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ce00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ce00): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ce00): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ce00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ce00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ce00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.41698603 +0000 UTC m=+3998.208754694 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ce00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d300): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d300): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d300): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003be770 item 74 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d300): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d300): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.417519094 +0000 UTC m=+3998.209287758 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d300): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d840): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d840): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003beee0 item 74 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d840): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d840): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d840): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d840): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d840): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.418122672 +0000 UTC m=+3998.209891336 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4d840): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ddc0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ddc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ddc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ddc0): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ddc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.418122672 +0000 UTC m=+3998.209891336 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b4ddc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bf260 item 74 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886e80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886e80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886e80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886e80): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886e80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886e80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886e80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.419372759 +0000 UTC m=+3998.211141413 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000886e80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887380): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887380): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887380): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000683dc0 item 75 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887380): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887380): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.41984543 +0000 UTC m=+3998.211614085 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887380): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008878c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008878c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008878c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008878c0): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008878c0): _writeAt: size=3, off=2 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042e000 item 75 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008878c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008878c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.420320996 +0000 UTC m=+3998.212089651 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008878c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887e00): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887e00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887e00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887e00): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887e00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.420320996 +0000 UTC m=+3998.212089651 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000887e00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042e460 item 75 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a64c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a64c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a64c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a64c0): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a64c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a64c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a64c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.421763987 +0000 UTC m=+3998.213532640 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a64c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a69c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a69c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a69c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042ee00 item 76 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a69c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a69c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.422240415 +0000 UTC m=+3998.214009079 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a69c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a6f00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a6f00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042f570 item 76 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a6f00): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a6f00): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a6f00): _writeAt: size=3, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a6f00): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a6f00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.422818265 +0000 UTC m=+3998.214586919 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a6f00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7480): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7480): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7480): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7480): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7480): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.422818265 +0000 UTC m=+3998.214586919 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7480): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042fc70 item 76 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7ac0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7ac0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7ac0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7ac0): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7ac0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7ac0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7ac0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.423949988 +0000 UTC m=+3998.215718641 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008a7ac0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4040): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4040): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4040): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c22a0 item 77 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4040): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4040): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.424408533 +0000 UTC m=+3998.216177186 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4040): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4740): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4740): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4740): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4740): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4740): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.424408533 +0000 UTC m=+3998.216177186 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4740): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c2460 item 77 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4d80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4d80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4d80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4d80): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4d80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4d80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4d80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.425780839 +0000 UTC m=+3998.217549504 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d4d80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5280): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5280): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5280): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c27e0 item 78 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5280): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5280): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.426268268 +0000 UTC m=+3998.218036932 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5280): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5980): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5980): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5980): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5980): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5980): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.426268268 +0000 UTC m=+3998.218036932 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0008d5980): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c29a0 item 78 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84040): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84040): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84040): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84040): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84040): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84040): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84040): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.4277228 +0000 UTC m=+3998.219491464 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84040): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84540): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84540): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84540): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c2d20 item 79 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84540): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84540): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.428134316 +0000 UTC m=+3998.219902980 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84540): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84c40): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84c40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84c40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84c40): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84c40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.428134316 +0000 UTC m=+3998.219902980 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b84c40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c2ee0 item 79 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85280): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85280): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85280): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85280): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85280): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85280): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85280): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.429520238 +0000 UTC m=+3998.221288902 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85280): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85780): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85780): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85780): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c3260 item 80 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85780): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85780): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.429986107 +0000 UTC m=+3998.221754771 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85780): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85e80): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85e80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85e80): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85e80): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85e80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.429986107 +0000 UTC m=+3998.221754771 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000b85e80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c3420 item 80 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa540): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa540): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa540): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa540): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa540): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.431569602 +0000 UTC m=+3998.223338256 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa540): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa9c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa9c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa9c0): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa9c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa9c0): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa9c0): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c37a0 item 81 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa9c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa9c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.43221592 +0000 UTC m=+3998.223984584 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baa9c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baaf00): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baaf00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baaf00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baaf00): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baaf00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.43221592 +0000 UTC m=+3998.223984584 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baaf00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c3960 item 81 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bab580): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bab580): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bab580): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bab580): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bab580): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.433576827 +0000 UTC m=+3998.225345491 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bab580): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baba80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baba80): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baba80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c3ce0 item 82 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baba80): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baba80): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baba80): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baba80): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baba80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.434152852 +0000 UTC m=+3998.225921516 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000baba80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2080): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2080): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2080): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2080): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2080): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.434152852 +0000 UTC m=+3998.225921516 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2080): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0008c3ea0 item 82 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2700): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2700): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2700): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2700): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2700): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.435485745 +0000 UTC m=+3998.227254409 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2700): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2c00): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2c00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2c00): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2c00): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2c00): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2c00): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd82a0 item 83 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2c00): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2c00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.436112015 +0000 UTC m=+3998.227880669 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd2c00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3140): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3140): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3140): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3140): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3140): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.436112015 +0000 UTC m=+3998.227880669 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3140): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd8460 item 83 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd37c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd37c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd37c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd37c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd37c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.43749908 +0000 UTC m=+3998.229267744 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd37c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3cc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3cc0): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3cc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd87e0 item 84 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3cc0): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3cc0): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3cc0): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3cc0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3cc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.43798689 +0000 UTC m=+3998.229755554 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bd3cc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf42c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf42c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf42c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf42c0): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf42c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.43798689 +0000 UTC m=+3998.229755554 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf42c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd89a0 item 84 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4940): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4940): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4940): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4940): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4940): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.439524398 +0000 UTC m=+3998.231293062 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4940): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4e40): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4e40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4e40): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4e40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4e40): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4e40): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd8d20 item 85 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4e40): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4e40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.440063183 +0000 UTC m=+3998.231831848 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf4e40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5380): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5380): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5380): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5380): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5380): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.440063183 +0000 UTC m=+3998.231831848 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5380): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd8ee0 item 85 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5a00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5a00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5a00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5a00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5a00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.441363065 +0000 UTC m=+3998.233131719 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5a00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5f00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5f00): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5f00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd9260 item 86 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5f00): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5f00): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5f00): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5f00): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5f00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.441953057 +0000 UTC m=+3998.233721711 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000bf5f00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1e500): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1e500): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1e500): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1e500): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1e500): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.441953057 +0000 UTC m=+3998.233721711 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1e500): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd9420 item 86 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1eb80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1eb80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1eb80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1eb80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1eb80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.443244121 +0000 UTC m=+3998.235012785 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1eb80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f080): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f080): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f080): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f080): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f080): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f080): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd97a0 item 87 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f080): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f080): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.443809005 +0000 UTC m=+3998.235577669 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f080): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f5c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f5c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f5c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f5c0): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f5c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.443809005 +0000 UTC m=+3998.235577669 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1f5c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd9960 item 87 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1fc40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1fc40): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1fc40): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1fc40): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1fc40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.44519041 +0000 UTC m=+3998.236959074 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c1fc40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c1c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c1c0): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c1c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd9ce0 item 88 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c1c0): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c1c0): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c1c0): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c1c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c1c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.445867455 +0000 UTC m=+3998.237636119 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c1c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c740): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c740): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c740): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c740): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c740): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.445867455 +0000 UTC m=+3998.237636119 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4c740): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000bd9ea0 item 88 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4cd80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4cd80): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4cd80): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4cd80): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4cd80): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4cd80): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4cd80): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4cd80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.447186572 +0000 UTC m=+3998.238955236 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4cd80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d2c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d2c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d2c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c762a0 item 89 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d2c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d2c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.447702274 +0000 UTC m=+3998.239470938 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d2c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d800): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d800): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d800): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d800): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d800): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d800): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c76460 item 89 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d800): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d800): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.448287498 +0000 UTC m=+3998.240056202 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4d800): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4dd80): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4dd80): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4dd80): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4dd80): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4dd80): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.448287498 +0000 UTC m=+3998.240056202 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000c4dd80): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c76620 item 89 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e440): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e440): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e440): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e440): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e440): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e440): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e440): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e440): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.449558133 +0000 UTC m=+3998.241326797 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e440): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e980): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e980): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e980): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c769a0 item 90 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e980): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e980): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.450044942 +0000 UTC m=+3998.241813606 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0e980): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0eec0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0eec0): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0eec0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c76b60 item 90 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0eec0): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0eec0): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0eec0): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0eec0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0eec0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.450611048 +0000 UTC m=+3998.242379712 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0eec0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0f480): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0f480): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0f480): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0f480): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0f480): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.450611048 +0000 UTC m=+3998.242379712 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0f480): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c76d20 item 90 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0fac0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0fac0): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0fac0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0fac0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0fac0): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0fac0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0fac0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0fac0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.451916269 +0000 UTC m=+3998.243684933 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d0fac0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32080): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32080): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32080): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c770a0 item 91 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32080): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32080): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.452501453 +0000 UTC m=+3998.244270117 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32080): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d325c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d325c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d325c0): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d325c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d325c0): >_readAt: n=2, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d325c0): _writeAt: size=3, off=7 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c77260 item 91 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d325c0): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d325c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.453128965 +0000 UTC m=+3998.244897630 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d325c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32b40): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32b40): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32b40): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32b40): >_readAt: n=8, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32b40): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.453128965 +0000 UTC m=+3998.244897630 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d32b40): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c77420 item 91 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33180): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33180): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33180): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33180): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33180): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33180): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33180): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33180): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.454469182 +0000 UTC m=+3998.246237846 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33180): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d336c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d336c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d336c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c777a0 item 92 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d336c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d336c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.454952702 +0000 UTC m=+3998.246721367 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d336c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33c00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33c00): open at offset 5 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33c00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c77960 item 92 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33c00): _readAt: size=2, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33c00): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33c00): _writeAt: size=3, off=5 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33c00): >_writeAt: n=3, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33c00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.455590856 +0000 UTC m=+3998.247359520 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d33c00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52240): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52240): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52240): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52240): >_readAt: n=3, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52240): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.455590856 +0000 UTC m=+3998.247359520 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52240): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c77b20 item 92 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52880): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52880): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52880): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52880): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52880): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52880): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52880): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52880): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.456980857 +0000 UTC m=+3998.248749521 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52880): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52dc0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52dc0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52dc0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000c77ea0 item 93 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52dc0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52dc0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.45749719 +0000 UTC m=+3998.249265854 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52dc0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d534c0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d534c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d534c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d534c0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d534c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.45749719 +0000 UTC m=+3998.249265854 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d534c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000d6a0e0 item 93 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53b00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53b00): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53b00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53b00): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53b00): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53b00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53b00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53b00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.460070652 +0000 UTC m=+3998.251839316 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53b00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d523c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d523c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d523c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003be070 item 94 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d523c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d523c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.460675652 +0000 UTC m=+3998.252444306 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d523c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52ac0): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52ac0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52ac0): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52ac0): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52ac0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.460675652 +0000 UTC m=+3998.252444306 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d52ac0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003be310 item 94 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53100): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53100): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53100): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53100): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53100): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53100): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53100): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53100): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.462396195 +0000 UTC m=+3998.254164859 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53100): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53680): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53680): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53680): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bea80 item 95 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53680): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53680): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.462917908 +0000 UTC m=+3998.254686572 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000d53680): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988340): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988340): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988340): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988340): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988340): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.462917908 +0000 UTC m=+3998.254686572 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988340): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bf180 item 95 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009889c0): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009889c0): open at offset 0 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009889c0): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009889c0): _readAt: size=2, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009889c0): >_readAt: n=0, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009889c0): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009889c0): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009889c0): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.464484412 +0000 UTC m=+3998.256253076 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc0009889c0): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988f00): _writeAt: size=5, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988f00): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988f00): >openPending: err= 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bf5e0 item 96 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988f00): >_writeAt: n=5, err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988f00): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.464939901 +0000 UTC m=+3998.256708565 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000988f00): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/02/03 03:29:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:29:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/02/03 03:29:30 DEBUG : open-test-file: newRWFileHandle: 2026/02/03 03:29:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/02/03 03:29:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989600): _readAt: size=512, off=0 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989600): openPending: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989600): >openPending: err= 2026/02/03 03:29:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989600): >_readAt: n=5, err=EOF 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989600): close: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-02-03 03:29:30.464939901 +0000 UTC m=+3998.256708565 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:30 DEBUG : open-test-file(0xc000989600): >close: err= 2026/02/03 03:29:30 DEBUG : open-test-file: Remove: 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003bf880 item 96 2026/02/03 03:29:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/02/03 03:29:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/02/03 03:29:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/02/03 03:29:30 DEBUG : open-test-file: >Remove: err= 2026/02/03 03:29:30 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:29:30 DEBUG : Looking for writers 2026/02/03 03:29:30 DEBUG : >WaitForWriters: 2026/02/03 03:29:30 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (42.16s) --- PASS: TestRWFileHandleOpenTests/writes (40.62s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (1.56s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (1.55s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.57s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:29:31 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:29:31 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:29:31 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:31 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:29:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:29:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:29:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:29:31 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:29:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:29:31 DEBUG : file1: newRWFileHandle: 2026/02/03 03:29:31 DEBUG : file1(0xc00035aac0): openPending: 2026/02/03 03:29:31 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:29:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:29:31 DEBUG : file1(0xc00035aac0): >openPending: err= 2026/02/03 03:29:31 DEBUG : file1: >newRWFileHandle: err= 2026/02/03 03:29:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:29:31 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/03 03:29:31 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/02/03 03:29:31 DEBUG : file1(0xc00035aac0): _writeAt: size=2, off=0 2026/02/03 03:29:31 DEBUG : file1(0xc00035aac0): >_writeAt: n=2, err= 2026/02/03 03:29:31 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/02/03 03:29:31 DEBUG : file1(0xc00035aac0): RWFileHandle.Flush 2026/02/03 03:29:31 DEBUG : file1(0xc00035aac0): RWFileHandle.Release 2026/02/03 03:29:31 DEBUG : file1(0xc00035aac0): close: 2026/02/03 03:29:31 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/02/03 03:29:31 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/03 03:29:31 DEBUG : file1(0xc00035aac0): >close: err= 2026/02/03 03:29:31 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:29:31 DEBUG : Looking for writers 2026/02/03 03:29:31 DEBUG : file1: reading active writers 2026/02/03 03:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:29:31 DEBUG : Looking for writers 2026/02/03 03:29:31 DEBUG : file1: reading active writers 2026/02/03 03:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:29:31 DEBUG : Looking for writers 2026/02/03 03:29:31 DEBUG : file1: reading active writers 2026/02/03 03:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:29:31 DEBUG : Looking for writers 2026/02/03 03:29:31 DEBUG : file1: reading active writers 2026/02/03 03:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:29:31 DEBUG : file1: vfs cache: starting upload 2026/02/03 03:29:31 DEBUG : Looking for writers 2026/02/03 03:29:31 DEBUG : file1: reading active writers 2026/02/03 03:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:29:31 DEBUG : Looking for writers 2026/02/03 03:29:31 DEBUG : file1: reading active writers 2026/02/03 03:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:29:32 DEBUG : Looking for writers 2026/02/03 03:29:32 DEBUG : file1: reading active writers 2026/02/03 03:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:29:32 DEBUG : forgetting directory cache 2026/02/03 03:29:32 DEBUG : dir: forgetting directory cache 2026/02/03 03:29:32 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:29:32 DEBUG : Looking for writers 2026/02/03 03:29:32 DEBUG : file1: reading active writers 2026/02/03 03:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:29:33 DEBUG : Looking for writers 2026/02/03 03:29:33 DEBUG : file1: reading active writers 2026/02/03 03:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:29:34 DEBUG : Looking for writers 2026/02/03 03:29:34 DEBUG : file1: reading active writers 2026/02/03 03:29:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:29:35 DEBUG : file1: size = 2 OK 2026/02/03 03:29:35 INFO : file1: Copied (new) 2026/02/03 03:29:35 DEBUG : file1: vfs cache: fingerprint now "2" 2026/02/03 03:29:35 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/03 03:29:35 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/02/03 03:29:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:29:35 INFO : file1: vfs cache: upload succeeded try #1 2026/02/03 03:29:35 DEBUG : Looking for writers 2026/02/03 03:29:35 DEBUG : file1: reading active writers 2026/02/03 03:29:35 DEBUG : >WaitForWriters: 2026/02/03 03:29:36 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:29:36 DEBUG : Looking for writers 2026/02/03 03:29:36 DEBUG : file1: reading active writers 2026/02/03 03:29:36 DEBUG : >WaitForWriters: 2026/02/03 03:29:36 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/02/03 03:30:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/02/03 03:30:00 DEBUG : pacer: low level retry 1/10 (error Error "500 Internal Server Error (500): \r\n500 Internal Server Error\r\n\r\n

500 Internal Server Error

\r\n
nginx
\r\n\r\n\r\n") 2026/02/03 03:30:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 03:30:05 DEBUG : pacer: Reducing sleep to 10ms fstest.go:292: Sleeping for 7s just to make sure --- PASS: TestRWFileModTimeWithOpenWriters (41.19s) === RUN TestRWCacheRename run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:30:12 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:30:12 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:30:12 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:12 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:30:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:30:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:12 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:30:12 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:30:14 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:30:14 DEBUG : rename_me: newRWFileHandle: 2026/02/03 03:30:14 DEBUG : rename_me(0xc0007f4840): openPending: 2026/02/03 03:30:14 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/03 03:30:14 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/02/03 03:30:14 DEBUG : rename_me(0xc0007f4840): >openPending: err= 2026/02/03 03:30:14 DEBUG : rename_me: >newRWFileHandle: err= 2026/02/03 03:30:14 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/02/03 03:30:14 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/02/03 03:30:14 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/02/03 03:30:14 DEBUG : rename_me(0xc0007f4840): _writeAt: size=5, off=0 2026/02/03 03:30:14 DEBUG : rename_me(0xc0007f4840): >_writeAt: n=5, err= 2026/02/03 03:30:14 DEBUG : rename_me(0xc0007f4840): close: 2026/02/03 03:30:14 DEBUG : rename_me: vfs cache: setting modification time to 2026-02-03 03:30:14.656585957 +0000 UTC m=+4042.448354621 2026/02/03 03:30:14 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/02/03 03:30:14 DEBUG : rename_me(0xc0007f4840): >close: err= 2026/02/03 03:30:14 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/02/03 03:30:14 DEBUG : i_was_renamed: Updating file with 0xc000a57800 2026/02/03 03:30:14 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/02/03 03:30:14 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/02/03 03:30:14 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:30:14 DEBUG : Looking for writers 2026/02/03 03:30:14 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/03 03:30:14 DEBUG : Looking for writers 2026/02/03 03:30:14 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/03 03:30:14 DEBUG : Looking for writers 2026/02/03 03:30:14 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/03 03:30:14 DEBUG : Looking for writers 2026/02/03 03:30:14 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/03 03:30:14 DEBUG : i_was_renamed: vfs cache: starting upload 2026/02/03 03:30:14 DEBUG : Looking for writers 2026/02/03 03:30:14 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/03 03:30:14 DEBUG : Looking for writers 2026/02/03 03:30:14 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/03 03:30:15 DEBUG : Looking for writers 2026/02/03 03:30:15 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/03 03:30:15 DEBUG : Looking for writers 2026/02/03 03:30:15 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:30:16 DEBUG : Looking for writers 2026/02/03 03:30:16 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:30:17 DEBUG : Looking for writers 2026/02/03 03:30:17 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:30:18 DEBUG : Looking for writers 2026/02/03 03:30:18 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:30:19 DEBUG : Looking for writers 2026/02/03 03:30:19 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/03 03:30:20 DEBUG : i_was_renamed: size = 5 OK 2026/02/03 03:30:20 INFO : i_was_renamed: Copied (new) 2026/02/03 03:30:20 DEBUG : i_was_renamed: vfs cache: fingerprint now "5" 2026/02/03 03:30:20 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/02/03 03:30:20 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/02/03 03:30:20 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/02/03 03:30:20 DEBUG : Looking for writers 2026/02/03 03:30:20 DEBUG : i_was_renamed: reading active writers 2026/02/03 03:30:20 DEBUG : >WaitForWriters: 2026/02/03 03:30:20 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure --- PASS: TestRWCacheRename (35.64s) === RUN TestRWCacheUpdate run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:30:48 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:30:48 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/03 03:30:48 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:48 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:30:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" 2026/02/03 03:30:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/03 03:30:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-yirosuf3fiba" read_write_test.go:729: skip as modtime not supported 2026/02/03 03:30:48 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:30:48 DEBUG : Looking for writers 2026/02/03 03:30:48 DEBUG : >WaitForWriters: 2026/02/03 03:30:48 INFO : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/03 03:30:48 DEBUG : drime root 'rclone-test-yirosuf3fiba': vfs cache: cleaner exiting 2026/02/03 03:30:48 DEBUG : forgetting directory cache --- SKIP: TestRWCacheUpdate (1.56s) === RUN TestCaseSensitivity run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 03:31:38 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:31:38 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:31:38 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:38 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/02/03 03:31:38 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/02/03 03:31:38 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/02/03 03:31:38 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:39 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/02/03 03:31:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/02/03 03:31:39 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/02/03 03:31:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:39 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/02/03 03:31:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/02/03 03:31:39 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/02/03 03:31:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:40 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:40 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/02/03 03:31:40 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/02/03 03:31:40 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/02/03 03:31:40 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:40 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:40 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:40 DEBUG : FilEb: Open: flags=O_RDONLY 2026/02/03 03:31:40 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/02/03 03:31:40 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/02/03 03:31:40 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:41 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:41 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/02/03 03:31:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/02/03 03:31:41 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/02/03 03:31:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:41 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/02/03 03:31:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/02/03 03:31:41 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/02/03 03:31:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:42 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:42 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:42 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/02/03 03:31:42 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/02/03 03:31:42 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/02/03 03:31:42 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:42 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:42 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:42 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/02/03 03:31:42 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/02/03 03:31:42 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/02/03 03:31:42 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:43 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:43 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:43 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/02/03 03:31:43 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/02/03 03:31:43 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/02/03 03:31:43 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:43 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:43 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:43 DEBUG : FilEb: Open: flags=O_RDONLY 2026/02/03 03:31:43 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/02/03 03:31:43 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/02/03 03:31:43 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:44 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:44 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/02/03 03:31:44 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/02/03 03:31:44 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/02/03 03:31:44 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/02/03 03:31:44 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/02/03 03:31:44 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/02/03 03:31:44 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/02/03 03:31:44 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:44 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:44 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/02/03 03:31:44 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/02/03 03:31:44 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/02/03 03:31:44 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/02/03 03:31:44 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/02/03 03:31:44 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/02/03 03:31:44 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:44 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:44 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 DEBUG : FilEb: Open: flags=O_RDONLY 2026/02/03 03:31:44 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/02/03 03:31:44 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/02/03 03:31:44 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:31:44 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:31:44 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/02/03 03:31:44 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:31:44 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/02/03 03:31:44 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:31:44 DEBUG : Looking for writers 2026/02/03 03:31:44 DEBUG : FiLeB: reading active writers 2026/02/03 03:31:44 DEBUG : FilEb: reading active writers 2026/02/03 03:31:44 DEBUG : FiLeA: reading active writers 2026/02/03 03:31:44 DEBUG : >WaitForWriters: 2026/02/03 03:31:44 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:31:44 DEBUG : Looking for writers 2026/02/03 03:31:44 DEBUG : FiLeB: reading active writers 2026/02/03 03:31:44 DEBUG : FilEb: reading active writers 2026/02/03 03:31:44 DEBUG : FiLeA: reading active writers 2026/02/03 03:31:44 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure --- PASS: TestCaseSensitivity (67.95s) === RUN TestUnicodeNormalization run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:179 Error: Should be true Test: TestUnicodeNormalization Messages: listing wrong, want normal name with no special characters.txt (5), 測試_Русский___ě_áñ (5) got normal name with no special characters.txt (5) fstest.go:203: Not found "測試_Русский___ě_áñ" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:179 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestUnicodeNormalization Messages: 1 objects not found 2026/02/03 03:32:12 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:32:12 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:32:13 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/02/03 03:32:13 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/02/03 03:32:13 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/02/03 03:32:13 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:32:13 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:32:13 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:32:13 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/02/03 03:32:13 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/02/03 03:32:13 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/02/03 03:32:13 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:32:14 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:32:14 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:32:14 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/02/03 03:32:14 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/02/03 03:32:14 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/02/03 03:32:14 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:32:14 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/02/03 03:32:14 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:32:14 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/02/03 03:32:14 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:32:14 DEBUG : Looking for writers 2026/02/03 03:32:14 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/02/03 03:32:14 DEBUG : normal name with no special characters.txt: reading active writers 2026/02/03 03:32:14 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestUnicodeNormalization Messages: listing wrong, want got normal name with no special characters.txt (5), 測試_Русский___ě_áñ (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestUnicodeNormalization Messages: Unexpected file "normal name with no special characters.txt" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestUnicodeNormalization Messages: Unexpected file "測試_Русский___ě_áñ" --- FAIL: TestUnicodeNormalization (26.11s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:32:23 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:32:23 DEBUG : drime root 'rclone-test-yirosuf3fiba': Reusing VFS from active cache 2026/02/03 03:32:23 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:32:23 DEBUG : Looking for writers 2026/02/03 03:32:23 DEBUG : >WaitForWriters: 2026/02/03 03:32:23 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:32:23 DEBUG : Looking for writers 2026/02/03 03:32:23 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.80s) === RUN TestVFSNewWithOpts run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:32:24 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:32:24 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:32:24 DEBUG : Looking for writers 2026/02/03 03:32:24 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.47s) === RUN TestVFSRoot run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:32:24 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:32:24 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:32:24 DEBUG : Looking for writers 2026/02/03 03:32:24 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.42s) === RUN TestVFSStat run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:32:25 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure 2026/02/03 03:32:43 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:32:43 DEBUG : dir: Looking for writers 2026/02/03 03:32:43 DEBUG : file2: reading active writers 2026/02/03 03:32:43 DEBUG : Looking for writers 2026/02/03 03:32:43 DEBUG : dir: reading active writers 2026/02/03 03:32:43 DEBUG : file1: reading active writers 2026/02/03 03:32:43 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty --- PASS: TestVFSStat (21.26s) === RUN TestVFSStatParent run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:32:46 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:225 Error: Should be true Test: TestVFSStatParent Messages: listing wrong, want dir/file2 (14), file1 (14) got fstest.go:203: Not found "file1" fstest.go:203: Not found "dir/file2" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:225 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 2 Test: TestVFSStatParent Messages: 2 objects not found 2026/02/03 03:32:59 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:32:59 DEBUG : dir: Looking for writers 2026/02/03 03:32:59 DEBUG : Looking for writers 2026/02/03 03:32:59 DEBUG : dir: reading active writers 2026/02/03 03:32:59 DEBUG : file1: reading active writers 2026/02/03 03:32:59 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSStatParent Messages: listing wrong, want got dir/file2 (14), file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSStatParent Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSStatParent Messages: Unexpected file "dir/file2" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSStatParent Messages: directories --- FAIL: TestVFSStatParent (87.27s) === RUN TestVFSOpenFile run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:34:13 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:257 Error: Should be true Test: TestVFSOpenFile Messages: listing wrong, want dir/file2 (14), file1 (14) got fstest.go:203: Not found "dir/file2" fstest.go:203: Not found "file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:257 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 2 Test: TestVFSOpenFile Messages: 2 objects not found 2026/02/03 03:34:24 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:34:24 DEBUG : file1: Open: flags=O_RDONLY 2026/02/03 03:34:24 DEBUG : file1: >Open: fd=file1 (r), err= 2026/02/03 03:34:24 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/02/03 03:34:24 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:34:24 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/02/03 03:34:24 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/03 03:34:24 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/02/03 03:34:24 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:34:24 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:34:24 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/02/03 03:34:24 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/02/03 03:34:24 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/02/03 03:34:24 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/02/03 03:34:24 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (0 bytes), uploading instead of streaming 2026/02/03 03:34:25 DEBUG : dir/new_file.txt: size = 0 OK 2026/02/03 03:34:25 DEBUG : dir/new_file.txt: Size of src and dst objects identical 2026/02/03 03:34:25 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/02/03 03:34:25 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:34:25 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/02/03 03:34:25 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:34:25 DEBUG : dir: Looking for writers 2026/02/03 03:34:25 DEBUG : new_file.txt: reading active writers 2026/02/03 03:34:25 DEBUG : Looking for writers 2026/02/03 03:34:25 DEBUG : dir: reading active writers 2026/02/03 03:34:25 DEBUG : file1: reading active writers 2026/02/03 03:34:25 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSOpenFile Messages: listing wrong, want got dir/file2 (14), dir/new_file.txt (0), file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "dir/file2" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "dir/new_file.txt" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSOpenFile Messages: directories --- FAIL: TestVFSOpenFile (24.61s) === RUN TestVFSRename run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:34:38 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:295 Error: Should be true Test: TestVFSRename Messages: listing wrong, want dir/file2 (14) got fstest.go:203: Not found "dir/file2" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:295 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestVFSRename Messages: 1 objects not found 2026/02/03 03:34:50 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/02/03 03:34:50 DEBUG : dir/file1: Updating file with dir/file1 0xc0008d20c0 2026/02/03 03:34:50 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/02/03 03:34:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:300 Error: Should be true Test: TestVFSRename Messages: listing wrong, want dir/file1 (14) got dir/file2 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:300 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestVFSRename Messages: Unexpected file "dir/file2" fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:300 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestVFSRename Messages: 1 objects not found 2026/02/03 03:35:00 INFO : dir/file1: Moved (server-side) to: file0 2026/02/03 03:35:00 DEBUG : file0: Updating file with file0 0xc0008d20c0 2026/02/03 03:35:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/03 03:35:00 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/02/03 03:35:00 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:35:00 DEBUG : dir: Looking for writers 2026/02/03 03:35:00 DEBUG : Looking for writers 2026/02/03 03:35:00 DEBUG : dir: reading active writers 2026/02/03 03:35:00 DEBUG : file0: reading active writers 2026/02/03 03:35:00 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSRename Messages: listing wrong, want got file0 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSRename Messages: Unexpected file "file0" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSRename Messages: directories --- FAIL: TestVFSRename (33.21s) === RUN TestVFSStatfs run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:35:11 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:35:11 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:35:11 DEBUG : Looking for writers 2026/02/03 03:35:11 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.66s) === RUN TestVFSMkdir run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:35:12 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:35:12 DEBUG : Added virtual directory entry vAddDir: "/" 2026/02/03 03:35:13 DEBUG : Added virtual directory entry vAddDir: "a" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:382 Error: Not equal: expected: []string{"a"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=1) { - (string) (len=1) "a" +([]string) { } Test: TestVFSMkdir Messages: directories 2026/02/03 03:35:23 DEBUG : Added virtual directory entry vAddDir: "b" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:394 Error: Not equal: expected: []string{"a", "b"} actual : []string{"a"} Diff: --- Expected +++ Actual @@ -1,4 +1,3 @@ -([]string) (len=2) { - (string) (len=1) "a", - (string) (len=1) "b" +([]string) (len=1) { + (string) (len=1) "a" } Test: TestVFSMkdir Messages: directories 2026/02/03 03:35:33 DEBUG : Added virtual directory entry vAddDir: "c" 2026/02/03 03:35:35 DEBUG : Added virtual directory entry vAddDir: "d" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:406 Error: Not equal: expected: []string{"a", "b", "c", "d"} actual : []string{"a", "b", "c"} Diff: --- Expected +++ Actual @@ -1,6 +1,5 @@ -([]string) (len=4) { +([]string) (len=3) { (string) (len=1) "a", (string) (len=1) "b", - (string) (len=1) "c", - (string) (len=1) "d" + (string) (len=1) "c" } Test: TestVFSMkdir Messages: directories 2026/02/03 03:35:44 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:35:44 DEBUG : a: Looking for writers 2026/02/03 03:35:44 DEBUG : b: Looking for writers 2026/02/03 03:35:44 DEBUG : c: Looking for writers 2026/02/03 03:35:44 DEBUG : d: Looking for writers 2026/02/03 03:35:44 DEBUG : Looking for writers 2026/02/03 03:35:44 DEBUG : Looking for writers 2026/02/03 03:35:44 DEBUG : c: reading active writers 2026/02/03 03:35:44 DEBUG : d: reading active writers 2026/02/03 03:35:44 DEBUG : /: reading active writers 2026/02/03 03:35:44 DEBUG : a: reading active writers 2026/02/03 03:35:44 DEBUG : b: reading active writers 2026/02/03 03:35:44 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "b", "c", "d"} Diff: --- Expected +++ Actual @@ -1,2 +1,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=1) "a", + (string) (len=1) "b", + (string) (len=1) "c", + (string) (len=1) "d" } Test: TestVFSMkdir Messages: directories --- FAIL: TestVFSMkdir (43.35s) === RUN TestVFSMkdirAll run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:35:55 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:35:57 DEBUG : Added virtual directory entry vAddDir: "a" 2026/02/03 03:35:58 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/02/03 03:35:58 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/02/03 03:35:59 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Not equal: expected: []string{"a", "a/b", "a/b/c", "a/b/c/d"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,6 +1,2 @@ -([]string) (len=4) { - (string) (len=1) "a", - (string) (len=3) "a/b", - (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" +([]string) { } Test: TestVFSMkdirAll Messages: directories 2026/02/03 03:36:10 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:36:10 DEBUG : a/b/c/d: Looking for writers 2026/02/03 03:36:10 DEBUG : a/b/c: Looking for writers 2026/02/03 03:36:10 DEBUG : d: reading active writers 2026/02/03 03:36:10 DEBUG : a/b: Looking for writers 2026/02/03 03:36:10 DEBUG : c: reading active writers 2026/02/03 03:36:10 DEBUG : a: Looking for writers 2026/02/03 03:36:10 DEBUG : b: reading active writers 2026/02/03 03:36:10 DEBUG : Looking for writers 2026/02/03 03:36:10 DEBUG : a: reading active writers 2026/02/03 03:36:10 DEBUG : >WaitForWriters: run.go:130: removing dir "a/b/c" failed - try 1/3: directory not empty run.go:130: removing dir "a/b/c" failed - try 2/3: directory not empty run.go:130: removing dir "a/b/c" failed - try 3/3: directory not empty run.go:133: removing dir "a/b/c" failed: directory not empty run.go:130: removing dir "a/b" failed - try 1/3: directory not empty run.go:130: removing dir "a/b" failed - try 2/3: directory not empty run.go:130: removing dir "a/b" failed - try 3/3: directory not empty run.go:133: removing dir "a/b" failed: directory not empty run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "a/b", "a/b/c"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=1) "a", + (string) (len=3) "a/b", + (string) (len=5) "a/b/c" } Test: TestVFSMkdirAll Messages: directories --- FAIL: TestVFSMkdirAll (38.17s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:36:33 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:36:33 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:36:33 DEBUG : Looking for writers 2026/02/03 03:36:33 DEBUG : >WaitForWriters: run.go:130: removing dir "a/b" failed - try 1/3: directory not empty run.go:130: removing dir "a/b" failed - try 2/3: directory not empty run.go:130: removing dir "a/b" failed - try 3/3: directory not empty run.go:133: removing dir "a/b" failed: directory not empty run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "a/b"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=1) "a", + (string) (len=3) "a/b" } Test: TestVFSIsMetadataFile Messages: directories --- FAIL: TestVFSIsMetadataFile (20.13s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:36:54 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:36:54 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:36:55 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:36:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:36:55 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:36:55 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:36:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:36:55 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/02/03 03:36:55 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/02/03 03:36:55 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/02/03 03:36:55 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (5 bytes), uploading instead of streaming 2026/02/03 03:36:57 DEBUG : file1: size = 5 OK 2026/02/03 03:36:57 DEBUG : file1: Size of src and dst objects identical 2026/02/03 03:36:57 DEBUG : Added virtual directory entry vAddFile: "file1" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:153 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"a,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=8) "a,0,true", (string) (len=13) "file1,5,false" Test: TestWriteFileHandleMethods fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:157 Error: Not equal: expected: []string{} actual : []string{"a", "a/b"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=1) "a", + (string) (len=3) "a/b" } Test: TestWriteFileHandleMethods Messages: directories 2026/02/03 03:37:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:37:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:37:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:37:08 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:37:08 DEBUG : file1: >OpenFile: fd=file1 (w), err= dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:164 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"a,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=8) "a,0,true", (string) (len=13) "file1,5,false" Test: TestWriteFileHandleMethods 2026/02/03 03:37:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:37:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:37:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:37:08 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:37:08 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:37:08 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:173 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"a,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=8) "a,0,true", (string) (len=13) "file1,5,false" Test: TestWriteFileHandleMethods 2026/02/03 03:37:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/02/03 03:37:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/02/03 03:37:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:37:08 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:37:08 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:37:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:37:08 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (0 bytes), uploading instead of streaming 2026/02/03 03:37:11 DEBUG : file1: Removing old object on successful upload 2026/02/03 03:37:12 DEBUG : file1: size = 0 OK 2026/02/03 03:37:12 DEBUG : file1: Size of src and dst objects identical 2026/02/03 03:37:12 DEBUG : Added virtual directory entry vAddFile: "file1" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:182 Error: Not equal: expected: []string{"file1,0,false"} actual : []string{"a,0,true", "file1,0,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=8) "a,0,true", (string) (len=13) "file1,0,false" Test: TestWriteFileHandleMethods 2026/02/03 03:37:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/02/03 03:37:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/02/03 03:37:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:37:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:37:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:37:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:37:12 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (7 bytes), uploading instead of streaming 2026/02/03 03:37:14 DEBUG : file1: Removing old object on successful upload 2026/02/03 03:37:14 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:37:14 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 03:37:14 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/03 03:37:14 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/03 03:37:15 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/03 03:37:15 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/03 03:37:15 DEBUG : forgetting directory cache 2026/02/03 03:37:15 DEBUG : dir: forgetting directory cache 2026/02/03 03:37:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 03:37:15 DEBUG : dir: forgetting directory cache 2026/02/03 03:37:15 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/03 03:37:15 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/03 03:37:15 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/03 03:37:15 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/03 03:37:15 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/03 03:37:16 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/03 03:37:16 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/03 03:37:16 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/03 03:37:16 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/03 03:37:17 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/03 03:37:17 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/03 03:37:18 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/03 03:37:18 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/03 03:37:20 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/03 03:37:20 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/02/03 03:37:20 DEBUG : file1: Received error: failed to delete existing object: failed to delete item: Error "Server Error" - low level retry 1/10 2026/02/03 03:37:26 DEBUG : pacer: Reducing sleep to 5.12s 2026/02/03 03:37:34 DEBUG : forgetting directory cache 2026/02/03 03:37:34 DEBUG : dir: forgetting directory cache 2026/02/03 03:37:34 DEBUG : dir: forgetting directory cache 2026/02/03 03:37:34 DEBUG : Removed virtual directory entry vAddFile: "file1" 2026/02/03 03:37:39 DEBUG : pacer: Reducing sleep to 2.56s 2026/02/03 03:37:39 DEBUG : file1: Removing old object on successful upload 2026/02/03 03:37:41 DEBUG : pacer: Reducing sleep to 1.28s 2026/02/03 03:37:41 DEBUG : file1: size = 7 OK 2026/02/03 03:37:41 DEBUG : file1: Size of src and dst objects identical 2026/02/03 03:37:41 DEBUG : Added virtual directory entry vAddFile: "file1" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:191 Error: Not equal: expected: []string{"file1,7,false"} actual : []string{"a,0,true", "file1,7,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=8) "a,0,true", (string) (len=13) "file1,7,false" Test: TestWriteFileHandleMethods 2026/02/03 03:37:41 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:37:41 DEBUG : a: Looking for writers 2026/02/03 03:37:41 DEBUG : Looking for writers 2026/02/03 03:37:41 DEBUG : a: reading active writers 2026/02/03 03:37:41 DEBUG : file1: reading active writers 2026/02/03 03:37:41 DEBUG : >WaitForWriters: 2026/02/03 03:37:44 DEBUG : pacer: Reducing sleep to 640ms 2026/02/03 03:37:45 DEBUG : pacer: Reducing sleep to 320ms 2026/02/03 03:37:45 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:37:45 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/03 03:37:46 DEBUG : pacer: Reducing sleep to 320ms 2026/02/03 03:37:46 DEBUG : pacer: Reducing sleep to 160ms 2026/02/03 03:37:47 DEBUG : pacer: Reducing sleep to 80ms 2026/02/03 03:37:47 DEBUG : pacer: Reducing sleep to 40ms 2026/02/03 03:37:47 DEBUG : pacer: Reducing sleep to 20ms 2026/02/03 03:37:48 DEBUG : pacer: Reducing sleep to 10ms run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=1) "a" } Test: TestWriteFileHandleMethods Messages: directories --- FAIL: TestWriteFileHandleMethods (68.09s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:38:02 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:38:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:38:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:38:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:02 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:38:02 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:38:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:02 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/02/03 03:38:03 DEBUG : file1: aborting in-sequence write wait, off=100 2026/02/03 03:38:03 DEBUG : file1: failed to wait for in-sequence write to 100 2026/02/03 03:38:03 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/02/03 03:38:03 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (11 bytes), uploading instead of streaming 2026/02/03 03:38:08 DEBUG : file1: size = 11 OK 2026/02/03 03:38:08 DEBUG : file1: Size of src and dst objects identical 2026/02/03 03:38:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:08 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:231 Error: Not equal: expected: []string{"file1,11,false"} actual : []string{"a,0,true", "file1,11,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=8) "a,0,true", (string) (len=14) "file1,11,false" Test: TestWriteFileHandleWriteAt fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:235 Error: Not equal: expected: []string{} actual : []string{"a"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=1) "a" } Test: TestWriteFileHandleWriteAt Messages: directories 2026/02/03 03:38:18 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:38:18 DEBUG : a: Looking for writers 2026/02/03 03:38:18 DEBUG : Looking for writers 2026/02/03 03:38:18 DEBUG : a: reading active writers 2026/02/03 03:38:18 DEBUG : file1: reading active writers 2026/02/03 03:38:18 DEBUG : >WaitForWriters: --- FAIL: TestWriteFileHandleWriteAt (17.39s) === RUN TestWriteFileHandleFlush run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:38:19 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:38:19 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:38:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:38:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:38:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:38:20 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/02/03 03:38:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:20 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (5 bytes), uploading instead of streaming 2026/02/03 03:38:22 DEBUG : file1: size = 5 OK 2026/02/03 03:38:22 DEBUG : file1: Size of src and dst objects identical 2026/02/03 03:38:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:22 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/02/03 03:38:22 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:38:22 DEBUG : Looking for writers 2026/02/03 03:38:22 DEBUG : file1: reading active writers 2026/02/03 03:38:22 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (3.06s) === RUN TestWriteFileHandleRelease run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:38:22 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:38:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:38:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:38:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:38:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:38:22 DEBUG : file1: WriteFileHandle.Release closing 2026/02/03 03:38:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:22 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (0 bytes), uploading instead of streaming 2026/02/03 03:38:24 DEBUG : file1: size = 0 OK 2026/02/03 03:38:24 DEBUG : file1: Size of src and dst objects identical 2026/02/03 03:38:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:24 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/02/03 03:38:24 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:38:24 DEBUG : Looking for writers 2026/02/03 03:38:24 DEBUG : file1: reading active writers 2026/02/03 03:38:24 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (2.46s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:38:25 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:38:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:38:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:38:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:25 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:38:25 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:38:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:25 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (2 bytes), uploading instead of streaming 2026/02/03 03:38:27 DEBUG : file1: size = 2 OK 2026/02/03 03:38:27 DEBUG : file1: Size of src and dst objects identical 2026/02/03 03:38:27 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/02/03 03:38:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:27 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:38:27 DEBUG : Looking for writers 2026/02/03 03:38:27 DEBUG : file1: reading active writers 2026/02/03 03:38:27 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (3.23s) === RUN TestFileReadAtZeroLength run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:38:28 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:38:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:38:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:38:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:28 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:38:28 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:38:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:28 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (0 bytes), uploading instead of streaming 2026/02/03 03:38:33 DEBUG : file1: size = 0 OK 2026/02/03 03:38:33 DEBUG : file1: Size of src and dst objects identical 2026/02/03 03:38:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:33 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:38:33 DEBUG : file1: Open: flags=O_RDONLY 2026/02/03 03:38:33 DEBUG : file1: >Open: fd=file1 (r), err= 2026/02/03 03:38:33 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/02/03 03:38:33 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:38:34 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/02/03 03:38:34 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:38:34 DEBUG : Looking for writers 2026/02/03 03:38:34 DEBUG : file1: reading active writers 2026/02/03 03:38:34 DEBUG : >WaitForWriters: 2026/02/03 03:38:35 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:38:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 03:38:35 DEBUG : pacer: Reducing sleep to 10ms 2026/02/03 03:38:35 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/03 03:38:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 03:38:36 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileReadAtZeroLength Messages: listing wrong, want got file1 (0), file1 (0), file1 (2), file1 (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileReadAtZeroLength Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileReadAtZeroLength Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileReadAtZeroLength Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileReadAtZeroLength Messages: Unexpected file "file1" --- FAIL: TestFileReadAtZeroLength (16.39s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:38:44 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:38:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/03 03:38:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/03 03:38:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/03 03:38:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/03 03:38:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:45 DEBUG : drime root 'rclone-test-yirosuf3fiba': File to upload is small (100 bytes), uploading instead of streaming 2026/02/03 03:38:48 DEBUG : file1: size = 100 OK 2026/02/03 03:38:48 DEBUG : file1: Size of src and dst objects identical 2026/02/03 03:38:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/03 03:38:48 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/03 03:38:48 DEBUG : file1: Open: flags=O_RDONLY 2026/02/03 03:38:48 DEBUG : file1: >Open: fd=file1 (r), err= 2026/02/03 03:38:48 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/02/03 03:38:48 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:38:48 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/02/03 03:38:48 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:38:48 DEBUG : Looking for writers 2026/02/03 03:38:48 DEBUG : file1: reading active writers 2026/02/03 03:38:48 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (4.59s) === RUN TestZipManyFiles run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:38:49 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:38:50 DEBUG : dir: forgetting directory cache 2026/02/03 03:38:50 DEBUG : forgetting directory cache 2026/02/03 03:38:50 DEBUG : dir: forgetting directory cache 2026/02/03 03:38:50 DEBUG : Removed virtual directory entry vDel: "open-test-file" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:65 Error: Should be true Test: TestZipManyFiles Messages: listing wrong, want flat/f000.txt (7), flat/f001.txt (14), flat/f002.txt (21), flat/f003.txt (28), flat/f004.txt (35) got file1 (100), flat/f000.txt (7), flat/f001.txt (14), flat/f002.txt (21), flat/f003.txt (28), flat/f004.txt (35) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:65 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestZipManyFiles Messages: Unexpected file "file1" 2026/02/03 03:39:20 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/02/03 03:39:20 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/02/03 03:39:20 DEBUG : flat/f000.txt: Set virtual modtime to 2026-02-03 03:38:50 +0000 UTC 2026/02/03 03:39:20 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:39:20 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:39:20 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/02/03 03:39:20 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/02/03 03:39:20 DEBUG : flat/f001.txt: Set virtual modtime to 2026-02-03 03:38:53 +0000 UTC 2026/02/03 03:39:20 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:39:20 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:39:20 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/02/03 03:39:20 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/02/03 03:39:20 DEBUG : flat/f002.txt: Set virtual modtime to 2026-02-03 03:38:57 +0000 UTC 2026/02/03 03:39:20 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:39:21 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:39:21 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/02/03 03:39:21 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/02/03 03:39:21 DEBUG : flat/f003.txt: Set virtual modtime to 2026-02-03 03:39:05 +0000 UTC 2026/02/03 03:39:21 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:39:21 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:39:21 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/02/03 03:39:21 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/02/03 03:39:21 DEBUG : flat/f004.txt: Set virtual modtime to 2026-02-03 03:39:08 +0000 UTC 2026/02/03 03:39:21 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:39:22 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:39:22 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:39:22 DEBUG : flat: Looking for writers 2026/02/03 03:39:22 DEBUG : f000.txt: reading active writers 2026/02/03 03:39:22 DEBUG : f001.txt: reading active writers 2026/02/03 03:39:22 DEBUG : f002.txt: reading active writers 2026/02/03 03:39:22 DEBUG : f003.txt: reading active writers 2026/02/03 03:39:22 DEBUG : f004.txt: reading active writers 2026/02/03 03:39:22 DEBUG : Looking for writers 2026/02/03 03:39:22 DEBUG : file1: reading active writers 2026/02/03 03:39:22 DEBUG : flat: reading active writers 2026/02/03 03:39:22 DEBUG : >WaitForWriters: run.go:130: removing dir "flat" failed - try 1/3: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 2026/02/03 03:39:30 DEBUG : forgetting directory cache 2026/02/03 03:39:30 DEBUG : Removed virtual directory entry vDel: "open-test-file" fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/03 03:39:31 DEBUG : forgetting directory cache 2026/02/03 03:39:31 DEBUG : Removed virtual directory entry vAddFile: "file1" fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestZipManyFiles Messages: listing wrong, want got file1 (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestZipManyFiles Messages: Unexpected file "file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"flat"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=4) "flat" } Test: TestZipManyFiles Messages: directories --- FAIL: TestZipManyFiles (46.12s) === RUN TestZipManySubDirs run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:39:35 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:39:51 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/02/03 03:39:51 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/02/03 03:39:51 DEBUG : a/b/c/deep.txt: Set virtual modtime to 2026-02-03 03:39:49 +0000 UTC 2026/02/03 03:39:51 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:39:52 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:39:52 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/02/03 03:39:52 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/02/03 03:39:52 DEBUG : a/b/mid.txt: Set virtual modtime to 2026-02-03 03:39:41 +0000 UTC 2026/02/03 03:39:52 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:39:52 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:39:52 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/02/03 03:39:52 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/02/03 03:39:52 DEBUG : a/top.txt: Set virtual modtime to 2026-02-03 03:39:36 +0000 UTC 2026/02/03 03:39:52 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:39:53 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:39:53 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:39:53 DEBUG : a/b/c: Looking for writers 2026/02/03 03:39:53 DEBUG : deep.txt: reading active writers 2026/02/03 03:39:53 DEBUG : a/b: Looking for writers 2026/02/03 03:39:53 DEBUG : c: reading active writers 2026/02/03 03:39:53 DEBUG : mid.txt: reading active writers 2026/02/03 03:39:53 DEBUG : a: Looking for writers 2026/02/03 03:39:53 DEBUG : b: reading active writers 2026/02/03 03:39:53 DEBUG : top.txt: reading active writers 2026/02/03 03:39:53 DEBUG : Looking for writers 2026/02/03 03:39:53 DEBUG : a: reading active writers 2026/02/03 03:39:53 DEBUG : >WaitForWriters: run.go:130: removing dir "a/b/c" failed - try 1/3: directory not empty run.go:130: removing dir "a/b/c" failed - try 2/3: directory not empty run.go:130: removing dir "a/b/c" failed - try 3/3: directory not empty run.go:133: removing dir "a/b/c" failed: directory not empty run.go:130: removing dir "a/b" failed - try 1/3: directory not empty run.go:130: removing dir "a/b" failed - try 2/3: directory not empty run.go:130: removing dir "a/b" failed - try 3/3: directory not empty run.go:133: removing dir "a/b" failed: directory not empty run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/03 03:40:14 DEBUG : forgetting directory cache 2026/02/03 03:40:14 DEBUG : Removed virtual directory entry vDel: "rename_me" 2026/02/03 03:40:14 DEBUG : Removed virtual directory entry vAddFile: "i_was_renamed" fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "a/b", "a/b/c"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=1) "a", + (string) (len=3) "a/b", + (string) (len=5) "a/b/c" } Test: TestZipManySubDirs Messages: directories --- FAIL: TestZipManySubDirs (41.52s) === RUN TestZipLargeFiles run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:40:16 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: Set virtual modtime to 2026-02-03 03:40:18 +0000 UTC 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:21 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:40:21 DEBUG : a: Looking for writers 2026/02/03 03:40:21 DEBUG : bigdir: Looking for writers 2026/02/03 03:40:21 DEBUG : big.bin: reading active writers 2026/02/03 03:40:21 DEBUG : Looking for writers 2026/02/03 03:40:21 DEBUG : a: reading active writers 2026/02/03 03:40:21 DEBUG : bigdir: reading active writers 2026/02/03 03:40:21 DEBUG : >WaitForWriters: run.go:130: removing dir "bigdir" failed - try 1/3: directory not empty run.go:130: removing dir "bigdir" failed - try 2/3: directory not empty run.go:130: removing dir "bigdir" failed - try 3/3: directory not empty run.go:133: removing dir "bigdir" failed: directory not empty run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "bigdir"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=1) "a", + (string) (len=6) "bigdir" } Test: TestZipLargeFiles Messages: directories --- FAIL: TestZipLargeFiles (24.07s) === RUN TestZipDirsInRoot run.go:185: Remote "drime root 'rclone-test-yirosuf3fiba'", Local "Local file system at /tmp/rclone3054872069", Modify Window "876000h0m0s" 2026/02/03 03:40:40 INFO : drime root 'rclone-test-yirosuf3fiba': poll-interval is not supported by this remote 2026/02/03 03:40:50 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/02/03 03:40:50 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/02/03 03:40:50 DEBUG : dir1/a.txt: Set virtual modtime to 2026-02-03 03:40:42 +0000 UTC 2026/02/03 03:40:50 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:40:51 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:51 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/02/03 03:40:51 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/02/03 03:40:51 DEBUG : dir2/b.txt: Set virtual modtime to 2026-02-03 03:40:45 +0000 UTC 2026/02/03 03:40:51 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:40:52 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:52 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/02/03 03:40:52 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/02/03 03:40:52 DEBUG : dir3/c.txt: Set virtual modtime to 2026-02-03 03:40:48 +0000 UTC 2026/02/03 03:40:52 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/03 03:40:53 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/03 03:40:53 DEBUG : WaitForWriters: timeout=30s 2026/02/03 03:40:53 DEBUG : bigdir: Looking for writers 2026/02/03 03:40:53 DEBUG : dir1: Looking for writers 2026/02/03 03:40:53 DEBUG : a.txt: reading active writers 2026/02/03 03:40:53 DEBUG : dir2: Looking for writers 2026/02/03 03:40:53 DEBUG : b.txt: reading active writers 2026/02/03 03:40:53 DEBUG : dir3: Looking for writers 2026/02/03 03:40:53 DEBUG : c.txt: reading active writers 2026/02/03 03:40:53 DEBUG : a: Looking for writers 2026/02/03 03:40:53 DEBUG : Looking for writers 2026/02/03 03:40:53 DEBUG : a: reading active writers 2026/02/03 03:40:53 DEBUG : bigdir: reading active writers 2026/02/03 03:40:53 DEBUG : dir1: reading active writers 2026/02/03 03:40:53 DEBUG : dir2: reading active writers 2026/02/03 03:40:53 DEBUG : dir3: reading active writers 2026/02/03 03:40:53 DEBUG : >WaitForWriters: run.go:130: removing dir "dir3" failed - try 1/3: directory not empty run.go:130: removing dir "dir3" failed - try 2/3: directory not empty run.go:130: removing dir "dir3" failed - try 3/3: directory not empty run.go:133: removing dir "dir3" failed: directory not empty run.go:130: removing dir "dir2" failed - try 1/3: directory not empty run.go:130: removing dir "dir2" failed - try 2/3: directory not empty run.go:130: removing dir "dir2" failed - try 3/3: directory not empty run.go:133: removing dir "dir2" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir2", "dir3"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=4) "dir2", + (string) (len=4) "dir3" } Test: TestZipDirsInRoot Messages: directories --- FAIL: TestZipDirsInRoot (31.63s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) FAIL 2026/02/03 03:41:12 DEBUG : drime root 'rclone-test-yirosuf3fiba': Purge remote "./vfs.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose" - Finished ERROR in 1h18m20.832884335s (try 1/5): exit status 1: Failed [TestDirHandleMethods TestDirHandleReaddir TestDirHandleReaddirnames TestDirForgetAll TestDirForgetPath TestDirWalk TestDirSetModTime TestDirStat TestDirReadDirAll/Virtual TestDirOpen TestDirCreate TestDirMkdir TestDirMkdirSub TestDirRemove TestDirRemoveAll TestDirRemoveName TestDirRename TestDirFileOpen TestDirEntryModTimeInvalidation TestDirMetadataExtension TestFileSetModTime/cache=off,open=false,write=false TestFileSetModTime/cache=off,open=true,write=false TestFileSetModTime/cache=off,open=true,write=true TestFileSetModTime/cache=full,open=false,write=false TestFileSetModTime/cache=full,open=true,write=false TestFileSetModTime/cache=full,open=true,write=true TestFileOpenRead TestFileOpenWrite TestFileOpen TestFileRename/off,forceCache=false TestFileRename/minimal,forceCache=false TestFileRename/minimal,forceCache=true TestFileRename/writes,forceCache=false TestFileRename/writes,forceCache=true TestFileRename/full,forceCache=false TestReadFileHandleMethods TestReadFileHandleSeek TestReadFileHandleReadAt TestReadFileHandleFlush TestReadFileHandleRelease TestRWFileHandleMethodsRead TestRWFileHandleReadAt TestRWFileHandleFlushRead TestRWFileHandleReleaseRead TestRWFileHandleMethodsWrite TestRWFileHandleWriteNoWrite TestRWFileHandleSizeTruncateExisting TestRWFileHandleSizeCreateExisting TestRWFileHandleSizeCreateNew TestUnicodeNormalization TestVFSStatParent TestVFSOpenFile TestVFSRename TestVFSMkdir TestVFSMkdirAll TestVFSIsMetadataFile TestWriteFileHandleMethods TestWriteFileHandleWriteAt TestFileReadAtZeroLength TestZipManyFiles TestZipManySubDirs TestZipLargeFiles TestZipDirsInRoot]