"./vfs.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestCaseSensitivity|TestDirCreate|TestDirFileOpen|TestDirMetadataExtension|TestDirMkdir|TestDirMkdirSub|TestDirOpen|TestDirReadDirAll|TestDirRemove|TestDirRemoveAll|TestDirRemoveName|TestDirRename|TestFileMethods|TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileReadAtNonZeroLength|TestFileReadAtZeroLength|TestFileRemove|TestFileRemoveAll|TestRWCacheRename|TestRWCacheUpdate|TestRWFileHandleFlushRead|TestRWFileHandleMethodsRead|TestRWFileHandleReadAt|TestRWFileHandleReleaseRead|TestRWFileHandleReleaseWrite|TestRWFileHandleSeek|TestRWFileHandleSizeCreateExisting|TestRWFileHandleSizeCreateNew|TestRWFileHandleSizeTruncateExisting|TestRWFileModTimeWithOpenWriters|TestReadFileHandleFlush|TestReadFileHandleMethods|TestReadFileHandleReadAt|TestReadFileHandleRelease|TestReadFileHandleSeek|TestUnicodeNormalization|TestVFSIsMetadataFile|TestVFSMkdir|TestVFSMkdirAll|TestVFSNew|TestVFSNewWithOpts|TestVFSOpenFile|TestVFSRename|TestVFSRoot|TestVFSStat|TestVFSStatParent|TestVFSStatfs|TestWriteFileHandleFlush|TestWriteFileHandleMethods|TestWriteFileHandleRelease|TestWriteFileHandleWriteAt|TestWriteFileModTimeWithOpenWriters|TestZipDirsInRoot|TestZipLargeFiles|TestZipManyFiles|TestZipManySubDirs)$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$|^TestFileSetModTime$/^(cache=full,open=false,write=false|cache=full,open=true,write=false|cache=full,open=true,write=true|cache=off,open=false,write=false|cache=off,open=true,write=false|cache=off,open=true,write=true)$|^TestRWFileHandleOpenTests$/^(full|writes)$'" - Starting (try 2/5) 2026/08/01 03:44:50 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-kuqalum6gaze" 2026/08/01 03:44:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/01 03:44:50 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': Using cached web token 2026/08/01 03:44:51 DEBUG : Creating backend with remote "/tmp/rclone2054771208" === RUN TestDirReadDirAll run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:44:51 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:44:51 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:44:56 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:44:56 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:44:59 DEBUG : dir/file2: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:44:59 DEBUG : dir/file2: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:45:03 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:45:04 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:45:04 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 03:45:05 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 800ms (4/10) === RUN TestDirReadDirAll/Virtual 2026/08/01 03:45:07 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/08/01 03:45:07 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/08/01 03:45:07 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/08/01 03:45:07 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/08/01 03:45:09 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:45:10 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:45:10 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 03:45:17 DEBUG : dir: invalidating directory cache 2026/08/01 03:45:17 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/08/01 03:45:17 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/08/01 03:45:17 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/08/01 03:45:17 DEBUG : dir/file1: Reset virtual modtime 2026/08/01 03:45:17 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/08/01 03:45:17 DEBUG : dir/virtualFile: 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", "virtualDir,0,true", "virtualFile,20,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=3) { +([]string) (len=4) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/08/01 03:45:17 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/08/01 03:45:17 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/08/01 03:45:17 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", "virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=5) { + (string) (len=14) "file2,15,false", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/08/01 03:45:17 DEBUG : dir: invalidating directory cache 2026/08/01 03:45:18 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/08/01 03:45:18 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/08/01 03:45:18 DEBUG : dir/file2: Reset virtual modtime 2026/08/01 03:45:18 DEBUG : dir/virtualFile: 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:324 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "file2,15,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/08/01 03:45:18 DEBUG : forgetting directory cache 2026/08/01 03:45:18 DEBUG : dir: forgetting directory cache 2026/08/01 03:45:18 DEBUG : dir/virtualDir: forgetting directory cache 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:329 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "file2,15,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/08/01 03:45:18 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:45:18 DEBUG : dir/virtualDir: Looking for writers 2026/08/01 03:45:18 DEBUG : dir: Looking for writers 2026/08/01 03:45:18 DEBUG : file1: reading active writers 2026/08/01 03:45:18 DEBUG : file2: reading active writers 2026/08/01 03:45:18 DEBUG : virtualFile2: reading active writers 2026/08/01 03:45:18 DEBUG : virtualFile: reading active writers 2026/08/01 03:45:18 DEBUG : virtualDir: reading active writers 2026/08/01 03:45:18 DEBUG : Looking for writers 2026/08/01 03:45:18 DEBUG : dir: reading active writers 2026/08/01 03:45:18 DEBUG : >WaitForWriters: === NAME TestDirReadDirAll run.go:186: removing dir "dir/virtualDir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir/virtualDir" failed - try 2/3: sleeping 1.5s: directory not empty --- FAIL: TestDirReadDirAll (37.63s) --- FAIL: TestDirReadDirAll/Virtual (10.58s) === RUN TestDirOpen run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:45:28 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:45:28 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 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/08/01 03:45:40 ERROR : dir/: Can only open directories read only 2026/08/01 03:45:40 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:45:40 DEBUG : dir: Looking for writers 2026/08/01 03:45:40 DEBUG : Looking for writers 2026/08/01 03:45:40 DEBUG : dir: reading active writers 2026/08/01 03:45:40 DEBUG : >WaitForWriters: run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty 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: TestDirOpen (24.42s) === RUN TestDirCreate run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:45:53 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:45:53 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:45:57 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/08/01 03:45:57 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/08/01 03:45:57 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/08/01 03:45:57 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/08/01 03:45:57 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': File to upload is small (5 bytes), uploading instead of streaming 2026/08/01 03:45:59 DEBUG : dir/potato: size = 5 OK 2026/08/01 03:45:59 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/01 03:45:59 DEBUG : dir/potato: Size of src and dst objects identical 2026/08/01 03:45:59 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/08/01 03:45:59 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:45:59 DEBUG : dir: Looking for writers 2026/08/01 03:45:59 DEBUG : potato: reading active writers 2026/08/01 03:45:59 DEBUG : file1: reading active writers 2026/08/01 03:45:59 DEBUG : Looking for writers 2026/08/01 03:45:59 DEBUG : dir: reading active writers 2026/08/01 03:45:59 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (11.35s) === RUN TestDirMkdir run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:46:04 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:46:04 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:46:08 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:46:11 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/08/01 03:46:12 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:46:12 DEBUG : dir/sub: Looking for writers 2026/08/01 03:46:12 DEBUG : dir: Looking for writers 2026/08/01 03:46:12 DEBUG : file1: reading active writers 2026/08/01 03:46:12 DEBUG : sub: reading active writers 2026/08/01 03:46:12 DEBUG : Looking for writers 2026/08/01 03:46:12 DEBUG : dir: reading active writers 2026/08/01 03:46:12 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (12.71s) === RUN TestDirMkdirSub run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:46:17 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:46:17 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:46:20 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:46:21 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:46:21 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 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/08/01 03:46:32 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/08/01 03:46:34 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/08/01 03:46:35 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:46:35 DEBUG : dir/sub/subsub: Looking for writers 2026/08/01 03:46:35 DEBUG : dir/sub: Looking for writers 2026/08/01 03:46:35 DEBUG : subsub: reading active writers 2026/08/01 03:46:35 DEBUG : dir: Looking for writers 2026/08/01 03:46:35 DEBUG : file1: reading active writers 2026/08/01 03:46:35 DEBUG : sub: reading active writers 2026/08/01 03:46:35 DEBUG : Looking for writers 2026/08/01 03:46:35 DEBUG : dir: reading active writers 2026/08/01 03:46:35 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (25.24s) === RUN TestDirRemove run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:46:42 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:46:42 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:46:46 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:46:46 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:46:47 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 03:46:48 ERROR : dir/: Dir.Remove not empty 2026/08/01 03:46:48 DEBUG : dir/file1: Remove: 2026/08/01 03:46:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/08/01 03:46:49 DEBUG : dir/file1: >Remove: err= 2026/08/01 03:46:50 ERROR : dir/: Dir.Remove failed to remove directory: directory 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/08/01 03:46:50 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:46:50 DEBUG : dir: Looking for writers 2026/08/01 03:46:50 DEBUG : Looking for writers 2026/08/01 03:46:50 DEBUG : dir: reading active writers 2026/08/01 03:46:50 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 --- FAIL: TestDirRemove (17.55s) === RUN TestDirRemoveAll run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:47:00 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:47:00 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:47:05 DEBUG : dir/file1: Remove: 2026/08/01 03:47:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/08/01 03:47:06 DEBUG : dir/file1: >Remove: err= 2026/08/01 03:47:06 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/08/01 03:47:06 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:47:06 DEBUG : dir: Looking for writers 2026/08/01 03:47:06 DEBUG : Looking for writers 2026/08/01 03:47:06 DEBUG : dir: reading active writers 2026/08/01 03:47:06 DEBUG : >WaitForWriters: run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit --- FAIL: TestDirRemoveAll (11.71s) === RUN TestDirRemoveName run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:47:11 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:47:11 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:47:15 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:47:16 DEBUG : dir/file1: Remove: 2026/08/01 03:47:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/08/01 03:47:18 DEBUG : dir/file1: >Remove: err= 2026/08/01 03:47:18 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:47:18 DEBUG : dir: Looking for writers 2026/08/01 03:47:18 DEBUG : Looking for writers 2026/08/01 03:47:18 DEBUG : dir: reading active writers 2026/08/01 03:47:18 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (9.02s) === RUN TestDirRename run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:47:20 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:47:20 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:47:24 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:47:24 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:47:25 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) dir_test.go:524: can't rename directories 2026/08/01 03:47:26 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:47:26 DEBUG : dir: Looking for writers 2026/08/01 03:47:26 DEBUG : Looking for writers 2026/08/01 03:47:26 DEBUG : dir: reading active writers 2026/08/01 03:47:26 DEBUG : >WaitForWriters: run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty --- SKIP: TestDirRename (10.29s) === RUN TestDirFileOpen run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:47:31 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:47:31 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:47:34 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:47:35 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:47:35 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 03:47:38 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/08/01 03:47:38 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 03:47:38 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/08/01 03:47:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/08/01 03:47:38 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/08/01 03:47:38 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/08/01 03:47:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/08/01 03:47:38 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 03:47:38 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/08/01 03:47:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/08/01 03:47:38 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/08/01 03:47:38 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/08/01 03:47:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/08/01 03:47:38 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': File to upload is small (12 bytes), uploading instead of streaming 2026/08/01 03:47:41 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:47:41 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:47:41 DEBUG : dir/sub/file2: size = 12 OK 2026/08/01 03:47:41 DEBUG : dir/sub/file2: Size of src and dst objects identical 2026/08/01 03:47:41 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/08/01 03:47:41 DEBUG : forgetting directory cache 2026/08/01 03:47:41 DEBUG : dir: forgetting directory cache 2026/08/01 03:47:41 DEBUG : dir/sub: forgetting directory cache 2026/08/01 03:47:41 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/08/01 03:47:41 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/08/01 03:47:41 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': File to upload is small (5 bytes), uploading instead of streaming 2026/08/01 03:47:44 DEBUG : dir/sub/file0: size = 5 OK 2026/08/01 03:47:44 DEBUG : dir/sub/file0: Size of src and dst objects identical 2026/08/01 03:47:44 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/08/01 03:47:44 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:47:44 DEBUG : dir/sub: Looking for writers 2026/08/01 03:47:44 DEBUG : file0: reading active writers 2026/08/01 03:47:44 DEBUG : file2: reading active writers 2026/08/01 03:47:44 DEBUG : dir: Looking for writers 2026/08/01 03:47:44 DEBUG : sub: reading active writers 2026/08/01 03:47:44 DEBUG : file1: reading active writers 2026/08/01 03:47:44 DEBUG : Looking for writers 2026/08/01 03:47:44 DEBUG : dir: reading active writers 2026/08/01 03:47:44 DEBUG : >WaitForWriters: run.go:186: removing dir "dir/sub" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty 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: TestDirFileOpen (31.01s) === RUN TestDirMetadataExtension run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:48:02 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:48:02 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:48:05 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:48:06 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:48:06 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 03:48:07 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/08/01 03:48:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/08/01 03:48:09 DEBUG : dir/file1.metadata: Set virtual modtime to 2026-08-01 03:48:04 +0000 UTC 2026/08/01 03:48:09 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 03:48:09 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/08/01 03:48:09 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/08/01 03:48:09 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/08/01 03:48:09 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:48:09 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/08/01 03:48:09 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/08/01 03:48:09 DEBUG : dir.metadata: Set virtual modtime to 2026-08-01 03:48:02 +0000 UTC 2026/08/01 03:48:09 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 03:48:09 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/08/01 03:48:09 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/08/01 03:48:09 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/08/01 03:48:09 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:48:09 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/08/01 03:48:09 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:48:09 DEBUG : dir: Looking for writers 2026/08/01 03:48:09 DEBUG : file1: reading active writers 2026/08/01 03:48:09 DEBUG : file1.metadata: reading active writers 2026/08/01 03:48:09 DEBUG : Looking for writers 2026/08/01 03:48:09 DEBUG : dir: reading active writers 2026/08/01 03:48:09 DEBUG : dir.metadata: reading active writers 2026/08/01 03:48:09 DEBUG : >WaitForWriters: run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty --- PASS: TestDirMetadataExtension (11.78s) === RUN TestFileMethods run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:48:14 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:48:14 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:48:17 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:48:18 DEBUG : dir/file1: Set virtual modtime to 2026-08-01 03:48:16 +0000 UTC 2026/08/01 03:48:18 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:48:18 DEBUG : dir: Looking for writers 2026/08/01 03:48:18 DEBUG : file1: reading active writers 2026/08/01 03:48:18 DEBUG : Looking for writers 2026/08/01 03:48:18 DEBUG : dir: reading active writers 2026/08/01 03:48:18 DEBUG : >WaitForWriters: run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty --- PASS: TestFileMethods (9.33s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:48:23 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:48:23 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:48:31 DEBUG : Can set mod time: false file_test.go:97: can't set mod time 2026/08/01 03:48:31 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:48:31 DEBUG : dir: Looking for writers 2026/08/01 03:48:31 DEBUG : file1: reading active writers 2026/08/01 03:48:31 DEBUG : Looking for writers 2026/08/01 03:48:31 DEBUG : dir: reading active writers 2026/08/01 03:48:31 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=off,open=true,write=true file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=full,open=false,write=false file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=full,open=true,write=false file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=full,open=true,write=true file_test.go:93: can't set mod time --- PASS: TestFileSetModTime (11.50s) --- SKIP: TestFileSetModTime/cache=off,open=false,write=false (11.50s) --- SKIP: TestFileSetModTime/cache=off,open=true,write=false (0.00s) --- SKIP: TestFileSetModTime/cache=off,open=true,write=true (0.00s) --- SKIP: TestFileSetModTime/cache=full,open=false,write=false (0.00s) --- SKIP: TestFileSetModTime/cache=full,open=true,write=false (0.00s) --- SKIP: TestFileSetModTime/cache=full,open=true,write=true (0.00s) === RUN TestFileOpenRead run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:48:34 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:48:34 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:48:39 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:48:39 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/08/01 03:48:39 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:48:39 NOTICE: Time may be set wrong - time from "aht.nuplink3.net" is 1199h10m25.418433978s different from this computer 2026/08/01 03:48:39 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/08/01 03:48:39 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:48:39 DEBUG : dir: Looking for writers 2026/08/01 03:48:39 DEBUG : file1: reading active writers 2026/08/01 03:48:39 DEBUG : Looking for writers 2026/08/01 03:48:39 DEBUG : dir: reading active writers 2026/08/01 03:48:39 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (8.12s) === RUN TestFileOpenWrite run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:48:42 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:48:42 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:48:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:48:47 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': File to upload is small (25 bytes), uploading instead of streaming 2026/08/01 03:48:48 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:48:51 DEBUG : dir/file1: size = 25 OK 2026/08/01 03:48:51 DEBUG : dir/file1: Size of src and dst objects identical 2026/08/01 03:48:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:48:51 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:48:51 DEBUG : dir: Looking for writers 2026/08/01 03:48:51 DEBUG : file1: reading active writers 2026/08/01 03:48:51 DEBUG : Looking for writers 2026/08/01 03:48:51 DEBUG : dir: reading active writers 2026/08/01 03:48:51 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (12.18s) === RUN TestFileRemove run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:48:55 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:48:55 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:48:58 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:48:58 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:48:59 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 03:49:00 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 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/08/01 03:49:09 DEBUG : dir/file1: Remove: 2026/08/01 03:49:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/08/01 03:49:11 DEBUG : dir/file1: >Remove: err= 2026/08/01 03:49:11 DEBUG : dir/file1: Remove: 2026/08/01 03:49:11 DEBUG : dir/file1: >Remove: err=Read only file system 2026/08/01 03:49:11 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:49:11 DEBUG : dir: Looking for writers 2026/08/01 03:49:11 DEBUG : Looking for writers 2026/08/01 03:49:11 DEBUG : dir: reading active writers 2026/08/01 03:49:11 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (18.67s) === RUN TestFileRemoveAll run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:49:13 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:49:13 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:49:18 DEBUG : dir/file1: Remove: 2026/08/01 03:49:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/08/01 03:49:19 DEBUG : dir/file1: >Remove: err= 2026/08/01 03:49:20 DEBUG : dir/file1: Remove: 2026/08/01 03:49:20 DEBUG : dir/file1: >Remove: err=Read only file system 2026/08/01 03:49:20 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:49:20 DEBUG : dir: Looking for writers 2026/08/01 03:49:20 DEBUG : Looking for writers 2026/08/01 03:49:20 DEBUG : dir: reading active writers 2026/08/01 03:49:20 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (8.56s) === RUN TestFileOpen run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:49:22 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:49:22 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:49:26 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:49:26 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 03:49:27 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 03:49:27 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/08/01 03:49:28 DEBUG : dir/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/08/01 03:49:30 DEBUG : dir/file1: Trying to read object after upload: try again in 3.2s (6/10) 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/08/01 03:49:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:49:42 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/08/01 03:49:42 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/08/01 03:49:42 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/08/01 03:49:42 DEBUG : dir/file1: Open: flags=O_RDWR 2026/08/01 03:49:42 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/08/01 03:49:42 DEBUG : dir/file1: Open: flags=0x3 2026/08/01 03:49:42 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/08/01 03:49:42 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/08/01 03:49:42 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:49:42 DEBUG : dir: Looking for writers 2026/08/01 03:49:42 DEBUG : file1: reading active writers 2026/08/01 03:49:42 DEBUG : Looking for writers 2026/08/01 03:49:42 DEBUG : dir: reading active writers 2026/08/01 03:49:42 DEBUG : >WaitForWriters: run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty 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: TestFileOpen (32.98s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:49:55 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:49:55 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream file_test.go:305: skip as can't rename files 2026/08/01 03:49:59 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:49:59 DEBUG : dir: Looking for writers 2026/08/01 03:49:59 DEBUG : file1: reading active writers 2026/08/01 03:49:59 DEBUG : Looking for writers 2026/08/01 03:49:59 DEBUG : dir: reading active writers 2026/08/01 03:49:59 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:50:03 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:50:03 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:50:03 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:50:03 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:03 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:50:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:50:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:03 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:50:07 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 03:50:07 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:50:07 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/01 03:50:07 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:50:07 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/01 03:50:08 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:50:08 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/01 03:50:09 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:50:09 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/01 03:50:10 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:50:12 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:50:14 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/01 03:50:17 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/01 03:50:18 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/01 03:50:19 DEBUG : pacer: Reducing sleep to 632.8125ms file_test.go:305: skip as can't rename files 2026/08/01 03:50:19 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:50:19 DEBUG : dir: Looking for writers 2026/08/01 03:50:19 DEBUG : file1: reading active writers 2026/08/01 03:50:19 DEBUG : Looking for writers 2026/08/01 03:50:19 DEBUG : dir: reading active writers 2026/08/01 03:50:19 DEBUG : >WaitForWriters: 2026/08/01 03:50:19 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting 2026/08/01 03:50:20 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/01 03:50:20 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/01 03:50:22 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/01 03:50:22 DEBUG : pacer: Reducing sleep to 200.225829ms run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty 2026/08/01 03:50:23 DEBUG : pacer: Reducing sleep to 200ms run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:50:27 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:50:27 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:50:27 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:50:27 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:27 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:50:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:50:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:27 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) file_test.go:305: skip as can't rename files 2026/08/01 03:50:31 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:50:31 DEBUG : dir: Looking for writers 2026/08/01 03:50:31 DEBUG : file1: reading active writers 2026/08/01 03:50:31 DEBUG : Looking for writers 2026/08/01 03:50:31 DEBUG : dir: reading active writers 2026/08/01 03:50:31 DEBUG : >WaitForWriters: 2026/08/01 03:50:31 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /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: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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 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:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:50:45 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:50:45 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:50:45 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:45 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:50:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:50:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:50:45 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:50:46 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:50:46 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit file_test.go:305: skip as can't rename files 2026/08/01 03:50:49 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:50:49 DEBUG : dir: Looking for writers 2026/08/01 03:50:49 DEBUG : file1: reading active writers 2026/08/01 03:50:49 DEBUG : Looking for writers 2026/08/01 03:50:49 DEBUG : dir: reading active writers 2026/08/01 03:50:49 DEBUG : >WaitForWriters: 2026/08/01 03:50:49 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /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 got dir/file1 (14), dir/file1(1) (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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /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: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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /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(1)" 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 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:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:51:05 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:51:05 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:51:05 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:05 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:51:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:51:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:05 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:51:05 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:51:06 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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/08/01 03:51:12 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:51:12 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/01 03:51:12 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:51:12 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/01 03:51:13 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:51:13 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/01 03:51:13 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:51:13 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/01 03:51:15 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/01 03:51:17 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/01 03:51:19 DEBUG : pacer: Reducing sleep to 843.75ms 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:358 /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:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (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:358 /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:302 /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(1)" 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:358 /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:302 /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(2)" 2026/08/01 03:51:23 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/01 03:51:24 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/01 03:51:24 DEBUG : pacer: Reducing sleep to 355.957031ms file_test.go:305: skip as can't rename files 2026/08/01 03:51:24 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:51:24 DEBUG : dir: Looking for writers 2026/08/01 03:51:24 DEBUG : file1: reading active writers 2026/08/01 03:51:24 DEBUG : file1(1): reading active writers 2026/08/01 03:51:24 DEBUG : file1(2): reading active writers 2026/08/01 03:51:24 DEBUG : Looking for writers 2026/08/01 03:51:24 DEBUG : dir: reading active writers 2026/08/01 03:51:24 DEBUG : >WaitForWriters: 2026/08/01 03:51:24 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting 2026/08/01 03:51:25 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/01 03:51:25 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/01 03:51:26 DEBUG : pacer: Reducing sleep to 200ms run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /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" 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 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=true Messages: directories === RUN TestFileRename/full,forceCache=false run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:51:43 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:51:43 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:51:43 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:43 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:51:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:51:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:51:43 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:51:44 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:51:44 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit file_test.go:305: skip as can't rename files 2026/08/01 03:51:47 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:51:47 DEBUG : dir: Looking for writers 2026/08/01 03:51:47 DEBUG : file1: reading active writers 2026/08/01 03:51:47 DEBUG : Looking for writers 2026/08/01 03:51:47 DEBUG : dir: reading active writers 2026/08/01 03:51:47 DEBUG : >WaitForWriters: 2026/08/01 03:51:47 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: listing wrong, want got dir/file1 (14), dir/file1(1) (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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: Unexpected file "dir/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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: Unexpected file "dir/file1(1)" 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 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 (128.23s) --- SKIP: TestFileRename/off,forceCache=false (8.40s) --- SKIP: TestFileRename/minimal,forceCache=false (23.39s) --- FAIL: TestFileRename/minimal,forceCache=true (18.51s) --- FAIL: TestFileRename/writes,forceCache=false (19.49s) --- FAIL: TestFileRename/writes,forceCache=true (38.60s) --- FAIL: TestFileRename/full,forceCache=false (19.84s) === RUN TestReadFileHandleMethods run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:52:03 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:52:03 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:52:04 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:52:04 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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:358 /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:1771 Error: Should be true Test: TestReadFileHandleMethods Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (16) 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:358 /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: 16 actual : 14 Test: TestReadFileHandleMethods Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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: Should be true Test: TestReadFileHandleMethods Messages: Unexpected file "dir/file1(1)" 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:358 /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: Should be true Test: TestReadFileHandleMethods Messages: Unexpected file "dir/file1(2)" 2026/08/01 03:52:15 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:52:16 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:52:16 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/08/01 03:52:16 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= read_test.go:55: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:55 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleMethods 2026/08/01 03:52:16 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:52:16 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 read_test.go:58: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:58 Error: Not equal: expected: "0" actual : "f" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 +f Test: TestReadFileHandleMethods 2026/08/01 03:52:16 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 read_test.go:61: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:61 Error: Not equal: expected: "123456789abcdef" actual : "ile1 contents" Diff: --- Expected +++ Actual @@ -1 +1 @@ -123456789abcdef +ile1 contents Test: TestReadFileHandleMethods read_test.go:72: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:72 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleMethods 2026/08/01 03:52:16 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:52:16 DEBUG : dir: Looking for writers 2026/08/01 03:52:16 DEBUG : file1(1): reading active writers 2026/08/01 03:52:16 DEBUG : file1(2): reading active writers 2026/08/01 03:52:16 DEBUG : file1: reading active writers 2026/08/01 03:52:16 DEBUG : Looking for writers 2026/08/01 03:52:16 DEBUG : dir: reading active writers 2026/08/01 03:52:16 DEBUG : >WaitForWriters: run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleMethods 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (32.09s) === RUN TestReadFileHandleSeek run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:52:35 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:52:35 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:52:36 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:52:36 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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:358 /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:1771 Error: Should be true Test: TestReadFileHandleSeek Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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: 16 actual : 14 Test: TestReadFileHandleSeek Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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: Should be true Test: TestReadFileHandleSeek Messages: Unexpected file "dir/file1(1)" 2026/08/01 03:52:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:52:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:52:48 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/08/01 03:52:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/08/01 03:52:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 read_test.go:87: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:87 Error: Not equal: expected: "0" actual : "f" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 +f Test: TestReadFileHandleSeek 2026/08/01 03:52:49 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/08/01 03:52:49 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/08/01 03:52:49 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/08/01 03:52:49 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 read_test.go:93: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:93 Error: Not equal: expected: "5" actual : " " Diff: --- Expected +++ Actual @@ -1 +1 @@ -5 + Test: TestReadFileHandleSeek 2026/08/01 03:52:49 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 read_test.go:99: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:99 Error: Not equal: expected: "3" actual : "e" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 +e Test: TestReadFileHandleSeek read_test.go:104: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:104 Error: Not equal: expected: 13 actual : 11 Test: TestReadFileHandleSeek 2026/08/01 03:52:49 DEBUG : dir/file1: waiting for in-sequence read to 11 for 20ms 2026/08/01 03:52:49 DEBUG : dir/file1: aborting in-sequence read wait, off=11 2026/08/01 03:52:49 DEBUG : dir/file1: failed to wait for in-sequence read to 11 2026/08/01 03:52:49 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 11 (fs.RangeSeeker) 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 11 length -1 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 11 chunkSize 134217728 2026/08/01 03:52:49 DEBUG : dir/file1: ChunkedReader.openRange at 11 length 134217728 read_test.go:105: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:105 Error: Not equal: expected: "d" actual : "n" Diff: --- Expected +++ Actual @@ -1 +1 @@ -d +n Test: TestReadFileHandleSeek 2026/08/01 03:52:49 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:52:49 DEBUG : dir: Looking for writers 2026/08/01 03:52:49 DEBUG : file1: reading active writers 2026/08/01 03:52:49 DEBUG : file1(1): reading active writers 2026/08/01 03:52:49 DEBUG : Looking for writers 2026/08/01 03:52:49 DEBUG : dir: reading active writers 2026/08/01 03:52:49 DEBUG : >WaitForWriters: run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleSeek 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleSeek 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (31.10s) === RUN TestReadFileHandleReadAt run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:53:06 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:53:06 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:53:07 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:53:07 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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:358 /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:127 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestReadFileHandleReadAt Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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:127 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleReadAt Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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:127 Error: Should be true Test: TestReadFileHandleReadAt Messages: Unexpected file "dir/file1(1)" 2026/08/01 03:53:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:53:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:53:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/08/01 03:53:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 read_test.go:134: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:134 Error: Not equal: expected: "0" actual : "f" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 +f Test: TestReadFileHandleReadAt 2026/08/01 03:53:20 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/08/01 03:53:20 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/08/01 03:53:20 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/08/01 03:53:20 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 read_test.go:140: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:140 Error: Not equal: expected: "5" actual : " " Diff: --- Expected +++ Actual @@ -1 +1 @@ -5 + Test: TestReadFileHandleReadAt 2026/08/01 03:53:20 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 read_test.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:146 Error: Not equal: expected: "1" actual : "i" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 +i Test: TestReadFileHandleReadAt 2026/08/01 03:53:20 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/08/01 03:53:20 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/08/01 03:53:20 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/08/01 03:53:20 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/08/01 03:53:20 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 read_test.go:151: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:151 Error: Received unexpected error: EOF Test: TestReadFileHandleReadAt 2026/08/01 03:53:20 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:53:20 DEBUG : dir: Looking for writers 2026/08/01 03:53:20 DEBUG : file1: reading active writers 2026/08/01 03:53:20 DEBUG : file1(1): reading active writers 2026/08/01 03:53:20 DEBUG : Looking for writers 2026/08/01 03:53:20 DEBUG : dir: reading active writers 2026/08/01 03:53:20 DEBUG : >WaitForWriters: run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:151 Error: Should be true Test: TestReadFileHandleReadAt 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:151 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:151 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.20s) === RUN TestReadFileHandleFlush run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:53:37 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:53:37 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:53:38 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:53:39 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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:358 /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:1771 Error: Should be true Test: TestReadFileHandleFlush Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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: 16 actual : 14 Test: TestReadFileHandleFlush Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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: Should be true Test: TestReadFileHandleFlush Messages: Unexpected file "dir/file1(1)" 2026/08/01 03:53:50 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:53:50 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:53:50 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/08/01 03:53:50 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/08/01 03:53:50 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:53:50 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 read_test.go:193: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:193 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleFlush 2026/08/01 03:53:50 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:53:50 DEBUG : dir: Looking for writers 2026/08/01 03:53:50 DEBUG : file1: reading active writers 2026/08/01 03:53:50 DEBUG : file1(1): reading active writers 2026/08/01 03:53:50 DEBUG : Looking for writers 2026/08/01 03:53:50 DEBUG : dir: reading active writers 2026/08/01 03:53:50 DEBUG : >WaitForWriters: run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleFlush 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleFlush 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (30.13s) === RUN TestReadFileHandleRelease run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:54:08 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:54:08 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 03:54:08 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:54:08 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:54:08 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/01 03:54:09 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:54:09 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/01 03:54:09 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:54:09 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/01 03:54:10 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:54:10 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/01 03:54:11 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:54:13 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:54:15 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/01 03:54:18 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/01 03:54:18 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:54:20 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/01 03:54:22 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/01 03:54:23 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/01 03:54:23 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/01 03:54:24 DEBUG : pacer: Reducing sleep to 355.957031ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/08/01 03:54:26 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/01 03:54:26 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/01 03:54:26 DEBUG : pacer: Reducing sleep to 200ms 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:358 /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:210 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestReadFileHandleRelease Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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:210 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleRelease Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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:210 Error: Should be true Test: TestReadFileHandleRelease Messages: Unexpected file "dir/file1(1)" 2026/08/01 03:54:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:54:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:54:34 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/08/01 03:54:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/08/01 03:54:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:54:34 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 read_test.go:221: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:221 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleRelease 2026/08/01 03:54:34 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/08/01 03:54:34 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/08/01 03:54:34 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:54:34 DEBUG : dir: Looking for writers 2026/08/01 03:54:34 DEBUG : file1: reading active writers 2026/08/01 03:54:34 DEBUG : file1(1): reading active writers 2026/08/01 03:54:34 DEBUG : Looking for writers 2026/08/01 03:54:34 DEBUG : dir: reading active writers 2026/08/01 03:54:34 DEBUG : >WaitForWriters: run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleRelease 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleRelease 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (43.55s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:54:51 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:54:51 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:54:51 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:54:51 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:54:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:54:51 DEBUG : Config file has changed externally - reloading 2026/08/01 03:54:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:54:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:54:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:54:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:54:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:54:51 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:54:52 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:54:52 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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:358 /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:72 Error: Should be true Test: TestRWFileHandleMethodsRead Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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:72 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleMethodsRead Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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:72 Error: Should be true Test: TestRWFileHandleMethodsRead Messages: Unexpected file "dir/file1(1)" 2026/08/01 03:55:03 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:55:04 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:55:04 DEBUG : dir/file1: newRWFileHandle: 2026/08/01 03:55:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/08/01 03:55:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/08/01 03:55:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= read_write_test.go:84: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:84 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleMethodsRead 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): _readAt: size=1, off=0 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): openPending: 2026/08/01 03:55:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/08/01 03:55:04 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/08/01 03:55:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): >openPending: err= 2026/08/01 03:55:04 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/08/01 03:55:04 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/08/01 03:55:04 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 03:55:04 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): >_readAt: n=1, err= read_write_test.go:87: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:87 Error: Not equal: expected: "0" actual : "f" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 +f Test: TestRWFileHandleMethodsRead 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): _readAt: size=256, off=1 2026/08/01 03:55:04 DEBUG : vfs cache: looking for range={Pos:1 Size:13} in [{Pos:0 Size:14}] - present true 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): >_readAt: n=13, err=EOF read_write_test.go:90: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:90 Error: Not equal: expected: "123456789abcdef" actual : "ile1 contents" Diff: --- Expected +++ Actual @@ -1 +1 @@ -123456789abcdef +ile1 contents Test: TestRWFileHandleMethodsRead 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): _readAt: size=16, off=14 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): >_readAt: n=0, err=EOF read_write_test.go:105: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:105 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleMethodsRead 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): close: 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): >close: err= 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): close: 2026/08/01 03:55:04 DEBUG : dir/file1(0x703d67dde00): >close: err=file already closed 2026/08/01 03:55:04 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:55:04 DEBUG : dir: Looking for writers 2026/08/01 03:55:04 DEBUG : file1: reading active writers 2026/08/01 03:55:04 DEBUG : file1(1): reading active writers 2026/08/01 03:55:04 DEBUG : Looking for writers 2026/08/01 03:55:04 DEBUG : dir: reading active writers 2026/08/01 03:55:04 DEBUG : >WaitForWriters: 2026/08/01 03:55:04 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit 2026/08/01 03:55:07 DEBUG : dir/subdir: forgetting directory cache run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/08/01 03:55:09 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze/dir/file1: no such file or directory 2026/08/01 03:55:09 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze/dir/file1: no such file or directory run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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/08/01 03:55:17 DEBUG : dir/virtualDir2: forgetting directory cache 2026/08/01 03:55:18 DEBUG : dir: forgetting directory cache 2026/08/01 03:55:18 DEBUG : dir/virtualDir: forgetting directory cache 2026/08/01 03:55:18 DEBUG : forgetting directory cache 2026/08/01 03:55:18 DEBUG : dir: forgetting directory cache 2026/08/01 03:55:18 DEBUG : dir/virtualDir: forgetting directory cache 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleMethodsRead 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleMethodsRead 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (30.19s) === RUN TestRWFileHandleSeek run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:55:21 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:55:21 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:55:21 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:21 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:55:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:55:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:21 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:55:22 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:55:23 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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:358 /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:118 Error: Should be true Test: TestRWFileHandleSeek Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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:118 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSeek Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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:118 Error: Should be true Test: TestRWFileHandleSeek Messages: Unexpected file "dir/file1(1)" 2026/08/01 03:55:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:55:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:55:34 DEBUG : dir/file1: newRWFileHandle: 2026/08/01 03:55:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/08/01 03:55:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/08/01 03:55:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): _readAt: size=1, off=0 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): openPending: 2026/08/01 03:55:34 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/08/01 03:55:34 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/08/01 03:55:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): >openPending: err= 2026/08/01 03:55:34 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/08/01 03:55:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/08/01 03:55:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 03:55:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): >_readAt: n=1, err= read_write_test.go:132: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:132 Error: Not equal: expected: "0" actual : "f" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 +f Test: TestRWFileHandleSeek 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): _readAt: size=1, off=5 2026/08/01 03:55:34 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:14}] - present true 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): >_readAt: n=1, err= read_write_test.go:138: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:138 Error: Not equal: expected: "5" actual : " " Diff: --- Expected +++ Actual @@ -1 +1 @@ -5 + Test: TestRWFileHandleSeek 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): _readAt: size=1, off=3 2026/08/01 03:55:34 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:14}] - present true 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): >_readAt: n=1, err= read_write_test.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:144 Error: Not equal: expected: "3" actual : "e" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 +e Test: TestRWFileHandleSeek read_write_test.go:149: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:149 Error: Not equal: expected: 13 actual : 11 Test: TestRWFileHandleSeek 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): _readAt: size=1, off=11 2026/08/01 03:55:34 DEBUG : vfs cache: looking for range={Pos:11 Size:1} in [{Pos:0 Size:14}] - present true 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): >_readAt: n=1, err= read_write_test.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:150 Error: Not equal: expected: "d" actual : "n" Diff: --- Expected +++ Actual @@ -1 +1 @@ -d +n Test: TestRWFileHandleSeek 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): _readAt: size=16, off=100 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): >_readAt: n=0, err=EOF 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): close: 2026/08/01 03:55:34 DEBUG : dir/file1(0x703d6c465c0): >close: err= 2026/08/01 03:55:34 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:55:34 DEBUG : dir: Looking for writers 2026/08/01 03:55:34 DEBUG : file1: reading active writers 2026/08/01 03:55:34 DEBUG : file1(1): reading active writers 2026/08/01 03:55:34 DEBUG : Looking for writers 2026/08/01 03:55:34 DEBUG : dir: reading active writers 2026/08/01 03:55:34 DEBUG : >WaitForWriters: 2026/08/01 03:55:34 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/08/01 03:55:39 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze/dir/file1: no such file or directory 2026/08/01 03:55:39 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze/dir/file1: no such file or directory run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty 2026/08/01 03:55:40 DEBUG : dir: forgetting directory cache 2026/08/01 03:55:40 DEBUG : forgetting directory cache 2026/08/01 03:55:40 DEBUG : dir: forgetting directory cache run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSeek 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSeek 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSeek Messages: directories --- FAIL: TestRWFileHandleSeek (30.41s) === RUN TestRWFileHandleReadAt run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:55:52 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:55:52 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:55:52 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:52 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:55:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:55:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:55:52 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:55:53 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:55:53 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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/08/01 03:55:57 DEBUG : forgetting directory cache 2026/08/01 03:55:57 DEBUG : dir: forgetting directory cache 2026/08/01 03:55:57 DEBUG : dir: Removed virtual directory entry vAddFile: "potato" 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:358 /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 dir/file1 (14), dir/file1(1) (16) 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:358 /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: 16 actual : 14 Test: TestRWFileHandleReadAt Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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: Unexpected file "dir/file1(1)" 2026/08/01 03:56:04 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:56:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:56:05 DEBUG : dir/file1: newRWFileHandle: 2026/08/01 03:56:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/08/01 03:56:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/08/01 03:56:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): _readAt: size=1, off=0 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): openPending: 2026/08/01 03:56:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/08/01 03:56:05 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/08/01 03:56:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): >openPending: err= 2026/08/01 03:56:05 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/08/01 03:56:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/08/01 03:56:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 03:56:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): >_readAt: n=1, err= read_write_test.go:174: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:174 Error: Not equal: expected: "0" actual : "f" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 +f Test: TestRWFileHandleReadAt 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): _readAt: size=1, off=5 2026/08/01 03:56:05 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:14}] - present true 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): >_readAt: n=1, err= read_write_test.go:180: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:180 Error: Not equal: expected: "5" actual : " " Diff: --- Expected +++ Actual @@ -1 +1 @@ -5 + Test: TestRWFileHandleReadAt 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): _readAt: size=1, off=1 2026/08/01 03:56:05 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:14}] - present true 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): >_readAt: n=1, err= read_write_test.go:186: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:186 Error: Not equal: expected: "1" actual : "i" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 +i Test: TestRWFileHandleReadAt 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): _readAt: size=6, off=10 2026/08/01 03:56:05 DEBUG : vfs cache: looking for range={Pos:10 Size:4} in [{Pos:0 Size:14}] - present true 2026/08/01 03:56:05 DEBUG : dir/file1(0x703d674b740): >_readAt: n=4, err=EOF read_write_test.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:191 Error: Received unexpected error: EOF Test: TestRWFileHandleReadAt 2026/08/01 03:56:05 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:56:05 DEBUG : dir: Looking for writers 2026/08/01 03:56:05 DEBUG : file1: reading active writers 2026/08/01 03:56:05 DEBUG : file1(1): reading active writers 2026/08/01 03:56:05 DEBUG : Looking for writers 2026/08/01 03:56:05 DEBUG : dir: reading active writers 2026/08/01 03:56:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/08/01 03:56:05 DEBUG : dir: Looking for writers 2026/08/01 03:56:05 DEBUG : file1: reading active writers 2026/08/01 03:56:05 DEBUG : file1(1): reading active writers 2026/08/01 03:56:05 DEBUG : Looking for writers 2026/08/01 03:56:05 DEBUG : dir: reading active writers 2026/08/01 03:56:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/08/01 03:56:05 DEBUG : dir: Looking for writers 2026/08/01 03:56:05 DEBUG : file1: reading active writers 2026/08/01 03:56:05 DEBUG : file1(1): reading active writers 2026/08/01 03:56:05 DEBUG : Looking for writers 2026/08/01 03:56:05 DEBUG : dir: reading active writers 2026/08/01 03:56:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/08/01 03:56:05 DEBUG : dir: Looking for writers 2026/08/01 03:56:05 DEBUG : file1: reading active writers 2026/08/01 03:56:05 DEBUG : file1(1): reading active writers 2026/08/01 03:56:05 DEBUG : Looking for writers 2026/08/01 03:56:05 DEBUG : dir: reading active writers 2026/08/01 03:56:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/08/01 03:56:05 DEBUG : dir: Looking for writers 2026/08/01 03:56:05 DEBUG : file1: reading active writers 2026/08/01 03:56:05 DEBUG : file1(1): reading active writers 2026/08/01 03:56:05 DEBUG : Looking for writers 2026/08/01 03:56:05 DEBUG : dir: reading active writers 2026/08/01 03:56:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/08/01 03:56:05 DEBUG : dir: Looking for writers 2026/08/01 03:56:05 DEBUG : file1: reading active writers 2026/08/01 03:56:05 DEBUG : file1(1): reading active writers 2026/08/01 03:56:05 DEBUG : Looking for writers 2026/08/01 03:56:05 DEBUG : dir: reading active writers 2026/08/01 03:56:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/08/01 03:56:05 DEBUG : dir: Looking for writers 2026/08/01 03:56:05 DEBUG : file1: reading active writers 2026/08/01 03:56:05 DEBUG : file1(1): reading active writers 2026/08/01 03:56:05 DEBUG : Looking for writers 2026/08/01 03:56:05 DEBUG : dir: reading active writers 2026/08/01 03:56:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/08/01 03:56:06 DEBUG : dir: Looking for writers 2026/08/01 03:56:06 DEBUG : file1: reading active writers 2026/08/01 03:56:06 DEBUG : file1(1): reading active writers 2026/08/01 03:56:06 DEBUG : Looking for writers 2026/08/01 03:56:06 DEBUG : dir: reading active writers 2026/08/01 03:56:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:07 DEBUG : dir: Looking for writers 2026/08/01 03:56:07 DEBUG : file1: reading active writers 2026/08/01 03:56:07 DEBUG : file1(1): reading active writers 2026/08/01 03:56:07 DEBUG : Looking for writers 2026/08/01 03:56:07 DEBUG : dir: reading active writers 2026/08/01 03:56:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:08 DEBUG : dir: Looking for writers 2026/08/01 03:56:08 DEBUG : file1: reading active writers 2026/08/01 03:56:08 DEBUG : file1(1): reading active writers 2026/08/01 03:56:08 DEBUG : Looking for writers 2026/08/01 03:56:08 DEBUG : dir: reading active writers 2026/08/01 03:56:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:09 DEBUG : forgetting directory cache 2026/08/01 03:56:09 DEBUG : dir: forgetting directory cache 2026/08/01 03:56:09 DEBUG : dir/sub: forgetting directory cache 2026/08/01 03:56:09 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/08/01 03:56:09 DEBUG : dir: Looking for writers 2026/08/01 03:56:09 DEBUG : file1: reading active writers 2026/08/01 03:56:09 DEBUG : file1(1): reading active writers 2026/08/01 03:56:09 DEBUG : Looking for writers 2026/08/01 03:56:09 DEBUG : dir: reading active writers 2026/08/01 03:56:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:10 DEBUG : dir: Looking for writers 2026/08/01 03:56:10 DEBUG : file1(1): reading active writers 2026/08/01 03:56:10 DEBUG : file1: reading active writers 2026/08/01 03:56:10 DEBUG : Looking for writers 2026/08/01 03:56:10 DEBUG : dir: reading active writers 2026/08/01 03:56:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:11 DEBUG : dir: Looking for writers 2026/08/01 03:56:11 DEBUG : file1(1): reading active writers 2026/08/01 03:56:11 DEBUG : file1: reading active writers 2026/08/01 03:56:11 DEBUG : Looking for writers 2026/08/01 03:56:11 DEBUG : dir: reading active writers 2026/08/01 03:56:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:12 DEBUG : dir: Looking for writers 2026/08/01 03:56:12 DEBUG : file1: reading active writers 2026/08/01 03:56:12 DEBUG : file1(1): reading active writers 2026/08/01 03:56:12 DEBUG : Looking for writers 2026/08/01 03:56:12 DEBUG : dir: reading active writers 2026/08/01 03:56:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:13 DEBUG : dir: Looking for writers 2026/08/01 03:56:13 DEBUG : file1: reading active writers 2026/08/01 03:56:13 DEBUG : file1(1): reading active writers 2026/08/01 03:56:13 DEBUG : Looking for writers 2026/08/01 03:56:13 DEBUG : dir: reading active writers 2026/08/01 03:56:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:14 DEBUG : dir: Looking for writers 2026/08/01 03:56:14 DEBUG : file1: reading active writers 2026/08/01 03:56:14 DEBUG : file1(1): reading active writers 2026/08/01 03:56:14 DEBUG : Looking for writers 2026/08/01 03:56:14 DEBUG : dir: reading active writers 2026/08/01 03:56:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:15 DEBUG : dir: Looking for writers 2026/08/01 03:56:15 DEBUG : file1: reading active writers 2026/08/01 03:56:15 DEBUG : file1(1): reading active writers 2026/08/01 03:56:15 DEBUG : Looking for writers 2026/08/01 03:56:15 DEBUG : dir: reading active writers 2026/08/01 03:56:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:16 DEBUG : dir: Looking for writers 2026/08/01 03:56:16 DEBUG : file1: reading active writers 2026/08/01 03:56:16 DEBUG : file1(1): reading active writers 2026/08/01 03:56:16 DEBUG : Looking for writers 2026/08/01 03:56:16 DEBUG : dir: reading active writers 2026/08/01 03:56:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:17 DEBUG : dir: Looking for writers 2026/08/01 03:56:17 DEBUG : file1: reading active writers 2026/08/01 03:56:17 DEBUG : file1(1): reading active writers 2026/08/01 03:56:17 DEBUG : Looking for writers 2026/08/01 03:56:17 DEBUG : dir: reading active writers 2026/08/01 03:56:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:18 DEBUG : dir: Looking for writers 2026/08/01 03:56:18 DEBUG : file1(1): reading active writers 2026/08/01 03:56:18 DEBUG : file1: reading active writers 2026/08/01 03:56:18 DEBUG : Looking for writers 2026/08/01 03:56:18 DEBUG : dir: reading active writers 2026/08/01 03:56:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:19 DEBUG : dir: Looking for writers 2026/08/01 03:56:19 DEBUG : file1: reading active writers 2026/08/01 03:56:19 DEBUG : file1(1): reading active writers 2026/08/01 03:56:19 DEBUG : Looking for writers 2026/08/01 03:56:19 DEBUG : dir: reading active writers 2026/08/01 03:56:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:20 DEBUG : dir: Looking for writers 2026/08/01 03:56:20 DEBUG : file1: reading active writers 2026/08/01 03:56:20 DEBUG : file1(1): reading active writers 2026/08/01 03:56:20 DEBUG : Looking for writers 2026/08/01 03:56:20 DEBUG : dir: reading active writers 2026/08/01 03:56:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:21 DEBUG : dir: Looking for writers 2026/08/01 03:56:21 DEBUG : file1: reading active writers 2026/08/01 03:56:21 DEBUG : file1(1): reading active writers 2026/08/01 03:56:21 DEBUG : Looking for writers 2026/08/01 03:56:21 DEBUG : dir: reading active writers 2026/08/01 03:56:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:22 DEBUG : dir: Looking for writers 2026/08/01 03:56:22 DEBUG : file1: reading active writers 2026/08/01 03:56:22 DEBUG : file1(1): reading active writers 2026/08/01 03:56:22 DEBUG : Looking for writers 2026/08/01 03:56:22 DEBUG : dir: reading active writers 2026/08/01 03:56:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:23 DEBUG : dir: Looking for writers 2026/08/01 03:56:23 DEBUG : file1: reading active writers 2026/08/01 03:56:23 DEBUG : file1(1): reading active writers 2026/08/01 03:56:23 DEBUG : Looking for writers 2026/08/01 03:56:23 DEBUG : dir: reading active writers 2026/08/01 03:56:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:24 DEBUG : dir: Looking for writers 2026/08/01 03:56:24 DEBUG : file1: reading active writers 2026/08/01 03:56:24 DEBUG : file1(1): reading active writers 2026/08/01 03:56:24 DEBUG : Looking for writers 2026/08/01 03:56:24 DEBUG : dir: reading active writers 2026/08/01 03:56:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:25 DEBUG : dir: Looking for writers 2026/08/01 03:56:25 DEBUG : file1: reading active writers 2026/08/01 03:56:25 DEBUG : file1(1): reading active writers 2026/08/01 03:56:25 DEBUG : Looking for writers 2026/08/01 03:56:25 DEBUG : dir: reading active writers 2026/08/01 03:56:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:26 DEBUG : dir: Looking for writers 2026/08/01 03:56:26 DEBUG : file1(1): reading active writers 2026/08/01 03:56:26 DEBUG : file1: reading active writers 2026/08/01 03:56:26 DEBUG : Looking for writers 2026/08/01 03:56:26 DEBUG : dir: reading active writers 2026/08/01 03:56:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:27 DEBUG : dir: Looking for writers 2026/08/01 03:56:27 DEBUG : file1: reading active writers 2026/08/01 03:56:27 DEBUG : file1(1): reading active writers 2026/08/01 03:56:27 DEBUG : Looking for writers 2026/08/01 03:56:27 DEBUG : dir: reading active writers 2026/08/01 03:56:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:28 DEBUG : dir: Looking for writers 2026/08/01 03:56:28 DEBUG : file1: reading active writers 2026/08/01 03:56:28 DEBUG : file1(1): reading active writers 2026/08/01 03:56:28 DEBUG : Looking for writers 2026/08/01 03:56:28 DEBUG : dir: reading active writers 2026/08/01 03:56:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:29 DEBUG : dir: Looking for writers 2026/08/01 03:56:29 DEBUG : file1: reading active writers 2026/08/01 03:56:29 DEBUG : file1(1): reading active writers 2026/08/01 03:56:29 DEBUG : Looking for writers 2026/08/01 03:56:29 DEBUG : dir: reading active writers 2026/08/01 03:56:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:30 DEBUG : dir: Looking for writers 2026/08/01 03:56:30 DEBUG : file1: reading active writers 2026/08/01 03:56:30 DEBUG : file1(1): reading active writers 2026/08/01 03:56:30 DEBUG : Looking for writers 2026/08/01 03:56:30 DEBUG : dir: reading active writers 2026/08/01 03:56:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:30 DEBUG : forgetting directory cache 2026/08/01 03:56:30 DEBUG : dir: forgetting directory cache 2026/08/01 03:56:30 DEBUG : dir/sub: forgetting directory cache 2026/08/01 03:56:30 DEBUG : dir/sub/subsub: forgetting directory cache 2026/08/01 03:56:30 DEBUG : dir/sub: Removed virtual directory entry vAddDir: "subsub" 2026/08/01 03:56:30 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/08/01 03:56:31 DEBUG : dir: Looking for writers 2026/08/01 03:56:31 DEBUG : file1: reading active writers 2026/08/01 03:56:31 DEBUG : file1(1): reading active writers 2026/08/01 03:56:31 DEBUG : Looking for writers 2026/08/01 03:56:31 DEBUG : dir: reading active writers 2026/08/01 03:56:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:32 DEBUG : dir: Looking for writers 2026/08/01 03:56:32 DEBUG : file1: reading active writers 2026/08/01 03:56:32 DEBUG : file1(1): reading active writers 2026/08/01 03:56:32 DEBUG : Looking for writers 2026/08/01 03:56:32 DEBUG : dir: reading active writers 2026/08/01 03:56:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:33 DEBUG : dir: Looking for writers 2026/08/01 03:56:33 DEBUG : file1: reading active writers 2026/08/01 03:56:33 DEBUG : file1(1): reading active writers 2026/08/01 03:56:33 DEBUG : Looking for writers 2026/08/01 03:56:33 DEBUG : dir: reading active writers 2026/08/01 03:56:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:34 DEBUG : dir: Looking for writers 2026/08/01 03:56:34 DEBUG : file1: reading active writers 2026/08/01 03:56:34 DEBUG : file1(1): reading active writers 2026/08/01 03:56:34 DEBUG : Looking for writers 2026/08/01 03:56:34 DEBUG : dir: reading active writers 2026/08/01 03:56:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:56:35 ERROR : Exiting even though 0 writers active and 1 cache items in use after 30s Cache{ "dir/file1": &{c:0x703d6d3ed00 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x703d702ec68 notify:{wait:0 notify:0 lock:0 head: tail:} checker:7713073589408} name:dir/file1 opens:1 downloaders:0x703d7234000 o:0x703d72fe300 fd:0x703d6732518 info:{ModTime:{wall:14020683609468166214 ext:674840825617 loc:0x4cef580} ATime:{wall:14020683609606043179 ext:674978702582 loc:0x4cef580} Size:14 Rs:[{Pos:0 Size:14}] Fingerprint:14 Dirty:false} writeBackID:0 pendingAccesses:0 modified:false beingReset:false graceTimer: closing:}, } 2026/08/01 03:56:35 DEBUG : >WaitForWriters: 2026/08/01 03:56:35 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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 2026/08/01 03:56:48 DEBUG : forgetting directory cache 2026/08/01 03:56:48 DEBUG : dir: forgetting directory cache 2026/08/01 03:56:48 DEBUG : dir: Removed virtual directory entry vDel: "file1" 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:191 Error: Should be true Test: TestRWFileHandleReadAt 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:191 Error: Should be true Test: TestRWFileHandleReadAt 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:191 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 (60.39s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:56:52 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:56:52 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:56:52 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:56:52 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:56:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:56:52 DEBUG : Config file has changed externally - reloading 2026/08/01 03:56:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:56:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:56:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:56:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:56:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:56:52 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:56:53 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:56:53 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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/08/01 03:57:04 DEBUG : forgetting directory cache 2026/08/01 03:57:04 DEBUG : dir: forgetting directory cache 2026/08/01 03:57:04 DEBUG : dir: Removed virtual directory entry vDel: "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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /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:216 Error: Should be true Test: TestRWFileHandleFlushRead Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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:216 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleFlushRead Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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:216 Error: Should be true Test: TestRWFileHandleFlushRead Messages: Unexpected file "dir/file1(1)" 2026/08/01 03:57:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:57:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:57:05 DEBUG : dir/file1: newRWFileHandle: 2026/08/01 03:57:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/08/01 03:57:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/08/01 03:57:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/08/01 03:57:05 DEBUG : dir/file1(0x703d74a4cc0): RWFileHandle.Flush 2026/08/01 03:57:05 DEBUG : dir/file1(0x703d74a4cc0): _readAt: size=256, off=0 2026/08/01 03:57:05 DEBUG : dir/file1(0x703d74a4cc0): openPending: 2026/08/01 03:57:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/08/01 03:57:05 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/08/01 03:57:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:57:05 DEBUG : dir/file1(0x703d74a4cc0): >openPending: err= 2026/08/01 03:57:05 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/08/01 03:57:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/08/01 03:57:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 03:57:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:57:06 DEBUG : dir/file1(0x703d74a4cc0): >_readAt: n=14, err=EOF read_write_test.go:227: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:227 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleFlushRead 2026/08/01 03:57:06 DEBUG : dir/file1(0x703d74a4cc0): RWFileHandle.Flush 2026/08/01 03:57:06 DEBUG : dir/file1(0x703d74a4cc0): RWFileHandle.Flush 2026/08/01 03:57:06 DEBUG : dir/file1(0x703d74a4cc0): close: 2026/08/01 03:57:06 DEBUG : dir/file1(0x703d74a4cc0): >close: err= 2026/08/01 03:57:06 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:57:06 DEBUG : dir: Looking for writers 2026/08/01 03:57:06 DEBUG : file1: reading active writers 2026/08/01 03:57:06 DEBUG : file1(1): reading active writers 2026/08/01 03:57:06 DEBUG : Looking for writers 2026/08/01 03:57:06 DEBUG : dir: reading active writers 2026/08/01 03:57:06 DEBUG : >WaitForWriters: 2026/08/01 03:57:06 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/08/01 03:57:11 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze/dir/file1: no such file or directory 2026/08/01 03:57:11 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze/dir/file1: no such file or directory run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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 2026/08/01 03:57:16 DEBUG : forgetting directory cache 2026/08/01 03:57:16 DEBUG : dir: forgetting directory cache 2026/08/01 03:57:16 DEBUG : dir: Removed virtual directory entry vDel: "file1" 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleFlushRead 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleFlushRead 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (31.02s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:57:23 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:57:23 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:57:23 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:23 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:57:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:57:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:23 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:57:24 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:57:24 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:57:26 DEBUG : forgetting directory cache 2026/08/01 03:57:26 DEBUG : dir: forgetting directory cache 2026/08/01 03:57:26 DEBUG : dir: forgetting directory cache 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:358 /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:244 Error: Should be true Test: TestRWFileHandleReleaseRead Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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:244 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleReleaseRead Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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:244 Error: Should be true Test: TestRWFileHandleReleaseRead Messages: Unexpected file "dir/file1(1)" 2026/08/01 03:57:35 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 03:57:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 03:57:36 DEBUG : dir/file1: newRWFileHandle: 2026/08/01 03:57:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/08/01 03:57:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/08/01 03:57:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/08/01 03:57:36 DEBUG : dir/file1(0x703d7030e00): _readAt: size=256, off=0 2026/08/01 03:57:36 DEBUG : dir/file1(0x703d7030e00): openPending: 2026/08/01 03:57:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/08/01 03:57:36 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/08/01 03:57:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:57:36 DEBUG : dir/file1(0x703d7030e00): >openPending: err= 2026/08/01 03:57:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/08/01 03:57:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/08/01 03:57:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 03:57:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 03:57:36 DEBUG : dir/file1(0x703d7030e00): >_readAt: n=14, err=EOF read_write_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:250 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleReleaseRead 2026/08/01 03:57:36 DEBUG : dir/file1(0x703d7030e00): RWFileHandle.Release 2026/08/01 03:57:36 DEBUG : dir/file1(0x703d7030e00): close: 2026/08/01 03:57:36 DEBUG : dir/file1(0x703d7030e00): >close: err= 2026/08/01 03:57:36 DEBUG : dir/file1(0x703d7030e00): RWFileHandle.Release 2026/08/01 03:57:36 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:57:36 DEBUG : dir: Looking for writers 2026/08/01 03:57:36 DEBUG : file1: reading active writers 2026/08/01 03:57:36 DEBUG : file1(1): reading active writers 2026/08/01 03:57:36 DEBUG : Looking for writers 2026/08/01 03:57:36 DEBUG : dir: reading active writers 2026/08/01 03:57:36 DEBUG : >WaitForWriters: 2026/08/01 03:57:36 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/08/01 03:57:41 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze/dir/file1: no such file or directory 2026/08/01 03:57:41 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze/dir/file1: no such file or directory run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty 2026/08/01 03:57:41 DEBUG : dir: forgetting directory cache 2026/08/01 03:57:41 DEBUG : forgetting directory cache 2026/08/01 03:57:41 DEBUG : dir: forgetting directory cache 2026/08/01 03:57:41 DEBUG : dir/sub: forgetting directory cache 2026/08/01 03:57:41 DEBUG : dir/sub: forgetting directory cache 2026/08/01 03:57:41 DEBUG : dir/sub: forgetting directory cache 2026/08/01 03:57:41 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file0" run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseRead 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseRead 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (29.75s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:57:53 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:57:53 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:57:53 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:53 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:57:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:57:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:57:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 03:57:53 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:57:54 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 03:57:54 DEBUG : file1: newRWFileHandle: 2026/08/01 03:57:54 DEBUG : file1(0x703d7031d40): openPending: 2026/08/01 03:57:54 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 03:57:54 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 03:57:54 DEBUG : file1(0x703d7031d40): >openPending: err= 2026/08/01 03:57:54 DEBUG : file1: >newRWFileHandle: err= 2026/08/01 03:57:54 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 03:57:54 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/08/01 03:57:54 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/08/01 03:57:54 DEBUG : file1(0x703d7031d40): _writeAt: size=5, off=0 2026/08/01 03:57:54 DEBUG : file1(0x703d7031d40): >_writeAt: n=5, err= 2026/08/01 03:57:54 DEBUG : file1(0x703d7031d40): RWFileHandle.Release 2026/08/01 03:57:54 DEBUG : file1(0x703d7031d40): close: 2026/08/01 03:57:54 DEBUG : file1: vfs cache: setting modification time to 2026-08-01 03:57:54.032112718 +0000 UTC m=+783.831134499 2026/08/01 03:57:54 INFO : file1: vfs cache: queuing for upload in 100ms 2026/08/01 03:57:54 DEBUG : file1(0x703d7031d40): >close: err= 2026/08/01 03:57:54 DEBUG : file1(0x703d7031d40): RWFileHandle.Release 2026/08/01 03:57:54 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:57:54 DEBUG : dir: Looking for writers 2026/08/01 03:57:54 DEBUG : Looking for writers 2026/08/01 03:57:54 DEBUG : dir: reading active writers 2026/08/01 03:57:54 DEBUG : file1: reading active writers 2026/08/01 03:57:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/08/01 03:57:54 DEBUG : dir: Looking for writers 2026/08/01 03:57:54 DEBUG : Looking for writers 2026/08/01 03:57:54 DEBUG : dir: reading active writers 2026/08/01 03:57:54 DEBUG : file1: reading active writers 2026/08/01 03:57:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/08/01 03:57:54 DEBUG : dir: Looking for writers 2026/08/01 03:57:54 DEBUG : Looking for writers 2026/08/01 03:57:54 DEBUG : dir: reading active writers 2026/08/01 03:57:54 DEBUG : file1: reading active writers 2026/08/01 03:57:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/08/01 03:57:54 DEBUG : dir: Looking for writers 2026/08/01 03:57:54 DEBUG : Looking for writers 2026/08/01 03:57:54 DEBUG : dir: reading active writers 2026/08/01 03:57:54 DEBUG : file1: reading active writers 2026/08/01 03:57:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/08/01 03:57:54 DEBUG : file1: vfs cache: starting upload 2026/08/01 03:57:54 DEBUG : dir: Looking for writers 2026/08/01 03:57:54 DEBUG : Looking for writers 2026/08/01 03:57:54 DEBUG : dir: reading active writers 2026/08/01 03:57:54 DEBUG : file1: reading active writers 2026/08/01 03:57:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/08/01 03:57:54 DEBUG : dir: Looking for writers 2026/08/01 03:57:54 DEBUG : Looking for writers 2026/08/01 03:57:54 DEBUG : dir: reading active writers 2026/08/01 03:57:54 DEBUG : file1: reading active writers 2026/08/01 03:57:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/08/01 03:57:54 DEBUG : dir: Looking for writers 2026/08/01 03:57:54 DEBUG : Looking for writers 2026/08/01 03:57:54 DEBUG : dir: reading active writers 2026/08/01 03:57:54 DEBUG : file1: reading active writers 2026/08/01 03:57:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/08/01 03:57:55 DEBUG : dir: Looking for writers 2026/08/01 03:57:55 DEBUG : Looking for writers 2026/08/01 03:57:55 DEBUG : dir: reading active writers 2026/08/01 03:57:55 DEBUG : file1: reading active writers 2026/08/01 03:57:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:57:56 DEBUG : file1: size = 5 OK 2026/08/01 03:57:56 INFO : file1: Copied (new) 2026/08/01 03:57:56 DEBUG : file1: vfs cache: fingerprint now "5" 2026/08/01 03:57:56 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/08/01 03:57:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 03:57:56 INFO : file1: vfs cache: upload succeeded try #1 2026/08/01 03:57:56 DEBUG : dir: Looking for writers 2026/08/01 03:57:56 DEBUG : Looking for writers 2026/08/01 03:57:56 DEBUG : dir: reading active writers 2026/08/01 03:57:56 DEBUG : file1: reading active writers 2026/08/01 03:57:56 DEBUG : >WaitForWriters: 2026/08/01 03:57:56 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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 2026/08/01 03:58:09 DEBUG : forgetting directory cache 2026/08/01 03:58:09 DEBUG : dir: forgetting directory cache 2026/08/01 03:58:09 DEBUG : dir: Removed virtual directory entry vAddFile: "file1.metadata" 2026/08/01 03:58:09 DEBUG : Removed virtual directory entry vAddFile: "dir.metadata" 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseWrite 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseWrite 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleReleaseWrite Messages: directories --- FAIL: TestRWFileHandleReleaseWrite (20.20s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:58:13 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:58:13 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:58:13 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:58:13 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:58:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:58:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:58:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:58:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:58:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:58:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:58:13 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:58:14 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:58:14 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/08/01 03:58:18 DEBUG : forgetting directory cache 2026/08/01 03:58:18 DEBUG : dir: forgetting 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:358 /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:1771 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeTruncateExisting Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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 "dir/file1(1)" 2026/08/01 03:58:25 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/08/01 03:58:26 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/08/01 03:58:26 DEBUG : dir/file1: newRWFileHandle: 2026/08/01 03:58:26 DEBUG : dir/file1(0x703d715e280): openPending: 2026/08/01 03:58:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/08/01 03:58:26 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/08/01 03:58:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:58:26 DEBUG : dir/file1(0x703d715e280): >openPending: err= 2026/08/01 03:58:26 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/08/01 03:58:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/08/01 03:58:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/08/01 03:58:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/08/01 03:58:26 DEBUG : dir/file1(0x703d715e280): _writeAt: size=5, off=0 2026/08/01 03:58:26 DEBUG : dir/file1(0x703d715e280): >_writeAt: n=5, err= 2026/08/01 03:58:26 DEBUG : dir/file1(0x703d715e280): close: 2026/08/01 03:58:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 03:58:26 DEBUG : dir/file1: vfs cache: setting modification time to 2026-08-01 03:58:26.457428736 +0000 UTC m=+816.256450517 2026/08/01 03:58:26 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/08/01 03:58:26 DEBUG : dir/file1(0x703d715e280): >close: err= 2026/08/01 03:58:26 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:58:26 DEBUG : dir: Looking for writers 2026/08/01 03:58:26 DEBUG : file1: reading active writers 2026/08/01 03:58:26 DEBUG : file1(1): reading active writers 2026/08/01 03:58:26 DEBUG : Looking for writers 2026/08/01 03:58:26 DEBUG : dir: reading active writers 2026/08/01 03:58:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/08/01 03:58:26 DEBUG : dir: Looking for writers 2026/08/01 03:58:26 DEBUG : file1: reading active writers 2026/08/01 03:58:26 DEBUG : file1(1): reading active writers 2026/08/01 03:58:26 DEBUG : Looking for writers 2026/08/01 03:58:26 DEBUG : dir: reading active writers 2026/08/01 03:58:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/08/01 03:58:26 DEBUG : dir: Looking for writers 2026/08/01 03:58:26 DEBUG : file1: reading active writers 2026/08/01 03:58:26 DEBUG : file1(1): reading active writers 2026/08/01 03:58:26 DEBUG : Looking for writers 2026/08/01 03:58:26 DEBUG : dir: reading active writers 2026/08/01 03:58:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/08/01 03:58:26 DEBUG : dir: Looking for writers 2026/08/01 03:58:26 DEBUG : file1: reading active writers 2026/08/01 03:58:26 DEBUG : file1(1): reading active writers 2026/08/01 03:58:26 DEBUG : Looking for writers 2026/08/01 03:58:26 DEBUG : dir: reading active writers 2026/08/01 03:58:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/08/01 03:58:26 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:58:26 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:58:26 DEBUG : dir: Looking for writers 2026/08/01 03:58:26 DEBUG : file1: reading active writers 2026/08/01 03:58:26 DEBUG : file1(1): reading active writers 2026/08/01 03:58:26 DEBUG : Looking for writers 2026/08/01 03:58:26 DEBUG : dir: reading active writers 2026/08/01 03:58:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/08/01 03:58:26 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:26 DEBUG : dir: Looking for writers 2026/08/01 03:58:26 DEBUG : file1: reading active writers 2026/08/01 03:58:26 DEBUG : file1(1): reading active writers 2026/08/01 03:58:26 DEBUG : Looking for writers 2026/08/01 03:58:26 DEBUG : dir: reading active writers 2026/08/01 03:58:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/08/01 03:58:27 DEBUG : dir: Looking for writers 2026/08/01 03:58:27 DEBUG : file1: reading active writers 2026/08/01 03:58:27 DEBUG : file1(1): reading active writers 2026/08/01 03:58:27 DEBUG : Looking for writers 2026/08/01 03:58:27 DEBUG : dir: reading active writers 2026/08/01 03:58:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/08/01 03:58:27 DEBUG : forgetting directory cache 2026/08/01 03:58:27 DEBUG : dir: forgetting directory cache 2026/08/01 03:58:27 DEBUG : dir: Looking for writers 2026/08/01 03:58:27 DEBUG : file1(1): reading active writers 2026/08/01 03:58:27 DEBUG : file1: reading active writers 2026/08/01 03:58:27 DEBUG : Looking for writers 2026/08/01 03:58:27 DEBUG : dir: reading active writers 2026/08/01 03:58:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:28 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:58:28 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:58:28 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:28 INFO : dir/file1: Removing failed copy 2026/08/01 03:58:28 DEBUG : dir: Looking for writers 2026/08/01 03:58:28 DEBUG : file1: reading active writers 2026/08/01 03:58:28 DEBUG : file1(1): reading active writers 2026/08/01 03:58:28 DEBUG : Looking for writers 2026/08/01 03:58:28 DEBUG : dir: reading active writers 2026/08/01 03:58:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:28 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:28 ERROR : dir/file1: vfs cache: failed to upload try #1, will retry in 200ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:28 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:58:28 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:58:29 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:29 DEBUG : dir: Looking for writers 2026/08/01 03:58:29 DEBUG : file1: reading active writers 2026/08/01 03:58:29 DEBUG : file1(1): reading active writers 2026/08/01 03:58:29 DEBUG : Looking for writers 2026/08/01 03:58:29 DEBUG : dir: reading active writers 2026/08/01 03:58:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:30 DEBUG : dir: Looking for writers 2026/08/01 03:58:30 DEBUG : file1: reading active writers 2026/08/01 03:58:30 DEBUG : file1(1): reading active writers 2026/08/01 03:58:30 DEBUG : Looking for writers 2026/08/01 03:58:30 DEBUG : dir: reading active writers 2026/08/01 03:58:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:30 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:58:30 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:58:30 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:30 INFO : dir/file1: Removing failed copy 2026/08/01 03:58:31 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:31 ERROR : dir/file1: vfs cache: failed to upload try #2, will retry in 400ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:31 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:58:31 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:58:31 DEBUG : dir: Looking for writers 2026/08/01 03:58:31 DEBUG : file1: reading active writers 2026/08/01 03:58:31 DEBUG : file1(1): reading active writers 2026/08/01 03:58:31 DEBUG : Looking for writers 2026/08/01 03:58:31 DEBUG : dir: reading active writers 2026/08/01 03:58:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:31 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:32 DEBUG : dir: Looking for writers 2026/08/01 03:58:32 DEBUG : file1: reading active writers 2026/08/01 03:58:32 DEBUG : file1(1): reading active writers 2026/08/01 03:58:32 DEBUG : Looking for writers 2026/08/01 03:58:32 DEBUG : dir: reading active writers 2026/08/01 03:58:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:33 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:58:33 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:58:33 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:33 INFO : dir/file1: Removing failed copy 2026/08/01 03:58:33 DEBUG : dir: Looking for writers 2026/08/01 03:58:33 DEBUG : file1: reading active writers 2026/08/01 03:58:33 DEBUG : file1(1): reading active writers 2026/08/01 03:58:33 DEBUG : Looking for writers 2026/08/01 03:58:33 DEBUG : dir: reading active writers 2026/08/01 03:58:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:33 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:33 ERROR : dir/file1: vfs cache: failed to upload try #3, will retry in 800ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:34 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:58:34 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:58:34 DEBUG : dir: Looking for writers 2026/08/01 03:58:34 DEBUG : file1: reading active writers 2026/08/01 03:58:34 DEBUG : file1(1): reading active writers 2026/08/01 03:58:34 DEBUG : Looking for writers 2026/08/01 03:58:34 DEBUG : dir: reading active writers 2026/08/01 03:58:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:34 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:35 DEBUG : dir: Looking for writers 2026/08/01 03:58:35 DEBUG : file1(1): reading active writers 2026/08/01 03:58:35 DEBUG : file1: reading active writers 2026/08/01 03:58:35 DEBUG : Looking for writers 2026/08/01 03:58:35 DEBUG : dir: reading active writers 2026/08/01 03:58:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:36 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:58:36 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:58:36 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:36 INFO : dir/file1: Removing failed copy 2026/08/01 03:58:36 DEBUG : dir: Looking for writers 2026/08/01 03:58:36 DEBUG : file1: reading active writers 2026/08/01 03:58:36 DEBUG : file1(1): reading active writers 2026/08/01 03:58:36 DEBUG : Looking for writers 2026/08/01 03:58:36 DEBUG : dir: reading active writers 2026/08/01 03:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:36 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:36 ERROR : dir/file1: vfs cache: failed to upload try #4, will retry in 1.6s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:37 DEBUG : dir: Looking for writers 2026/08/01 03:58:37 DEBUG : file1: reading active writers 2026/08/01 03:58:37 DEBUG : file1(1): reading active writers 2026/08/01 03:58:37 DEBUG : Looking for writers 2026/08/01 03:58:37 DEBUG : dir: reading active writers 2026/08/01 03:58:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:38 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:58:38 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:58:38 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:38 DEBUG : dir: Looking for writers 2026/08/01 03:58:38 DEBUG : file1(1): reading active writers 2026/08/01 03:58:38 DEBUG : file1: reading active writers 2026/08/01 03:58:38 DEBUG : Looking for writers 2026/08/01 03:58:38 DEBUG : dir: reading active writers 2026/08/01 03:58:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:39 DEBUG : forgetting directory cache 2026/08/01 03:58:39 DEBUG : dir: forgetting directory cache 2026/08/01 03:58:39 DEBUG : dir: Looking for writers 2026/08/01 03:58:39 DEBUG : file1: reading active writers 2026/08/01 03:58:39 DEBUG : file1(1): reading active writers 2026/08/01 03:58:39 DEBUG : Looking for writers 2026/08/01 03:58:39 DEBUG : dir: reading active writers 2026/08/01 03:58:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:40 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:58:40 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:58:40 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:40 INFO : dir/file1: Removing failed copy 2026/08/01 03:58:40 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:40 ERROR : dir/file1: vfs cache: failed to upload try #5, will retry in 3.2s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:40 DEBUG : dir: Looking for writers 2026/08/01 03:58:40 DEBUG : file1: reading active writers 2026/08/01 03:58:40 DEBUG : file1(1): reading active writers 2026/08/01 03:58:40 DEBUG : Looking for writers 2026/08/01 03:58:40 DEBUG : dir: reading active writers 2026/08/01 03:58:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:41 DEBUG : dir: Looking for writers 2026/08/01 03:58:41 DEBUG : file1: reading active writers 2026/08/01 03:58:41 DEBUG : file1(1): reading active writers 2026/08/01 03:58:41 DEBUG : Looking for writers 2026/08/01 03:58:41 DEBUG : dir: reading active writers 2026/08/01 03:58:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:42 DEBUG : dir: Looking for writers 2026/08/01 03:58:42 DEBUG : file1: reading active writers 2026/08/01 03:58:42 DEBUG : file1(1): reading active writers 2026/08/01 03:58:42 DEBUG : Looking for writers 2026/08/01 03:58:42 DEBUG : dir: reading active writers 2026/08/01 03:58:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:43 DEBUG : dir: Looking for writers 2026/08/01 03:58:43 DEBUG : file1: reading active writers 2026/08/01 03:58:43 DEBUG : file1(1): reading active writers 2026/08/01 03:58:43 DEBUG : Looking for writers 2026/08/01 03:58:43 DEBUG : dir: reading active writers 2026/08/01 03:58:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:43 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:58:43 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:58:44 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:44 DEBUG : dir: Looking for writers 2026/08/01 03:58:44 DEBUG : file1: reading active writers 2026/08/01 03:58:44 DEBUG : file1(1): reading active writers 2026/08/01 03:58:44 DEBUG : Looking for writers 2026/08/01 03:58:44 DEBUG : dir: reading active writers 2026/08/01 03:58:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:45 DEBUG : dir: Looking for writers 2026/08/01 03:58:45 DEBUG : file1: reading active writers 2026/08/01 03:58:45 DEBUG : file1(1): reading active writers 2026/08/01 03:58:45 DEBUG : Looking for writers 2026/08/01 03:58:45 DEBUG : dir: reading active writers 2026/08/01 03:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:46 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:58:46 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:58:46 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:46 INFO : dir/file1: Removing failed copy 2026/08/01 03:58:46 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:46 ERROR : dir/file1: vfs cache: failed to upload try #6, will retry in 6.4s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:46 DEBUG : dir: Looking for writers 2026/08/01 03:58:46 DEBUG : file1: reading active writers 2026/08/01 03:58:46 DEBUG : file1(1): reading active writers 2026/08/01 03:58:46 DEBUG : Looking for writers 2026/08/01 03:58:46 DEBUG : dir: reading active writers 2026/08/01 03:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:47 DEBUG : forgetting directory cache 2026/08/01 03:58:47 DEBUG : dir: forgetting directory cache 2026/08/01 03:58:47 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/08/01 03:58:47 DEBUG : dir: Looking for writers 2026/08/01 03:58:47 DEBUG : file1: reading active writers 2026/08/01 03:58:47 DEBUG : file1(1): reading active writers 2026/08/01 03:58:47 DEBUG : Looking for writers 2026/08/01 03:58:47 DEBUG : dir: reading active writers 2026/08/01 03:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:48 DEBUG : dir: Looking for writers 2026/08/01 03:58:48 DEBUG : file1: reading active writers 2026/08/01 03:58:48 DEBUG : file1(1): reading active writers 2026/08/01 03:58:48 DEBUG : Looking for writers 2026/08/01 03:58:48 DEBUG : dir: reading active writers 2026/08/01 03:58:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:49 DEBUG : dir: Looking for writers 2026/08/01 03:58:49 DEBUG : file1: reading active writers 2026/08/01 03:58:49 DEBUG : file1(1): reading active writers 2026/08/01 03:58:49 DEBUG : Looking for writers 2026/08/01 03:58:49 DEBUG : dir: reading active writers 2026/08/01 03:58:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:50 DEBUG : dir: Looking for writers 2026/08/01 03:58:50 DEBUG : file1: reading active writers 2026/08/01 03:58:50 DEBUG : file1(1): reading active writers 2026/08/01 03:58:50 DEBUG : Looking for writers 2026/08/01 03:58:50 DEBUG : dir: reading active writers 2026/08/01 03:58:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:51 DEBUG : dir: Looking for writers 2026/08/01 03:58:51 DEBUG : file1: reading active writers 2026/08/01 03:58:51 DEBUG : file1(1): reading active writers 2026/08/01 03:58:51 DEBUG : Looking for writers 2026/08/01 03:58:51 DEBUG : dir: reading active writers 2026/08/01 03:58:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:52 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:58:52 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:58:52 DEBUG : dir: Looking for writers 2026/08/01 03:58:52 DEBUG : file1: reading active writers 2026/08/01 03:58:52 DEBUG : file1(1): reading active writers 2026/08/01 03:58:52 DEBUG : Looking for writers 2026/08/01 03:58:52 DEBUG : dir: reading active writers 2026/08/01 03:58:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:52 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:53 DEBUG : dir: Looking for writers 2026/08/01 03:58:53 DEBUG : file1: reading active writers 2026/08/01 03:58:53 DEBUG : file1(1): reading active writers 2026/08/01 03:58:53 DEBUG : Looking for writers 2026/08/01 03:58:53 DEBUG : dir: reading active writers 2026/08/01 03:58:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:54 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:58:54 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:58:54 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:54 INFO : dir/file1: Removing failed copy 2026/08/01 03:58:54 DEBUG : dir: Looking for writers 2026/08/01 03:58:54 DEBUG : file1: reading active writers 2026/08/01 03:58:54 DEBUG : file1(1): reading active writers 2026/08/01 03:58:54 DEBUG : Looking for writers 2026/08/01 03:58:54 DEBUG : dir: reading active writers 2026/08/01 03:58:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:54 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:58:54 ERROR : dir/file1: vfs cache: failed to upload try #7, will retry in 12.8s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 5 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:58:55 DEBUG : dir: Looking for writers 2026/08/01 03:58:55 DEBUG : file1(1): reading active writers 2026/08/01 03:58:55 DEBUG : file1: reading active writers 2026/08/01 03:58:55 DEBUG : Looking for writers 2026/08/01 03:58:55 DEBUG : dir: reading active writers 2026/08/01 03:58:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:58:56 ERROR : Exiting even though 0 writers active and 1 cache items in use after 30s Cache{ "dir/file1": &{c:0x703d6c62d00 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x703d68ad568 notify:{wait:0 notify:0 lock:0 head: tail:} checker:7713065719200} name:dir/file1 opens:0 downloaders: o:0x703d6c8cb00 fd: info:{ModTime:{wall:14020683761281388288 ext:816256450517 loc:0x4cef580} ATime:{wall:14020683761281424847 ext:816256487077 loc:0x4cef580} Size:5 Rs:[{Pos:0 Size:5}] Fingerprint:14 Dirty:true} writeBackID:1 pendingAccesses:0 modified:false beingReset:false graceTimer: closing:}, } 2026/08/01 03:58:56 DEBUG : >WaitForWriters: 2026/08/01 03:58:56 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:09 DEBUG : forgetting directory cache 2026/08/01 03:59:09 DEBUG : dir: forgetting directory cache 2026/08/01 03:59:09 DEBUG : dir: Removed virtual directory entry vDel: "file1" run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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 2026/08/01 03:59:18 DEBUG : forgetting directory cache 2026/08/01 03:59:18 DEBUG : dir: forgetting directory cache 2026/08/01 03:59:18 DEBUG : dir: Removed virtual directory entry vDel: "file1" 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (68.93s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 03:59:22 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 03:59:22 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 03:59:22 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:59:22 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:59:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:59:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:59:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:59:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:59:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 03:59:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 03:59:22 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 03:59:23 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:59:23 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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:358 /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:502 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16) 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:358 /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:502 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting Messages: dir/file1: size incorrect file=16 vs obj=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:358 /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:502 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: Unexpected file "dir/file1(1)" 2026/08/01 03:59:34 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 03:59:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 03:59:35 DEBUG : dir/file1: newRWFileHandle: 2026/08/01 03:59:35 DEBUG : dir/file1: >newRWFileHandle: err= 2026/08/01 03:59:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:59:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/08/01 03:59:35 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= read_write_test.go:473: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:473 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:505 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting read_write_test.go:477: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:477 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:505 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting 2026/08/01 03:59:35 DEBUG : dir/file1(0x703d674a200): _writeAt: size=5, off=0 2026/08/01 03:59:35 DEBUG : dir/file1(0x703d674a200): openPending: 2026/08/01 03:59:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/08/01 03:59:35 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/08/01 03:59:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/08/01 03:59:35 DEBUG : dir/file1(0x703d674a200): >openPending: err= 2026/08/01 03:59:35 DEBUG : dir/file1(0x703d674a200): >_writeAt: n=5, err= read_write_test.go:473: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:473 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:513 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting read_write_test.go:477: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:477 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:513 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting 2026/08/01 03:59:35 DEBUG : dir/file1(0x703d674a200): _writeAt: size=15, off=5 2026/08/01 03:59:35 DEBUG : dir/file1(0x703d674a200): >_writeAt: n=15, err= 2026/08/01 03:59:35 DEBUG : dir/file1(0x703d674a200): close: 2026/08/01 03:59:35 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:20}] - present true 2026/08/01 03:59:35 DEBUG : dir/file1: vfs cache: setting modification time to 2026-08-01 03:59:35.073911051 +0000 UTC m=+884.872932823 2026/08/01 03:59:35 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/08/01 03:59:35 DEBUG : dir/file1(0x703d674a200): >close: err= 2026/08/01 03:59:35 DEBUG : WaitForWriters: timeout=30s 2026/08/01 03:59:35 DEBUG : dir: Looking for writers 2026/08/01 03:59:35 DEBUG : file1: reading active writers 2026/08/01 03:59:35 DEBUG : file1(1): reading active writers 2026/08/01 03:59:35 DEBUG : Looking for writers 2026/08/01 03:59:35 DEBUG : dir: reading active writers 2026/08/01 03:59:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/08/01 03:59:35 DEBUG : dir: Looking for writers 2026/08/01 03:59:35 DEBUG : file1: reading active writers 2026/08/01 03:59:35 DEBUG : file1(1): reading active writers 2026/08/01 03:59:35 DEBUG : Looking for writers 2026/08/01 03:59:35 DEBUG : dir: reading active writers 2026/08/01 03:59:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/08/01 03:59:35 DEBUG : dir: Looking for writers 2026/08/01 03:59:35 DEBUG : file1: reading active writers 2026/08/01 03:59:35 DEBUG : file1(1): reading active writers 2026/08/01 03:59:35 DEBUG : Looking for writers 2026/08/01 03:59:35 DEBUG : dir: reading active writers 2026/08/01 03:59:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/08/01 03:59:35 DEBUG : dir: Looking for writers 2026/08/01 03:59:35 DEBUG : file1: reading active writers 2026/08/01 03:59:35 DEBUG : file1(1): reading active writers 2026/08/01 03:59:35 DEBUG : Looking for writers 2026/08/01 03:59:35 DEBUG : dir: reading active writers 2026/08/01 03:59:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/08/01 03:59:35 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:59:35 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:59:35 DEBUG : dir: Looking for writers 2026/08/01 03:59:35 DEBUG : file1: reading active writers 2026/08/01 03:59:35 DEBUG : file1(1): reading active writers 2026/08/01 03:59:35 DEBUG : Looking for writers 2026/08/01 03:59:35 DEBUG : dir: reading active writers 2026/08/01 03:59:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/08/01 03:59:35 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:35 DEBUG : dir: Looking for writers 2026/08/01 03:59:35 DEBUG : file1: reading active writers 2026/08/01 03:59:35 DEBUG : file1(1): reading active writers 2026/08/01 03:59:35 DEBUG : Looking for writers 2026/08/01 03:59:35 DEBUG : dir: reading active writers 2026/08/01 03:59:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/08/01 03:59:35 DEBUG : dir: Looking for writers 2026/08/01 03:59:35 DEBUG : file1: reading active writers 2026/08/01 03:59:35 DEBUG : file1(1): reading active writers 2026/08/01 03:59:35 DEBUG : Looking for writers 2026/08/01 03:59:35 DEBUG : dir: reading active writers 2026/08/01 03:59:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/08/01 03:59:36 DEBUG : dir: Looking for writers 2026/08/01 03:59:36 DEBUG : file1: reading active writers 2026/08/01 03:59:36 DEBUG : file1(1): reading active writers 2026/08/01 03:59:36 DEBUG : Looking for writers 2026/08/01 03:59:36 DEBUG : dir: reading active writers 2026/08/01 03:59:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:37 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:59:37 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:59:37 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:37 INFO : dir/file1: Removing failed copy 2026/08/01 03:59:37 DEBUG : dir: Looking for writers 2026/08/01 03:59:37 DEBUG : file1(1): reading active writers 2026/08/01 03:59:37 DEBUG : file1: reading active writers 2026/08/01 03:59:37 DEBUG : Looking for writers 2026/08/01 03:59:37 DEBUG : dir: reading active writers 2026/08/01 03:59:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:37 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:37 ERROR : dir/file1: vfs cache: failed to upload try #1, will retry in 200ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:37 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:59:37 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:59:37 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:38 DEBUG : dir: Looking for writers 2026/08/01 03:59:38 DEBUG : file1: reading active writers 2026/08/01 03:59:38 DEBUG : file1(1): reading active writers 2026/08/01 03:59:38 DEBUG : Looking for writers 2026/08/01 03:59:38 DEBUG : dir: reading active writers 2026/08/01 03:59:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:39 DEBUG : dir: Looking for writers 2026/08/01 03:59:39 DEBUG : file1(1): reading active writers 2026/08/01 03:59:39 DEBUG : file1: reading active writers 2026/08/01 03:59:39 DEBUG : Looking for writers 2026/08/01 03:59:39 DEBUG : dir: reading active writers 2026/08/01 03:59:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:39 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:59:39 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:59:39 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:39 INFO : dir/file1: Removing failed copy 2026/08/01 03:59:39 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:39 ERROR : dir/file1: vfs cache: failed to upload try #2, will retry in 400ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:40 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:59:40 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:59:40 DEBUG : dir: Looking for writers 2026/08/01 03:59:40 DEBUG : file1: reading active writers 2026/08/01 03:59:40 DEBUG : file1(1): reading active writers 2026/08/01 03:59:40 DEBUG : Looking for writers 2026/08/01 03:59:40 DEBUG : dir: reading active writers 2026/08/01 03:59:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:40 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:41 DEBUG : dir: Looking for writers 2026/08/01 03:59:41 DEBUG : file1: reading active writers 2026/08/01 03:59:41 DEBUG : file1(1): reading active writers 2026/08/01 03:59:41 DEBUG : Looking for writers 2026/08/01 03:59:41 DEBUG : dir: reading active writers 2026/08/01 03:59:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:42 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:59:42 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:59:42 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:42 INFO : dir/file1: Removing failed copy 2026/08/01 03:59:42 DEBUG : dir: Looking for writers 2026/08/01 03:59:42 DEBUG : file1: reading active writers 2026/08/01 03:59:42 DEBUG : file1(1): reading active writers 2026/08/01 03:59:42 DEBUG : Looking for writers 2026/08/01 03:59:42 DEBUG : dir: reading active writers 2026/08/01 03:59:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:42 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:42 ERROR : dir/file1: vfs cache: failed to upload try #3, will retry in 800ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:42 DEBUG : forgetting directory cache 2026/08/01 03:59:42 DEBUG : dir: forgetting directory cache 2026/08/01 03:59:43 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:59:43 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:59:43 DEBUG : dir: Looking for writers 2026/08/01 03:59:43 DEBUG : file1: reading active writers 2026/08/01 03:59:43 DEBUG : file1(1): reading active writers 2026/08/01 03:59:43 DEBUG : Looking for writers 2026/08/01 03:59:43 DEBUG : dir: reading active writers 2026/08/01 03:59:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:43 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:44 DEBUG : dir: Looking for writers 2026/08/01 03:59:44 DEBUG : file1: reading active writers 2026/08/01 03:59:44 DEBUG : file1(1): reading active writers 2026/08/01 03:59:44 DEBUG : Looking for writers 2026/08/01 03:59:44 DEBUG : dir: reading active writers 2026/08/01 03:59:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:45 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:59:45 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:59:45 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:45 INFO : dir/file1: Removing failed copy 2026/08/01 03:59:45 DEBUG : dir: Looking for writers 2026/08/01 03:59:45 DEBUG : file1: reading active writers 2026/08/01 03:59:45 DEBUG : file1(1): reading active writers 2026/08/01 03:59:45 DEBUG : Looking for writers 2026/08/01 03:59:45 DEBUG : dir: reading active writers 2026/08/01 03:59:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:45 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:45 ERROR : dir/file1: vfs cache: failed to upload try #4, will retry in 1.6s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:46 DEBUG : dir: Looking for writers 2026/08/01 03:59:46 DEBUG : file1: reading active writers 2026/08/01 03:59:46 DEBUG : file1(1): reading active writers 2026/08/01 03:59:46 DEBUG : Looking for writers 2026/08/01 03:59:46 DEBUG : dir: reading active writers 2026/08/01 03:59:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:47 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:59:47 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:59:47 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:47 DEBUG : dir: Looking for writers 2026/08/01 03:59:47 DEBUG : file1: reading active writers 2026/08/01 03:59:47 DEBUG : file1(1): reading active writers 2026/08/01 03:59:47 DEBUG : Looking for writers 2026/08/01 03:59:47 DEBUG : dir: reading active writers 2026/08/01 03:59:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:48 DEBUG : dir: Looking for writers 2026/08/01 03:59:48 DEBUG : file1: reading active writers 2026/08/01 03:59:48 DEBUG : file1(1): reading active writers 2026/08/01 03:59:48 DEBUG : Looking for writers 2026/08/01 03:59:48 DEBUG : dir: reading active writers 2026/08/01 03:59:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:49 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:59:49 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:59:49 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:49 INFO : dir/file1: Removing failed copy 2026/08/01 03:59:49 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:49 ERROR : dir/file1: vfs cache: failed to upload try #5, will retry in 3.2s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:49 DEBUG : dir: Looking for writers 2026/08/01 03:59:49 DEBUG : file1: reading active writers 2026/08/01 03:59:49 DEBUG : file1(1): reading active writers 2026/08/01 03:59:49 DEBUG : Looking for writers 2026/08/01 03:59:49 DEBUG : dir: reading active writers 2026/08/01 03:59:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:50 DEBUG : dir: Looking for writers 2026/08/01 03:59:50 DEBUG : file1: reading active writers 2026/08/01 03:59:50 DEBUG : file1(1): reading active writers 2026/08/01 03:59:50 DEBUG : Looking for writers 2026/08/01 03:59:50 DEBUG : dir: reading active writers 2026/08/01 03:59:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:51 DEBUG : dir: Looking for writers 2026/08/01 03:59:51 DEBUG : file1: reading active writers 2026/08/01 03:59:51 DEBUG : file1(1): reading active writers 2026/08/01 03:59:51 DEBUG : Looking for writers 2026/08/01 03:59:51 DEBUG : dir: reading active writers 2026/08/01 03:59:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:52 DEBUG : dir: Looking for writers 2026/08/01 03:59:52 DEBUG : file1(1): reading active writers 2026/08/01 03:59:52 DEBUG : file1: reading active writers 2026/08/01 03:59:52 DEBUG : Looking for writers 2026/08/01 03:59:52 DEBUG : dir: reading active writers 2026/08/01 03:59:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:52 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 03:59:52 DEBUG : dir/file1: Update: removing old file 2026/08/01 03:59:52 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:53 DEBUG : dir: Looking for writers 2026/08/01 03:59:53 DEBUG : file1: reading active writers 2026/08/01 03:59:53 DEBUG : file1(1): reading active writers 2026/08/01 03:59:53 DEBUG : Looking for writers 2026/08/01 03:59:53 DEBUG : dir: reading active writers 2026/08/01 03:59:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:54 DEBUG : dir: Looking for writers 2026/08/01 03:59:54 DEBUG : file1(1): reading active writers 2026/08/01 03:59:54 DEBUG : file1: reading active writers 2026/08/01 03:59:54 DEBUG : Looking for writers 2026/08/01 03:59:54 DEBUG : dir: reading active writers 2026/08/01 03:59:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:54 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 03:59:54 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 03:59:54 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:54 INFO : dir/file1: Removing failed copy 2026/08/01 03:59:54 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 03:59:54 ERROR : dir/file1: vfs cache: failed to upload try #6, will retry in 6.4s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 03:59:55 DEBUG : dir: Looking for writers 2026/08/01 03:59:55 DEBUG : file1: reading active writers 2026/08/01 03:59:55 DEBUG : file1(1): reading active writers 2026/08/01 03:59:55 DEBUG : Looking for writers 2026/08/01 03:59:55 DEBUG : dir: reading active writers 2026/08/01 03:59:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:56 DEBUG : dir: Looking for writers 2026/08/01 03:59:56 DEBUG : file1: reading active writers 2026/08/01 03:59:56 DEBUG : file1(1): reading active writers 2026/08/01 03:59:56 DEBUG : Looking for writers 2026/08/01 03:59:56 DEBUG : dir: reading active writers 2026/08/01 03:59:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:57 DEBUG : dir: Looking for writers 2026/08/01 03:59:57 DEBUG : file1: reading active writers 2026/08/01 03:59:57 DEBUG : file1(1): reading active writers 2026/08/01 03:59:57 DEBUG : Looking for writers 2026/08/01 03:59:57 DEBUG : dir: reading active writers 2026/08/01 03:59:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:58 DEBUG : dir: Looking for writers 2026/08/01 03:59:58 DEBUG : file1: reading active writers 2026/08/01 03:59:58 DEBUG : file1(1): reading active writers 2026/08/01 03:59:58 DEBUG : Looking for writers 2026/08/01 03:59:58 DEBUG : dir: reading active writers 2026/08/01 03:59:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:59 DEBUG : dir: Looking for writers 2026/08/01 03:59:59 DEBUG : file1: reading active writers 2026/08/01 03:59:59 DEBUG : file1(1): reading active writers 2026/08/01 03:59:59 DEBUG : Looking for writers 2026/08/01 03:59:59 DEBUG : dir: reading active writers 2026/08/01 03:59:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 03:59:59 DEBUG : forgetting directory cache 2026/08/01 03:59:59 DEBUG : dir: forgetting directory cache 2026/08/01 04:00:00 DEBUG : dir: Looking for writers 2026/08/01 04:00:00 DEBUG : file1: reading active writers 2026/08/01 04:00:00 DEBUG : file1(1): reading active writers 2026/08/01 04:00:00 DEBUG : Looking for writers 2026/08/01 04:00:00 DEBUG : dir: reading active writers 2026/08/01 04:00:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 04:00:01 DEBUG : dir/file1: vfs cache: starting upload 2026/08/01 04:00:01 DEBUG : dir/file1: Update: removing old file 2026/08/01 04:00:01 DEBUG : dir: Looking for writers 2026/08/01 04:00:01 DEBUG : file1: reading active writers 2026/08/01 04:00:01 DEBUG : file1(1): reading active writers 2026/08/01 04:00:01 DEBUG : Looking for writers 2026/08/01 04:00:01 DEBUG : dir: reading active writers 2026/08/01 04:00:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 04:00:01 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 04:00:02 DEBUG : dir: Looking for writers 2026/08/01 04:00:02 DEBUG : file1: reading active writers 2026/08/01 04:00:02 DEBUG : file1(1): reading active writers 2026/08/01 04:00:02 DEBUG : Looking for writers 2026/08/01 04:00:02 DEBUG : dir: reading active writers 2026/08/01 04:00:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 04:00:03 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 2026/08/01 04:00:03 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 04:00:03 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 04:00:03 INFO : dir/file1: Removing failed copy 2026/08/01 04:00:03 DEBUG : dir: Looking for writers 2026/08/01 04:00:03 DEBUG : file1: reading active writers 2026/08/01 04:00:03 DEBUG : file1(1): reading active writers 2026/08/01 04:00:03 DEBUG : Looking for writers 2026/08/01 04:00:03 DEBUG : dir: reading active writers 2026/08/01 04:00:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 04:00:03 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/08/01 04:00:03 ERROR : dir/file1: vfs cache: failed to upload try #7, will retry in 12.8s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze) 20 vs dst(Linkbox root 'rclone-test-kuqalum6gaze') 14 2026/08/01 04:00:04 DEBUG : dir: Looking for writers 2026/08/01 04:00:04 DEBUG : file1: reading active writers 2026/08/01 04:00:04 DEBUG : file1(1): reading active writers 2026/08/01 04:00:04 DEBUG : Looking for writers 2026/08/01 04:00:04 DEBUG : dir: reading active writers 2026/08/01 04:00:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 04:00:05 ERROR : Exiting even though 0 writers active and 1 cache items in use after 30s Cache{ "dir/file1": &{c:0x703d6c62700 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x703d712cb48 notify:{wait:0 notify:0 lock:0 head: tail:} checker:7713074629504} name:dir/file1 opens:0 downloaders: o:0x703d708c600 fd: info:{ModTime:{wall:14020683834986056459 ext:884872932823 loc:0x4cef580} ATime:{wall:14020683834986087779 ext:884872964142 loc:0x4cef580} Size:20 Rs:[{Pos:0 Size:20}] Fingerprint:14 Dirty:true} writeBackID:1 pendingAccesses:0 modified:false beingReset:false graceTimer: closing:}, } 2026/08/01 04:00:05 DEBUG : >WaitForWriters: 2026/08/01 04:00:05 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/08/01 04:00:18 DEBUG : forgetting directory cache 2026/08/01 04:00:18 DEBUG : dir: forgetting directory cache run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateExisting 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (68.86s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:00:31 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:00:31 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 04:00:31 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:31 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:00:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:00:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:31 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 04:00:31 DEBUG : forgetting directory cache 2026/08/01 04:00:31 DEBUG : dir: forgetting directory cache 2026/08/01 04:00:32 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:32 DEBUG : file1: newRWFileHandle: 2026/08/01 04:00:32 DEBUG : file1(0x703d71626c0): openPending: 2026/08/01 04:00:32 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:00:32 DEBUG : file1(0x703d71626c0): >openPending: err= 2026/08/01 04:00:32 DEBUG : file1: >newRWFileHandle: err= 2026/08/01 04:00:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:00:32 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/08/01 04:00:32 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/08/01 04:00:32 DEBUG : file1(0x703d71626c0): _writeAt: size=5, off=0 2026/08/01 04:00:32 DEBUG : file1(0x703d71626c0): >_writeAt: n=5, err= 2026/08/01 04:00:32 DEBUG : file1(0x703d71626c0): close: 2026/08/01 04:00:32 DEBUG : file1: vfs cache: setting modification time to 2026-08-01 04:00:32.045972572 +0000 UTC m=+941.844994423 2026/08/01 04:00:32 INFO : file1: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:32 DEBUG : file1(0x703d71626c0): >close: err= 2026/08/01 04:00:32 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:00:32 DEBUG : dir: Looking for writers 2026/08/01 04:00:32 DEBUG : Looking for writers 2026/08/01 04:00:32 DEBUG : dir: reading active writers 2026/08/01 04:00:32 DEBUG : file1: reading active writers 2026/08/01 04:00:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/08/01 04:00:32 DEBUG : dir: Looking for writers 2026/08/01 04:00:32 DEBUG : Looking for writers 2026/08/01 04:00:32 DEBUG : dir: reading active writers 2026/08/01 04:00:32 DEBUG : file1: reading active writers 2026/08/01 04:00:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/08/01 04:00:32 DEBUG : dir: Looking for writers 2026/08/01 04:00:32 DEBUG : Looking for writers 2026/08/01 04:00:32 DEBUG : dir: reading active writers 2026/08/01 04:00:32 DEBUG : file1: reading active writers 2026/08/01 04:00:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/08/01 04:00:32 DEBUG : dir: Looking for writers 2026/08/01 04:00:32 DEBUG : Looking for writers 2026/08/01 04:00:32 DEBUG : dir: reading active writers 2026/08/01 04:00:32 DEBUG : file1: reading active writers 2026/08/01 04:00:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/08/01 04:00:32 DEBUG : file1: vfs cache: starting upload 2026/08/01 04:00:32 DEBUG : dir: Looking for writers 2026/08/01 04:00:32 DEBUG : Looking for writers 2026/08/01 04:00:32 DEBUG : dir: reading active writers 2026/08/01 04:00:32 DEBUG : file1: reading active writers 2026/08/01 04:00:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/08/01 04:00:32 DEBUG : dir: Looking for writers 2026/08/01 04:00:32 DEBUG : Looking for writers 2026/08/01 04:00:32 DEBUG : dir: reading active writers 2026/08/01 04:00:32 DEBUG : file1: reading active writers 2026/08/01 04:00:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/08/01 04:00:32 DEBUG : dir: Looking for writers 2026/08/01 04:00:32 DEBUG : Looking for writers 2026/08/01 04:00:32 DEBUG : dir: reading active writers 2026/08/01 04:00:32 DEBUG : file1: reading active writers 2026/08/01 04:00:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/08/01 04:00:33 DEBUG : dir: Looking for writers 2026/08/01 04:00:33 DEBUG : Looking for writers 2026/08/01 04:00:33 DEBUG : dir: reading active writers 2026/08/01 04:00:33 DEBUG : file1: reading active writers 2026/08/01 04:00:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/08/01 04:00:34 DEBUG : file1: size = 5 OK 2026/08/01 04:00:34 INFO : file1: Copied (new) 2026/08/01 04:00:34 DEBUG : file1: vfs cache: fingerprint now "5" 2026/08/01 04:00:34 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/08/01 04:00:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:00:34 INFO : file1: vfs cache: upload succeeded try #1 2026/08/01 04:00:34 DEBUG : dir: Looking for writers 2026/08/01 04:00:34 DEBUG : Looking for writers 2026/08/01 04:00:34 DEBUG : dir: reading active writers 2026/08/01 04:00:34 DEBUG : file1: reading active writers 2026/08/01 04:00:34 DEBUG : >WaitForWriters: 2026/08/01 04:00:34 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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/08/01 04:00:49 DEBUG : forgetting directory cache 2026/08/01 04:00:49 DEBUG : dir: forgetting directory cache 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateNew Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateNew 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateNew 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (19.86s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:00:51 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:00:51 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 04:00:51 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:51 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:00:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:00:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:00:51 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352140): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352140): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352140): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352140): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352140): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.894505083 +0000 UTC m=+961.693526854 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352140): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73525c0): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73525c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73525c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73525c0): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73525c0): _writeAt: size=3, off=2 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73525c0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73525c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.894505083 +0000 UTC m=+961.693526854 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73525c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a80): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a80): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a80): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.894505083 +0000 UTC m=+961.693526854 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71c0ee0 item 1 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7353500): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7353500): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7353500): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7353500): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7353500): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.898258828 +0000 UTC m=+961.697280608 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7353500): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.898258828 +0000 UTC m=+961.697280608 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c8a690 item 2 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d500): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d500): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d500): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d500): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d500): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.901332438 +0000 UTC m=+961.700354219 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d500): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d9c0): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d9c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d9c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d9c0): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d9c0): _writeAt: size=3, off=2 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d9c0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d9c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.901332438 +0000 UTC m=+961.700354219 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d9c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1dec0): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1dec0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1dec0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1dec0): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1dec0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.901332438 +0000 UTC m=+961.700354219 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1dec0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c82fc0 item 3 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.904598481 +0000 UTC m=+961.703620262 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5340): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5340): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5340): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5340): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5340): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.904598481 +0000 UTC m=+961.703620262 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5340): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f2af0 item 4 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5d00): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5d00): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5d00): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5d00): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5d00): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.907246128 +0000 UTC m=+961.706267919 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5d00): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15340): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15340): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15340): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15340): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15340): _writeAt: size=3, off=2 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15340): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15340): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.907246128 +0000 UTC m=+961.706267919 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15340): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15980): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15980): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15980): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15980): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15980): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.907246128 +0000 UTC m=+961.706267919 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15980): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d67657a0 item 5 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674acc0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674acc0): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674acc0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674acc0): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674acc0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.910542429 +0000 UTC m=+961.709564211 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674acc0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba00): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba00): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba00): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba00): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba00): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.910542429 +0000 UTC m=+961.709564211 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba00): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bfecb0 item 6 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70305c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70305c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70305c0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70305c0): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70305c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.913487657 +0000 UTC m=+961.712509438 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70305c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030b40): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030b40): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030b40): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030b40): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030b40): _writeAt: size=3, off=2 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030b40): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030b40): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.913487657 +0000 UTC m=+961.712509438 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030b40): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031080): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031080): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031080): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031080): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031080): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.913487657 +0000 UTC m=+961.712509438 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031080): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d709fb20 item 7 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031bc0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031bc0): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031bc0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031bc0): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031bc0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.916643363 +0000 UTC m=+961.715665143 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031bc0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46340): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46340): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46340): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46340): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46340): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.916643363 +0000 UTC m=+961.715665143 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46340): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d733d650 item 8 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46fc0): _readAt: size=2, off=0 2026/08/01 04:00:51 ERROR : open-test-file(0x703d6c46fc0): Couldn't read size of file 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46fc0): >_readAt: n=0, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46fc0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46fc0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46fc0): close: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c46fc0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c473c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c473c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c473c0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c473c0): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c473c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.919397199 +0000 UTC m=+961.718418980 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c473c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47880): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47880): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47880): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47880): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47880): _writeAt: size=3, off=2 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47880): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47880): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.919397199 +0000 UTC m=+961.718418980 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47880): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47d80): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47d80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47d80): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47d80): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47d80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.919397199 +0000 UTC m=+961.718418980 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6c47d80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7372c40 item 9 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bc880): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bc880): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bc880): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bc880): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bc880): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.922758412 +0000 UTC m=+961.721780193 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bc880): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bcdc0): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bcdc0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bcdc0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bcdc0): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bcdc0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.922758412 +0000 UTC m=+961.721780193 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bcdc0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73f2380 item 10 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bd780): _readAt: size=2, off=0 2026/08/01 04:00:51 ERROR : open-test-file(0x703d73bd780): Couldn't read size of file 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bd780): >_readAt: n=0, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bd780): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bd780): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bd780): close: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bd780): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bdb40): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bdb40): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bdb40): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bdb40): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bdb40): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.925801746 +0000 UTC m=+961.724823557 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73bdb40): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452140): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452140): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452140): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452140): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452140): _writeAt: size=3, off=2 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452140): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452140): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.925801746 +0000 UTC m=+961.724823557 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452140): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452640): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452640): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452640): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452640): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452640): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.925801746 +0000 UTC m=+961.724823557 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7452640): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7417810 item 11 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453040): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453040): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453040): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453040): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453040): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.92963472 +0000 UTC m=+961.728656501 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453040): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453580): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453580): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453580): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453580): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453580): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.92963472 +0000 UTC m=+961.728656501 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7453580): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7460f50 item 12 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba040): _readAt: size=2, off=0 2026/08/01 04:00:51 ERROR : open-test-file(0x703d74ba040): Couldn't read size of file 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba040): >_readAt: n=0, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba040): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba040): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba040): close: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba040): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba400): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba400): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba400): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba400): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba400): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.932661842 +0000 UTC m=+961.731683623 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba400): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74baac0): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74baac0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74baac0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74baac0): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74baac0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.932661842 +0000 UTC m=+961.731683623 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74baac0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d74b6540 item 13 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba000): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba000): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba000): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba000): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba000): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.941124262 +0000 UTC m=+961.740146043 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74ba000): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bae00): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bae00): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bae00): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bae00): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bae00): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.941124262 +0000 UTC m=+961.740146043 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bae00): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d74b6150 item 14 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bb7c0): _readAt: size=2, off=0 2026/08/01 04:00:51 ERROR : open-test-file(0x703d74bb7c0): Couldn't read size of file 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bb7c0): >_readAt: n=0, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bb7c0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bb7c0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bb7c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bb7c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bbb80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bbb80): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bbb80): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bbb80): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bbb80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.943944334 +0000 UTC m=+961.742966115 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74bbb80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302340): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302340): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302340): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302340): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302340): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.943944334 +0000 UTC m=+961.742966115 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302340): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7277650 item 15 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 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/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302d80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302d80): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302d80): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302d80): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302d80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.946528591 +0000 UTC m=+961.745550372 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7302d80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73033c0): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73033c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73033c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73033c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73033c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.946528591 +0000 UTC m=+961.745550372 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d73033c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7080d90 item 16 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7303d80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7303d80): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7303d80): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7303d80): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7303d80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.94907128 +0000 UTC m=+961.748093061 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7303d80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502a80): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502a80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502a80): open at offset 5 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502a80): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502a80): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502a80): _writeAt: size=3, off=7 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502a80): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502a80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.94907128 +0000 UTC m=+961.748093061 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502a80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502f80): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502f80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502f80): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502f80): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502f80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.94907128 +0000 UTC m=+961.748093061 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7502f80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e70070 item 17 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503980): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503980): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503980): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503980): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503980): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.952496393 +0000 UTC m=+961.751518174 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503980): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503ec0): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503ec0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503ec0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503ec0): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503ec0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.952496393 +0000 UTC m=+961.751518174 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7503ec0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e75ce0 item 18 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71629c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71629c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71629c0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71629c0): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71629c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.955067766 +0000 UTC m=+961.754089547 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71629c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7162ec0): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7162ec0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7162ec0): open at offset 5 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7162ec0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7162ec0): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7162ec0): _writeAt: size=3, off=7 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7162ec0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7162ec0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.955067766 +0000 UTC m=+961.754089547 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7162ec0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71633c0): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71633c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71633c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71633c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71633c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.955067766 +0000 UTC m=+961.754089547 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d71633c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6d48a80 item 19 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7163ec0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7163ec0): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7163ec0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7163ec0): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7163ec0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.958230023 +0000 UTC m=+961.757251815 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7163ec0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d67dca40): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d67dca40): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d67dca40): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d67dca40): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d67dca40): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.958230023 +0000 UTC m=+961.757251815 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d67dca40): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c4d260 item 20 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e040): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e040): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e040): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e040): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e040): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.961268277 +0000 UTC m=+961.760290849 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e040): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e5c0): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e5c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e5c0): open at offset 5 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e5c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e5c0): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e5c0): _writeAt: size=3, off=7 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e5c0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e5c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.961268277 +0000 UTC m=+961.760290849 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715e5c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715eb00): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715eb00): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715eb00): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715eb00): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715eb00): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.961268277 +0000 UTC m=+961.760290849 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715eb00): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d674cee0 item 21 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715f500): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715f500): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715f500): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715f500): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715f500): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.963976168 +0000 UTC m=+961.762997958 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715f500): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715fa40): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715fa40): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715fa40): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715fa40): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715fa40): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.963976168 +0000 UTC m=+961.762997958 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d715fa40): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f3ce0 item 22 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352540): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352540): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352540): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352540): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352540): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.967293117 +0000 UTC m=+961.766314898 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352540): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a40): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a40): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a40): open at offset 5 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a40): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a40): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a40): _writeAt: size=3, off=7 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a40): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a40): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.967293117 +0000 UTC m=+961.766314898 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352a40): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352f40): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352f40): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352f40): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352f40): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352f40): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.967293117 +0000 UTC m=+961.766314898 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7352f40): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d675d500 item 23 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 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/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.970623642 +0000 UTC m=+961.769645433 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1c100): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d080): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d080): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d080): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d080): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d080): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.970623642 +0000 UTC m=+961.769645433 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1d080): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d700a380 item 24 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1da80): _readAt: size=2, off=0 2026/08/01 04:00:51 ERROR : open-test-file(0x703d6d1da80): Couldn't read size of file 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1da80): >_readAt: n=0, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1da80): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1da80): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1da80): close: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1da80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1de80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1de80): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1de80): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1de80): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1de80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.973435258 +0000 UTC m=+961.772457039 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6d1de80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4780): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4780): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4780): open at offset 5 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4780): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4780): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4780): _writeAt: size=3, off=7 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4780): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4780): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.973435258 +0000 UTC m=+961.772457039 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4780): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.973435258 +0000 UTC m=+961.772457039 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a4e00): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6f00cb0 item 25 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15a00): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15a00): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15a00): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15a00): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15a00): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.977008312 +0000 UTC m=+961.776030102 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d6b15a00): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674a2c0): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674a2c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674a2c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674a2c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674a2c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.977008312 +0000 UTC m=+961.776030102 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674a2c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d74ed3b0 item 26 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba40): _readAt: size=2, off=0 2026/08/01 04:00:51 ERROR : open-test-file(0x703d674ba40): Couldn't read size of file 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba40): >_readAt: n=0, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba40): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba40): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba40): close: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674ba40): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674bec0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674bec0): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674bec0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674bec0): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674bec0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.980873275 +0000 UTC m=+961.779895056 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d674bec0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70304c0): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70304c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70304c0): open at offset 5 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70304c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70304c0): >_readAt: n=2, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70304c0): _writeAt: size=3, off=7 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70304c0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70304c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.980873275 +0000 UTC m=+961.779895056 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70304c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030a00): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030a00): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030a00): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030a00): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030a00): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.980873275 +0000 UTC m=+961.779895056 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7030a00): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71e49a0 item 27 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 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/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70315c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70315c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70315c0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70315c0): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70315c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.983992943 +0000 UTC m=+961.783014724 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d70315c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031b80): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031b80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031b80): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031b80): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031b80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.983992943 +0000 UTC m=+961.783014724 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d7031b80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d727a0e0 item 28 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5600): _readAt: size=2, off=0 2026/08/01 04:00:51 ERROR : open-test-file(0x703d74a5600): Couldn't read size of file 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5600): >_readAt: n=0, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5600): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5600): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5600): close: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a5600): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a59c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a59c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a59c0): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a59c0): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a59c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.987035133 +0000 UTC m=+961.786056914 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d74a59c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729c180): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729c180): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729c180): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729c180): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729c180): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.987035133 +0000 UTC m=+961.786056914 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729c180): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72883f0 item 29 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 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/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729cb80): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729cb80): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729cb80): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729cb80): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729cb80): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.989445432 +0000 UTC m=+961.788467223 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729cb80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729d0c0): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729d0c0): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729d0c0): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729d0c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729d0c0): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.989445432 +0000 UTC m=+961.788467223 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729d0c0): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7301880 item 30 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 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/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729da80): _readAt: size=2, off=0 2026/08/01 04:00:51 ERROR : open-test-file(0x703d729da80): Couldn't read size of file 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729da80): >_readAt: n=0, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729da80): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729da80): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729da80): close: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729da80): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729de40): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729de40): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729de40): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729de40): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729de40): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.991771251 +0000 UTC m=+961.790793032 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d729de40): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736c600): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736c600): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736c600): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736c600): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736c600): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.991771251 +0000 UTC m=+961.790793032 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736c600): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7354e70 item 31 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 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/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d000): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d000): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d000): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d000): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d000): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.994324139 +0000 UTC m=+961.793345920 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d000): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d540): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d540): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d540): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d540): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d540): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.994324139 +0000 UTC m=+961.793345920 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d736d540): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73e0460 item 32 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e000): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e000): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e000): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e000): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e000): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.996702968 +0000 UTC m=+961.795724749 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e000): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e480): _readAt: size=2, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e480): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e480): _writeAt: size=3, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e480): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e480): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73f58f0 item 33 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e480): >_writeAt: n=3, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e480): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.997514741 +0000 UTC m=+961.796536522 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e480): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e980): _readAt: size=512, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e980): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e980): >openPending: err= 2026/08/01 04:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e980): >_readAt: n=5, err=EOF 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e980): close: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.997514741 +0000 UTC m=+961.796536522 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742e980): >close: err= 2026/08/01 04:00:51 DEBUG : open-test-file: Remove: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73f5ab0 item 33 2026/08/01 04:00:51 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:51 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:51 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:51 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742f340): openPending: 2026/08/01 04:00:51 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742f340): >openPending: err= 2026/08/01 04:00:51 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:51 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:51 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742f340): _writeAt: size=5, off=0 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742f340): >_writeAt: n=5, err= 2026/08/01 04:00:51 DEBUG : open-test-file(0x703d742f340): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:51.999875655 +0000 UTC m=+961.798897447 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f340): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f7c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f7c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d74430a0 item 34 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f7c0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f7c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f7c0): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f7c0): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f7c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.000725379 +0000 UTC m=+961.799747171 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f7c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd00): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd00): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd00): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.000725379 +0000 UTC m=+961.799747171 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7443260 item 34 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757a780): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757a780): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757a780): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757a780): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757a780): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.00685649 +0000 UTC m=+961.805878281 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757a780): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a440): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a440): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a440): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a440): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a440): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7443500 item 35 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a440): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a440): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.007700743 +0000 UTC m=+961.806722525 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a440): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a940): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a940): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a940): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a940): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a940): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.007700743 +0000 UTC m=+961.806722525 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746a940): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d74436c0 item 35 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757af40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757af40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757af40): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757af40): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757af40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.010275642 +0000 UTC m=+961.809297554 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757af40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b440): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b440): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6fd6d90 item 36 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b440): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b440): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b440): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b440): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b440): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.011072897 +0000 UTC m=+961.810094668 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b440): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b980): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b980): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b980): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b980): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b980): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.011072897 +0000 UTC m=+961.810094668 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d757b980): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6fd70a0 item 36 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b040): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b040): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b040): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b040): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b040): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.015194696 +0000 UTC m=+961.814216467 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b040): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b4c0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b4c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b4c0): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b4c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b4c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71b5d50 item 37 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b4c0): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b4c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.015825867 +0000 UTC m=+961.814847638 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b4c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b9c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b9c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b9c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b9c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b9c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.015825867 +0000 UTC m=+961.814847638 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d746b9c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c8e1c0 item 37 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46640): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46640): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46640): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46640): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46640): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.018478213 +0000 UTC m=+961.817499984 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46640): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46bc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46bc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e01880 item 38 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46bc0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46bc0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46bc0): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46bc0): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46bc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.019431021 +0000 UTC m=+961.818452801 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46bc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c473c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c473c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c473c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c473c0): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c473c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.019431021 +0000 UTC m=+961.818452801 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c473c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e01ab0 item 38 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47e00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47e00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47e00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47e00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47e00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.021744116 +0000 UTC m=+961.820765917 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47e00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba480): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba480): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba480): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba480): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba480): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ba9880 item 39 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba480): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba480): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.022467982 +0000 UTC m=+961.821489762 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba480): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba980): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba980): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba980): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba980): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba980): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.022467982 +0000 UTC m=+961.821489762 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba980): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ba9b20 item 39 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb380): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb380): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb380): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb380): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb380): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.024967749 +0000 UTC m=+961.823989520 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb380): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb880): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb880): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71c0930 item 40 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb880): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb880): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb880): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb880): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb880): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.027301363 +0000 UTC m=+961.826323205 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb880): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bbdc0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bbdc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bbdc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bbdc0): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bbdc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.027301363 +0000 UTC m=+961.826323205 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bbdc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71c0bd0 item 40 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.029923711 +0000 UTC m=+961.828945522 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302d00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302d00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302d00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c8a070 item 41 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302d00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302d00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.030703272 +0000 UTC m=+961.829725043 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302d00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73032c0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73032c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73032c0): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73032c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73032c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c8a380 item 41 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73032c0): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73032c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.031615775 +0000 UTC m=+961.830637546 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73032c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303800): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303800): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303800): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303800): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303800): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.031615775 +0000 UTC m=+961.830637546 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303800): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c8a620 item 41 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502340): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502340): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502340): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502340): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502340): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502340): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502340): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.034073784 +0000 UTC m=+961.833095555 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502340): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502840): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502840): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502840): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c82cb0 item 42 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502840): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502840): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.034721466 +0000 UTC m=+961.833743237 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502840): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502d80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502d80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c82fc0 item 42 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502d80): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502d80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502d80): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502d80): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502d80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.035404956 +0000 UTC m=+961.834426727 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7502d80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503300): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503300): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503300): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503300): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503300): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.035404956 +0000 UTC m=+961.834426727 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503300): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c83260 item 42 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503cc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503cc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503cc0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503cc0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503cc0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503cc0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503cc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.037748749 +0000 UTC m=+961.836770520 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7503cc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc680): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc680): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc680): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f2930 item 43 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc680): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc680): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.038412632 +0000 UTC m=+961.837434403 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc680): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcf00): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcf00): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcf00): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcf00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcf00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f2af0 item 43 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcf00): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcf00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.039058039 +0000 UTC m=+961.838079811 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcf00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd80): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd80): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd80): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.039058039 +0000 UTC m=+961.838079811 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f2cb0 item 43 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e900): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e900): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e900): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e900): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e900): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e900): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e900): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.041011246 +0000 UTC m=+961.840033017 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e900): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ee00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ee00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ee00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6765570 item 44 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ee00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ee00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.04169738 +0000 UTC m=+961.840719152 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ee00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f340): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f340): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6765960 item 44 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f340): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f340): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f340): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f340): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f340): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.042567212 +0000 UTC m=+961.841588993 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f340): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.042567212 +0000 UTC m=+961.841588993 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6765c00 item 44 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.044500802 +0000 UTC m=+961.843522583 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352880): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352880): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352880): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bfecb0 item 45 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352880): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352880): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.045162399 +0000 UTC m=+961.844184200 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352880): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352f80): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352f80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352f80): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352f80): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352f80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.045162399 +0000 UTC m=+961.844184200 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352f80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bff030 item 45 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c100): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c100): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c100): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c100): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c100): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c100): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c100): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.047410312 +0000 UTC m=+961.846432083 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c100): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d040): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d040): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d040): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d709fce0 item 46 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d040): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d040): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.048285233 +0000 UTC m=+961.847307014 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d040): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.048285233 +0000 UTC m=+961.847307014 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6f00070 item 46 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b154c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b154c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b154c0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b154c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b154c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b154c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b154c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.050522936 +0000 UTC m=+961.849544707 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b154c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15a40): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15a40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15a40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7139810 item 47 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15a40): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15a40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.05134614 +0000 UTC m=+961.850367911 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15a40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a680): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a680): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a680): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a680): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a680): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.05134614 +0000 UTC m=+961.850367911 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a680): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71399d0 item 47 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bbc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bbc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bbc0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bbc0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bbc0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bbc0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bbc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.054146143 +0000 UTC m=+961.853167914 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bbc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030280): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030280): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030280): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71c2fc0 item 48 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030280): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030280): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.055512752 +0000 UTC m=+961.854534524 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030280): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030980): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030980): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030980): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030980): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030980): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.055512752 +0000 UTC m=+961.854534524 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030980): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71c3180 item 48 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70314c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70314c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70314c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70314c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70314c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.058712341 +0000 UTC m=+961.857734122 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70314c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031a00): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031a00): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031a00): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031a00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031a00): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031a00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7262770 item 49 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031a00): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031a00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.059666331 +0000 UTC m=+961.858688102 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031a00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a40c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a40c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a40c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a40c0): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a40c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.059666331 +0000 UTC m=+961.858688102 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a40c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7262930 item 49 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4e80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4e80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4e80): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4e80): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4e80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.062503315 +0000 UTC m=+961.861525147 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4e80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5380): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5380): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5380): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d728bdc0 item 50 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5380): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5380): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5380): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5380): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5380): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.06425958 +0000 UTC m=+961.863281381 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5380): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5900): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5900): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5900): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5900): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5900): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.06425958 +0000 UTC m=+961.863281381 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5900): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72ba0e0 item 50 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e400): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e400): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e400): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e400): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e400): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.067164793 +0000 UTC m=+961.866186573 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e400): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e900): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e900): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e900): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e900): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e900): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e900): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7301570 item 51 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e900): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e900): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.068557861 +0000 UTC m=+961.867579663 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742e900): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742ee40): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742ee40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742ee40): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742ee40): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742ee40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.068557861 +0000 UTC m=+961.867579663 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742ee40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7301730 item 51 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f840): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f840): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f840): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f840): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f840): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.072269736 +0000 UTC m=+961.871291507 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742f840): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd80): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d734ad20 item 52 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd80): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd80): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd80): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.073592753 +0000 UTC m=+961.872614534 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d742fd80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e400): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e400): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e400): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e400): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e400): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.073592753 +0000 UTC m=+961.872614534 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e400): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d734aee0 item 52 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736ee00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736ee00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736ee00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736ee00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736ee00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.076246651 +0000 UTC m=+961.875268432 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736ee00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f300): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f300): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f300): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f300): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f300): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f300): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73c24d0 item 53 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f300): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f300): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.077141189 +0000 UTC m=+961.876162960 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f300): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f840): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f840): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f840): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f840): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f840): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.077141189 +0000 UTC m=+961.876162960 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f840): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73c2690 item 53 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c1c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c1c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c1c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c1c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c1c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.082113964 +0000 UTC m=+961.881135744 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c1c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c6c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c6c0): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c6c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d74784d0 item 54 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c6c0): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c6c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c6c0): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c6c0): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c6c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.083320781 +0000 UTC m=+961.882342592 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747c6c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dc580): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dc580): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dc580): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dc580): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dc580): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.083320781 +0000 UTC m=+961.882342592 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dc580): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73df6c0 item 54 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dcf80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dcf80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dcf80): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dcf80): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dcf80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.089969529 +0000 UTC m=+961.888991310 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dcf80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd480): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd480): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd480): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd480): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd480): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd480): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7443340 item 55 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd480): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd480): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.092614861 +0000 UTC m=+961.891636642 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd480): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd9c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd9c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd9c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd9c0): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd9c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.092614861 +0000 UTC m=+961.891636642 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73dd9c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7443500 item 55 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747cd00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747cd00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747cd00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747cd00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747cd00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.096610692 +0000 UTC m=+961.895632473 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747cd00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d200): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d200): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d200): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bc69a0 item 56 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d200): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d200): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d200): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d200): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d200): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.098059486 +0000 UTC m=+961.897081257 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d200): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d780): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d780): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d780): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d780): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d780): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.098059486 +0000 UTC m=+961.897081257 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d747d780): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bc6ee0 item 56 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46380): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46380): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46380): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46380): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46380): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46380): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46380): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46380): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.101582905 +0000 UTC m=+961.900604676 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46380): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46980): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46980): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46980): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e9fab0 item 57 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46980): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46980): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.102407321 +0000 UTC m=+961.901429092 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46980): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47180): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47180): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47180): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47180): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47180): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47180): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e9fce0 item 57 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47180): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47180): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.103433587 +0000 UTC m=+961.902455408 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47180): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47740): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47740): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47740): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47740): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47740): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.103433587 +0000 UTC m=+961.902455408 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47740): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e00000 item 57 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba280): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba280): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba280): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba280): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba280): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba280): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba280): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba280): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.10644443 +0000 UTC m=+961.905466201 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba280): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba7c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba7c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba7c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d67de4d0 item 58 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba7c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba7c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.107544956 +0000 UTC m=+961.906566727 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba7c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bad00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bad00): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bad00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d67de8c0 item 58 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bad00): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bad00): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bad00): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bad00): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bad00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.108706318 +0000 UTC m=+961.907728089 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bad00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb2c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb2c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb2c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb2c0): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb2c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.108706318 +0000 UTC m=+961.907728089 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb2c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d67dea80 item 58 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73024c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73024c0): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73024c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73024c0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73024c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73024c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73024c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73024c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.111306485 +0000 UTC m=+961.910328336 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73024c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302a00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302a00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302a00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68a9570 item 59 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302a00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302a00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.112128948 +0000 UTC m=+961.911150719 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302a00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302f80): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302f80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302f80): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302f80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302f80): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302f80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68a9730 item 59 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302f80): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302f80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.112860147 +0000 UTC m=+961.911881928 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302f80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73035c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73035c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73035c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73035c0): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73035c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.112860147 +0000 UTC m=+961.911881928 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73035c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68a98f0 item 59 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc280): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc280): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc280): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc280): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc280): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc280): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc280): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc280): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.115601159 +0000 UTC m=+961.914622930 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc280): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcb00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcb00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcb00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68828c0 item 60 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcb00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcb00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.116390871 +0000 UTC m=+961.915412652 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcb00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddb40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddb40): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddb40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6882b60 item 60 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddb40): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddb40): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddb40): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddb40): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddb40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.117423109 +0000 UTC m=+961.916444910 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddb40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e240): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e240): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e240): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e240): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e240): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.117423109 +0000 UTC m=+961.916444910 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e240): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6882fc0 item 60 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ec80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ec80): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ec80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ec80): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ec80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ec80): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ec80): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ec80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.120431025 +0000 UTC m=+961.919452806 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ec80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f1c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f1c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f1c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d696aee0 item 61 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f1c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f1c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.12123422 +0000 UTC m=+961.920255991 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f1c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.12123422 +0000 UTC m=+961.920255991 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f8c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d696b420 item 61 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.124140314 +0000 UTC m=+961.923162086 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352380): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73528c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73528c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73528c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6db95e0 item 62 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73528c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73528c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.124816711 +0000 UTC m=+961.923838482 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73528c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352fc0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352fc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352fc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352fc0): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352fc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.124816711 +0000 UTC m=+961.923838482 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352fc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6db97a0 item 62 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c500): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c500): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c500): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c500): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c500): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c500): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c500): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c500): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.129977031 +0000 UTC m=+961.928998802 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c500): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d0c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d0c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d0c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e57b20 item 63 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d0c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d0c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.130725742 +0000 UTC m=+961.929747523 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d0c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d7c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d7c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d7c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d7c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d7c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.130725742 +0000 UTC m=+961.929747523 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d7c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e57d50 item 63 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15580): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15580): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15580): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15580): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15580): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15580): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15580): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15580): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.133841553 +0000 UTC m=+961.932863324 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15580): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b40): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71a3260 item 64 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b40): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.134635601 +0000 UTC m=+961.933657372 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a740): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a740): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a740): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a740): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a740): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.134635601 +0000 UTC m=+961.933657372 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a740): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71a3420 item 64 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bd00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bd00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bd00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bd00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bd00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.137528291 +0000 UTC m=+961.936550102 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674bd00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70302c0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70302c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70302c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70302c0): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70302c0): _writeAt: size=3, off=2 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d709eaf0 item 65 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70302c0): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70302c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.138587369 +0000 UTC m=+961.937609140 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70302c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70307c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70307c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70307c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70307c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70307c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.138587369 +0000 UTC m=+961.937609140 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70307c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d709ecb0 item 65 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031280): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031280): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031280): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031280): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031280): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.141829197 +0000 UTC m=+961.940850978 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031280): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7169c70 item 66 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.142748582 +0000 UTC m=+961.941770363 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d80): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d80): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d80): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.142748582 +0000 UTC m=+961.941770363 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7169e30 item 66 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4c80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4c80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4c80): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4c80): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4c80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.145535741 +0000 UTC m=+961.944557542 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4c80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5100): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5100): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5100): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5100): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5100): _writeAt: size=3, off=2 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71cf420 item 67 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5100): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5100): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.146385174 +0000 UTC m=+961.945406955 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5100): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5600): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5600): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5600): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5600): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5600): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.146385174 +0000 UTC m=+961.945406955 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5600): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71cf5e0 item 67 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e100): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e100): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e100): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e100): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e100): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.14905919 +0000 UTC m=+961.948080961 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e100): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e600): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e600): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d722ebd0 item 68 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e600): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e600): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e600): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e600): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e600): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.150202699 +0000 UTC m=+961.949224470 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736e600): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736eb40): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736eb40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736eb40): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736eb40): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736eb40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.150202699 +0000 UTC m=+961.949224470 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736eb40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d722ed90 item 68 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f500): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f500): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f500): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f500): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f500): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.152998504 +0000 UTC m=+961.952020356 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f500): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f980): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f980): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f980): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f980): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f980): _writeAt: size=3, off=2 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7288380 item 69 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f980): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f980): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.153755453 +0000 UTC m=+961.952777224 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d736f980): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c000): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c000): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c000): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c000): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c000): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.153755453 +0000 UTC m=+961.952777224 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c000): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7288540 item 69 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729ca00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729ca00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729ca00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729ca00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729ca00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.156032321 +0000 UTC m=+961.955054142 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729ca00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cf00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cf00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72bb9d0 item 70 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cf00): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cf00): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cf00): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cf00): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cf00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.157026266 +0000 UTC m=+961.956048038 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cf00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d440): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d440): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d440): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d440): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d440): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.157026266 +0000 UTC m=+961.956048038 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d440): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72bbb90 item 70 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729de40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729de40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729de40): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729de40): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729de40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.159409433 +0000 UTC m=+961.958431214 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729de40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356440): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356440): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356440): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356440): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356440): _writeAt: size=3, off=2 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d733f180 item 71 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356440): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356440): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.161704265 +0000 UTC m=+961.960726036 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356440): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba200): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba200): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba200): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba200): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba200): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.161704265 +0000 UTC m=+961.960726036 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba200): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d67de0e0 item 71 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bac00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bac00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bac00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bac00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bac00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.164908051 +0000 UTC m=+961.963929832 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bac00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb100): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb100): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7277420 item 72 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb100): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb100): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb100): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb100): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb100): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.165854387 +0000 UTC m=+961.964876158 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb100): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.165854387 +0000 UTC m=+961.964876158 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72775e0 item 72 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356740): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356740): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356740): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356740): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356740): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356740): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356740): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.168098071 +0000 UTC m=+961.967119842 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356740): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356c40): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356c40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356c40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7080d20 item 73 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356c40): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356c40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.168760271 +0000 UTC m=+961.967782072 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7356c40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357100): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357100): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357100): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357100): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357100): _writeAt: size=3, off=2 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7081030 item 73 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357100): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357100): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.169654037 +0000 UTC m=+961.968675868 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357100): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357640): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357640): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357640): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357640): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357640): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.169654037 +0000 UTC m=+961.968675868 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7357640): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d70811f0 item 73 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a200): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a200): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a200): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a200): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a200): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a200): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a200): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.171912399 +0000 UTC m=+961.970934170 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a200): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a700): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a700): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a700): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e704d0 item 74 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a700): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a700): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.172728409 +0000 UTC m=+961.971750210 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739a700): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739ac40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739ac40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e708c0 item 74 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739ac40): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739ac40): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739ac40): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739ac40): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739ac40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.173632416 +0000 UTC m=+961.972654187 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739ac40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739b1c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739b1c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739b1c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739b1c0): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739b1c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.173632416 +0000 UTC m=+961.972654187 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739b1c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e70a80 item 74 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739bb80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739bb80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739bb80): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739bb80): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739bb80): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739bb80): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739bb80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.175854409 +0000 UTC m=+961.974876200 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d739bb80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46280): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46280): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46280): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7375650 item 75 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46280): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46280): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.176569959 +0000 UTC m=+961.975591730 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46280): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c468c0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c468c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c468c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c468c0): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c468c0): _writeAt: size=3, off=2 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7375960 item 75 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c468c0): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c468c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.177397892 +0000 UTC m=+961.976419663 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c468c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c470c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c470c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c470c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c470c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c470c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.177397892 +0000 UTC m=+961.976419663 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c470c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7375b20 item 75 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47ac0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47ac0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47ac0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47ac0): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47ac0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47ac0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47ac0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.179838968 +0000 UTC m=+961.978860769 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47ac0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73020c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73020c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73020c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d70ce4d0 item 76 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73020c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73020c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.180555831 +0000 UTC m=+961.979577602 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73020c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302600): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302600): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d70ce700 item 76 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302600): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302600): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302600): _writeAt: size=3, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302600): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302600): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.181436573 +0000 UTC m=+961.980458354 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302600): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302b80): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302b80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302b80): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302b80): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302b80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.181436573 +0000 UTC m=+961.980458354 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302b80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d70ceb60 item 76 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303600): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303600): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303600): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303600): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303600): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303600): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303600): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.183796265 +0000 UTC m=+961.982818057 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303600): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303b00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303b00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303b00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ba1880 item 77 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303b00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303b00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.184562692 +0000 UTC m=+961.983584483 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303b00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc840): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc840): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc840): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc840): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc840): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.184562692 +0000 UTC m=+961.983584483 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dc840): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ba1b20 item 77 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd00): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd00): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.187286713 +0000 UTC m=+961.986308534 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67ddd00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e340): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e340): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e340): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d675b500 item 78 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e340): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e340): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.188004548 +0000 UTC m=+961.987026350 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e340): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ea80): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ea80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ea80): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ea80): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ea80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.188004548 +0000 UTC m=+961.987026350 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ea80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d675b810 item 78 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f440): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f440): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f440): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f440): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f440): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f440): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f440): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.190244184 +0000 UTC m=+961.989265956 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f440): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f940): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f940): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f940): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ea5e30 item 79 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f940): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f940): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.190894531 +0000 UTC m=+961.989916302 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f940): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352140): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352140): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352140): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352140): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352140): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.190894531 +0000 UTC m=+961.989916302 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352140): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e561c0 item 79 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352b00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352b00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352b00): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352b00): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352b00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352b00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352b00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.192943669 +0000 UTC m=+961.991965440 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352b00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353000): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353000): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353000): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d713b8f0 item 80 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353000): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353000): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.193594608 +0000 UTC m=+961.992616379 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353000): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353b00): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353b00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353b00): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353b00): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353b00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.193594608 +0000 UTC m=+961.992616379 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7353b00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d713bab0 item 80 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d2c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d2c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d2c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d2c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d2c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.195783087 +0000 UTC m=+961.994804858 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d2c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): _writeAt: size=3, off=7 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6b563f0 item 81 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.196417284 +0000 UTC m=+961.995439055 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1d740): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1dd00): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1dd00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1dd00): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1dd00): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1dd00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.196417284 +0000 UTC m=+961.995439055 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1dd00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6b56700 item 81 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.198222791 +0000 UTC m=+961.997244563 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6b15b00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a340): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a340): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a340): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72bad20 item 82 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a340): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a340): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a340): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a340): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a340): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.198938752 +0000 UTC m=+961.997960523 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674a340): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674b240): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674b240): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674b240): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674b240): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674b240): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.198938752 +0000 UTC m=+961.997960523 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d674b240): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72baee0 item 82 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70301c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70301c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70301c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70301c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70301c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.200981688 +0000 UTC m=+962.000003459 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70301c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70306c0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70306c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70306c0): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70306c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70306c0): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70306c0): _writeAt: size=3, off=7 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71e0540 item 83 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70306c0): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70306c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.201616867 +0000 UTC m=+962.000638638 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d70306c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030d00): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030d00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030d00): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030d00): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030d00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.201616867 +0000 UTC m=+962.000638638 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7030d00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71e0700 item 83 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.20363777 +0000 UTC m=+962.002659541 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031840): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d40): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d721bb90 item 84 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d40): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d40): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d40): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d40): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.205741291 +0000 UTC m=+962.004763062 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7031d40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4640): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4640): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4640): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4640): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4640): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.205741291 +0000 UTC m=+962.004763062 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a4640): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d721bd50 item 84 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5200): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5200): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5200): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5200): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5200): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.207593085 +0000 UTC m=+962.006614856 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5200): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5700): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5700): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5700): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5700): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5700): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5700): _writeAt: size=3, off=7 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d726d340 item 85 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5700): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5700): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.2082532 +0000 UTC m=+962.007274981 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5700): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5c40): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5c40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5c40): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5c40): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5c40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.2082532 +0000 UTC m=+962.007274981 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74a5c40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d726d500 item 85 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c740): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c740): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c740): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c740): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c740): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.210288392 +0000 UTC m=+962.009310163 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729c740): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cc40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cc40): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cc40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72ccaf0 item 86 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cc40): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cc40): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cc40): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cc40): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cc40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.211577373 +0000 UTC m=+962.010599144 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729cc40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d1c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d1c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d1c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d1c0): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d1c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.211577373 +0000 UTC m=+962.010599144 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729d1c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72cccb0 item 86 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729dbc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729dbc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729dbc0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729dbc0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729dbc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.213385967 +0000 UTC m=+962.012407738 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d729dbc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae300): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae300): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae300): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae300): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae300): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae300): _writeAt: size=3, off=7 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73a82a0 item 87 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae300): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae300): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.214017339 +0000 UTC m=+962.013039110 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae300): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae840): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae840): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae840): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae840): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae840): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.214017339 +0000 UTC m=+962.013039110 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73ae840): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73a8460 item 87 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af240): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af240): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af240): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af240): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af240): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.216360039 +0000 UTC m=+962.015381810 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af240): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af740): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af740): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af740): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73bb8f0 item 88 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af740): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af740): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af740): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af740): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af740): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.217188734 +0000 UTC m=+962.016210505 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73af740): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73afcc0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73afcc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73afcc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73afcc0): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73afcc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.217188734 +0000 UTC m=+962.016210505 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73afcc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73bbab0 item 88 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2780): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2780): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2780): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2780): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2780): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2780): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2780): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2780): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.220406255 +0000 UTC m=+962.019428026 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2780): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2cc0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2cc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2cc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d741d0a0 item 89 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2cc0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2cc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.221571825 +0000 UTC m=+962.020593596 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f2cc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3200): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3200): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3200): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3200): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3200): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3200): _writeAt: size=3, off=7 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d741d260 item 89 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3200): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3200): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.222431938 +0000 UTC m=+962.021453709 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3200): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3780): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3780): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3780): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3780): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3780): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.222431938 +0000 UTC m=+962.021453709 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3780): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d741d420 item 89 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba580): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba580): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba580): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba580): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba580): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba580): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba580): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba580): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.224433786 +0000 UTC m=+962.023455557 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74ba580): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bab40): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bab40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bab40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72763f0 item 90 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bab40): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bab40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.225040832 +0000 UTC m=+962.024062603 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bab40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb080): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb080): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb080): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72765b0 item 90 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb080): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb080): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb080): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb080): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb080): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.226002697 +0000 UTC m=+962.025024468 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb080): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.226002697 +0000 UTC m=+962.025024468 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d74bb640): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72767e0 item 90 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3cc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3cc0): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3cc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3cc0): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3cc0): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3cc0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3cc0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3cc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.228311454 +0000 UTC m=+962.027333225 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73f3cc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46480): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46480): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46480): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c8fab0 item 91 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46480): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46480): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.228968604 +0000 UTC m=+962.027990375 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46480): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46a40): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46a40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46a40): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46a40): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46a40): >_readAt: n=2, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46a40): _writeAt: size=3, off=7 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c8fce0 item 91 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46a40): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46a40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.229581321 +0000 UTC m=+962.028603092 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c46a40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47280): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47280): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47280): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47280): >_readAt: n=8, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47280): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.229581321 +0000 UTC m=+962.028603092 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47280): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7080070 item 91 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47c80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47c80): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47c80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47c80): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47c80): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47c80): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47c80): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47c80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.231437092 +0000 UTC m=+962.030458863 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6c47c80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73022c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73022c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73022c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72790a0 item 92 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73022c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73022c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.231971311 +0000 UTC m=+962.030993082 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73022c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): open at offset 5 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7279420 item 92 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): _readAt: size=2, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): _writeAt: size=3, off=5 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): >_writeAt: n=3, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.232794093 +0000 UTC m=+962.031815864 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302800): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302dc0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302dc0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302dc0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302dc0): >_readAt: n=3, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302dc0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.232794093 +0000 UTC m=+962.031815864 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7302dc0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7279880 item 92 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303840): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303840): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303840): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303840): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303840): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303840): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303840): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303840): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.23599321 +0000 UTC m=+962.035014992 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303840): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303d80): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303d80): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303d80): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73744d0 item 93 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303d80): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303d80): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.236651994 +0000 UTC m=+962.035673765 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7303d80): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcac0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcac0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcac0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcac0): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcac0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.236651994 +0000 UTC m=+962.035673765 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d67dcac0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73747e0 item 93 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e080): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e080): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e080): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e080): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e080): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e080): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e080): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e080): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.238671005 +0000 UTC m=+962.037692776 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e080): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e600): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e600): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e600): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6d49500 item 94 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e600): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e600): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.23925188 +0000 UTC m=+962.038273651 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715e600): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ed40): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ed40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ed40): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ed40): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ed40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.23925188 +0000 UTC m=+962.038273651 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715ed40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6d49730 item 94 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f700): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f700): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f700): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f700): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f700): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f700): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f700): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f700): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.241395226 +0000 UTC m=+962.040416997 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715f700): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715fc40): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715fc40): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715fc40): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c4dc00 item 95 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715fc40): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715fc40): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.242011579 +0000 UTC m=+962.041033350 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d715fc40): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352440): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352440): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352440): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352440): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352440): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.242011579 +0000 UTC m=+962.041033350 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352440): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c4ddc0 item 95 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 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/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352e00): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352e00): open at offset 0 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352e00): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352e00): _readAt: size=2, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352e00): >_readAt: n=0, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352e00): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352e00): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352e00): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.244189558 +0000 UTC m=+962.043211329 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d7352e00): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73533c0): _writeAt: size=5, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73533c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73533c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d674da40 item 96 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73533c0): >_writeAt: n=5, err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73533c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.244808276 +0000 UTC m=+962.043830047 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d73533c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:00:52 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:00:52 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:00:52 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:00:52 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:00:52 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c8c0): _readAt: size=512, off=0 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c8c0): openPending: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c8c0): >openPending: err= 2026/08/01 04:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c8c0): >_readAt: n=5, err=EOF 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c8c0): close: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:00:52.244808276 +0000 UTC m=+962.043830047 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:00:52 DEBUG : open-test-file(0x703d6d1c8c0): >close: err= 2026/08/01 04:00:52 DEBUG : open-test-file: Remove: 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d674dc00 item 96 2026/08/01 04:00:52 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:00:52 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:00:52 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:00:52 DEBUG : open-test-file: >Remove: err= 2026/08/01 04:00:52 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:00:52 DEBUG : dir: Looking for writers 2026/08/01 04:00:52 DEBUG : Looking for writers 2026/08/01 04:00:52 DEBUG : dir: reading active writers 2026/08/01 04:00:52 DEBUG : file1: reading active writers 2026/08/01 04:00:52 DEBUG : >WaitForWriters: 2026/08/01 04:00:52 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting === NAME TestRWFileHandleOpenTests/writes run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/writes Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/writes 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/writes 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleOpenTests/writes Messages: directories === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:01:11 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:01:11 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 04:01:11 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:11 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:01:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:01:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:11 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b6c0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b6c0): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b6c0): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b6c0): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b6c0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.928390071 +0000 UTC m=+981.727411842 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b6c0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674bbc0): _readAt: size=2, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674bbc0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674bbc0): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674bbc0): >_readAt: n=2, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674bbc0): _writeAt: size=3, off=2 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674bbc0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674bbc0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.928390071 +0000 UTC m=+981.727411842 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674bbc0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4340): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4340): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4340): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4340): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4340): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.928390071 +0000 UTC m=+981.727411842 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4340): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6db8d90 item 1 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5040): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5040): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5040): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5040): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5040): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.932282537 +0000 UTC m=+981.731304379 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5040): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5540): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5540): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5540): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5540): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5540): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.932282537 +0000 UTC m=+981.731304379 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5540): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6f01960 item 2 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae000): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae000): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae000): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae000): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae000): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.934715258 +0000 UTC m=+981.733737039 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae000): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae480): _readAt: size=2, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae480): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae480): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae480): >_readAt: n=2, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae480): _writeAt: size=3, off=2 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae480): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae480): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.934715258 +0000 UTC m=+981.733737039 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae480): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae940): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae940): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae940): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae940): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae940): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.934715258 +0000 UTC m=+981.733737039 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73ae940): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7299340 item 3 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af340): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af340): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af340): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af340): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af340): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.938223318 +0000 UTC m=+981.737245089 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af340): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af880): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af880): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af880): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af880): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af880): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.938223318 +0000 UTC m=+981.737245089 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73af880): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d733aa80 item 4 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452180): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452180): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452180): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452180): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452180): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.943445935 +0000 UTC m=+981.742467706 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452180): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452540): _readAt: size=2, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452540): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452540): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452540): >_readAt: n=2, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452540): _writeAt: size=3, off=2 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452540): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452540): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.943445935 +0000 UTC m=+981.742467706 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452540): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452a00): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452a00): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452a00): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452a00): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452a00): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.943445935 +0000 UTC m=+981.742467706 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7452a00): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d74503f0 item 5 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453400): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453400): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453400): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453400): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453400): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.94619894 +0000 UTC m=+981.745220711 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453400): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453940): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453940): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453940): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453940): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453940): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.94619894 +0000 UTC m=+981.745220711 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7453940): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d67de930 item 6 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030500): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030500): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030500): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030500): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030500): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.949204392 +0000 UTC m=+981.748226173 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030500): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030a00): _readAt: size=2, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030a00): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030a00): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030a00): >_readAt: n=2, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030a00): _writeAt: size=3, off=2 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030a00): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030a00): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.949204392 +0000 UTC m=+981.748226173 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030a00): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030fc0): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030fc0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030fc0): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030fc0): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030fc0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.949204392 +0000 UTC m=+981.748226173 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7030fc0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bc67e0 item 7 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7031b00): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7031b00): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7031b00): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7031b00): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7031b00): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.952851916 +0000 UTC m=+981.751873737 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7031b00): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15240): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15240): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15240): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15240): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15240): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.952851916 +0000 UTC m=+981.751873737 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15240): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e9f650 item 8 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15ec0): _readAt: size=2, off=0 2026/08/01 04:01:11 ERROR : open-test-file(0x703d6b15ec0): Couldn't read size of file 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15ec0): >_readAt: n=0, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15ec0): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15ec0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15ec0): close: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6b15ec0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba380): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba380): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba380): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba380): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba380): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.955668481 +0000 UTC m=+981.754690262 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba380): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba880): _readAt: size=2, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba880): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba880): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba880): >_readAt: n=2, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba880): _writeAt: size=3, off=2 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba880): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba880): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.955668481 +0000 UTC m=+981.754690262 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74ba880): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bad80): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bad80): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bad80): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bad80): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bad80): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.955668481 +0000 UTC m=+981.754690262 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bad80): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bcd810 item 9 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bb780): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bb780): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bb780): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bb780): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bb780): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.959617133 +0000 UTC m=+981.758638914 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bb780): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bbcc0): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bbcc0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bbcc0): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bbcc0): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bbcc0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.959617133 +0000 UTC m=+981.758638914 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74bbcc0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68a9340 item 10 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46980): _readAt: size=2, off=0 2026/08/01 04:01:11 ERROR : open-test-file(0x703d6c46980): Couldn't read size of file 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46980): >_readAt: n=0, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46980): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46980): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46980): close: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46980): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46fc0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46fc0): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46fc0): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46fc0): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46fc0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.962735689 +0000 UTC m=+981.761757470 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c46fc0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47500): _readAt: size=2, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47500): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47500): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47500): >_readAt: n=2, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47500): _writeAt: size=3, off=2 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47500): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47500): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.962735689 +0000 UTC m=+981.761757470 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47500): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47a40): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47a40): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47a40): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47a40): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47a40): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.962735689 +0000 UTC m=+981.761757470 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6c47a40): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6882000 item 11 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302540): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302540): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302540): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302540): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302540): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.966564284 +0000 UTC m=+981.765586065 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302540): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302a80): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302a80): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302a80): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302a80): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302a80): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.966564284 +0000 UTC m=+981.765586065 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7302a80): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6b979d0 item 12 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7303500): _readAt: size=2, off=0 2026/08/01 04:01:11 ERROR : open-test-file(0x703d7303500): Couldn't read size of file 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7303500): >_readAt: n=0, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7303500): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7303500): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7303500): close: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7303500): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73038c0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73038c0): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73038c0): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73038c0): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73038c0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.969828554 +0000 UTC m=+981.768850375 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73038c0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67dc280): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67dc280): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67dc280): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67dc280): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67dc280): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.969828554 +0000 UTC m=+981.768850375 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67dc280): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ea4e70 item 13 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67ddac0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67ddac0): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67ddac0): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67ddac0): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67ddac0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.973170882 +0000 UTC m=+981.772192723 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d67ddac0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715e140): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715e140): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715e140): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715e140): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715e140): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.973170882 +0000 UTC m=+981.772192723 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715e140): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f28c0 item 14 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715eb40): _readAt: size=2, off=0 2026/08/01 04:01:11 ERROR : open-test-file(0x703d715eb40): Couldn't read size of file 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715eb40): >_readAt: n=0, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715eb40): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715eb40): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715eb40): close: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715eb40): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715ef00): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715ef00): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715ef00): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715ef00): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715ef00): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.976061548 +0000 UTC m=+981.775083369 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715ef00): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715f5c0): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715f5c0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715f5c0): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715f5c0): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715f5c0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.976061548 +0000 UTC m=+981.775083369 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d715f5c0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6db91f0 item 15 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 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/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73520c0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73520c0): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73520c0): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73520c0): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73520c0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.979757814 +0000 UTC m=+981.778779625 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d73520c0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352600): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352600): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352600): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352600): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352600): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.979757814 +0000 UTC m=+981.778779625 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352600): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6f01c00 item 16 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352fc0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352fc0): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352fc0): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352fc0): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352fc0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.983355052 +0000 UTC m=+981.782376823 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7352fc0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7353500): _readAt: size=2, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7353500): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7353500): open at offset 5 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7353500): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7353500): >_readAt: n=2, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7353500): _writeAt: size=3, off=7 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7353500): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7353500): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.983355052 +0000 UTC m=+981.782376823 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7353500): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6908d00): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6908d00): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6908d00): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6908d00): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6908d00): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.983355052 +0000 UTC m=+981.782376823 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6908d00): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7139260 item 17 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1d4c0): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1d4c0): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1d4c0): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1d4c0): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1d4c0): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.986971697 +0000 UTC m=+981.785993478 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1d4c0): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1da40): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1da40): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1da40): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1da40): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1da40): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.986971697 +0000 UTC m=+981.785993478 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d6d1da40): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72189a0 item 18 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674ac00): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674ac00): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674ac00): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674ac00): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674ac00): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.989295994 +0000 UTC m=+981.788317765 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674ac00): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b900): _readAt: size=2, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b900): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b900): open at offset 5 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b900): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b900): >_readAt: n=2, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b900): _writeAt: size=3, off=7 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b900): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b900): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.989295994 +0000 UTC m=+981.788317765 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d674b900): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4080): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4080): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4080): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4080): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4080): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.989295994 +0000 UTC m=+981.788317765 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4080): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d723be30 item 19 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4e40): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4e40): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4e40): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4e40): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4e40): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.992471386 +0000 UTC m=+981.791493168 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a4e40): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5380): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5380): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5380): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5380): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5380): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.992471386 +0000 UTC m=+981.791493168 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5380): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7301570 item 20 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5d80): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5d80): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5d80): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5d80): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5d80): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.995887513 +0000 UTC m=+981.794909305 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d74a5d80): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366380): _readAt: size=2, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366380): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366380): open at offset 5 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366380): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366380): >_readAt: n=2, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366380): _writeAt: size=3, off=7 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366380): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366380): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.995887513 +0000 UTC m=+981.794909305 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366380): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366880): _readAt: size=512, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366880): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366880): >openPending: err= 2026/08/01 04:01:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366880): >_readAt: n=5, err=EOF 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366880): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.995887513 +0000 UTC m=+981.794909305 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7366880): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: Remove: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7334b60 item 21 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7367280): openPending: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7367280): >openPending: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7367280): _writeAt: size=5, off=0 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7367280): >_writeAt: n=5, err= 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7367280): close: 2026/08/01 04:01:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.999402426 +0000 UTC m=+981.798424258 2026/08/01 04:01:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:11 DEBUG : open-test-file(0x703d7367280): >close: err= 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:11 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73677c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73677c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73677c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73677c0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73677c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:11.999402426 +0000 UTC m=+981.798424258 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73677c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73b62a0 item 22 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e22c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e22c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e22c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e22c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e22c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.002604731 +0000 UTC m=+981.801626492 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e22c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e27c0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e27c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e27c0): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e27c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e27c0): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e27c0): _writeAt: size=3, off=7 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e27c0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e27c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.002604731 +0000 UTC m=+981.801626492 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e27c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2cc0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2cc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2cc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2cc0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2cc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.002604731 +0000 UTC m=+981.801626492 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2cc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73e7730 item 23 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156080): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156080): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156080): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156080): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156080): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.008563676 +0000 UTC m=+981.807585468 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156080): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156640): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156640): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156640): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156640): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156640): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.008563676 +0000 UTC m=+981.807585468 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156640): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7174150 item 24 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157000): _readAt: size=2, off=0 2026/08/01 04:01:12 ERROR : open-test-file(0x703d7157000): Couldn't read size of file 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157000): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157000): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157000): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157000): close: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157000): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d71573c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d71573c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d71573c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d71573c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d71573c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.012545932 +0000 UTC m=+981.811567703 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d71573c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2480): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2480): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2480): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2480): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2480): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2480): _writeAt: size=3, off=7 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2480): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2480): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.012545932 +0000 UTC m=+981.811567703 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2480): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e29c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e29c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e29c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e29c0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e29c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.012545932 +0000 UTC m=+981.811567703 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e29c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d742a0e0 item 25 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e33c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e33c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e33c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e33c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e33c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.016277123 +0000 UTC m=+981.815298904 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e33c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3a40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3a40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3a40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3a40): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3a40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.016277123 +0000 UTC m=+981.815298904 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3a40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d700bce0 item 26 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157980): _readAt: size=2, off=0 2026/08/01 04:01:12 ERROR : open-test-file(0x703d7157980): Couldn't read size of file 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157980): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157980): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157980): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157980): close: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157980): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157d40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157d40): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157d40): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157d40): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157d40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.019053924 +0000 UTC m=+981.818075705 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157d40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030340): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030340): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030340): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030340): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030340): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030340): _writeAt: size=3, off=7 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030340): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030340): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.019053924 +0000 UTC m=+981.818075705 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030340): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030880): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030880): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030880): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030880): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030880): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.019053924 +0000 UTC m=+981.818075705 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030880): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e63ce0 item 27 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031380): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031380): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031380): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031380): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031380): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.022274752 +0000 UTC m=+981.821296523 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031380): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031a00): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031a00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031a00): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031a00): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031a00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.022274752 +0000 UTC m=+981.821296523 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031a00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e9ee70 item 28 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b156c0): _readAt: size=2, off=0 2026/08/01 04:01:12 ERROR : open-test-file(0x703d6b156c0): Couldn't read size of file 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b156c0): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b156c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b156c0): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b156c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b156c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15b00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15b00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15b00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15b00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15b00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.025214841 +0000 UTC m=+981.824236692 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15b00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ba400): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ba400): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ba400): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ba400): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ba400): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.025214841 +0000 UTC m=+981.824236692 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ba400): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bcce00 item 29 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bae80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bae80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bae80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bae80): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bae80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.02774186 +0000 UTC m=+981.826763631 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bae80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bb3c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bb3c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bb3c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bb3c0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bb3c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.02774186 +0000 UTC m=+981.826763631 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bb3c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68a8b60 item 30 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bbd80): _readAt: size=2, off=0 2026/08/01 04:01:12 ERROR : open-test-file(0x703d74bbd80): Couldn't read size of file 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bbd80): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bbd80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bbd80): >_writeAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bbd80): close: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74bbd80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46380): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46380): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46380): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46380): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46380): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.030330435 +0000 UTC m=+981.829352216 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46380): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46b00): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46b00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46b00): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46b00): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46b00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.030330435 +0000 UTC m=+981.829352216 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46b00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d70cf880 item 31 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47800): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47800): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47800): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47800): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47800): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.032873695 +0000 UTC m=+981.831895466 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47800): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47d40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47d40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47d40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47d40): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47d40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.032873695 +0000 UTC m=+981.831895466 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47d40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6b96b60 item 32 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302800): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302800): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302800): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302800): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302800): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.035139411 +0000 UTC m=+981.834161192 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302800): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302c80): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302c80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302c80): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302c80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302c80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ea44d0 item 33 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302c80): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302c80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.035804266 +0000 UTC m=+981.834826047 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302c80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303240): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303240): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303240): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303240): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303240): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.035804266 +0000 UTC m=+981.834826047 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303240): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ea4770 item 33 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303c00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303c00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303c00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303c00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303c00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.038135786 +0000 UTC m=+981.837157567 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303c00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d675de30 item 34 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.039182821 +0000 UTC m=+981.838204592 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc40): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.039182821 +0000 UTC m=+981.838204592 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f22a0 item 34 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e200): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e200): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e200): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e200): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e200): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.043293329 +0000 UTC m=+981.842315090 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e200): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e680): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e680): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e680): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e680): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e680): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6db8d90 item 35 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e680): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e680): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.04422111 +0000 UTC m=+981.843242901 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e680): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ebc0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ebc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ebc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ebc0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ebc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.04422111 +0000 UTC m=+981.843242901 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ebc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6db8f50 item 35 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f5c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f5c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f5c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f5c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f5c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.047299269 +0000 UTC m=+981.846321160 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f5c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fac0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fac0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6f019d0 item 36 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fac0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fac0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fac0): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fac0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fac0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.048213194 +0000 UTC m=+981.847234965 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fac0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352100): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352100): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352100): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352100): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352100): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.048213194 +0000 UTC m=+981.847234965 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352100): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6f01b90 item 36 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ac0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ac0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ac0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ac0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ac0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.050810115 +0000 UTC m=+981.849831907 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ac0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352f40): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352f40): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352f40): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352f40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352f40): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d702d260 item 37 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352f40): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352f40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.051558637 +0000 UTC m=+981.850580408 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352f40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353500): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353500): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353500): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353500): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353500): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.051558637 +0000 UTC m=+981.850580408 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353500): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d702d420 item 37 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cfc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cfc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cfc0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cfc0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cfc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.054587905 +0000 UTC m=+981.853609726 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cfc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d4c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d4c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d716aa10 item 38 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d4c0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d4c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d4c0): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d4c0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d4c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.055397212 +0000 UTC m=+981.854419023 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d4c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da40): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.055397212 +0000 UTC m=+981.854419023 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d716abd0 item 38 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674ac00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674ac00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674ac00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674ac00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674ac00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.058180634 +0000 UTC m=+981.857202405 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674ac00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b900): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b900): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b900): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b900): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b900): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f81c0 item 39 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b900): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b900): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.059041088 +0000 UTC m=+981.858062869 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b900): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4080): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4080): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4080): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4080): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4080): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.059041088 +0000 UTC m=+981.858062869 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4080): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f8380 item 39 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4e40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4e40): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4e40): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4e40): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4e40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.062600997 +0000 UTC m=+981.861622798 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4e40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5340): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5340): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7223810 item 40 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5340): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5340): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5340): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5340): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5340): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.063236637 +0000 UTC m=+981.862258458 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5340): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5880): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5880): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5880): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5880): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5880): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.063236637 +0000 UTC m=+981.862258458 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5880): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72239d0 item 40 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72962c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72962c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72962c0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72962c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72962c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72962c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72962c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.065624213 +0000 UTC m=+981.864645984 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72962c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72967c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72967c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72967c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7298fc0 item 41 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72967c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72967c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.0666353 +0000 UTC m=+981.865657071 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72967c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7296c80): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7296c80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7296c80): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7296c80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7296c80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7299180 item 41 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7296c80): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7296c80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.067457282 +0000 UTC m=+981.866479053 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7296c80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72971c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72971c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72971c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72971c0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72971c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.067457282 +0000 UTC m=+981.866479053 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72971c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7299340 item 41 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7297b80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7297b80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7297b80): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7297b80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7297b80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7297b80): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7297b80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.070548375 +0000 UTC m=+981.869570157 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7297b80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c180): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c180): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c180): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7326930 item 42 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c180): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c180): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.071330703 +0000 UTC m=+981.870352493 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c180): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c6c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c6c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7326af0 item 42 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c6c0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c6c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c6c0): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c6c0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c6c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.072112999 +0000 UTC m=+981.871134770 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733c6c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733cc40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733cc40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733cc40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733cc40): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733cc40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.072112999 +0000 UTC m=+981.871134770 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d733cc40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7326cb0 item 42 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74745c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74745c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74745c0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74745c0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74745c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74745c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74745c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.074700561 +0000 UTC m=+981.873722333 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74745c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474b40): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474b40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474b40): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7383260 item 43 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474b40): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474b40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.075552048 +0000 UTC m=+981.874573819 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474b40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475080): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475080): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475080): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475080): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475080): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7383420 item 43 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475080): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475080): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.076398196 +0000 UTC m=+981.875420007 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475080): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475540): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475540): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475540): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475540): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475540): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.076398196 +0000 UTC m=+981.875420007 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475540): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7383570 item 43 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa800): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa800): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa800): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa800): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa800): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa800): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa800): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.079620507 +0000 UTC m=+981.878642278 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa800): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aad00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aad00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aad00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73279d0 item 44 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aad00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aad00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.08031635 +0000 UTC m=+981.879338141 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aad00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab240): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab240): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7327b90 item 44 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab240): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab240): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab240): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab240): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab240): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.081101552 +0000 UTC m=+981.880123333 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab240): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab7c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab7c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab7c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab7c0): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab7c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.081101552 +0000 UTC m=+981.880123333 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab7c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7327d50 item 44 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474280): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474280): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474280): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474280): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474280): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474280): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474280): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.083223346 +0000 UTC m=+981.882245137 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474280): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475b00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475b00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475b00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d700b9d0 item 45 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475b00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475b00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.083948936 +0000 UTC m=+981.882970717 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475b00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2340): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2340): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2340): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2340): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2340): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.083948936 +0000 UTC m=+981.882970717 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2340): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d700bc70 item 45 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2d00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2d00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2d00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2d00): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2d00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2d00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2d00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.085854501 +0000 UTC m=+981.884876272 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e2d00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3200): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3200): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3200): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e63b90 item 46 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3200): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3200): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.086671323 +0000 UTC m=+981.885693094 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3200): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3900): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3900): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3900): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3900): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3900): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.086671323 +0000 UTC m=+981.885693094 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73e3900): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e63dc0 item 46 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156440): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156440): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156440): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156440): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156440): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156440): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156440): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.089006209 +0000 UTC m=+981.888027991 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156440): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156940): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156940): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156940): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e9ecb0 item 47 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156940): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156940): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.089829443 +0000 UTC m=+981.888851214 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7156940): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157040): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157040): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157040): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157040): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157040): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.089829443 +0000 UTC m=+981.888851214 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157040): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e9efc0 item 47 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157a00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157a00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157a00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157a00): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157a00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157a00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157a00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.092115478 +0000 UTC m=+981.891137249 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7157a00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030000): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030000): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030000): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bccf50 item 48 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030000): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030000): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.092706063 +0000 UTC m=+981.891727843 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030000): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030700): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030700): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030700): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030700): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030700): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.092706063 +0000 UTC m=+981.891727843 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030700): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bcd180 item 48 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70311c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70311c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70311c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70311c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70311c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.094786478 +0000 UTC m=+981.893808249 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70311c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031780): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031780): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031780): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031780): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031780): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031780): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68a8e00 item 49 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031780): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031780): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.095574555 +0000 UTC m=+981.894596326 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031780): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031cc0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031cc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031cc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031cc0): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031cc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.095574555 +0000 UTC m=+981.894596326 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031cc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68a9110 item 49 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.097597303 +0000 UTC m=+981.896619074 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46280): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46280): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46280): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d70cfce0 item 50 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46280): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46280): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46280): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46280): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46280): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.098364511 +0000 UTC m=+981.897386322 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46280): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46900): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46900): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46900): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46900): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46900): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.098364511 +0000 UTC m=+981.897386322 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46900): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6882000 item 50 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c475c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c475c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c475c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c475c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c475c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.100381288 +0000 UTC m=+981.899403059 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c475c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47b00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47b00): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47b00): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47b00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47b00): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47b00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6b977a0 item 51 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47b00): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47b00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.101027356 +0000 UTC m=+981.900049127 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47b00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302140): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302140): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302140): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302140): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302140): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.101027356 +0000 UTC m=+981.900049127 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302140): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6b97a40 item 51 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302b40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302b40): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302b40): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302b40): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302b40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.103982083 +0000 UTC m=+981.903003884 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302b40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303100): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303100): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303100): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ea4ee0 item 52 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303100): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303100): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303100): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303100): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303100): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.104731918 +0000 UTC m=+981.903753699 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303100): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303680): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303680): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303680): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303680): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303680): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.104731918 +0000 UTC m=+981.903753699 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303680): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ea50a0 item 52 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.106832602 +0000 UTC m=+981.905854373 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc400): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc00): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc00): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc00): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f2af0 item 53 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc00): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.107492918 +0000 UTC m=+981.906514689 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dcc00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67ddc00): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67ddc00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67ddc00): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67ddc00): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67ddc00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.107492918 +0000 UTC m=+981.906514689 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67ddc00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f2cb0 item 53 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e780): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e780): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e780): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e780): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e780): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.109599474 +0000 UTC m=+981.908621245 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e780): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ec80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ec80): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ec80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6db9650 item 54 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ec80): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ec80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ec80): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ec80): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ec80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.110830316 +0000 UTC m=+981.909852087 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715ec80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f200): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f200): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f200): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f200): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f200): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.110830316 +0000 UTC m=+981.909852087 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f200): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6db9810 item 54 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fc00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fc00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fc00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fc00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fc00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.112664618 +0000 UTC m=+981.911686389 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fc00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352200): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352200): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352200): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352200): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352200): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352200): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73e6310 item 55 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352200): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352200): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.113299937 +0000 UTC m=+981.912321708 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352200): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352740): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352740): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352740): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352740): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352740): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.113299937 +0000 UTC m=+981.912321708 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352740): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73e64d0 item 55 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353140): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353140): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353140): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353140): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353140): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.115323226 +0000 UTC m=+981.914345007 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353140): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353a40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353a40): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353a40): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71ad9d0 item 56 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353a40): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353a40): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353a40): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353a40): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353a40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.1160356 +0000 UTC m=+981.915057371 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353a40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1ca40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1ca40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1ca40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1ca40): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1ca40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.1160356 +0000 UTC m=+981.915057371 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1ca40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71adb90 item 56 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d700): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d700): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d700): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d700): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d700): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d700): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d700): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d700): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.117822472 +0000 UTC m=+981.916844243 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d700): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1dcc0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1dcc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1dcc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d720b180 item 57 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1dcc0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1dcc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.118442704 +0000 UTC m=+981.917464475 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1dcc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a640): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a640): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a640): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a640): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a640): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a640): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d720b340 item 57 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a640): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a640): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.119134409 +0000 UTC m=+981.918156180 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a640): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b6c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b6c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b6c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b6c0): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b6c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.119134409 +0000 UTC m=+981.918156180 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b6c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d720b500 item 57 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4480): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4480): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4480): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4480): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4480): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4480): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4480): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4480): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.121195518 +0000 UTC m=+981.920217289 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4480): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4c40): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4c40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4c40): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d728aaf0 item 58 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4c40): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4c40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.121834163 +0000 UTC m=+981.920855934 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4c40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5180): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5180): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5180): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d728acb0 item 58 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5180): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5180): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5180): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5180): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5180): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.122540977 +0000 UTC m=+981.921562759 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5180): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5740): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5740): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5740): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5740): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5740): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.122540977 +0000 UTC m=+981.921562759 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5740): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d728ae70 item 58 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c200): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c200): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c200): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c200): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c200): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c200): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c200): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c200): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.124283185 +0000 UTC m=+981.923304956 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c200): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c740): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c740): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c740): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7344460 item 59 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c740): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c740): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.124859724 +0000 UTC m=+981.923881495 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731c740): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731cc80): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731cc80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731cc80): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731cc80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731cc80): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731cc80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7344620 item 59 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731cc80): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731cc80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.125537142 +0000 UTC m=+981.924558913 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731cc80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731d200): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731d200): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731d200): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731d200): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731d200): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.125537142 +0000 UTC m=+981.924558913 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731d200): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73447e0 item 59 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731dbc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731dbc0): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731dbc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731dbc0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731dbc0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731dbc0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731dbc0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731dbc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.127294159 +0000 UTC m=+981.926315930 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d731dbc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac200): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac200): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac200): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d736dc70 item 60 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac200): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac200): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.127838285 +0000 UTC m=+981.926860056 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac200): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac740): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac740): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac740): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d736de30 item 60 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac740): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac740): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac740): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac740): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac740): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.128527405 +0000 UTC m=+981.927549177 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac740): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acd00): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acd00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acd00): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acd00): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acd00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.128527405 +0000 UTC m=+981.927549177 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acd00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73b2150 item 60 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ad680): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ad680): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ad680): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ad680): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ad680): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ad680): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ad680): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ad680): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.132898875 +0000 UTC m=+981.931920646 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ad680): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749c4c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749c4c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749c4c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73f75e0 item 61 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749c4c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749c4c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.133607132 +0000 UTC m=+981.932628903 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749c4c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749cbc0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749cbc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749cbc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749cbc0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749cbc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.133607132 +0000 UTC m=+981.932628903 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749cbc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73f77a0 item 61 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749d580): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749d580): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749d580): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749d580): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749d580): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749d580): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749d580): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749d580): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.135717193 +0000 UTC m=+981.934738974 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749d580): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749dac0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749dac0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749dac0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d713b500 item 62 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749dac0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749dac0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.13647289 +0000 UTC m=+981.935494661 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d749dac0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac2c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac2c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac2c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac2c0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac2c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.13647289 +0000 UTC m=+981.935494661 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ac2c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d713b6c0 item 62 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acc80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acc80): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acc80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acc80): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acc80): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acc80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acc80): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acc80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.138644789 +0000 UTC m=+981.937666560 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73acc80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ada80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ada80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ada80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7276620 item 63 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ada80): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ada80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.139238279 +0000 UTC m=+981.938260050 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73ada80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa300): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa300): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa300): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa300): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa300): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.139238279 +0000 UTC m=+981.938260050 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aa300): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7276850 item 63 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aacc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aacc0): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aacc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aacc0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aacc0): >_readAt: n=0, err=Bad file descriptor 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aacc0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aacc0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aacc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.141165476 +0000 UTC m=+981.940187247 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74aacc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab200): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab200): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab200): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c8f9d0 item 64 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab200): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab200): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.141678614 +0000 UTC m=+981.940700385 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab200): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab900): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab900): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab900): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab900): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab900): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.141678614 +0000 UTC m=+981.940700385 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74ab900): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c8fc70 item 64 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74743c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74743c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74743c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74743c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74743c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.143665033 +0000 UTC m=+981.942686805 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74743c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74748c0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74748c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74748c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74748c0): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74748c0): _writeAt: size=3, off=2 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7278e70 item 65 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74748c0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74748c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.144596011 +0000 UTC m=+981.943617782 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74748c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474dc0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474dc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474dc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474dc0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474dc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.144596011 +0000 UTC m=+981.943617782 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474dc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7279030 item 65 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475780): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475780): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475780): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475780): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475780): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.146910098 +0000 UTC m=+981.945931869 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475780): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475c00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475c00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73740e0 item 66 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475c00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475c00): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475c00): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475c00): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475c00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.147800788 +0000 UTC m=+981.946822569 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475c00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030240): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030240): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030240): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030240): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030240): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.147800788 +0000 UTC m=+981.946822569 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030240): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d73742a0 item 66 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030d00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030d00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030d00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030d00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030d00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.150150643 +0000 UTC m=+981.949172414 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030d00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031180): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031180): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031180): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031180): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031180): _writeAt: size=3, off=2 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6d48fc0 item 67 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031180): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031180): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.150835576 +0000 UTC m=+981.949857367 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031180): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70317c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70317c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70317c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70317c0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70317c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.150835576 +0000 UTC m=+981.949857367 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d70317c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6d49180 item 67 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b153c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b153c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b153c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b153c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b153c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.15318563 +0000 UTC m=+981.952207402 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b153c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c4d650 item 68 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.153943681 +0000 UTC m=+981.952965462 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15a00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c462c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c462c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c462c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c462c0): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c462c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.153943681 +0000 UTC m=+981.952965462 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c462c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6c4d810 item 68 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47000): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47000): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47000): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47000): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47000): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.156165374 +0000 UTC m=+981.955187205 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47000): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c474c0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c474c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c474c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c474c0): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c474c0): _writeAt: size=3, off=2 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d674d570 item 69 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c474c0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c474c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.156891264 +0000 UTC m=+981.955913045 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c474c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47a00): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47a00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47a00): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47a00): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47a00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.156891264 +0000 UTC m=+981.955913045 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47a00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d674d730 item 69 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302500): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302500): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302500): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302500): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302500): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.158806608 +0000 UTC m=+981.957828379 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302500): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302a00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302a00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6764af0 item 70 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302a00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302a00): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302a00): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302a00): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302a00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.159569118 +0000 UTC m=+981.958590889 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302a00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302f80): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302f80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302f80): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302f80): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302f80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.159569118 +0000 UTC m=+981.958590889 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302f80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6764d90 item 70 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303a00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303a00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303a00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303a00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303a00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.16159958 +0000 UTC m=+981.960621361 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303a00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc000): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc000): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc000): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc000): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc000): _writeAt: size=3, off=2 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bfe150 item 71 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc000): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc000): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.162363952 +0000 UTC m=+981.961385723 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dc000): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dca40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dca40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dca40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dca40): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dca40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.162363952 +0000 UTC m=+981.961385723 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dca40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bfe460 item 71 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e040): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e040): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e040): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e040): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e040): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.164644927 +0000 UTC m=+981.963666708 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e040): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e580): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e580): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d709f960 item 72 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e580): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e580): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e580): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e580): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e580): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.165531299 +0000 UTC m=+981.964553070 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e580): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eb00): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eb00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eb00): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eb00): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eb00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.165531299 +0000 UTC m=+981.964553070 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eb00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d709fb20 item 72 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f440): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f440): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f440): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f440): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f440): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f440): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f440): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.167615173 +0000 UTC m=+981.966636944 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f440): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7059340 item 73 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.168213512 +0000 UTC m=+981.967235283 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fe00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fe00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fe00): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fe00): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fe00): _writeAt: size=3, off=2 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7059500 item 73 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fe00): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fe00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.168860422 +0000 UTC m=+981.967882193 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fe00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352440): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352440): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352440): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352440): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352440): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.168860422 +0000 UTC m=+981.967882193 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352440): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d70596c0 item 73 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352e00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352e00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352e00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352e00): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352e00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352e00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352e00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.170727977 +0000 UTC m=+981.969749748 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352e00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353380): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353380): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353380): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d714acb0 item 74 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353380): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353380): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.171309064 +0000 UTC m=+981.970330835 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353380): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353cc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353cc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d714ae70 item 74 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353cc0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353cc0): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353cc0): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353cc0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353cc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.172032259 +0000 UTC m=+981.971054030 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7353cc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cf40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cf40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cf40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cf40): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cf40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.172032259 +0000 UTC m=+981.971054030 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1cf40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d714b030 item 74 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d900): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d900): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d900): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d900): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d900): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d900): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d900): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.173778905 +0000 UTC m=+981.972800676 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d900): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1de80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1de80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1de80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71ca620 item 75 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1de80): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1de80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.1743698 +0000 UTC m=+981.973391571 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1de80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a940): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a940): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a940): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a940): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a940): _writeAt: size=3, off=2 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71ca7e0 item 75 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a940): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a940): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.174972287 +0000 UTC m=+981.973994058 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a940): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b840): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b840): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b840): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b840): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b840): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.174972287 +0000 UTC m=+981.973994058 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b840): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71ca9a0 item 75 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4700): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4700): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4700): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4700): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4700): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4700): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4700): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.176986999 +0000 UTC m=+981.976008771 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4700): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4d80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4d80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4d80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7219e30 item 76 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4d80): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4d80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.177542998 +0000 UTC m=+981.976564769 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4d80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a52c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a52c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d723a150 item 76 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a52c0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a52c0): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a52c0): _writeAt: size=3, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a52c0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a52c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.178234203 +0000 UTC m=+981.977255974 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a52c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5840): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5840): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5840): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5840): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5840): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.178234203 +0000 UTC m=+981.977255974 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5840): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d723a310 item 76 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a300): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a300): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a300): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a300): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a300): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a300): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a300): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.18037331 +0000 UTC m=+981.979395082 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a300): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a800): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a800): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a800): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d727d7a0 item 77 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a800): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a800): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.180927115 +0000 UTC m=+981.979948886 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727a800): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727af00): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727af00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727af00): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727af00): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727af00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.180927115 +0000 UTC m=+981.979948886 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727af00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d727d960 item 77 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727b8c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727b8c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727b8c0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727b8c0): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727b8c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727b8c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727b8c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.182824195 +0000 UTC m=+981.981845967 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727b8c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727bdc0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727bdc0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727bdc0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72faf50 item 78 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727bdc0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727bdc0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.183464765 +0000 UTC m=+981.982486536 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d727bdc0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73105c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73105c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73105c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73105c0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73105c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.183464765 +0000 UTC m=+981.982486536 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73105c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72fb110 item 78 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a180): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a180): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a180): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a180): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a180): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a180): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a180): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.188352268 +0000 UTC m=+981.987374049 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a180): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310180): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310180): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310180): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d733bc00 item 79 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310180): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310180): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.189468264 +0000 UTC m=+981.988490045 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310180): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310880): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310880): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310880): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310880): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310880): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.189468264 +0000 UTC m=+981.988490045 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7310880): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d733bdc0 item 79 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311340): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311340): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311340): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311340): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311340): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311340): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311340): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.192021353 +0000 UTC m=+981.991043133 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311340): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311840): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311840): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311840): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d67deaf0 item 80 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311840): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311840): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.192739608 +0000 UTC m=+981.991761389 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7311840): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a5c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a5c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a5c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a5c0): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a5c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.192739608 +0000 UTC m=+981.991761389 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747a5c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d67dee70 item 80 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747af80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747af80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747af80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747af80): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747af80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.195675959 +0000 UTC m=+981.994697741 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747af80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b400): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b400): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b400): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b400): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b400): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b400): _writeAt: size=3, off=7 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bc6f50 item 81 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b400): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b400): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.196483655 +0000 UTC m=+981.995505435 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b400): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b940): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b940): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b940): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b940): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b940): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.196483655 +0000 UTC m=+981.995505435 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d747b940): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6bc72d0 item 81 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474440): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474440): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474440): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474440): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474440): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.198473209 +0000 UTC m=+981.997495000 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474440): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74749c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74749c0): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74749c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e9fc70 item 82 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74749c0): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74749c0): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74749c0): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74749c0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74749c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.199202325 +0000 UTC m=+981.998224106 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74749c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474f40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474f40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474f40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474f40): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474f40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.199202325 +0000 UTC m=+981.998224106 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7474f40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6e9fe30 item 82 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475940): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475940): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475940): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475940): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475940): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.201325773 +0000 UTC m=+982.000347553 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475940): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475e40): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475e40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475e40): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475e40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475e40): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475e40): _writeAt: size=3, off=7 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ba8690 item 83 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475e40): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475e40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.202766721 +0000 UTC m=+982.001788502 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7475e40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030480): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030480): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030480): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030480): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030480): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.202766721 +0000 UTC m=+982.001788502 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030480): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ba88c0 item 83 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030f80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030f80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030f80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030f80): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030f80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.204844523 +0000 UTC m=+982.003866304 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7030f80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031540): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031540): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031540): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68a99d0 item 84 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031540): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031540): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031540): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031540): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031540): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.205650143 +0000 UTC m=+982.004671924 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031540): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031b40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031b40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031b40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031b40): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031b40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.205650143 +0000 UTC m=+982.004671924 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7031b40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d68a9b90 item 84 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15880): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15880): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15880): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15880): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15880): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.20755052 +0000 UTC m=+982.006572301 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6b15880): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46100): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46100): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46100): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46100): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46100): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46100): _writeAt: size=3, off=7 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6882ee0 item 85 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46100): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46100): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.208315384 +0000 UTC m=+982.007337165 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46100): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46740): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46740): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46740): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46740): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46740): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.208315384 +0000 UTC m=+982.007337165 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c46740): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6883260 item 85 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47400): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47400): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47400): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47400): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47400): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.210373949 +0000 UTC m=+982.009395739 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47400): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47940): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47940): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47940): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d696b180 item 86 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47940): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47940): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47940): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47940): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47940): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.211127791 +0000 UTC m=+982.010149572 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47940): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47ec0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47ec0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47ec0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47ec0): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47ec0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.211127791 +0000 UTC m=+982.010149572 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6c47ec0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d696b570 item 86 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73029c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73029c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73029c0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73029c0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73029c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.212980327 +0000 UTC m=+982.012002098 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73029c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302ec0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302ec0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302ec0): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302ec0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302ec0): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302ec0): _writeAt: size=3, off=7 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ea59d0 item 87 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302ec0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302ec0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.213696008 +0000 UTC m=+982.012717779 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7302ec0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73034c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73034c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73034c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73034c0): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73034c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.213696008 +0000 UTC m=+982.012717779 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73034c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6ea5b90 item 87 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dd880): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dd880): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dd880): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dd880): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dd880): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.21596565 +0000 UTC m=+982.014987421 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dd880): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dde00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dde00): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dde00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f3730 item 88 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dde00): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dde00): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dde00): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dde00): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dde00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.216877271 +0000 UTC m=+982.015899042 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d67dde00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e4c0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e4c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e4c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e4c0): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e4c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.216877271 +0000 UTC m=+982.015899042 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715e4c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71f38f0 item 88 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eec0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eec0): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eec0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eec0): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eec0): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eec0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eec0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eec0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.219247344 +0000 UTC m=+982.018269116 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715eec0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f400): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f400): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f400): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6b56700 item 89 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f400): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f400): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.219858818 +0000 UTC m=+982.018880599 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f400): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): _writeAt: size=3, off=7 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6b568c0 item 89 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.220571983 +0000 UTC m=+982.019593754 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715f940): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fec0): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fec0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fec0): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fec0): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fec0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.220571983 +0000 UTC m=+982.019593754 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d715fec0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d6b56c40 item 89 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352980): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352980): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352980): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352980): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352980): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352980): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352980): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352980): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.222521082 +0000 UTC m=+982.021542853 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352980): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ec0): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ec0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ec0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72fb0a0 item 90 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ec0): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ec0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.223169957 +0000 UTC m=+982.022191758 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7352ec0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73534c0): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73534c0): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73534c0): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d72fb260 item 90 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73534c0): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73534c0): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73534c0): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73534c0): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73534c0): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.223816959 +0000 UTC m=+982.022838730 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d73534c0): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1c100): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1c100): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1c100): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1c100): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1c100): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.223816959 +0000 UTC m=+982.022838730 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1c100): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71140e0 item 90 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d500): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d500): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d500): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d500): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d500): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d500): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d500): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d500): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.226111137 +0000 UTC m=+982.025132939 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1d500): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da80): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71ad570 item 91 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da80): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.226782885 +0000 UTC m=+982.025804656 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d6d1da80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a280): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a280): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a280): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a280): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a280): >_readAt: n=2, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a280): _writeAt: size=3, off=7 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71ad730 item 91 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a280): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a280): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.227583246 +0000 UTC m=+982.026605017 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674a280): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b000): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b000): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b000): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b000): >_readAt: n=8, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b000): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.227583246 +0000 UTC m=+982.026605017 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d674b000): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71ad8f0 item 91 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4140): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4140): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4140): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4140): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4140): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4140): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4140): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4140): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.230056273 +0000 UTC m=+982.029078044 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4140): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4a40): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4a40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4a40): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71fcee0 item 92 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4a40): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4a40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.230684078 +0000 UTC m=+982.029705849 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4a40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4f80): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4f80): open at offset 5 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4f80): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71fd0a0 item 92 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4f80): _readAt: size=2, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4f80): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4f80): _writeAt: size=3, off=5 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4f80): >_writeAt: n=3, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4f80): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.231371616 +0000 UTC m=+982.030393387 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a4f80): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5540): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5540): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5540): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5540): >_readAt: n=3, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5540): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.231371616 +0000 UTC m=+982.030393387 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d74a5540): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d71fd260 item 92 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc000): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc000): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc000): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc000): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc000): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc000): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc000): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc000): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.233186211 +0000 UTC m=+982.032207982 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc000): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc540): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc540): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc540): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7288850 item 93 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc540): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc540): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.234122618 +0000 UTC m=+982.033144399 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cc540): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72ccc40): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72ccc40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72ccc40): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72ccc40): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72ccc40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.234122618 +0000 UTC m=+982.033144399 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72ccc40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7288a10 item 93 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cd600): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cd600): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cd600): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cd600): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cd600): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cd600): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cd600): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cd600): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.236038122 +0000 UTC m=+982.035059903 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cd600): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cdb40): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cdb40): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cdb40): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d732e000 item 94 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cdb40): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cdb40): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.236698649 +0000 UTC m=+982.035720420 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d72cdb40): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346340): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346340): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346340): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346340): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346340): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.236698649 +0000 UTC m=+982.035720420 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346340): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d732e1c0 item 94 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346d00): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346d00): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346d00): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346d00): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346d00): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346d00): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346d00): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346d00): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.239414224 +0000 UTC m=+982.038435995 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7346d00): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347240): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347240): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347240): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7379650 item 95 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347240): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347240): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.240074239 +0000 UTC m=+982.039096010 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347240): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347940): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347940): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347940): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347940): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347940): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.240074239 +0000 UTC m=+982.039096010 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7347940): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d7379810 item 95 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 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/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c180): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c180): open at offset 0 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c180): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c180): _readAt: size=2, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c180): >_readAt: n=0, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c180): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c180): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c180): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.24572263 +0000 UTC m=+982.044744401 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c180): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c740): _writeAt: size=5, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c740): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c740): >openPending: err= 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d734aa10 item 96 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c740): >_writeAt: n=5, err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c740): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.24669296 +0000 UTC m=+982.045714731 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d744c740): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/08/01 04:01:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:01:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/08/01 04:01:12 DEBUG : open-test-file: newRWFileHandle: 2026/08/01 04:01:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/08/01 04:01:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303840): _readAt: size=512, off=0 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303840): openPending: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303840): >openPending: err= 2026/08/01 04:01:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303840): >_readAt: n=5, err=EOF 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303840): close: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-08-01 04:01:12.24669296 +0000 UTC m=+982.045714731 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/08/01 04:01:12 DEBUG : open-test-file(0x703d7303840): >close: err= 2026/08/01 04:01:12 DEBUG : open-test-file: Remove: 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x703d734abd0 item 96 2026/08/01 04:01:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/08/01 04:01:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/08/01 04:01:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/08/01 04:01:12 DEBUG : open-test-file: >Remove: err= 2026/08/01 04:01:12 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:01:12 DEBUG : dir: Looking for writers 2026/08/01 04:01:12 DEBUG : Looking for writers 2026/08/01 04:01:12 DEBUG : dir: reading active writers 2026/08/01 04:01:12 DEBUG : file1: reading active writers 2026/08/01 04:01:12 DEBUG : >WaitForWriters: 2026/08/01 04:01:12 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting === NAME TestRWFileHandleOpenTests/full run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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 2026/08/01 04:01:24 DEBUG : forgetting directory cache 2026/08/01 04:01:24 DEBUG : dir: forgetting directory cache 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/full Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/full 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/full 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleOpenTests/full Messages: directories --- FAIL: TestRWFileHandleOpenTests (39.60s) --- FAIL: TestRWFileHandleOpenTests/writes (20.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.59s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- 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.01s) --- 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.00s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.01s) --- 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.01s) --- 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) --- FAIL: TestRWFileHandleOpenTests/full (19.60s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.62s) --- 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.01s) --- 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:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:01:30 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:01:30 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 04:01:30 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:30 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:01:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:01:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:01:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:01:30 INFO : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/08/01 04:01:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:01:31 DEBUG : file1: newRWFileHandle: 2026/08/01 04:01:31 DEBUG : file1: >newRWFileHandle: err= 2026/08/01 04:01:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:01:31 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/08/01 04:01:31 DEBUG : file1: >OpenFile: fd=file1 (rw), err= read_write_test.go:655: can't set mod time 2026/08/01 04:01:31 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:01:31 DEBUG : dir: Looking for writers 2026/08/01 04:01:31 DEBUG : Looking for writers 2026/08/01 04:01:31 DEBUG : dir: reading active writers 2026/08/01 04:01:31 DEBUG : file1: reading active writers 2026/08/01 04:01:31 DEBUG : file1: active writers 1 2026/08/01 04:01:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 10ms 2026/08/01 04:01:31 DEBUG : dir: Looking for writers 2026/08/01 04:01:31 DEBUG : Looking for writers 2026/08/01 04:01:31 DEBUG : dir: reading active writers 2026/08/01 04:01:31 DEBUG : file1: reading active writers 2026/08/01 04:01:31 DEBUG : file1: active writers 1 2026/08/01 04:01:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 20ms 2026/08/01 04:01:31 DEBUG : dir: Looking for writers 2026/08/01 04:01:31 DEBUG : Looking for writers 2026/08/01 04:01:31 DEBUG : dir: reading active writers 2026/08/01 04:01:31 DEBUG : file1: reading active writers 2026/08/01 04:01:31 DEBUG : file1: active writers 1 2026/08/01 04:01:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 40ms 2026/08/01 04:01:31 DEBUG : dir: Looking for writers 2026/08/01 04:01:31 DEBUG : Looking for writers 2026/08/01 04:01:31 DEBUG : file1: reading active writers 2026/08/01 04:01:31 DEBUG : file1: active writers 1 2026/08/01 04:01:31 DEBUG : dir: reading active writers 2026/08/01 04:01:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 80ms 2026/08/01 04:01:31 DEBUG : dir: Looking for writers 2026/08/01 04:01:31 DEBUG : Looking for writers 2026/08/01 04:01:31 DEBUG : dir: reading active writers 2026/08/01 04:01:31 DEBUG : file1: reading active writers 2026/08/01 04:01:31 DEBUG : file1: active writers 1 2026/08/01 04:01:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 160ms 2026/08/01 04:01:31 DEBUG : dir: Looking for writers 2026/08/01 04:01:31 DEBUG : Looking for writers 2026/08/01 04:01:31 DEBUG : dir: reading active writers 2026/08/01 04:01:31 DEBUG : file1: reading active writers 2026/08/01 04:01:31 DEBUG : file1: active writers 1 2026/08/01 04:01:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 320ms 2026/08/01 04:01:32 DEBUG : dir: Looking for writers 2026/08/01 04:01:32 DEBUG : Looking for writers 2026/08/01 04:01:32 DEBUG : dir: reading active writers 2026/08/01 04:01:32 DEBUG : file1: reading active writers 2026/08/01 04:01:32 DEBUG : file1: active writers 1 2026/08/01 04:01:32 DEBUG : Still 1 writers active and 0 cache items in use, waiting 640ms 2026/08/01 04:01:32 DEBUG : dir: Looking for writers 2026/08/01 04:01:32 DEBUG : Looking for writers 2026/08/01 04:01:32 DEBUG : dir: reading active writers 2026/08/01 04:01:32 DEBUG : file1: reading active writers 2026/08/01 04:01:32 DEBUG : file1: active writers 1 2026/08/01 04:01:32 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:33 DEBUG : dir: Looking for writers 2026/08/01 04:01:33 DEBUG : Looking for writers 2026/08/01 04:01:33 DEBUG : dir: reading active writers 2026/08/01 04:01:33 DEBUG : file1: reading active writers 2026/08/01 04:01:33 DEBUG : file1: active writers 1 2026/08/01 04:01:33 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:34 DEBUG : dir: Looking for writers 2026/08/01 04:01:34 DEBUG : Looking for writers 2026/08/01 04:01:34 DEBUG : dir: reading active writers 2026/08/01 04:01:34 DEBUG : file1: reading active writers 2026/08/01 04:01:34 DEBUG : file1: active writers 1 2026/08/01 04:01:34 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:35 DEBUG : dir: Looking for writers 2026/08/01 04:01:35 DEBUG : Looking for writers 2026/08/01 04:01:35 DEBUG : dir: reading active writers 2026/08/01 04:01:35 DEBUG : file1: reading active writers 2026/08/01 04:01:35 DEBUG : file1: active writers 1 2026/08/01 04:01:35 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:36 DEBUG : dir: Looking for writers 2026/08/01 04:01:36 DEBUG : Looking for writers 2026/08/01 04:01:36 DEBUG : dir: reading active writers 2026/08/01 04:01:36 DEBUG : file1: reading active writers 2026/08/01 04:01:36 DEBUG : file1: active writers 1 2026/08/01 04:01:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:37 DEBUG : dir: Looking for writers 2026/08/01 04:01:37 DEBUG : Looking for writers 2026/08/01 04:01:37 DEBUG : dir: reading active writers 2026/08/01 04:01:37 DEBUG : file1: reading active writers 2026/08/01 04:01:37 DEBUG : file1: active writers 1 2026/08/01 04:01:37 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:38 DEBUG : dir: Looking for writers 2026/08/01 04:01:38 DEBUG : Looking for writers 2026/08/01 04:01:38 DEBUG : file1: reading active writers 2026/08/01 04:01:38 DEBUG : file1: active writers 1 2026/08/01 04:01:38 DEBUG : dir: reading active writers 2026/08/01 04:01:38 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:39 DEBUG : dir: Looking for writers 2026/08/01 04:01:39 DEBUG : Looking for writers 2026/08/01 04:01:39 DEBUG : dir: reading active writers 2026/08/01 04:01:39 DEBUG : file1: reading active writers 2026/08/01 04:01:39 DEBUG : file1: active writers 1 2026/08/01 04:01:39 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:40 DEBUG : dir: Looking for writers 2026/08/01 04:01:40 DEBUG : Looking for writers 2026/08/01 04:01:40 DEBUG : dir: reading active writers 2026/08/01 04:01:40 DEBUG : file1: reading active writers 2026/08/01 04:01:40 DEBUG : file1: active writers 1 2026/08/01 04:01:40 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:41 DEBUG : dir: Looking for writers 2026/08/01 04:01:41 DEBUG : Looking for writers 2026/08/01 04:01:41 DEBUG : dir: reading active writers 2026/08/01 04:01:41 DEBUG : file1: reading active writers 2026/08/01 04:01:41 DEBUG : file1: active writers 1 2026/08/01 04:01:41 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:42 DEBUG : dir: Looking for writers 2026/08/01 04:01:42 DEBUG : Looking for writers 2026/08/01 04:01:42 DEBUG : dir: reading active writers 2026/08/01 04:01:42 DEBUG : file1: reading active writers 2026/08/01 04:01:42 DEBUG : file1: active writers 1 2026/08/01 04:01:42 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:43 DEBUG : dir: Looking for writers 2026/08/01 04:01:43 DEBUG : Looking for writers 2026/08/01 04:01:43 DEBUG : dir: reading active writers 2026/08/01 04:01:43 DEBUG : file1: reading active writers 2026/08/01 04:01:43 DEBUG : file1: active writers 1 2026/08/01 04:01:43 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:44 DEBUG : dir: Looking for writers 2026/08/01 04:01:44 DEBUG : Looking for writers 2026/08/01 04:01:44 DEBUG : dir: reading active writers 2026/08/01 04:01:44 DEBUG : file1: reading active writers 2026/08/01 04:01:44 DEBUG : file1: active writers 1 2026/08/01 04:01:44 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:45 DEBUG : dir: Looking for writers 2026/08/01 04:01:45 DEBUG : Looking for writers 2026/08/01 04:01:45 DEBUG : dir: reading active writers 2026/08/01 04:01:45 DEBUG : file1: reading active writers 2026/08/01 04:01:45 DEBUG : file1: active writers 1 2026/08/01 04:01:45 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:46 DEBUG : dir: Looking for writers 2026/08/01 04:01:46 DEBUG : Looking for writers 2026/08/01 04:01:46 DEBUG : dir: reading active writers 2026/08/01 04:01:46 DEBUG : file1: reading active writers 2026/08/01 04:01:46 DEBUG : file1: active writers 1 2026/08/01 04:01:46 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:47 DEBUG : forgetting directory cache 2026/08/01 04:01:47 DEBUG : dir: forgetting directory cache 2026/08/01 04:01:47 DEBUG : dir: Looking for writers 2026/08/01 04:01:47 DEBUG : Looking for writers 2026/08/01 04:01:47 DEBUG : dir: reading active writers 2026/08/01 04:01:47 DEBUG : file1: reading active writers 2026/08/01 04:01:47 DEBUG : file1: active writers 1 2026/08/01 04:01:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:48 DEBUG : dir: Looking for writers 2026/08/01 04:01:48 DEBUG : Looking for writers 2026/08/01 04:01:48 DEBUG : dir: reading active writers 2026/08/01 04:01:48 DEBUG : file1: reading active writers 2026/08/01 04:01:48 DEBUG : file1: active writers 1 2026/08/01 04:01:48 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:49 DEBUG : dir: Looking for writers 2026/08/01 04:01:49 DEBUG : Looking for writers 2026/08/01 04:01:49 DEBUG : dir: reading active writers 2026/08/01 04:01:49 DEBUG : file1: reading active writers 2026/08/01 04:01:49 DEBUG : file1: active writers 1 2026/08/01 04:01:49 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:50 DEBUG : dir: Looking for writers 2026/08/01 04:01:50 DEBUG : Looking for writers 2026/08/01 04:01:50 DEBUG : dir: reading active writers 2026/08/01 04:01:50 DEBUG : file1: reading active writers 2026/08/01 04:01:50 DEBUG : file1: active writers 1 2026/08/01 04:01:50 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:51 DEBUG : dir: Looking for writers 2026/08/01 04:01:51 DEBUG : Looking for writers 2026/08/01 04:01:51 DEBUG : dir: reading active writers 2026/08/01 04:01:51 DEBUG : file1: reading active writers 2026/08/01 04:01:51 DEBUG : file1: active writers 1 2026/08/01 04:01:51 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:52 DEBUG : dir: Looking for writers 2026/08/01 04:01:52 DEBUG : Looking for writers 2026/08/01 04:01:52 DEBUG : dir: reading active writers 2026/08/01 04:01:52 DEBUG : file1: reading active writers 2026/08/01 04:01:52 DEBUG : file1: active writers 1 2026/08/01 04:01:52 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:53 DEBUG : dir: Looking for writers 2026/08/01 04:01:53 DEBUG : Looking for writers 2026/08/01 04:01:53 DEBUG : dir: reading active writers 2026/08/01 04:01:53 DEBUG : file1: reading active writers 2026/08/01 04:01:53 DEBUG : file1: active writers 1 2026/08/01 04:01:53 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:54 DEBUG : dir: Looking for writers 2026/08/01 04:01:54 DEBUG : Looking for writers 2026/08/01 04:01:54 DEBUG : dir: reading active writers 2026/08/01 04:01:54 DEBUG : file1: reading active writers 2026/08/01 04:01:54 DEBUG : file1: active writers 1 2026/08/01 04:01:54 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:55 DEBUG : dir: Looking for writers 2026/08/01 04:01:55 DEBUG : Looking for writers 2026/08/01 04:01:55 DEBUG : dir: reading active writers 2026/08/01 04:01:55 DEBUG : file1: reading active writers 2026/08/01 04:01:55 DEBUG : file1: active writers 1 2026/08/01 04:01:55 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:56 DEBUG : dir: Looking for writers 2026/08/01 04:01:56 DEBUG : Looking for writers 2026/08/01 04:01:56 DEBUG : dir: reading active writers 2026/08/01 04:01:56 DEBUG : file1: reading active writers 2026/08/01 04:01:56 DEBUG : file1: active writers 1 2026/08/01 04:01:56 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:57 DEBUG : dir: Looking for writers 2026/08/01 04:01:57 DEBUG : Looking for writers 2026/08/01 04:01:57 DEBUG : dir: reading active writers 2026/08/01 04:01:57 DEBUG : file1: reading active writers 2026/08/01 04:01:57 DEBUG : file1: active writers 1 2026/08/01 04:01:57 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:58 DEBUG : dir: Looking for writers 2026/08/01 04:01:58 DEBUG : Looking for writers 2026/08/01 04:01:58 DEBUG : dir: reading active writers 2026/08/01 04:01:58 DEBUG : file1: reading active writers 2026/08/01 04:01:58 DEBUG : file1: active writers 1 2026/08/01 04:01:58 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:01:59 DEBUG : dir: Looking for writers 2026/08/01 04:01:59 DEBUG : Looking for writers 2026/08/01 04:01:59 DEBUG : dir: reading active writers 2026/08/01 04:01:59 DEBUG : file1: reading active writers 2026/08/01 04:01:59 DEBUG : file1: active writers 1 2026/08/01 04:01:59 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:02:00 DEBUG : dir: Looking for writers 2026/08/01 04:02:00 DEBUG : Looking for writers 2026/08/01 04:02:00 DEBUG : dir: reading active writers 2026/08/01 04:02:00 DEBUG : file1: reading active writers 2026/08/01 04:02:00 DEBUG : file1: active writers 1 2026/08/01 04:02:00 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:02:01 ERROR : Exiting even though 1 writers active and 0 cache items in use after 30s Cache{ "file1": &{c:0x703d6e7b600 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x703d6f28128 notify:{wait:0 notify:0 lock:0 head: tail:} checker:0} name:file1 opens:0 downloaders: o: fd: info:{ModTime:{wall:14020683960065947706 ext:1001398772516 loc:0x4cef580} ATime:{wall:14020683960065947706 ext:1001398772516 loc:0x4cef580} Size:0 Rs:[] Fingerprint: Dirty:false} writeBackID:0 pendingAccesses:0 modified:false beingReset:false graceTimer: closing:}, } 2026/08/01 04:02:01 DEBUG : >WaitForWriters: 2026/08/01 04:02:01 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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 2026/08/01 04:02:16 DEBUG : forgetting directory cache 2026/08/01 04:02:16 DEBUG : dir: forgetting 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:655 Error: Should be true Test: TestRWFileModTimeWithOpenWriters Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:655 Error: Should be true Test: TestRWFileModTimeWithOpenWriters 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:655 Error: Should be true Test: TestRWFileModTimeWithOpenWriters 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:655 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileModTimeWithOpenWriters Messages: directories --- FAIL: TestRWFileModTimeWithOpenWriters (49.93s) === RUN TestRWCacheRename run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:02:20 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:02:20 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 04:02:20 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:20 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:02:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:02:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" read_write_test.go:694: skip as can't rename files 2026/08/01 04:02:20 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:02:20 DEBUG : Looking for writers 2026/08/01 04:02:20 DEBUG : >WaitForWriters: 2026/08/01 04:02:20 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:694 Error: Should be true Test: TestRWCacheRename Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:694 Error: Should be true Test: TestRWCacheRename 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:694 Error: Should be true Test: TestRWCacheRename 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:694 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWCacheRename Messages: directories --- FAIL: TestRWCacheRename (19.31s) === RUN TestRWCacheUpdate run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:02:40 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:02:40 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: root is "/home/rclone/.cache/rclone" 2026/08/01 04:02:40 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:40 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:02:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" 2026/08/01 04:02:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/08/01 04:02:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-kuqalum6gaze" read_write_test.go:730: skip as modtime not supported 2026/08/01 04:02:40 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:02:40 DEBUG : Looking for writers 2026/08/01 04:02:40 DEBUG : >WaitForWriters: 2026/08/01 04:02:40 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': vfs cache: cleaner exiting 2026/08/01 04:02:40 DEBUG : forgetting directory cache run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty 2026/08/01 04:02:48 DEBUG : forgetting directory cache 2026/08/01 04:02:48 DEBUG : dir: forgetting directory cache run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:730 Error: Should be true Test: TestRWCacheUpdate Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:730 Error: Should be true Test: TestRWCacheUpdate 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:730 Error: Should be true Test: TestRWCacheUpdate 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:730 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWCacheUpdate Messages: directories --- FAIL: TestRWCacheUpdate (19.23s) === RUN TestCaseSensitivity run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" vfs_case_test.go:20: Can't test case sensitivity - this remote is officially not case-sensitive run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:20 Error: Should be true Test: TestCaseSensitivity Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:20 Error: Should be true Test: TestCaseSensitivity 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:20 Error: Should be true Test: TestCaseSensitivity 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:20 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestCaseSensitivity Messages: directories --- FAIL: TestCaseSensitivity (19.70s) === RUN TestUnicodeNormalization run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:03:19 DEBUG : forgetting directory cache 2026/08/01 04:03:19 DEBUG : dir: forgetting directory cache 2026/08/01 04:03:21 DEBUG : normal name with no special characters.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:03:24 DEBUG : 測試_Русский___ě_áñ: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:03:24 DEBUG : 測試_Русский___ě_áñ: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 04:03:25 DEBUG : 測試_Русский___ě_áñ: Trying to read object after upload: try again in 400ms (3/10) 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:358 /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 dir/file1 (14), file1 (5), 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:179 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestUnicodeNormalization 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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:179 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestUnicodeNormalization Messages: Unexpected file "dir/file1" 2026/08/01 04:03:35 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:03:35 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/08/01 04:03:35 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 04:03:35 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/08/01 04:03:35 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/08/01 04:03:35 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/08/01 04:03:35 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:03:35 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/08/01 04:03:35 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:03:36 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/08/01 04:03:36 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 04:03:36 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/08/01 04:03:36 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:03:36 DEBUG : dir: Looking for writers 2026/08/01 04:03:36 DEBUG : Looking for writers 2026/08/01 04:03:36 DEBUG : dir: reading active writers 2026/08/01 04:03:36 DEBUG : file1: reading active writers 2026/08/01 04:03:36 DEBUG : normal name with no special characters.txt: reading active writers 2026/08/01 04:03:36 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/08/01 04:03:36 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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 2026/08/01 04:03:50 DEBUG : forgetting directory cache 2026/08/01 04:03:50 DEBUG : dir: forgetting 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestUnicodeNormalization Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestUnicodeNormalization 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestUnicodeNormalization 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestUnicodeNormalization Messages: directories --- FAIL: TestUnicodeNormalization (38.88s) === RUN TestVFSNew run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:03:57 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:03:57 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:03:57 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': Reusing VFS from active cache 2026/08/01 04:03:57 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:03:57 DEBUG : Looking for writers 2026/08/01 04:03:57 DEBUG : >WaitForWriters: 2026/08/01 04:03:57 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:03:57 DEBUG : Looking for writers 2026/08/01 04:03:57 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNew Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNew 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNew 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSNew Messages: directories --- FAIL: TestVFSNew (19.65s) === RUN TestVFSNewWithOpts run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:04:17 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:04:17 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:04:17 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:04:17 DEBUG : Looking for writers 2026/08/01 04:04:17 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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/08/01 04:04:33 DEBUG : forgetting directory cache 2026/08/01 04:04:33 DEBUG : dir: forgetting directory cache 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNewWithOpts Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNewWithOpts 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNewWithOpts 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSNewWithOpts Messages: directories --- FAIL: TestVFSNewWithOpts (19.03s) === RUN TestVFSRoot run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:04:36 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:04:36 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:04:36 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:04:36 DEBUG : Looking for writers 2026/08/01 04:04:36 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSRoot Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSRoot 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSRoot 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSRoot Messages: directories --- FAIL: TestVFSRoot (19.58s) === RUN TestVFSStat run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:04:56 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:04:56 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:04:56 DEBUG : file1: Update: removing old file 2026/08/01 04:04:57 ERROR : file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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/08/01 04:05:04 DEBUG : forgetting directory cache 2026/08/01 04:05:04 DEBUG : dir: forgetting directory cache 2026/08/01 04:05:04 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:190 Error: Should be true Test: TestVFSStat Messages: listing wrong, want dir/file2 (14), file1 (14) got dir/file1 (14), dir/file2 (14), file1 (5), file1(1) (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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:190 Error: Not equal: expected: 14 actual : 5 Test: TestVFSStat Messages: file1: size incorrect file=14 vs obj=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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:190 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSStat Messages: Unexpected file "file1(1)" 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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:190 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSStat Messages: Unexpected file "dir/file1" 2026/08/01 04:05:11 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:05:11 DEBUG : dir: Looking for writers 2026/08/01 04:05:11 DEBUG : file2: reading active writers 2026/08/01 04:05:11 DEBUG : file1: reading active writers 2026/08/01 04:05:11 DEBUG : Looking for writers 2026/08/01 04:05:11 DEBUG : dir: reading active writers 2026/08/01 04:05:11 DEBUG : file1: reading active writers 2026/08/01 04:05:11 DEBUG : file1(1): reading active writers 2026/08/01 04:05:11 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit 2026/08/01 04:05:14 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:05:14 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/01 04:05:14 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:05:14 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/01 04:05:14 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:05:14 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/01 04:05:15 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:05:15 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/01 04:05:17 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:05:18 DEBUG : dir: forgetting directory cache 2026/08/01 04:05:18 DEBUG : dir/virtualDir: forgetting directory cache 2026/08/01 04:05:18 DEBUG : forgetting directory cache 2026/08/01 04:05:18 DEBUG : dir: forgetting directory cache 2026/08/01 04:05:18 DEBUG : dir/virtualDir: forgetting directory cache 2026/08/01 04:05:19 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:05:21 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:05:23 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:05:26 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/01 04:05:27 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/01 04:05:29 DEBUG : pacer: Reducing sleep to 843.75ms run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit 2026/08/01 04:05:30 DEBUG : pacer: Reducing sleep to 632.8125ms run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit 2026/08/01 04:05:31 DEBUG : pacer: Reducing sleep to 474.609375ms run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/08/01 04:05:33 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/01 04:05:34 DEBUG : pacer: Reducing sleep to 266.967773ms run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty 2026/08/01 04:05:34 DEBUG : forgetting directory cache 2026/08/01 04:05:34 DEBUG : dir: forgetting directory cache 2026/08/01 04:05:34 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/08/01 04:05:35 DEBUG : pacer: Reducing sleep to 200.225829ms run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty 2026/08/01 04:05:37 DEBUG : pacer: Reducing sleep to 200ms run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStat Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStat 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStat 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSStat Messages: directories --- FAIL: TestVFSStat (50.11s) === RUN TestVFSStatParent run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:05:46 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:05:46 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:05:46 DEBUG : file1: Update: removing old file 2026/08/01 04:05:46 ERROR : file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 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:358 /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 dir/file1 (14), dir/file2 (14), file1 (5), file1(1) (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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:225 Error: Not equal: expected: 14 actual : 5 Test: TestVFSStatParent Messages: file1: size incorrect file=14 vs obj=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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:225 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSStatParent Messages: Unexpected file "file1(1)" 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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:225 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSStatParent Messages: Unexpected file "dir/file1" 2026/08/01 04:06:00 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:06:00 DEBUG : dir: Looking for writers 2026/08/01 04:06:00 DEBUG : Looking for writers 2026/08/01 04:06:00 DEBUG : dir: reading active writers 2026/08/01 04:06:00 DEBUG : file1: reading active writers 2026/08/01 04:06:00 DEBUG : file1(1): reading active writers 2026/08/01 04:06:00 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit 2026/08/01 04:06:04 DEBUG : forgetting directory cache 2026/08/01 04:06:04 DEBUG : dir: forgetting directory cache run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatParent Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatParent 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (35.87s) === RUN TestVFSOpenFile run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:06:22 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:06:22 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:06:22 DEBUG : file1: Update: removing old file 2026/08/01 04:06:23 ERROR : file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 04:06:27 DEBUG : dir/file2: Trying to read object after upload: try again in 100ms (1/10) 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:358 /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 dir/file1 (14), dir/file2 (14), file1 (5), file1(1) (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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:257 Error: Not equal: expected: 14 actual : 5 Test: TestVFSOpenFile Messages: file1: size incorrect file=14 vs obj=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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:257 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "file1(1)" 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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:257 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "dir/file1" 2026/08/01 04:06:36 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 04:06:37 DEBUG : file1: Open: flags=O_RDONLY 2026/08/01 04:06:37 DEBUG : file1: >Open: fd=file1 (r), err= 2026/08/01 04:06:37 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/08/01 04:06:37 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 04:06:37 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/08/01 04:06:37 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/08/01 04:06:37 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/08/01 04:06:37 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:06:37 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:06:37 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/08/01 04:06:37 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/08/01 04:06:37 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/08/01 04:06:37 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/08/01 04:06:37 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': File to upload is small (0 bytes), uploading instead of streaming 2026/08/01 04:06:37 ERROR : dir/new_file.txt: WriteFileHandle.New Rcat failed: can't upload empty files to this remote 2026/08/01 04:06:37 DEBUG : dir/new_file.txt: Remove: 2026/08/01 04:06:37 DEBUG : dir: Added virtual directory entry vDel: "new_file.txt" 2026/08/01 04:06:37 DEBUG : dir/new_file.txt: >Remove: err= 2026/08/01 04:06:37 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:06:37 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/08/01 04:06:37 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:06:37 DEBUG : dir: Looking for writers 2026/08/01 04:06:37 DEBUG : file1: reading active writers 2026/08/01 04:06:37 DEBUG : file2: reading active writers 2026/08/01 04:06:37 DEBUG : Looking for writers 2026/08/01 04:06:37 DEBUG : dir: reading active writers 2026/08/01 04:06:37 DEBUG : file1: reading active writers 2026/08/01 04:06:37 DEBUG : file1(1): reading active writers 2026/08/01 04:06:37 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSOpenFile Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSOpenFile 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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 (36.80s) === RUN TestVFSRename run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:06:59 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:06:59 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream vfs_test.go:291: skip as can't rename files 2026/08/01 04:06:59 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:06:59 DEBUG : Looking for writers 2026/08/01 04:06:59 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit 2026/08/01 04:07:05 DEBUG : forgetting directory cache 2026/08/01 04:07:05 DEBUG : dir: forgetting directory cache 2026/08/01 04:07:05 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:291 Error: Should be true Test: TestVFSRename Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:291 Error: Should be true Test: TestVFSRename 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:291 Error: Should be true Test: TestVFSRename 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:291 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 (19.57s) === RUN TestVFSStatfs run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:07:18 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:07:18 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:07:18 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:07:18 DEBUG : Looking for writers 2026/08/01 04:07:18 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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/08/01 04:07:35 DEBUG : forgetting directory cache 2026/08/01 04:07:35 DEBUG : dir: forgetting directory cache 2026/08/01 04:07:35 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatfs Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatfs 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatfs 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSStatfs Messages: directories --- FAIL: TestVFSStatfs (19.21s) === RUN TestVFSMkdir run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:07:37 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:07:37 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:371 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:371 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:371 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:371 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/08/01 04:07:47 DEBUG : Added virtual directory entry vAddDir: "/" 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/08/01 04:07:54 DEBUG : forgetting directory cache 2026/08/01 04:07:54 DEBUG : dir: forgetting directory cache 2026/08/01 04:07:54 DEBUG : dir: forgetting directory cache 2026/08/01 04:07:54 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:376 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:376 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:376 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:376 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/08/01 04:07:58 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: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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:382 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:382 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:382 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:382 Error: Not equal: expected: []string{"a"} actual : []string{"a", "dir"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=1) "a" +([]string) (len=2) { + (string) (len=1) "a", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:388 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:388 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:388 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:388 Error: Not equal: expected: []string{"a"} actual : []string{"a", "dir"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=1) "a" +([]string) (len=2) { + (string) (len=1) "a", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/08/01 04:08:20 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 2026/08/01 04:08:26 DEBUG : forgetting directory cache 2026/08/01 04:08:26 DEBUG : dir: forgetting 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:394 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:394 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:394 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:394 Error: Not equal: expected: []string{"a", "b"} actual : []string{"a", "b", "dir"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=1) "a", - (string) (len=1) "b" + (string) (len=1) "b", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/08/01 04:08:32 DEBUG : Added virtual directory entry vAddDir: "c" 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:400 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:400 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:400 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:400 Error: Not equal: expected: []string{"a", "b", "c"} actual : []string{"a", "b", "c", "dir"} Diff: --- Expected +++ Actual @@ -1,5 +1,6 @@ -([]string) (len=3) { +([]string) (len=4) { (string) (len=1) "a", (string) (len=1) "b", - (string) (len=1) "c" + (string) (len=1) "c", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/08/01 04:08:45 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: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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:406 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:406 Error: Should be true Test: TestVFSMkdir 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:406 Error: Should be true Test: TestVFSMkdir 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:378 /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", "d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=1) "c", - (string) (len=1) "d" + (string) (len=1) "d", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/08/01 04:08:56 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:08:56 DEBUG : a: Looking for writers 2026/08/01 04:08:56 DEBUG : b: Looking for writers 2026/08/01 04:08:56 DEBUG : c: Looking for writers 2026/08/01 04:08:56 DEBUG : d: Looking for writers 2026/08/01 04:08:56 DEBUG : dir: Looking for writers 2026/08/01 04:08:56 DEBUG : Looking for writers 2026/08/01 04:08:56 DEBUG : Looking for writers 2026/08/01 04:08:56 DEBUG : d: reading active writers 2026/08/01 04:08:56 DEBUG : dir: reading active writers 2026/08/01 04:08:56 DEBUG : file1: reading active writers 2026/08/01 04:08:56 DEBUG : /: reading active writers 2026/08/01 04:08:56 DEBUG : a: reading active writers 2026/08/01 04:08:56 DEBUG : b: reading active writers 2026/08/01 04:08:56 DEBUG : c: reading active writers 2026/08/01 04:08:56 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdir 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdir 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories --- FAIL: TestVFSMkdir (105.30s) === RUN TestVFSMkdirAll run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:09:23 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:09:23 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Should be true Test: TestVFSMkdirAll 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Should be true Test: TestVFSMkdirAll 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/08/01 04:09:34 DEBUG : forgetting directory cache 2026/08/01 04:09:34 DEBUG : dir: forgetting 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Should be true Test: TestVFSMkdirAll 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Should be true Test: TestVFSMkdirAll 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories 2026/08/01 04:09:44 DEBUG : Added virtual directory entry vAddDir: "a" 2026/08/01 04:09:45 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/08/01 04:09:47 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/08/01 04:09:49 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: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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Should be true Test: TestVFSMkdirAll 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Should be true Test: TestVFSMkdirAll 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:378 /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{"a", "a/b", "a/b/c", "a/b/c/d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" + (string) (len=7) "a/b/c/d", + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Should be true Test: TestVFSMkdirAll 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Should be true Test: TestVFSMkdirAll 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Not equal: expected: []string{"a", "a/b", "a/b/c", "a/b/c/d"} actual : []string{"a", "a/b", "a/b/c", "a/b/c/d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" + (string) (len=7) "a/b/c/d", + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Should be true Test: TestVFSMkdirAll 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Should be true Test: TestVFSMkdirAll 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:378 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Not equal: expected: []string{"a", "a/b", "a/b/c", "a/b/c/d"} actual : []string{"a", "a/b", "a/b/c", "a/b/c/d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" + (string) (len=7) "a/b/c/d", + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories 2026/08/01 04:10:25 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:10:25 DEBUG : a/b/c/d: Looking for writers 2026/08/01 04:10:25 DEBUG : a/b/c: Looking for writers 2026/08/01 04:10:25 DEBUG : d: reading active writers 2026/08/01 04:10:25 DEBUG : a/b: Looking for writers 2026/08/01 04:10:25 DEBUG : c: reading active writers 2026/08/01 04:10:25 DEBUG : a: Looking for writers 2026/08/01 04:10:25 DEBUG : b: reading active writers 2026/08/01 04:10:25 DEBUG : dir: Looking for writers 2026/08/01 04:10:25 DEBUG : Looking for writers 2026/08/01 04:10:25 DEBUG : dir: reading active writers 2026/08/01 04:10:25 DEBUG : file1: reading active writers 2026/08/01 04:10:25 DEBUG : a: reading active writers 2026/08/01 04:10:25 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit 2026/08/01 04:10:32 DEBUG : forgetting directory cache 2026/08/01 04:10:32 DEBUG : dir: forgetting directory cache 2026/08/01 04:10:32 DEBUG : dir: forgetting directory cache 2026/08/01 04:10:32 DEBUG : Removed virtual directory entry vAddFile: "file1" run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdirAll 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdirAll 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories --- FAIL: TestVFSMkdirAll (88.21s) === RUN TestVFSIsMetadataFile run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:10:51 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:10:51 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:10:51 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:10:51 DEBUG : Looking for writers 2026/08/01 04:10:51 DEBUG : >WaitForWriters: 2026/08/01 04:10:51 DEBUG : forgetting directory cache 2026/08/01 04:10:51 DEBUG : dir: forgetting directory cache 2026/08/01 04:10:51 DEBUG : Removed virtual directory entry vDel: "open-test-file" 2026/08/01 04:10:51 DEBUG : dir: forgetting directory cache run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSIsMetadataFile Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSIsMetadataFile 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSIsMetadataFile 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSIsMetadataFile Messages: directories --- FAIL: TestVFSIsMetadataFile (19.53s) === RUN TestWriteFileHandleMethods run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:11:10 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:11:10 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:11:10 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:11:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:11:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:11:11 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:11:11 DEBUG : file1: >OpenFile: fd=file1 (w), err= write_test.go:106: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:106 Error: Not equal: expected: 0 actual : 5 Test: TestWriteFileHandleMethods 2026/08/01 04:11:11 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes write_test.go:110: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:110 Error: Received unexpected error: permission denied Test: TestWriteFileHandleMethods write_test.go:111: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:111 Error: Not equal: expected: 5 actual : 0 Test: TestWriteFileHandleMethods write_test.go:114: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:114 Error: Not equal: expected: 5 actual : 0 Test: TestWriteFileHandleMethods 2026/08/01 04:11:11 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/08/01 04:11:11 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/08/01 04:11:11 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes write_test.go:139: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:139 Error: Received unexpected error: permission denied Test: TestWriteFileHandleMethods 2026/08/01 04:11:11 ERROR : file1: WriteFileHandle: Truncate: Can't change size 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:153 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"dir,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=10) "dir,0,true", (string) (len=13) "file1,5,false" Test: TestWriteFileHandleMethods 2026/08/01 04:11:11 DEBUG : forgetting directory cache 2026/08/01 04:11:11 DEBUG : dir: forgetting directory cache 2026/08/01 04:11:11 DEBUG : dir: forgetting directory cache 2026/08/01 04:11:11 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/vfs/write_test.go:157 Error: Should be true Test: TestWriteFileHandleMethods Messages: listing wrong, want file1 (5) got dir/file1 (14), 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/vfs/write_test.go:157 Error: Should be true Test: TestWriteFileHandleMethods 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/vfs/write_test.go:157 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleMethods Messages: directories 2026/08/01 04:11:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:11:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:11:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:11:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:11:20 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{"dir,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=10) "dir,0,true", (string) (len=13) "file1,5,false" Test: TestWriteFileHandleMethods 2026/08/01 04:11:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:11:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:11:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:11:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:11:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/08/01 04:11:20 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{"dir,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=10) "dir,0,true", (string) (len=13) "file1,5,false" Test: TestWriteFileHandleMethods 2026/08/01 04:11:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/08/01 04:11:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/08/01 04:11:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:11:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:11:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/08/01 04:11:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:11:20 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': File to upload is small (0 bytes), uploading instead of streaming 2026/08/01 04:11:21 ERROR : file1: WriteFileHandle.New Rcat failed: can't upload empty files to this remote 2026/08/01 04:11:21 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/08/01 04:11:21 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/08/01 04:11:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:11:21 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:11:21 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/08/01 04:11:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:11:21 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': File to upload is small (7 bytes), uploading instead of streaming 2026/08/01 04:11:21 DEBUG : file1: Update: removing old file 2026/08/01 04:11:21 ERROR : file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/08/01 04:11:23 DEBUG : file1: size = 7 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 04:11:23 DEBUG : file1: size = 5 (Linkbox root 'rclone-test-kuqalum6gaze') 2026/08/01 04:11:23 DEBUG : file1: Sizes differ 2026/08/01 04:11:23 ERROR : file1: corrupted on transfer 2026/08/01 04:11:23 ERROR : file1: WriteFileHandle.New Rcat failed: corrupted on transfer write_test.go:190: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:190 Error: Received unexpected error: corrupted on transfer Test: TestWriteFileHandleMethods 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{"dir,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "file1,7,false" +([]string) (len=2) { + (string) (len=10) "dir,0,true", + (string) (len=13) "file1,5,false" } Test: TestWriteFileHandleMethods 2026/08/01 04:11:23 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:11:23 DEBUG : dir: Looking for writers 2026/08/01 04:11:23 DEBUG : Looking for writers 2026/08/01 04:11:23 DEBUG : dir: reading active writers 2026/08/01 04:11:23 DEBUG : file1: reading active writers 2026/08/01 04:11:23 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty 2026/08/01 04:11:31 DEBUG : forgetting directory cache 2026/08/01 04:11:31 DEBUG : dir: forgetting directory cache 2026/08/01 04:11:31 DEBUG : dir: forgetting directory cache run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleMethods Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleMethods 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleMethods 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleMethods Messages: directories --- FAIL: TestWriteFileHandleMethods (32.49s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:11:43 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:11:43 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:11:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:11:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:11:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:11:43 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:11:43 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/08/01 04:11:43 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes write_test.go:203: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:203 Error: Received unexpected error: permission denied Test: TestWriteFileHandleWriteAt write_test.go:204: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:204 Error: Not equal: expected: 5 actual : 0 Test: TestWriteFileHandleWriteAt write_test.go:207: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:207 Error: Not equal: expected: 5 actual : 0 Test: TestWriteFileHandleWriteAt write_test.go:208: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:208 Error: Should be true Test: TestWriteFileHandleWriteAt 2026/08/01 04:11:43 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/08/01 04:11:44 DEBUG : file1: aborting in-sequence write wait, off=100 2026/08/01 04:11:44 DEBUG : file1: failed to wait for in-sequence write to 100 2026/08/01 04:11:44 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/08/01 04:11:44 DEBUG : file1: waiting for in-sequence write to 5 for 1s 2026/08/01 04:11:45 DEBUG : file1: aborting in-sequence write wait, off=5 2026/08/01 04:11:45 DEBUG : file1: failed to wait for in-sequence write to 5 2026/08/01 04:11:45 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes write_test.go:217: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:217 Error: Received unexpected error: Illegal seek Test: TestWriteFileHandleWriteAt write_test.go:218: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:218 Error: Not equal: expected: 6 actual : 0 Test: TestWriteFileHandleWriteAt 2026/08/01 04:11:45 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{"dir,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "file1,11,false" +([]string) (len=2) { + (string) (len=10) "dir,0,true", + (string) (len=13) "file1,5,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: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/write_test.go:235 Error: Should be true Test: TestWriteFileHandleWriteAt Messages: listing wrong, want file1 (11) got dir/file1 (14), file1 (5) 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/write_test.go:235 Error: Not equal: expected: 11 actual : 5 Test: TestWriteFileHandleWriteAt Messages: file1: size incorrect file=11 vs obj=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/write_test.go:235 Error: Should be true Test: TestWriteFileHandleWriteAt 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/vfs/write_test.go:235 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleWriteAt Messages: directories 2026/08/01 04:11:55 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:11:55 DEBUG : dir: Looking for writers 2026/08/01 04:11:55 DEBUG : Looking for writers 2026/08/01 04:11:55 DEBUG : dir: reading active writers 2026/08/01 04:11:55 DEBUG : file1: reading active writers 2026/08/01 04:11:55 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleWriteAt Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleWriteAt 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleWriteAt 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleWriteAt Messages: directories --- FAIL: TestWriteFileHandleWriteAt (31.73s) === RUN TestWriteFileHandleFlush run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:12:15 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:12:15 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:12:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:12:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:12:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:12:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:12:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/08/01 04:12:15 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/08/01 04:12:15 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes write_test.go:243: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:243 Error: Received unexpected error: permission denied Test: TestWriteFileHandleFlush 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:247 Error: Not equal: expected: []string{"file1,0,false"} actual : []string{"dir,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "file1,0,false" +([]string) (len=2) { + (string) (len=10) "dir,0,true", + (string) (len=13) "file1,5,false" } Test: TestWriteFileHandleFlush 2026/08/01 04:12:15 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes write_test.go:251: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:251 Error: Received unexpected error: permission denied Test: TestWriteFileHandleFlush write_test.go:252: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:252 Error: Not equal: expected: 5 actual : 0 Test: TestWriteFileHandleFlush 2026/08/01 04:12:15 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/08/01 04:12:15 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes write_test.go:256: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:256 Error: Received unexpected error: permission denied Test: TestWriteFileHandleFlush write_test.go:257: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:257 Error: Should be true Test: TestWriteFileHandleFlush 2026/08/01 04:12:15 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/08/01 04:12:15 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes write_test.go:261: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:261 Error: Received unexpected error: permission denied Test: TestWriteFileHandleFlush write_test.go:262: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:262 Error: Should be true Test: TestWriteFileHandleFlush 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:267 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"dir,0,true", "file1,5,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=10) "dir,0,true", (string) (len=13) "file1,5,false" Test: TestWriteFileHandleFlush 2026/08/01 04:12:15 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:12:15 DEBUG : dir: Looking for writers 2026/08/01 04:12:15 DEBUG : Looking for writers 2026/08/01 04:12:15 DEBUG : file1: reading active writers 2026/08/01 04:12:15 DEBUG : file1: active writers 1 2026/08/01 04:12:15 DEBUG : dir: reading active writers 2026/08/01 04:12:15 DEBUG : Still 1 writers active and 0 cache items in use, waiting 10ms 2026/08/01 04:12:15 DEBUG : dir: Looking for writers 2026/08/01 04:12:15 DEBUG : Looking for writers 2026/08/01 04:12:15 DEBUG : dir: reading active writers 2026/08/01 04:12:15 DEBUG : file1: reading active writers 2026/08/01 04:12:15 DEBUG : file1: active writers 1 2026/08/01 04:12:15 DEBUG : Still 1 writers active and 0 cache items in use, waiting 20ms 2026/08/01 04:12:16 DEBUG : dir: Looking for writers 2026/08/01 04:12:16 DEBUG : Looking for writers 2026/08/01 04:12:16 DEBUG : dir: reading active writers 2026/08/01 04:12:16 DEBUG : file1: reading active writers 2026/08/01 04:12:16 DEBUG : file1: active writers 1 2026/08/01 04:12:16 DEBUG : Still 1 writers active and 0 cache items in use, waiting 40ms 2026/08/01 04:12:16 DEBUG : dir: Looking for writers 2026/08/01 04:12:16 DEBUG : Looking for writers 2026/08/01 04:12:16 DEBUG : dir: reading active writers 2026/08/01 04:12:16 DEBUG : file1: reading active writers 2026/08/01 04:12:16 DEBUG : file1: active writers 1 2026/08/01 04:12:16 DEBUG : Still 1 writers active and 0 cache items in use, waiting 80ms 2026/08/01 04:12:16 DEBUG : dir: Looking for writers 2026/08/01 04:12:16 DEBUG : Looking for writers 2026/08/01 04:12:16 DEBUG : dir: reading active writers 2026/08/01 04:12:16 DEBUG : file1: reading active writers 2026/08/01 04:12:16 DEBUG : file1: active writers 1 2026/08/01 04:12:16 DEBUG : Still 1 writers active and 0 cache items in use, waiting 160ms 2026/08/01 04:12:16 DEBUG : dir: Looking for writers 2026/08/01 04:12:16 DEBUG : Looking for writers 2026/08/01 04:12:16 DEBUG : dir: reading active writers 2026/08/01 04:12:16 DEBUG : file1: reading active writers 2026/08/01 04:12:16 DEBUG : file1: active writers 1 2026/08/01 04:12:16 DEBUG : Still 1 writers active and 0 cache items in use, waiting 320ms 2026/08/01 04:12:16 DEBUG : dir: Looking for writers 2026/08/01 04:12:16 DEBUG : Looking for writers 2026/08/01 04:12:16 DEBUG : dir: reading active writers 2026/08/01 04:12:16 DEBUG : file1: reading active writers 2026/08/01 04:12:16 DEBUG : file1: active writers 1 2026/08/01 04:12:16 DEBUG : Still 1 writers active and 0 cache items in use, waiting 640ms 2026/08/01 04:12:17 DEBUG : dir: Looking for writers 2026/08/01 04:12:17 DEBUG : Looking for writers 2026/08/01 04:12:17 DEBUG : dir: reading active writers 2026/08/01 04:12:17 DEBUG : file1: reading active writers 2026/08/01 04:12:17 DEBUG : file1: active writers 1 2026/08/01 04:12:17 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:18 DEBUG : dir: Looking for writers 2026/08/01 04:12:18 DEBUG : Looking for writers 2026/08/01 04:12:18 DEBUG : dir: reading active writers 2026/08/01 04:12:18 DEBUG : file1: reading active writers 2026/08/01 04:12:18 DEBUG : file1: active writers 1 2026/08/01 04:12:18 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:19 DEBUG : dir: Looking for writers 2026/08/01 04:12:19 DEBUG : Looking for writers 2026/08/01 04:12:19 DEBUG : dir: reading active writers 2026/08/01 04:12:19 DEBUG : file1: reading active writers 2026/08/01 04:12:19 DEBUG : file1: active writers 1 2026/08/01 04:12:19 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:20 DEBUG : dir: Looking for writers 2026/08/01 04:12:20 DEBUG : Looking for writers 2026/08/01 04:12:20 DEBUG : dir: reading active writers 2026/08/01 04:12:20 DEBUG : file1: reading active writers 2026/08/01 04:12:20 DEBUG : file1: active writers 1 2026/08/01 04:12:20 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:20 DEBUG : forgetting directory cache 2026/08/01 04:12:21 DEBUG : dir: Looking for writers 2026/08/01 04:12:21 DEBUG : Looking for writers 2026/08/01 04:12:21 DEBUG : dir: reading active writers 2026/08/01 04:12:21 DEBUG : file1: reading active writers 2026/08/01 04:12:21 DEBUG : file1: active writers 1 2026/08/01 04:12:21 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:22 DEBUG : dir: Looking for writers 2026/08/01 04:12:22 DEBUG : Looking for writers 2026/08/01 04:12:22 DEBUG : dir: reading active writers 2026/08/01 04:12:22 DEBUG : file1: reading active writers 2026/08/01 04:12:22 DEBUG : file1: active writers 1 2026/08/01 04:12:22 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:23 DEBUG : dir: Looking for writers 2026/08/01 04:12:23 DEBUG : Looking for writers 2026/08/01 04:12:23 DEBUG : dir: reading active writers 2026/08/01 04:12:23 DEBUG : file1: reading active writers 2026/08/01 04:12:23 DEBUG : file1: active writers 1 2026/08/01 04:12:23 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:24 DEBUG : dir: Looking for writers 2026/08/01 04:12:24 DEBUG : Looking for writers 2026/08/01 04:12:24 DEBUG : dir: reading active writers 2026/08/01 04:12:24 DEBUG : file1: reading active writers 2026/08/01 04:12:24 DEBUG : file1: active writers 1 2026/08/01 04:12:24 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:25 DEBUG : dir: Looking for writers 2026/08/01 04:12:25 DEBUG : Looking for writers 2026/08/01 04:12:25 DEBUG : dir: reading active writers 2026/08/01 04:12:25 DEBUG : file1: reading active writers 2026/08/01 04:12:25 DEBUG : file1: active writers 1 2026/08/01 04:12:25 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:26 DEBUG : dir: Looking for writers 2026/08/01 04:12:26 DEBUG : Looking for writers 2026/08/01 04:12:26 DEBUG : dir: reading active writers 2026/08/01 04:12:26 DEBUG : file1: reading active writers 2026/08/01 04:12:26 DEBUG : file1: active writers 1 2026/08/01 04:12:26 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:27 DEBUG : dir: Looking for writers 2026/08/01 04:12:27 DEBUG : Looking for writers 2026/08/01 04:12:27 DEBUG : dir: reading active writers 2026/08/01 04:12:27 DEBUG : file1: reading active writers 2026/08/01 04:12:27 DEBUG : file1: active writers 1 2026/08/01 04:12:27 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:28 DEBUG : dir: Looking for writers 2026/08/01 04:12:28 DEBUG : Looking for writers 2026/08/01 04:12:28 DEBUG : dir: reading active writers 2026/08/01 04:12:28 DEBUG : file1: reading active writers 2026/08/01 04:12:28 DEBUG : file1: active writers 1 2026/08/01 04:12:28 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:29 DEBUG : dir: Looking for writers 2026/08/01 04:12:29 DEBUG : Looking for writers 2026/08/01 04:12:29 DEBUG : dir: reading active writers 2026/08/01 04:12:29 DEBUG : file1: reading active writers 2026/08/01 04:12:29 DEBUG : file1: active writers 1 2026/08/01 04:12:29 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:30 DEBUG : dir: Looking for writers 2026/08/01 04:12:30 DEBUG : Looking for writers 2026/08/01 04:12:30 DEBUG : dir: reading active writers 2026/08/01 04:12:30 DEBUG : file1: reading active writers 2026/08/01 04:12:30 DEBUG : file1: active writers 1 2026/08/01 04:12:30 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:31 DEBUG : dir: Looking for writers 2026/08/01 04:12:31 DEBUG : Looking for writers 2026/08/01 04:12:31 DEBUG : dir: reading active writers 2026/08/01 04:12:31 DEBUG : file1: reading active writers 2026/08/01 04:12:31 DEBUG : file1: active writers 1 2026/08/01 04:12:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:32 DEBUG : dir: Looking for writers 2026/08/01 04:12:32 DEBUG : Looking for writers 2026/08/01 04:12:32 DEBUG : file1: reading active writers 2026/08/01 04:12:32 DEBUG : file1: active writers 1 2026/08/01 04:12:32 DEBUG : dir: reading active writers 2026/08/01 04:12:32 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:33 DEBUG : dir: Looking for writers 2026/08/01 04:12:33 DEBUG : Looking for writers 2026/08/01 04:12:33 DEBUG : dir: reading active writers 2026/08/01 04:12:33 DEBUG : file1: reading active writers 2026/08/01 04:12:33 DEBUG : file1: active writers 1 2026/08/01 04:12:33 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:34 DEBUG : dir: Looking for writers 2026/08/01 04:12:34 DEBUG : Looking for writers 2026/08/01 04:12:34 DEBUG : dir: reading active writers 2026/08/01 04:12:34 DEBUG : file1: reading active writers 2026/08/01 04:12:34 DEBUG : file1: active writers 1 2026/08/01 04:12:34 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:35 DEBUG : dir: Looking for writers 2026/08/01 04:12:35 DEBUG : Looking for writers 2026/08/01 04:12:35 DEBUG : dir: reading active writers 2026/08/01 04:12:35 DEBUG : file1: reading active writers 2026/08/01 04:12:35 DEBUG : file1: active writers 1 2026/08/01 04:12:35 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:36 DEBUG : dir: Looking for writers 2026/08/01 04:12:36 DEBUG : Looking for writers 2026/08/01 04:12:36 DEBUG : dir: reading active writers 2026/08/01 04:12:36 DEBUG : file1: reading active writers 2026/08/01 04:12:36 DEBUG : file1: active writers 1 2026/08/01 04:12:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:37 DEBUG : dir: Looking for writers 2026/08/01 04:12:37 DEBUG : Looking for writers 2026/08/01 04:12:37 DEBUG : dir: reading active writers 2026/08/01 04:12:37 DEBUG : file1: reading active writers 2026/08/01 04:12:37 DEBUG : file1: active writers 1 2026/08/01 04:12:37 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:38 DEBUG : dir: Looking for writers 2026/08/01 04:12:38 DEBUG : Looking for writers 2026/08/01 04:12:38 DEBUG : dir: reading active writers 2026/08/01 04:12:38 DEBUG : file1: reading active writers 2026/08/01 04:12:38 DEBUG : file1: active writers 1 2026/08/01 04:12:38 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:39 DEBUG : dir: Looking for writers 2026/08/01 04:12:39 DEBUG : Looking for writers 2026/08/01 04:12:39 DEBUG : dir: reading active writers 2026/08/01 04:12:39 DEBUG : file1: reading active writers 2026/08/01 04:12:39 DEBUG : file1: active writers 1 2026/08/01 04:12:39 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:40 DEBUG : dir: Looking for writers 2026/08/01 04:12:40 DEBUG : Looking for writers 2026/08/01 04:12:40 DEBUG : dir: reading active writers 2026/08/01 04:12:40 DEBUG : file1: reading active writers 2026/08/01 04:12:40 DEBUG : file1: active writers 1 2026/08/01 04:12:40 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:41 DEBUG : dir: Looking for writers 2026/08/01 04:12:41 DEBUG : Looking for writers 2026/08/01 04:12:41 DEBUG : dir: reading active writers 2026/08/01 04:12:41 DEBUG : file1: reading active writers 2026/08/01 04:12:41 DEBUG : file1: active writers 1 2026/08/01 04:12:41 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:42 DEBUG : dir: Looking for writers 2026/08/01 04:12:42 DEBUG : Looking for writers 2026/08/01 04:12:42 DEBUG : dir: reading active writers 2026/08/01 04:12:42 DEBUG : file1: reading active writers 2026/08/01 04:12:42 DEBUG : file1: active writers 1 2026/08/01 04:12:42 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:43 DEBUG : dir: Looking for writers 2026/08/01 04:12:43 DEBUG : Looking for writers 2026/08/01 04:12:43 DEBUG : dir: reading active writers 2026/08/01 04:12:43 DEBUG : file1: reading active writers 2026/08/01 04:12:43 DEBUG : file1: active writers 1 2026/08/01 04:12:43 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:44 DEBUG : dir: Looking for writers 2026/08/01 04:12:44 DEBUG : Looking for writers 2026/08/01 04:12:44 DEBUG : dir: reading active writers 2026/08/01 04:12:44 DEBUG : file1: reading active writers 2026/08/01 04:12:44 DEBUG : file1: active writers 1 2026/08/01 04:12:44 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:45 DEBUG : dir: Looking for writers 2026/08/01 04:12:45 DEBUG : Looking for writers 2026/08/01 04:12:45 DEBUG : dir: reading active writers 2026/08/01 04:12:45 DEBUG : file1: reading active writers 2026/08/01 04:12:45 DEBUG : file1: active writers 1 2026/08/01 04:12:45 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:12:45 ERROR : Exiting even though 1 writers active and 0 cache items in use after 30s Cache: 2026/08/01 04:12:45 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleFlush Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleFlush 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleFlush 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleFlush Messages: directories --- FAIL: TestWriteFileHandleFlush (50.96s) === RUN TestWriteFileHandleRelease run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:13:06 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:13:06 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:13:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:13:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:13:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:13:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:13:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/08/01 04:13:06 DEBUG : file1: WriteFileHandle.Release closing 2026/08/01 04:13:06 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/08/01 04:13:06 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:13:06 DEBUG : dir: Looking for writers 2026/08/01 04:13:06 DEBUG : Looking for writers 2026/08/01 04:13:06 DEBUG : dir: reading active writers 2026/08/01 04:13:06 DEBUG : file1: reading active writers 2026/08/01 04:13:06 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleRelease Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleRelease 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleRelease 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleRelease Messages: directories --- FAIL: TestWriteFileHandleRelease (19.97s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:13:25 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:13:25 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:13:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:13:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:13:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:13:26 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:13:26 DEBUG : file1: >OpenFile: fd=file1 (w), err= write_test.go:321: can't set mod time 2026/08/01 04:13:26 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:13:26 DEBUG : dir: Looking for writers 2026/08/01 04:13:26 DEBUG : Looking for writers 2026/08/01 04:13:26 DEBUG : dir: reading active writers 2026/08/01 04:13:26 DEBUG : file1: reading active writers 2026/08/01 04:13:26 DEBUG : file1: active writers 1 2026/08/01 04:13:26 DEBUG : Still 1 writers active and 0 cache items in use, waiting 10ms 2026/08/01 04:13:26 DEBUG : dir: Looking for writers 2026/08/01 04:13:26 DEBUG : Looking for writers 2026/08/01 04:13:26 DEBUG : dir: reading active writers 2026/08/01 04:13:26 DEBUG : file1: reading active writers 2026/08/01 04:13:26 DEBUG : file1: active writers 1 2026/08/01 04:13:26 DEBUG : Still 1 writers active and 0 cache items in use, waiting 20ms 2026/08/01 04:13:26 DEBUG : dir: Looking for writers 2026/08/01 04:13:26 DEBUG : Looking for writers 2026/08/01 04:13:26 DEBUG : dir: reading active writers 2026/08/01 04:13:26 DEBUG : file1: reading active writers 2026/08/01 04:13:26 DEBUG : file1: active writers 1 2026/08/01 04:13:26 DEBUG : Still 1 writers active and 0 cache items in use, waiting 40ms 2026/08/01 04:13:26 DEBUG : dir: Looking for writers 2026/08/01 04:13:26 DEBUG : Looking for writers 2026/08/01 04:13:26 DEBUG : dir: reading active writers 2026/08/01 04:13:26 DEBUG : file1: reading active writers 2026/08/01 04:13:26 DEBUG : file1: active writers 1 2026/08/01 04:13:26 DEBUG : Still 1 writers active and 0 cache items in use, waiting 80ms 2026/08/01 04:13:26 DEBUG : dir: Looking for writers 2026/08/01 04:13:26 DEBUG : Looking for writers 2026/08/01 04:13:26 DEBUG : dir: reading active writers 2026/08/01 04:13:26 DEBUG : file1: reading active writers 2026/08/01 04:13:26 DEBUG : file1: active writers 1 2026/08/01 04:13:26 DEBUG : Still 1 writers active and 0 cache items in use, waiting 160ms 2026/08/01 04:13:26 DEBUG : dir: Looking for writers 2026/08/01 04:13:26 DEBUG : Looking for writers 2026/08/01 04:13:26 DEBUG : dir: reading active writers 2026/08/01 04:13:26 DEBUG : file1: reading active writers 2026/08/01 04:13:26 DEBUG : file1: active writers 1 2026/08/01 04:13:26 DEBUG : Still 1 writers active and 0 cache items in use, waiting 320ms 2026/08/01 04:13:27 DEBUG : dir: Looking for writers 2026/08/01 04:13:27 DEBUG : Looking for writers 2026/08/01 04:13:27 DEBUG : dir: reading active writers 2026/08/01 04:13:27 DEBUG : file1: reading active writers 2026/08/01 04:13:27 DEBUG : file1: active writers 1 2026/08/01 04:13:27 DEBUG : Still 1 writers active and 0 cache items in use, waiting 640ms 2026/08/01 04:13:27 DEBUG : dir: Looking for writers 2026/08/01 04:13:27 DEBUG : Looking for writers 2026/08/01 04:13:27 DEBUG : dir: reading active writers 2026/08/01 04:13:27 DEBUG : file1: reading active writers 2026/08/01 04:13:27 DEBUG : file1: active writers 1 2026/08/01 04:13:27 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:28 DEBUG : dir: Looking for writers 2026/08/01 04:13:28 DEBUG : Looking for writers 2026/08/01 04:13:28 DEBUG : file1: reading active writers 2026/08/01 04:13:28 DEBUG : file1: active writers 1 2026/08/01 04:13:28 DEBUG : dir: reading active writers 2026/08/01 04:13:28 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:29 DEBUG : dir: Looking for writers 2026/08/01 04:13:29 DEBUG : Looking for writers 2026/08/01 04:13:29 DEBUG : dir: reading active writers 2026/08/01 04:13:29 DEBUG : file1: reading active writers 2026/08/01 04:13:29 DEBUG : file1: active writers 1 2026/08/01 04:13:29 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:30 DEBUG : dir: Looking for writers 2026/08/01 04:13:30 DEBUG : Looking for writers 2026/08/01 04:13:30 DEBUG : dir: reading active writers 2026/08/01 04:13:30 DEBUG : file1: reading active writers 2026/08/01 04:13:30 DEBUG : file1: active writers 1 2026/08/01 04:13:30 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:31 DEBUG : dir: Looking for writers 2026/08/01 04:13:31 DEBUG : Looking for writers 2026/08/01 04:13:31 DEBUG : dir: reading active writers 2026/08/01 04:13:31 DEBUG : file1: reading active writers 2026/08/01 04:13:31 DEBUG : file1: active writers 1 2026/08/01 04:13:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:32 DEBUG : dir: Looking for writers 2026/08/01 04:13:32 DEBUG : Looking for writers 2026/08/01 04:13:32 DEBUG : dir: reading active writers 2026/08/01 04:13:32 DEBUG : file1: reading active writers 2026/08/01 04:13:32 DEBUG : file1: active writers 1 2026/08/01 04:13:32 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:33 DEBUG : dir: Looking for writers 2026/08/01 04:13:33 DEBUG : Looking for writers 2026/08/01 04:13:33 DEBUG : dir: reading active writers 2026/08/01 04:13:33 DEBUG : file1: reading active writers 2026/08/01 04:13:33 DEBUG : file1: active writers 1 2026/08/01 04:13:33 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:34 DEBUG : dir: Looking for writers 2026/08/01 04:13:34 DEBUG : Looking for writers 2026/08/01 04:13:34 DEBUG : dir: reading active writers 2026/08/01 04:13:34 DEBUG : file1: reading active writers 2026/08/01 04:13:34 DEBUG : file1: active writers 1 2026/08/01 04:13:34 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:35 DEBUG : forgetting directory cache 2026/08/01 04:13:35 DEBUG : dir: forgetting directory cache 2026/08/01 04:13:35 DEBUG : dir: forgetting directory cache 2026/08/01 04:13:35 DEBUG : dir: Looking for writers 2026/08/01 04:13:35 DEBUG : Looking for writers 2026/08/01 04:13:35 DEBUG : file1: reading active writers 2026/08/01 04:13:35 DEBUG : file1: active writers 1 2026/08/01 04:13:35 DEBUG : dir: reading active writers 2026/08/01 04:13:35 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:36 DEBUG : dir: Looking for writers 2026/08/01 04:13:36 DEBUG : Looking for writers 2026/08/01 04:13:36 DEBUG : file1: reading active writers 2026/08/01 04:13:36 DEBUG : file1: active writers 1 2026/08/01 04:13:36 DEBUG : dir: reading active writers 2026/08/01 04:13:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:37 DEBUG : dir: Looking for writers 2026/08/01 04:13:37 DEBUG : Looking for writers 2026/08/01 04:13:37 DEBUG : dir: reading active writers 2026/08/01 04:13:37 DEBUG : file1: reading active writers 2026/08/01 04:13:37 DEBUG : file1: active writers 1 2026/08/01 04:13:37 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:38 DEBUG : dir: Looking for writers 2026/08/01 04:13:38 DEBUG : Looking for writers 2026/08/01 04:13:38 DEBUG : file1: reading active writers 2026/08/01 04:13:38 DEBUG : file1: active writers 1 2026/08/01 04:13:38 DEBUG : dir: reading active writers 2026/08/01 04:13:38 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:39 DEBUG : dir: Looking for writers 2026/08/01 04:13:39 DEBUG : Looking for writers 2026/08/01 04:13:39 DEBUG : dir: reading active writers 2026/08/01 04:13:39 DEBUG : file1: reading active writers 2026/08/01 04:13:39 DEBUG : file1: active writers 1 2026/08/01 04:13:39 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:40 DEBUG : dir: Looking for writers 2026/08/01 04:13:40 DEBUG : Looking for writers 2026/08/01 04:13:40 DEBUG : dir: reading active writers 2026/08/01 04:13:40 DEBUG : file1: reading active writers 2026/08/01 04:13:40 DEBUG : file1: active writers 1 2026/08/01 04:13:40 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:41 DEBUG : dir: Looking for writers 2026/08/01 04:13:41 DEBUG : Looking for writers 2026/08/01 04:13:41 DEBUG : file1: reading active writers 2026/08/01 04:13:41 DEBUG : file1: active writers 1 2026/08/01 04:13:41 DEBUG : dir: reading active writers 2026/08/01 04:13:41 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:42 DEBUG : dir: Looking for writers 2026/08/01 04:13:42 DEBUG : Looking for writers 2026/08/01 04:13:42 DEBUG : dir: reading active writers 2026/08/01 04:13:42 DEBUG : file1: reading active writers 2026/08/01 04:13:42 DEBUG : file1: active writers 1 2026/08/01 04:13:42 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:43 DEBUG : dir: Looking for writers 2026/08/01 04:13:43 DEBUG : Looking for writers 2026/08/01 04:13:43 DEBUG : dir: reading active writers 2026/08/01 04:13:43 DEBUG : file1: reading active writers 2026/08/01 04:13:43 DEBUG : file1: active writers 1 2026/08/01 04:13:43 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:44 DEBUG : dir: Looking for writers 2026/08/01 04:13:44 DEBUG : Looking for writers 2026/08/01 04:13:44 DEBUG : dir: reading active writers 2026/08/01 04:13:44 DEBUG : file1: reading active writers 2026/08/01 04:13:44 DEBUG : file1: active writers 1 2026/08/01 04:13:44 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:45 DEBUG : dir: Looking for writers 2026/08/01 04:13:45 DEBUG : Looking for writers 2026/08/01 04:13:45 DEBUG : dir: reading active writers 2026/08/01 04:13:45 DEBUG : file1: reading active writers 2026/08/01 04:13:45 DEBUG : file1: active writers 1 2026/08/01 04:13:45 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:46 DEBUG : dir: Looking for writers 2026/08/01 04:13:46 DEBUG : Looking for writers 2026/08/01 04:13:46 DEBUG : dir: reading active writers 2026/08/01 04:13:46 DEBUG : file1: reading active writers 2026/08/01 04:13:46 DEBUG : file1: active writers 1 2026/08/01 04:13:46 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:47 DEBUG : dir: Looking for writers 2026/08/01 04:13:47 DEBUG : Looking for writers 2026/08/01 04:13:47 DEBUG : dir: reading active writers 2026/08/01 04:13:47 DEBUG : file1: reading active writers 2026/08/01 04:13:47 DEBUG : file1: active writers 1 2026/08/01 04:13:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:48 DEBUG : dir: Looking for writers 2026/08/01 04:13:48 DEBUG : Looking for writers 2026/08/01 04:13:48 DEBUG : file1: reading active writers 2026/08/01 04:13:48 DEBUG : file1: active writers 1 2026/08/01 04:13:48 DEBUG : dir: reading active writers 2026/08/01 04:13:48 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:49 DEBUG : dir: Looking for writers 2026/08/01 04:13:49 DEBUG : Looking for writers 2026/08/01 04:13:49 DEBUG : dir: reading active writers 2026/08/01 04:13:49 DEBUG : file1: reading active writers 2026/08/01 04:13:49 DEBUG : file1: active writers 1 2026/08/01 04:13:49 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:50 DEBUG : dir: Looking for writers 2026/08/01 04:13:50 DEBUG : Looking for writers 2026/08/01 04:13:50 DEBUG : dir: reading active writers 2026/08/01 04:13:50 DEBUG : file1: reading active writers 2026/08/01 04:13:50 DEBUG : file1: active writers 1 2026/08/01 04:13:50 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:51 DEBUG : dir: Looking for writers 2026/08/01 04:13:51 DEBUG : Looking for writers 2026/08/01 04:13:51 DEBUG : dir: reading active writers 2026/08/01 04:13:51 DEBUG : file1: reading active writers 2026/08/01 04:13:51 DEBUG : file1: active writers 1 2026/08/01 04:13:51 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:52 DEBUG : dir: Looking for writers 2026/08/01 04:13:52 DEBUG : Looking for writers 2026/08/01 04:13:52 DEBUG : dir: reading active writers 2026/08/01 04:13:52 DEBUG : file1: reading active writers 2026/08/01 04:13:52 DEBUG : file1: active writers 1 2026/08/01 04:13:52 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:53 DEBUG : dir: Looking for writers 2026/08/01 04:13:53 DEBUG : Looking for writers 2026/08/01 04:13:53 DEBUG : dir: reading active writers 2026/08/01 04:13:53 DEBUG : file1: reading active writers 2026/08/01 04:13:53 DEBUG : file1: active writers 1 2026/08/01 04:13:53 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:54 DEBUG : dir: Looking for writers 2026/08/01 04:13:54 DEBUG : Looking for writers 2026/08/01 04:13:54 DEBUG : dir: reading active writers 2026/08/01 04:13:54 DEBUG : file1: reading active writers 2026/08/01 04:13:54 DEBUG : file1: active writers 1 2026/08/01 04:13:54 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:55 DEBUG : dir: Looking for writers 2026/08/01 04:13:55 DEBUG : Looking for writers 2026/08/01 04:13:55 DEBUG : dir: reading active writers 2026/08/01 04:13:55 DEBUG : file1: reading active writers 2026/08/01 04:13:55 DEBUG : file1: active writers 1 2026/08/01 04:13:55 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:13:56 ERROR : Exiting even though 1 writers active and 0 cache items in use after 30s Cache: 2026/08/01 04:13:56 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit 2026/08/01 04:13:57 DEBUG : forgetting directory cache run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:321 Error: Should be true Test: TestWriteFileModTimeWithOpenWriters Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:321 Error: Should be true Test: TestWriteFileModTimeWithOpenWriters 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:321 Error: Should be true Test: TestWriteFileModTimeWithOpenWriters 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:321 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileModTimeWithOpenWriters Messages: directories --- FAIL: TestWriteFileModTimeWithOpenWriters (49.94s) === RUN TestFileReadAtZeroLength run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:14:15 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:14:15 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:14:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:14:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:14:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:14:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:14:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/08/01 04:14:16 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/08/01 04:14:16 DEBUG : file1: Open: flags=O_RDONLY 2026/08/01 04:14:16 DEBUG : file1: >Open: fd=file1 (r), err= 2026/08/01 04:14:16 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/08/01 04:14:16 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:14:16 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 write_test.go:372: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:372 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:380 Error: Not equal: expected: 5 actual : 0 Test: TestFileReadAtZeroLength write_test.go:373: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:373 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:380 Error: Not equal: expected: []byte{} actual : []byte{0x68, 0x65, 0x6c, 0x6c, 0x6f} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]uint8) { +([]uint8) (len=5) { + 00000000 68 65 6c 6c 6f |hello| } Test: TestFileReadAtZeroLength 2026/08/01 04:14:16 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:14:16 DEBUG : dir: Looking for writers 2026/08/01 04:14:16 DEBUG : Looking for writers 2026/08/01 04:14:16 DEBUG : dir: reading active writers 2026/08/01 04:14:16 DEBUG : file1: reading active writers 2026/08/01 04:14:16 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit 2026/08/01 04:14:17 DEBUG : forgetting directory cache run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileReadAtZeroLength Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileReadAtZeroLength 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileReadAtZeroLength Messages: directories --- FAIL: TestFileReadAtZeroLength (19.77s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:14:35 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:14:35 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:14:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/08/01 04:14:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/08/01 04:14:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/08/01 04:14:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/08/01 04:14:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/08/01 04:14:36 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes write_test.go:350: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Received unexpected error: permission denied Test: TestFileReadAtNonZeroLength 2026/08/01 04:14:36 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:14:36 DEBUG : dir: Looking for writers 2026/08/01 04:14:36 DEBUG : Looking for writers 2026/08/01 04:14:36 DEBUG : dir: reading active writers 2026/08/01 04:14:36 DEBUG : file1: reading active writers 2026/08/01 04:14:36 DEBUG : file1: active writers 1 2026/08/01 04:14:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 10ms 2026/08/01 04:14:36 DEBUG : dir: Looking for writers 2026/08/01 04:14:36 DEBUG : Looking for writers 2026/08/01 04:14:36 DEBUG : dir: reading active writers 2026/08/01 04:14:36 DEBUG : file1: reading active writers 2026/08/01 04:14:36 DEBUG : file1: active writers 1 2026/08/01 04:14:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 20ms 2026/08/01 04:14:36 DEBUG : dir: Looking for writers 2026/08/01 04:14:36 DEBUG : Looking for writers 2026/08/01 04:14:36 DEBUG : dir: reading active writers 2026/08/01 04:14:36 DEBUG : file1: reading active writers 2026/08/01 04:14:36 DEBUG : file1: active writers 1 2026/08/01 04:14:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 40ms 2026/08/01 04:14:36 DEBUG : dir: Looking for writers 2026/08/01 04:14:36 DEBUG : Looking for writers 2026/08/01 04:14:36 DEBUG : file1: reading active writers 2026/08/01 04:14:36 DEBUG : file1: active writers 1 2026/08/01 04:14:36 DEBUG : dir: reading active writers 2026/08/01 04:14:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 80ms 2026/08/01 04:14:36 DEBUG : dir: Looking for writers 2026/08/01 04:14:36 DEBUG : Looking for writers 2026/08/01 04:14:36 DEBUG : dir: reading active writers 2026/08/01 04:14:36 DEBUG : file1: reading active writers 2026/08/01 04:14:36 DEBUG : file1: active writers 1 2026/08/01 04:14:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 160ms 2026/08/01 04:14:36 DEBUG : dir: Looking for writers 2026/08/01 04:14:36 DEBUG : Looking for writers 2026/08/01 04:14:36 DEBUG : file1: reading active writers 2026/08/01 04:14:36 DEBUG : file1: active writers 1 2026/08/01 04:14:36 DEBUG : dir: reading active writers 2026/08/01 04:14:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 320ms 2026/08/01 04:14:36 DEBUG : forgetting directory cache 2026/08/01 04:14:36 DEBUG : dir: Looking for writers 2026/08/01 04:14:36 DEBUG : Looking for writers 2026/08/01 04:14:36 DEBUG : dir: reading active writers 2026/08/01 04:14:36 DEBUG : file1: reading active writers 2026/08/01 04:14:36 DEBUG : file1: active writers 1 2026/08/01 04:14:36 DEBUG : Still 1 writers active and 0 cache items in use, waiting 640ms 2026/08/01 04:14:37 DEBUG : dir: Looking for writers 2026/08/01 04:14:37 DEBUG : Looking for writers 2026/08/01 04:14:37 DEBUG : dir: reading active writers 2026/08/01 04:14:37 DEBUG : file1: reading active writers 2026/08/01 04:14:37 DEBUG : file1: active writers 1 2026/08/01 04:14:37 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:38 DEBUG : dir: Looking for writers 2026/08/01 04:14:38 DEBUG : Looking for writers 2026/08/01 04:14:38 DEBUG : dir: reading active writers 2026/08/01 04:14:38 DEBUG : file1: reading active writers 2026/08/01 04:14:38 DEBUG : file1: active writers 1 2026/08/01 04:14:38 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:39 DEBUG : dir: Looking for writers 2026/08/01 04:14:39 DEBUG : Looking for writers 2026/08/01 04:14:39 DEBUG : dir: reading active writers 2026/08/01 04:14:39 DEBUG : file1: reading active writers 2026/08/01 04:14:39 DEBUG : file1: active writers 1 2026/08/01 04:14:39 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:40 DEBUG : dir: Looking for writers 2026/08/01 04:14:40 DEBUG : Looking for writers 2026/08/01 04:14:40 DEBUG : dir: reading active writers 2026/08/01 04:14:40 DEBUG : file1: reading active writers 2026/08/01 04:14:40 DEBUG : file1: active writers 1 2026/08/01 04:14:40 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:41 DEBUG : dir: Looking for writers 2026/08/01 04:14:41 DEBUG : Looking for writers 2026/08/01 04:14:41 DEBUG : dir: reading active writers 2026/08/01 04:14:41 DEBUG : file1: reading active writers 2026/08/01 04:14:41 DEBUG : file1: active writers 1 2026/08/01 04:14:41 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:42 DEBUG : dir: Looking for writers 2026/08/01 04:14:42 DEBUG : Looking for writers 2026/08/01 04:14:42 DEBUG : dir: reading active writers 2026/08/01 04:14:42 DEBUG : file1: reading active writers 2026/08/01 04:14:42 DEBUG : file1: active writers 1 2026/08/01 04:14:42 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:43 DEBUG : dir: Looking for writers 2026/08/01 04:14:43 DEBUG : Looking for writers 2026/08/01 04:14:43 DEBUG : dir: reading active writers 2026/08/01 04:14:43 DEBUG : file1: reading active writers 2026/08/01 04:14:43 DEBUG : file1: active writers 1 2026/08/01 04:14:43 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:44 DEBUG : dir: Looking for writers 2026/08/01 04:14:44 DEBUG : Looking for writers 2026/08/01 04:14:44 DEBUG : dir: reading active writers 2026/08/01 04:14:44 DEBUG : file1: reading active writers 2026/08/01 04:14:44 DEBUG : file1: active writers 1 2026/08/01 04:14:44 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:45 DEBUG : dir: Looking for writers 2026/08/01 04:14:45 DEBUG : Looking for writers 2026/08/01 04:14:45 DEBUG : file1: reading active writers 2026/08/01 04:14:45 DEBUG : file1: active writers 1 2026/08/01 04:14:45 DEBUG : dir: reading active writers 2026/08/01 04:14:45 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:46 DEBUG : dir: Looking for writers 2026/08/01 04:14:46 DEBUG : Looking for writers 2026/08/01 04:14:46 DEBUG : dir: reading active writers 2026/08/01 04:14:46 DEBUG : file1: reading active writers 2026/08/01 04:14:46 DEBUG : file1: active writers 1 2026/08/01 04:14:46 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:47 DEBUG : dir: Looking for writers 2026/08/01 04:14:47 DEBUG : Looking for writers 2026/08/01 04:14:47 DEBUG : dir: reading active writers 2026/08/01 04:14:47 DEBUG : file1: reading active writers 2026/08/01 04:14:47 DEBUG : file1: active writers 1 2026/08/01 04:14:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:48 DEBUG : dir: Looking for writers 2026/08/01 04:14:48 DEBUG : Looking for writers 2026/08/01 04:14:48 DEBUG : dir: reading active writers 2026/08/01 04:14:48 DEBUG : file1: reading active writers 2026/08/01 04:14:48 DEBUG : file1: active writers 1 2026/08/01 04:14:48 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:49 DEBUG : dir: Looking for writers 2026/08/01 04:14:49 DEBUG : Looking for writers 2026/08/01 04:14:49 DEBUG : dir: reading active writers 2026/08/01 04:14:49 DEBUG : file1: reading active writers 2026/08/01 04:14:49 DEBUG : file1: active writers 1 2026/08/01 04:14:49 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:50 DEBUG : dir: Looking for writers 2026/08/01 04:14:50 DEBUG : Looking for writers 2026/08/01 04:14:50 DEBUG : dir: reading active writers 2026/08/01 04:14:50 DEBUG : file1: reading active writers 2026/08/01 04:14:50 DEBUG : file1: active writers 1 2026/08/01 04:14:50 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:51 DEBUG : dir: Looking for writers 2026/08/01 04:14:51 DEBUG : Looking for writers 2026/08/01 04:14:51 DEBUG : dir: reading active writers 2026/08/01 04:14:51 DEBUG : file1: reading active writers 2026/08/01 04:14:51 DEBUG : file1: active writers 1 2026/08/01 04:14:51 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:52 DEBUG : dir: Looking for writers 2026/08/01 04:14:52 DEBUG : Looking for writers 2026/08/01 04:14:52 DEBUG : dir: reading active writers 2026/08/01 04:14:52 DEBUG : file1: reading active writers 2026/08/01 04:14:52 DEBUG : file1: active writers 1 2026/08/01 04:14:52 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:53 DEBUG : dir: Looking for writers 2026/08/01 04:14:53 DEBUG : Looking for writers 2026/08/01 04:14:53 DEBUG : dir: reading active writers 2026/08/01 04:14:53 DEBUG : file1: reading active writers 2026/08/01 04:14:53 DEBUG : file1: active writers 1 2026/08/01 04:14:53 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:54 DEBUG : dir: Looking for writers 2026/08/01 04:14:54 DEBUG : Looking for writers 2026/08/01 04:14:54 DEBUG : dir: reading active writers 2026/08/01 04:14:54 DEBUG : file1: reading active writers 2026/08/01 04:14:54 DEBUG : file1: active writers 1 2026/08/01 04:14:54 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:55 DEBUG : dir: Looking for writers 2026/08/01 04:14:55 DEBUG : Looking for writers 2026/08/01 04:14:55 DEBUG : dir: reading active writers 2026/08/01 04:14:55 DEBUG : file1: reading active writers 2026/08/01 04:14:55 DEBUG : file1: active writers 1 2026/08/01 04:14:55 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:56 DEBUG : dir: Looking for writers 2026/08/01 04:14:56 DEBUG : Looking for writers 2026/08/01 04:14:56 DEBUG : dir: reading active writers 2026/08/01 04:14:56 DEBUG : file1: reading active writers 2026/08/01 04:14:56 DEBUG : file1: active writers 1 2026/08/01 04:14:56 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:57 DEBUG : dir: Looking for writers 2026/08/01 04:14:57 DEBUG : Looking for writers 2026/08/01 04:14:57 DEBUG : file1: reading active writers 2026/08/01 04:14:57 DEBUG : file1: active writers 1 2026/08/01 04:14:57 DEBUG : dir: reading active writers 2026/08/01 04:14:57 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:58 DEBUG : dir: Looking for writers 2026/08/01 04:14:58 DEBUG : Looking for writers 2026/08/01 04:14:58 DEBUG : dir: reading active writers 2026/08/01 04:14:58 DEBUG : file1: reading active writers 2026/08/01 04:14:58 DEBUG : file1: active writers 1 2026/08/01 04:14:58 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:14:59 DEBUG : dir: Looking for writers 2026/08/01 04:14:59 DEBUG : Looking for writers 2026/08/01 04:14:59 DEBUG : dir: reading active writers 2026/08/01 04:14:59 DEBUG : file1: reading active writers 2026/08/01 04:14:59 DEBUG : file1: active writers 1 2026/08/01 04:14:59 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:15:00 DEBUG : dir: Looking for writers 2026/08/01 04:15:00 DEBUG : Looking for writers 2026/08/01 04:15:00 DEBUG : dir: reading active writers 2026/08/01 04:15:00 DEBUG : file1: reading active writers 2026/08/01 04:15:00 DEBUG : file1: active writers 1 2026/08/01 04:15:00 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:15:01 DEBUG : dir: Looking for writers 2026/08/01 04:15:01 DEBUG : Looking for writers 2026/08/01 04:15:01 DEBUG : file1: reading active writers 2026/08/01 04:15:01 DEBUG : file1: active writers 1 2026/08/01 04:15:01 DEBUG : dir: reading active writers 2026/08/01 04:15:01 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:15:02 DEBUG : dir: Looking for writers 2026/08/01 04:15:02 DEBUG : Looking for writers 2026/08/01 04:15:02 DEBUG : dir: reading active writers 2026/08/01 04:15:02 DEBUG : file1: reading active writers 2026/08/01 04:15:02 DEBUG : file1: active writers 1 2026/08/01 04:15:02 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:15:03 DEBUG : dir: Looking for writers 2026/08/01 04:15:03 DEBUG : Looking for writers 2026/08/01 04:15:03 DEBUG : dir: reading active writers 2026/08/01 04:15:03 DEBUG : file1: reading active writers 2026/08/01 04:15:03 DEBUG : file1: active writers 1 2026/08/01 04:15:03 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:15:04 DEBUG : dir: Looking for writers 2026/08/01 04:15:04 DEBUG : Looking for writers 2026/08/01 04:15:04 DEBUG : dir: reading active writers 2026/08/01 04:15:04 DEBUG : file1: reading active writers 2026/08/01 04:15:04 DEBUG : file1: active writers 1 2026/08/01 04:15:04 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:15:05 DEBUG : dir: Looking for writers 2026/08/01 04:15:05 DEBUG : Looking for writers 2026/08/01 04:15:05 DEBUG : dir: reading active writers 2026/08/01 04:15:05 DEBUG : file1: reading active writers 2026/08/01 04:15:05 DEBUG : file1: active writers 1 2026/08/01 04:15:05 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/08/01 04:15:06 ERROR : Exiting even though 1 writers active and 0 cache items in use after 30s Cache: 2026/08/01 04:15:06 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit 2026/08/01 04:15:10 DEBUG : forgetting directory cache 2026/08/01 04:15:10 DEBUG : dir: forgetting directory cache run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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 2026/08/01 04:15:18 DEBUG : forgetting directory cache 2026/08/01 04:15:18 DEBUG : dir: forgetting directory cache 2026/08/01 04:15:18 DEBUG : dir/virtualDir: forgetting directory cache 2026/08/01 04:15:18 DEBUG : dir: forgetting directory cache 2026/08/01 04:15:18 DEBUG : dir/virtualDir: forgetting 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Should be true Test: TestFileReadAtNonZeroLength Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Should be true Test: TestFileReadAtNonZeroLength 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Should be true Test: TestFileReadAtNonZeroLength 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileReadAtNonZeroLength Messages: directories --- FAIL: TestFileReadAtNonZeroLength (49.49s) === RUN TestZipManyFiles run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:15:25 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:15:25 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:15:29 DEBUG : flat/f000.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:15:33 DEBUG : flat/f002.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:15:33 DEBUG : flat/f002.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 04:15:34 DEBUG : flat/f002.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 04:15:35 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:15:35 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/08/01 04:15:35 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:15:35 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/08/01 04:15:35 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:15:35 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/08/01 04:15:36 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:15:36 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/01 04:15:38 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:15:40 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/08/01 04:15:43 DEBUG : pacer: Reducing sleep to 1.5s 2026/08/01 04:15:44 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/01 04:15:46 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/01 04:15:47 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/01 04:15:49 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/01 04:15:49 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/01 04:15:49 DEBUG : flat/f004.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:15:49 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/08/01 04:15:49 DEBUG : flat/f004.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 04:15:50 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/01 04:15:50 DEBUG : pacer: Reducing sleep to 200ms 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:358 /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 dir/file1 (14), file1 (5), 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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:65 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestZipManyFiles 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:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:65 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestZipManyFiles Messages: Unexpected file "dir/file1" 2026/08/01 04:16:00 DEBUG : forgetting directory cache 2026/08/01 04:16:00 DEBUG : dir: forgetting directory cache 2026/08/01 04:16:00 DEBUG : dir: forgetting directory cache 2026/08/01 04:16:00 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/08/01 04:16:00 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/08/01 04:16:00 DEBUG : flat/f000.txt: Set virtual modtime to 2026-08-01 04:15:27 +0000 UTC 2026/08/01 04:16:00 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:16:01 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:16:01 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/08/01 04:16:01 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/08/01 04:16:01 DEBUG : flat/f001.txt: Set virtual modtime to 2026-08-01 04:15:30 +0000 UTC 2026/08/01 04:16:01 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:16:01 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:16:01 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/08/01 04:16:01 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/08/01 04:16:01 DEBUG : flat/f002.txt: Set virtual modtime to 2026-08-01 04:15:32 +0000 UTC 2026/08/01 04:16:01 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:16:01 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:16:01 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/08/01 04:16:01 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/08/01 04:16:01 DEBUG : flat/f003.txt: Set virtual modtime to 2026-08-01 04:15:42 +0000 UTC 2026/08/01 04:16:01 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:16:01 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:16:01 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/08/01 04:16:01 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/08/01 04:16:01 DEBUG : flat/f004.txt: Set virtual modtime to 2026-08-01 04:15:47 +0000 UTC 2026/08/01 04:16:01 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:16:01 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:16:01 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:16:01 DEBUG : dir: Looking for writers 2026/08/01 04:16:01 DEBUG : flat: Looking for writers 2026/08/01 04:16:01 DEBUG : f003.txt: reading active writers 2026/08/01 04:16:01 DEBUG : f004.txt: reading active writers 2026/08/01 04:16:01 DEBUG : f000.txt: reading active writers 2026/08/01 04:16:01 DEBUG : f001.txt: reading active writers 2026/08/01 04:16:01 DEBUG : f002.txt: reading active writers 2026/08/01 04:16:01 DEBUG : Looking for writers 2026/08/01 04:16:01 DEBUG : dir: reading active writers 2026/08/01 04:16:01 DEBUG : file1: reading active writers 2026/08/01 04:16:01 DEBUG : flat: reading active writers 2026/08/01 04:16:01 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit 2026/08/01 04:16:04 DEBUG : dir: forgetting directory cache 2026/08/01 04:16:04 DEBUG : forgetting directory cache 2026/08/01 04:16:04 DEBUG : dir: forgetting directory cache run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipManyFiles Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipManyFiles 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipManyFiles 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestZipManyFiles Messages: directories --- FAIL: TestZipManyFiles (63.93s) === RUN TestZipManySubDirs run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:16:29 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:16:29 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:16:33 DEBUG : a/top.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:16:33 DEBUG : a/top.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 04:16:37 DEBUG : forgetting directory cache 2026/08/01 04:16:37 DEBUG : dir: forgetting directory cache 2026/08/01 04:16:37 DEBUG : dir: Removed virtual directory entry vDel: "new_file.txt" 2026/08/01 04:16:37 DEBUG : a/b/mid.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:16:37 DEBUG : a/b/mid.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 04:16:41 DEBUG : a/b/c/deep.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:16:42 DEBUG : a/b/c/deep.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 04:16:42 DEBUG : a/b/c/deep.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 04:16:43 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/08/01 04:16:43 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/08/01 04:16:43 DEBUG : a/b/c/deep.txt: Set virtual modtime to 2026-08-01 04:16:40 +0000 UTC 2026/08/01 04:16:43 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:16:44 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:16:44 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/08/01 04:16:44 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/08/01 04:16:44 DEBUG : a/b/mid.txt: Set virtual modtime to 2026-08-01 04:16:35 +0000 UTC 2026/08/01 04:16:44 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:16:44 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:16:44 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/08/01 04:16:44 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/08/01 04:16:44 DEBUG : a/top.txt: Set virtual modtime to 2026-08-01 04:16:31 +0000 UTC 2026/08/01 04:16:44 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:16:44 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:16:44 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:16:44 DEBUG : a/b/c: Looking for writers 2026/08/01 04:16:44 DEBUG : deep.txt: reading active writers 2026/08/01 04:16:44 DEBUG : a/b: Looking for writers 2026/08/01 04:16:44 DEBUG : c: reading active writers 2026/08/01 04:16:44 DEBUG : mid.txt: reading active writers 2026/08/01 04:16:44 DEBUG : a: Looking for writers 2026/08/01 04:16:44 DEBUG : b: reading active writers 2026/08/01 04:16:44 DEBUG : top.txt: reading active writers 2026/08/01 04:16:44 DEBUG : dir: Looking for writers 2026/08/01 04:16:44 DEBUG : Looking for writers 2026/08/01 04:16:44 DEBUG : a: reading active writers 2026/08/01 04:16:44 DEBUG : dir: reading active writers 2026/08/01 04:16:44 DEBUG : file1: reading active writers 2026/08/01 04:16:44 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty 2026/08/01 04:16:59 DEBUG : forgetting directory cache run.go:186: removing dir "dir" failed: directory not empty run.go:186: removing dir "a/b" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "a/b" failed - try 2/3: sleeping 1.5s: 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipManySubDirs Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipManySubDirs 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipManySubDirs 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestZipManySubDirs Messages: directories --- FAIL: TestZipManySubDirs (46.92s) === RUN TestZipLargeFiles run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:17:16 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:17:16 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:17:18 DEBUG : forgetting directory cache 2026/08/01 04:17:22 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:17:22 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 04:17:23 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 400ms (3/10) 2026/08/01 04:17:23 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 800ms (4/10) 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: Set virtual modtime to 2026-08-01 04:17:20 +0000 UTC 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:25 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/08/01 04:17:27 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:17:27 DEBUG : bigdir: Looking for writers 2026/08/01 04:17:27 DEBUG : big.bin: reading active writers 2026/08/01 04:17:27 DEBUG : dir: Looking for writers 2026/08/01 04:17:27 DEBUG : Looking for writers 2026/08/01 04:17:27 DEBUG : bigdir: reading active writers 2026/08/01 04:17:27 DEBUG : dir: reading active writers 2026/08/01 04:17:27 DEBUG : file1: reading active writers 2026/08/01 04:17:27 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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/08/01 04:17:47 DEBUG : dir: forgetting directory cache 2026/08/01 04:17:47 DEBUG : forgetting directory cache 2026/08/01 04:17:47 DEBUG : forgetting directory cache 2026/08/01 04:17:47 DEBUG : d: forgetting directory cache 2026/08/01 04:17:47 DEBUG : dir: forgetting directory cache 2026/08/01 04:17:47 DEBUG : forgetting directory cache 2026/08/01 04:17:47 DEBUG : a: forgetting directory cache 2026/08/01 04:17:47 DEBUG : b: forgetting directory cache 2026/08/01 04:17:47 DEBUG : c: forgetting directory cache 2026/08/01 04:17:47 DEBUG : Removed virtual directory entry vAddDir: "/" 2026/08/01 04:17:47 DEBUG : Removed virtual directory entry vAddDir: "a" 2026/08/01 04:17:47 DEBUG : Removed virtual directory entry vAddDir: "b" 2026/08/01 04:17:47 DEBUG : Removed virtual directory entry vAddDir: "c" 2026/08/01 04:17:47 DEBUG : Removed virtual directory entry vAddDir: "d" 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipLargeFiles Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipLargeFiles 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipLargeFiles 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestZipLargeFiles Messages: directories --- FAIL: TestZipLargeFiles (33.08s) === RUN TestZipDirsInRoot run.go:198: Remote "Linkbox root 'rclone-test-kuqalum6gaze'", Local "Local file system at /tmp/rclone2054771208", Modify Window "876000h0m0s" 2026/08/01 04:17:49 INFO : Linkbox root 'rclone-test-kuqalum6gaze': poll-interval is not supported by this remote 2026/08/01 04:17:49 NOTICE: Linkbox root 'rclone-test-kuqalum6gaze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/08/01 04:17:53 DEBUG : dir1/a.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:17:53 DEBUG : dir1/a.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/08/01 04:17:58 DEBUG : dir2/b.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:18:02 DEBUG : dir3/c.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/08/01 04:18:03 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/08/01 04:18:03 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/08/01 04:18:03 DEBUG : dir/file1: Set virtual modtime to 2026-08-01 03:50:29 +0000 UTC 2026/08/01 04:18:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:18:03 DEBUG : dir/file1: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:18:04 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/08/01 04:18:04 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/08/01 04:18:04 DEBUG : dir1/a.txt: Set virtual modtime to 2026-08-01 04:17:51 +0000 UTC 2026/08/01 04:18:04 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:18:04 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:18:04 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/08/01 04:18:04 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/08/01 04:18:04 DEBUG : dir2/b.txt: Set virtual modtime to 2026-08-01 04:17:56 +0000 UTC 2026/08/01 04:18:04 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:18:04 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:18:05 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/08/01 04:18:05 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/08/01 04:18:05 DEBUG : dir3/c.txt: Set virtual modtime to 2026-08-01 04:18:01 +0000 UTC 2026/08/01 04:18:05 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:18:05 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:18:05 DEBUG : file1: Open: flags=O_RDONLY 2026/08/01 04:18:05 DEBUG : file1: >Open: fd=file1 (r), err= 2026/08/01 04:18:05 DEBUG : file1: Set virtual modtime to 2026-08-01 04:00:32 +0000 UTC 2026/08/01 04:18:05 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/08/01 04:18:05 DEBUG : file1: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/08/01 04:18:05 DEBUG : WaitForWriters: timeout=30s 2026/08/01 04:18:05 DEBUG : dir: Looking for writers 2026/08/01 04:18:05 DEBUG : file1: reading active writers 2026/08/01 04:18:05 DEBUG : dir1: Looking for writers 2026/08/01 04:18:05 DEBUG : a.txt: reading active writers 2026/08/01 04:18:05 DEBUG : dir2: Looking for writers 2026/08/01 04:18:05 DEBUG : b.txt: reading active writers 2026/08/01 04:18:05 DEBUG : dir3: Looking for writers 2026/08/01 04:18:05 DEBUG : c.txt: reading active writers 2026/08/01 04:18:05 DEBUG : Looking for writers 2026/08/01 04:18:05 DEBUG : dir1: reading active writers 2026/08/01 04:18:05 DEBUG : dir2: reading active writers 2026/08/01 04:18:05 DEBUG : dir3: reading active writers 2026/08/01 04:18:05 DEBUG : file1: reading active writers 2026/08/01 04:18:05 DEBUG : dir: reading active writers 2026/08/01 04:18:05 DEBUG : >WaitForWriters: run.go:172: removing file "file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 1/3: sleeping 1s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed - try 2/3: sleeping 1.5s: could not Remove: Linkbox error 403: not permit run.go:172: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:186: removing dir "dir" failed - try 1/3: sleeping 1s: directory not empty run.go:186: removing dir "dir" failed - try 2/3: sleeping 1.5s: directory not empty run.go:186: 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 2026/08/01 04:18:26 DEBUG : forgetting directory cache 2026/08/01 04:18:26 DEBUG : dir: forgetting directory cache 2026/08/01 04:18:26 DEBUG : dir: forgetting 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipDirsInRoot Messages: listing wrong, want got dir/file1 (14), 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipDirsInRoot 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestZipDirsInRoot 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:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestZipDirsInRoot Messages: directories --- FAIL: TestZipDirsInRoot (44.29s) FAIL 2026/08/01 04:18:33 DEBUG : Linkbox root 'rclone-test-kuqalum6gaze': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestCaseSensitivity|TestDirCreate|TestDirFileOpen|TestDirMetadataExtension|TestDirMkdir|TestDirMkdirSub|TestDirOpen|TestDirReadDirAll|TestDirRemove|TestDirRemoveAll|TestDirRemoveName|TestDirRename|TestFileMethods|TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileReadAtNonZeroLength|TestFileReadAtZeroLength|TestFileRemove|TestFileRemoveAll|TestRWCacheRename|TestRWCacheUpdate|TestRWFileHandleFlushRead|TestRWFileHandleMethodsRead|TestRWFileHandleReadAt|TestRWFileHandleReleaseRead|TestRWFileHandleReleaseWrite|TestRWFileHandleSeek|TestRWFileHandleSizeCreateExisting|TestRWFileHandleSizeCreateNew|TestRWFileHandleSizeTruncateExisting|TestRWFileModTimeWithOpenWriters|TestReadFileHandleFlush|TestReadFileHandleMethods|TestReadFileHandleReadAt|TestReadFileHandleRelease|TestReadFileHandleSeek|TestUnicodeNormalization|TestVFSIsMetadataFile|TestVFSMkdir|TestVFSMkdirAll|TestVFSNew|TestVFSNewWithOpts|TestVFSOpenFile|TestVFSRename|TestVFSRoot|TestVFSStat|TestVFSStatParent|TestVFSStatfs|TestWriteFileHandleFlush|TestWriteFileHandleMethods|TestWriteFileHandleRelease|TestWriteFileHandleWriteAt|TestWriteFileModTimeWithOpenWriters|TestZipDirsInRoot|TestZipLargeFiles|TestZipManyFiles|TestZipManySubDirs)$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$|^TestFileSetModTime$/^(cache=full,open=false,write=false|cache=full,open=true,write=false|cache=full,open=true,write=true|cache=off,open=false,write=false|cache=off,open=true,write=false|cache=off,open=true,write=true)$|^TestRWFileHandleOpenTests$/^(full|writes)$'" - Finished ERROR in 33m44.759587268s (try 2/5): exit status 1: Failed [TestDirReadDirAll/Virtual TestDirRemove TestDirRemoveAll TestFileRename/minimal,forceCache=true TestFileRename/writes,forceCache=false TestFileRename/writes,forceCache=true TestFileRename/full,forceCache=false TestReadFileHandleMethods TestReadFileHandleSeek TestReadFileHandleReadAt TestReadFileHandleFlush TestReadFileHandleRelease TestRWFileHandleMethodsRead TestRWFileHandleSeek TestRWFileHandleReadAt TestRWFileHandleFlushRead TestRWFileHandleReleaseRead TestRWFileHandleReleaseWrite TestRWFileHandleSizeTruncateExisting TestRWFileHandleSizeCreateExisting TestRWFileHandleSizeCreateNew TestRWFileHandleOpenTests/writes TestRWFileHandleOpenTests/full TestRWFileModTimeWithOpenWriters TestRWCacheRename TestRWCacheUpdate TestCaseSensitivity TestUnicodeNormalization TestVFSNew TestVFSNewWithOpts TestVFSRoot TestVFSStat TestVFSStatParent TestVFSOpenFile TestVFSRename TestVFSStatfs TestVFSMkdir TestVFSMkdirAll TestVFSIsMetadataFile TestWriteFileHandleMethods TestWriteFileHandleWriteAt TestWriteFileHandleFlush TestWriteFileHandleRelease TestWriteFileModTimeWithOpenWriters TestFileReadAtZeroLength TestFileReadAtNonZeroLength TestZipManyFiles TestZipManySubDirs TestZipLargeFiles TestZipDirsInRoot]