"./vfs.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestDirRemove|TestDirRemoveAll|TestFileOpenWrite|TestRWFileHandleWriteAt)$|^TestDirReadDirAll$/^Virtual$'" - Starting (try 2/5) 2026/07/24 04:49:41 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wetuniv1ginu" 2026/07/24 04:49:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/24 04:49:41 DEBUG : Linkbox root 'rclone-test-wetuniv1ginu': Using cached web token 2026/07/24 04:49:42 DEBUG : Creating backend with remote "/tmp/rclone2970721548" === RUN TestDirReadDirAll run.go:198: Remote "Linkbox root 'rclone-test-wetuniv1ginu'", Local "Local file system at /tmp/rclone2970721548", Modify Window "876000h0m0s" 2026/07/24 04:49:42 INFO : Linkbox root 'rclone-test-wetuniv1ginu': poll-interval is not supported by this remote 2026/07/24 04:49:42 NOTICE: Linkbox root 'rclone-test-wetuniv1ginu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/24 04:49:48 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/07/24 04:49:48 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/07/24 04:49:48 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/07/24 04:49:49 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/07/24 04:49:52 DEBUG : dir/file2: Trying to read object after upload: try again in 100ms (1/10) === RUN TestDirReadDirAll/Virtual 2026/07/24 04:49:57 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/24 04:49:57 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/24 04:49:57 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/24 04:49:57 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/24 04:50:06 DEBUG : dir: invalidating directory cache 2026/07/24 04:50:06 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/24 04:50:06 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/24 04:50:06 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/24 04:50:06 DEBUG : dir/file1: Reset virtual modtime 2026/07/24 04:50:06 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/24 04:50:06 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", "subdir,0,true", "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=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/07/24 04:50:06 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/24 04:50:06 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/24 04:50:06 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{"subdir,0,true", "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=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/07/24 04:50:06 DEBUG : dir: invalidating directory cache 2026/07/24 04:50:06 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/24 04:50:06 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/24 04:50:06 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", "subdir,0,true", "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=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/07/24 04:50:06 DEBUG : forgetting directory cache 2026/07/24 04:50:06 DEBUG : dir: forgetting directory cache 2026/07/24 04:50:06 DEBUG : dir/subdir: forgetting directory cache 2026/07/24 04:50:06 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", "subdir,0,true", "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=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/07/24 04:50:06 DEBUG : WaitForWriters: timeout=30s 2026/07/24 04:50:06 DEBUG : dir/virtualDir: Looking for writers 2026/07/24 04:50:06 DEBUG : dir/subdir: Looking for writers 2026/07/24 04:50:06 DEBUG : dir: Looking for writers 2026/07/24 04:50:06 DEBUG : virtualFile2: reading active writers 2026/07/24 04:50:06 DEBUG : virtualFile: reading active writers 2026/07/24 04:50:06 DEBUG : virtualDir: reading active writers 2026/07/24 04:50:06 DEBUG : file1: reading active writers 2026/07/24 04:50:06 DEBUG : subdir: reading active writers 2026/07/24 04:50:06 DEBUG : Looking for writers 2026/07/24 04:50:06 DEBUG : dir: reading active writers 2026/07/24 04:50:06 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/subdir" failed - try 1/3: sleeping 1s: directory not found run.go:186: removing dir "dir/subdir" failed - try 2/3: sleeping 1.5s: directory not found run.go:186: removing dir "dir/subdir" failed: directory not found 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: TestDirReadDirAll (44.41s) --- FAIL: TestDirReadDirAll/Virtual (8.83s) === RUN TestDirRemove run.go:198: Remote "Linkbox root 'rclone-test-wetuniv1ginu'", Local "Local file system at /tmp/rclone2970721548", Modify Window "876000h0m0s" 2026/07/24 04:50:27 INFO : Linkbox root 'rclone-test-wetuniv1ginu': poll-interval is not supported by this remote 2026/07/24 04:50:27 NOTICE: Linkbox root 'rclone-test-wetuniv1ginu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/24 04:50:30 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/07/24 04:50:31 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/07/24 04:50:31 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/07/24 04:50:32 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/07/24 04:50:34 ERROR : dir/: Dir.Remove not empty 2026/07/24 04:50:34 DEBUG : dir/file1: Remove: 2026/07/24 04:50:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 04:50:35 DEBUG : dir/file1: >Remove: err= 2026/07/24 04:50:35 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/07/24 04:50:35 DEBUG : WaitForWriters: timeout=30s 2026/07/24 04:50:35 DEBUG : dir: Looking for writers 2026/07/24 04:50:35 DEBUG : Looking for writers 2026/07/24 04:50:35 DEBUG : dir: reading active writers 2026/07/24 04:50:35 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: TestDirRemove (13.54s) === RUN TestDirRemoveAll run.go:198: Remote "Linkbox root 'rclone-test-wetuniv1ginu'", Local "Local file system at /tmp/rclone2970721548", Modify Window "876000h0m0s" 2026/07/24 04:50:40 INFO : Linkbox root 'rclone-test-wetuniv1ginu': poll-interval is not supported by this remote 2026/07/24 04:50:40 NOTICE: Linkbox root 'rclone-test-wetuniv1ginu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/24 04:50:44 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/07/24 04:50:45 DEBUG : dir/file1: Remove: 2026/07/24 04:50:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 04:50:46 DEBUG : dir/file1: >Remove: err= 2026/07/24 04:50:47 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/07/24 04:50:47 DEBUG : WaitForWriters: timeout=30s 2026/07/24 04:50:47 DEBUG : dir: Looking for writers 2026/07/24 04:50:47 DEBUG : Looking for writers 2026/07/24 04:50:47 DEBUG : dir: reading active writers 2026/07/24 04:50:47 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.63s) === RUN TestFileOpenWrite run.go:198: Remote "Linkbox root 'rclone-test-wetuniv1ginu'", Local "Local file system at /tmp/rclone2970721548", Modify Window "876000h0m0s" 2026/07/24 04:50:52 INFO : Linkbox root 'rclone-test-wetuniv1ginu': poll-interval is not supported by this remote 2026/07/24 04:50:52 NOTICE: Linkbox root 'rclone-test-wetuniv1ginu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/24 04:50:56 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/07/24 04:50:56 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/07/24 04:50:57 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/07/24 04:50:57 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/07/24 04:50:58 DEBUG : dir/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/07/24 04:51:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 04:51:01 DEBUG : Linkbox root 'rclone-test-wetuniv1ginu': File to upload is small (25 bytes), uploading instead of streaming 2026/07/24 04:51:01 DEBUG : dir/file1: Update: removing old file 2026/07/24 04:51:04 DEBUG : dir/file1: size = 25 (Linkbox root 'rclone-test-wetuniv1ginu') 2026/07/24 04:51:04 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-wetuniv1ginu') 2026/07/24 04:51:04 DEBUG : dir/file1: Sizes differ 2026/07/24 04:51:04 ERROR : dir/file1: corrupted on transfer 2026/07/24 04:51:04 ERROR : dir/file1: WriteFileHandle.New Rcat failed: corrupted on transfer file_test.go:241: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:241 Error: Received unexpected error: corrupted on transfer Test: TestFileOpenWrite 2026/07/24 04:51:04 DEBUG : WaitForWriters: timeout=30s 2026/07/24 04:51:04 DEBUG : dir: Looking for writers 2026/07/24 04:51:04 DEBUG : file1: reading active writers 2026/07/24 04:51:04 DEBUG : Looking for writers 2026/07/24 04:51:04 DEBUG : dir: reading active writers 2026/07/24 04:51:04 DEBUG : >WaitForWriters: --- FAIL: TestFileOpenWrite (14.57s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "Linkbox root 'rclone-test-wetuniv1ginu'", Local "Local file system at /tmp/rclone2970721548", Modify Window "876000h0m0s" 2026/07/24 04:51:07 INFO : Linkbox root 'rclone-test-wetuniv1ginu': poll-interval is not supported by this remote 2026/07/24 04:51:07 DEBUG : Linkbox root 'rclone-test-wetuniv1ginu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 04:51:07 DEBUG : Linkbox root 'rclone-test-wetuniv1ginu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-wetuniv1ginu" 2026/07/24 04:51:07 DEBUG : Linkbox root 'rclone-test-wetuniv1ginu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-wetuniv1ginu" 2026/07/24 04:51:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-wetuniv1ginu" 2026/07/24 04:51:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 04:51:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-wetuniv1ginu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-wetuniv1ginu" 2026/07/24 04:51:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-wetuniv1ginu" 2026/07/24 04:51:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 04:51:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-wetuniv1ginu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-wetuniv1ginu" 2026/07/24 04:51:07 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 04:51:07 INFO : Linkbox root 'rclone-test-wetuniv1ginu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 04:51:07 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 04:51:07 DEBUG : file1: newRWFileHandle: 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): openPending: 2026/07/24 04:51:07 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 04:51:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): >openPending: err= 2026/07/24 04:51:07 DEBUG : file1: >newRWFileHandle: err= 2026/07/24 04:51:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 04:51:07 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/24 04:51:07 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): _writeAt: size=7, off=0 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): >_writeAt: n=7, err= 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): _writeAt: size=6, off=5 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): >_writeAt: n=6, err= 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): close: 2026/07/24 04:51:07 DEBUG : file1: vfs cache: setting modification time to 2026-07-24 04:51:07.310053675 +0000 UTC m=+85.396154516 2026/07/24 04:51:07 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): >close: err= 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): _writeAt: size=5, off=0 2026/07/24 04:51:07 DEBUG : file1(0x671ad36e480): >_writeAt: n=0, err=file already closed 2026/07/24 04:51:07 DEBUG : WaitForWriters: timeout=30s 2026/07/24 04:51:07 DEBUG : Looking for writers 2026/07/24 04:51:07 DEBUG : file1: reading active writers 2026/07/24 04:51:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 04:51:07 DEBUG : Looking for writers 2026/07/24 04:51:07 DEBUG : file1: reading active writers 2026/07/24 04:51:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 04:51:07 DEBUG : Looking for writers 2026/07/24 04:51:07 DEBUG : file1: reading active writers 2026/07/24 04:51:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 04:51:07 DEBUG : Looking for writers 2026/07/24 04:51:07 DEBUG : file1: reading active writers 2026/07/24 04:51:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 04:51:07 DEBUG : file1: vfs cache: starting upload 2026/07/24 04:51:07 DEBUG : Looking for writers 2026/07/24 04:51:07 DEBUG : file1: reading active writers 2026/07/24 04:51:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 04:51:07 DEBUG : Looking for writers 2026/07/24 04:51:07 DEBUG : file1: reading active writers 2026/07/24 04:51:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/24 04:51:07 DEBUG : Looking for writers 2026/07/24 04:51:07 DEBUG : file1: reading active writers 2026/07/24 04:51:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/07/24 04:51:08 DEBUG : Looking for writers 2026/07/24 04:51:08 DEBUG : file1: reading active writers 2026/07/24 04:51:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/07/24 04:51:09 DEBUG : Looking for writers 2026/07/24 04:51:09 DEBUG : file1: reading active writers 2026/07/24 04:51:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/07/24 04:51:09 DEBUG : file1: size = 11 OK 2026/07/24 04:51:09 INFO : file1: Copied (new) 2026/07/24 04:51:09 DEBUG : file1: vfs cache: fingerprint now "11" 2026/07/24 04:51:09 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/24 04:51:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 04:51:09 INFO : file1: vfs cache: upload succeeded try #1 2026/07/24 04:51:10 DEBUG : Looking for writers 2026/07/24 04:51:10 DEBUG : file1: reading active writers 2026/07/24 04:51:10 DEBUG : >WaitForWriters: 2026/07/24 04:51:10 DEBUG : WaitForWriters: timeout=30s 2026/07/24 04:51:10 DEBUG : Looking for writers 2026/07/24 04:51:10 DEBUG : file1: reading active writers 2026/07/24 04:51:10 DEBUG : >WaitForWriters: 2026/07/24 04:51:10 DEBUG : Linkbox root 'rclone-test-wetuniv1ginu': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestRWFileHandleWriteAt (13.43s) FAIL 2026/07/24 04:51:20 DEBUG : Linkbox root 'rclone-test-wetuniv1ginu': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestDirRemove|TestDirRemoveAll|TestFileOpenWrite|TestRWFileHandleWriteAt)$|^TestDirReadDirAll$/^Virtual$'" - Finished ERROR in 1m39.968850156s (try 2/5): exit status 1: Failed [TestDirReadDirAll/Virtual TestDirRemove TestDirRemoveAll TestFileOpenWrite]