"./vfs.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestDirRemoveAll|TestFileReadAtNonZeroLength|TestFileReadAtZeroLength|TestUnicodeNormalization|TestWriteFileHandleFlush|TestWriteFileHandleMethods|TestWriteFileHandleRelease|TestWriteFileHandleWriteAt|TestWriteFileModTimeWithOpenWriters|TestZipDirsInRoot|TestZipLargeFiles|TestZipManyFiles|TestZipManySubDirs)$'" - Starting (try 3/5) 2026/07/27 05:24:39 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-lapojox7xubo" 2026/07/27 05:24:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/27 05:24:39 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': Using cached web token 2026/07/27 05:24:40 DEBUG : Creating backend with remote "/tmp/rclone949052701" === RUN TestDirRemoveAll run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:24:40 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:24:40 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:24:46 DEBUG : dir/file1: Remove: 2026/07/27 05:24:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 05:24:47 DEBUG : dir/file1: >Remove: err= 2026/07/27 05:24: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/27 05:24:47 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:24:47 DEBUG : dir: Looking for writers 2026/07/27 05:24:47 DEBUG : Looking for writers 2026/07/27 05:24:47 DEBUG : dir: reading active writers 2026/07/27 05:24: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 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/dir_test.go:481 Error: Should be true Test: TestDirRemoveAll 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/dir_test.go:481 Error: Should be true Test: TestDirRemoveAll 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/dir_test.go:481 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirRemoveAll Messages: directories --- FAIL: TestDirRemoveAll (22.95s) === RUN TestUnicodeNormalization run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:25:05 DEBUG : normal name with no special characters.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 05:25:05 DEBUG : normal name with no special characters.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 05:25:08 DEBUG : 測試_Русский___ě_áñ: 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_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), 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 "dir/file1" 2026/07/27 05:25:17 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:25:17 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:25:17 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:25:18 NOTICE: Time may be set wrong - time from "aht.nuplink3.net" is 1080h41m42.119638151s different from this computer 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 05:25:18 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 05:25:18 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/27 05:25:18 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/27 05:25:18 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/27 05:25:18 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:25:18 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 05:25:18 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 05:25:18 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/27 05:25:18 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:25:18 DEBUG : dir: Looking for writers 2026/07/27 05:25:18 DEBUG : Looking for writers 2026/07/27 05:25:18 DEBUG : dir: reading active writers 2026/07/27 05:25:18 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/27 05:25:18 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/27 05:25:18 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: TestUnicodeNormalization 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: 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 (33.44s) === RUN TestWriteFileHandleMethods run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:25:36 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:25:36 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:25:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 05:25:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 05:25:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:25:37 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:25:37 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:25:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:25:37 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/27 05:25:37 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/27 05:25:37 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/27 05:25:37 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': File to upload is small (5 bytes), uploading instead of streaming 2026/07/27 05:25:39 DEBUG : file1: size = 5 OK 2026/07/27 05:25:39 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/07/27 05:25:39 DEBUG : file1: Size of src and dst objects identical 2026/07/27 05:25:39 DEBUG : Added virtual directory entry vAddFile: "file1" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:153 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"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 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/07/27 05:25:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 05:25:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 05:25:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:25:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:25:48 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/07/27 05:25:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 05:25:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 05:25:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:25:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:25:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:25:48 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/07/27 05:25:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/27 05:25:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/27 05:25:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:25:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:25:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:25:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:25:48 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': File to upload is small (0 bytes), uploading instead of streaming 2026/07/27 05:25:48 ERROR : file1: WriteFileHandle.New Rcat failed: can't upload empty files to this remote 2026/07/27 05:25:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/27 05:25:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/27 05:25:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:25:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:25:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:25:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:25:48 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': File to upload is small (7 bytes), uploading instead of streaming 2026/07/27 05:25:48 DEBUG : file1: Update: removing old file 2026/07/27 05:25:51 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 05:25:52 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 05:25:52 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/07/27 05:25:53 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/07/27 05:25:54 DEBUG : file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/07/27 05:25:56 DEBUG : file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/07/27 05:25:59 DEBUG : file1: Trying to read object after upload: try again in 6.4s (7/10) 2026/07/27 05:26:06 DEBUG : file1: Trying to read object after upload: try again in 12.8s (8/10) 2026/07/27 05:26:19 DEBUG : file1: Trying to read object after upload: try again in 25.6s (9/10) 2026/07/27 05:26:44 DEBUG : file1: Trying to read object after upload: try again in 51.2s (10/10) 2026/07/27 05:27:36 ERROR : file1: WriteFileHandle.New Rcat failed: object not found write_test.go:190: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:190 Error: Received unexpected error: object not found 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/07/27 05:27:36 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:27:36 DEBUG : dir: Looking for writers 2026/07/27 05:27:36 DEBUG : Looking for writers 2026/07/27 05:27:36 DEBUG : dir: reading active writers 2026/07/27 05:27:36 DEBUG : file1: reading active writers 2026/07/27 05:27:36 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: TestWriteFileHandleMethods 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: 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 (138.86s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:27:55 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:27:55 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:27:55 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 05:27:56 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 05:27:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:27:56 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:27:56 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:27:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:27:56 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/27 05:27:57 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/27 05:27:57 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/27 05:27:57 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/27 05:27:57 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': File to upload is small (11 bytes), uploading instead of streaming 2026/07/27 05:27:59 DEBUG : file1: size = 11 OK 2026/07/27 05:27:59 DEBUG : file1: Size of src and dst objects identical 2026/07/27 05:27:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:27:59 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,11,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=10) "dir,0,true", (string) (len=14) "file1,11,false" Test: 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 (11) 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/07/27 05:28:08 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:28:08 DEBUG : dir: Looking for writers 2026/07/27 05:28:08 DEBUG : Looking for writers 2026/07/27 05:28:08 DEBUG : dir: reading active writers 2026/07/27 05:28:08 DEBUG : file1: reading active writers 2026/07/27 05:28:08 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: TestWriteFileHandleWriteAt 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: 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 (30.42s) === RUN TestWriteFileHandleFlush run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:28:25 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:28:25 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:28:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 05:28:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 05:28:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:28:26 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:28:26 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:28:26 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/27 05:28:26 DEBUG : Added virtual directory entry vAddFile: "file1" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:247 Error: Not equal: expected: []string{"file1,0,false"} actual : []string{"dir,0,true", "file1,0,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=10) "dir,0,true", (string) (len=13) "file1,0,false" Test: TestWriteFileHandleFlush 2026/07/27 05:28:26 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': File to upload is small (5 bytes), uploading instead of streaming 2026/07/27 05:28:28 DEBUG : file1: size = 5 OK 2026/07/27 05:28:28 DEBUG : file1: Size of src and dst objects identical 2026/07/27 05:28:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:28:28 DEBUG : file1: WriteFileHandle.Flush nothing to do 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/07/27 05:28:28 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:28:28 DEBUG : dir: Looking for writers 2026/07/27 05:28:28 DEBUG : Looking for writers 2026/07/27 05:28:28 DEBUG : dir: reading active writers 2026/07/27 05:28:28 DEBUG : file1: reading active writers 2026/07/27 05:28:28 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: TestWriteFileHandleFlush 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: 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 (20.07s) === RUN TestWriteFileHandleRelease run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:28:45 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:28:45 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:28:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 05:28:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 05:28:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:28:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:28:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:28:46 DEBUG : file1: WriteFileHandle.Release closing 2026/07/27 05:28:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:28:46 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': File to upload is small (0 bytes), uploading instead of streaming 2026/07/27 05:28:46 ERROR : file1: WriteFileHandle.New Rcat failed: can't upload empty files to this remote 2026/07/27 05:28:46 DEBUG : file1: Remove: 2026/07/27 05:28:46 DEBUG : Added virtual directory entry vDel: "file1" 2026/07/27 05:28:46 DEBUG : file1: >Remove: err= 2026/07/27 05:28:46 ERROR : file1: WriteFileHandle.Release error: can't upload empty files to this remote write_test.go:276: skipping test: can't upload empty files to this remote 2026/07/27 05:28:46 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:28:46 DEBUG : dir: Looking for writers 2026/07/27 05:28:46 DEBUG : Looking for writers 2026/07/27 05:28:46 DEBUG : dir: reading active writers 2026/07/27 05:28:46 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: TestWriteFileHandleRelease 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: 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 (15.99s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:29:01 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:29:01 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:29:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 05:29:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 05:29:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:29:02 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:29:02 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:29:04 DEBUG : time_test: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 05:29:06 DEBUG : Can set mod time: false write_test.go:321: can't set mod time 2026/07/27 05:29:06 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:29:06 DEBUG : dir: Looking for writers 2026/07/27 05:29:06 DEBUG : Looking for writers 2026/07/27 05:29:06 DEBUG : dir: reading active writers 2026/07/27 05:29:06 DEBUG : file1: reading active writers 2026/07/27 05:29:06 DEBUG : file1: active writers 1 2026/07/27 05:29:06 DEBUG : Still 1 writers active and 0 cache items in use, waiting 10ms 2026/07/27 05:29:06 DEBUG : dir: Looking for writers 2026/07/27 05:29:06 DEBUG : Looking for writers 2026/07/27 05:29:06 DEBUG : dir: reading active writers 2026/07/27 05:29:06 DEBUG : file1: reading active writers 2026/07/27 05:29:06 DEBUG : file1: active writers 1 2026/07/27 05:29:06 DEBUG : Still 1 writers active and 0 cache items in use, waiting 20ms 2026/07/27 05:29:06 DEBUG : dir: Looking for writers 2026/07/27 05:29:06 DEBUG : Looking for writers 2026/07/27 05:29:06 DEBUG : file1: reading active writers 2026/07/27 05:29:06 DEBUG : file1: active writers 1 2026/07/27 05:29:06 DEBUG : dir: reading active writers 2026/07/27 05:29:06 DEBUG : Still 1 writers active and 0 cache items in use, waiting 40ms 2026/07/27 05:29:06 DEBUG : dir: Looking for writers 2026/07/27 05:29:06 DEBUG : Looking for writers 2026/07/27 05:29:06 DEBUG : dir: reading active writers 2026/07/27 05:29:06 DEBUG : file1: reading active writers 2026/07/27 05:29:06 DEBUG : file1: active writers 1 2026/07/27 05:29:06 DEBUG : Still 1 writers active and 0 cache items in use, waiting 80ms 2026/07/27 05:29:06 DEBUG : dir: Looking for writers 2026/07/27 05:29:06 DEBUG : Looking for writers 2026/07/27 05:29:06 DEBUG : dir: reading active writers 2026/07/27 05:29:06 DEBUG : file1: reading active writers 2026/07/27 05:29:06 DEBUG : file1: active writers 1 2026/07/27 05:29:06 DEBUG : Still 1 writers active and 0 cache items in use, waiting 160ms 2026/07/27 05:29:07 DEBUG : dir: Looking for writers 2026/07/27 05:29:07 DEBUG : Looking for writers 2026/07/27 05:29:07 DEBUG : file1: reading active writers 2026/07/27 05:29:07 DEBUG : file1: active writers 1 2026/07/27 05:29:07 DEBUG : dir: reading active writers 2026/07/27 05:29:07 DEBUG : Still 1 writers active and 0 cache items in use, waiting 320ms 2026/07/27 05:29:07 DEBUG : dir: Looking for writers 2026/07/27 05:29:07 DEBUG : Looking for writers 2026/07/27 05:29:07 DEBUG : dir: reading active writers 2026/07/27 05:29:07 DEBUG : file1: reading active writers 2026/07/27 05:29:07 DEBUG : file1: active writers 1 2026/07/27 05:29:07 DEBUG : Still 1 writers active and 0 cache items in use, waiting 640ms 2026/07/27 05:29:07 DEBUG : dir: Looking for writers 2026/07/27 05:29:07 DEBUG : Looking for writers 2026/07/27 05:29:07 DEBUG : dir: reading active writers 2026/07/27 05:29:07 DEBUG : file1: reading active writers 2026/07/27 05:29:07 DEBUG : file1: active writers 1 2026/07/27 05:29:07 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:08 DEBUG : dir: Looking for writers 2026/07/27 05:29:08 DEBUG : Looking for writers 2026/07/27 05:29:08 DEBUG : dir: reading active writers 2026/07/27 05:29:08 DEBUG : file1: reading active writers 2026/07/27 05:29:08 DEBUG : file1: active writers 1 2026/07/27 05:29:08 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:09 DEBUG : dir: Looking for writers 2026/07/27 05:29:09 DEBUG : Looking for writers 2026/07/27 05:29:09 DEBUG : dir: reading active writers 2026/07/27 05:29:09 DEBUG : file1: reading active writers 2026/07/27 05:29:09 DEBUG : file1: active writers 1 2026/07/27 05:29:09 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:10 DEBUG : dir: Looking for writers 2026/07/27 05:29:10 DEBUG : Looking for writers 2026/07/27 05:29:10 DEBUG : dir: reading active writers 2026/07/27 05:29:10 DEBUG : file1: reading active writers 2026/07/27 05:29:10 DEBUG : file1: active writers 1 2026/07/27 05:29:10 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:11 DEBUG : dir: Looking for writers 2026/07/27 05:29:11 DEBUG : Looking for writers 2026/07/27 05:29:11 DEBUG : dir: reading active writers 2026/07/27 05:29:11 DEBUG : file1: reading active writers 2026/07/27 05:29:11 DEBUG : file1: active writers 1 2026/07/27 05:29:11 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:12 DEBUG : dir: Looking for writers 2026/07/27 05:29:12 DEBUG : Looking for writers 2026/07/27 05:29:12 DEBUG : dir: reading active writers 2026/07/27 05:29:12 DEBUG : file1: reading active writers 2026/07/27 05:29:12 DEBUG : file1: active writers 1 2026/07/27 05:29:12 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:13 DEBUG : dir: Looking for writers 2026/07/27 05:29:13 DEBUG : Looking for writers 2026/07/27 05:29:13 DEBUG : dir: reading active writers 2026/07/27 05:29:13 DEBUG : file1: reading active writers 2026/07/27 05:29:13 DEBUG : file1: active writers 1 2026/07/27 05:29:13 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:14 DEBUG : dir: Looking for writers 2026/07/27 05:29:14 DEBUG : Looking for writers 2026/07/27 05:29:14 DEBUG : file1: reading active writers 2026/07/27 05:29:14 DEBUG : file1: active writers 1 2026/07/27 05:29:14 DEBUG : dir: reading active writers 2026/07/27 05:29:14 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:15 DEBUG : dir: Looking for writers 2026/07/27 05:29:15 DEBUG : Looking for writers 2026/07/27 05:29:15 DEBUG : dir: reading active writers 2026/07/27 05:29:15 DEBUG : file1: reading active writers 2026/07/27 05:29:15 DEBUG : file1: active writers 1 2026/07/27 05:29:15 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:16 DEBUG : dir: Looking for writers 2026/07/27 05:29:16 DEBUG : Looking for writers 2026/07/27 05:29:16 DEBUG : dir: reading active writers 2026/07/27 05:29:16 DEBUG : file1: reading active writers 2026/07/27 05:29:16 DEBUG : file1: active writers 1 2026/07/27 05:29:16 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:17 DEBUG : dir: Looking for writers 2026/07/27 05:29:17 DEBUG : Looking for writers 2026/07/27 05:29:17 DEBUG : dir: reading active writers 2026/07/27 05:29:17 DEBUG : file1: reading active writers 2026/07/27 05:29:17 DEBUG : file1: active writers 1 2026/07/27 05:29:17 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:18 DEBUG : dir: Looking for writers 2026/07/27 05:29:18 DEBUG : Looking for writers 2026/07/27 05:29:18 DEBUG : dir: reading active writers 2026/07/27 05:29:18 DEBUG : file1: reading active writers 2026/07/27 05:29:18 DEBUG : file1: active writers 1 2026/07/27 05:29:18 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:19 DEBUG : dir: Looking for writers 2026/07/27 05:29:19 DEBUG : Looking for writers 2026/07/27 05:29:19 DEBUG : dir: reading active writers 2026/07/27 05:29:19 DEBUG : file1: reading active writers 2026/07/27 05:29:19 DEBUG : file1: active writers 1 2026/07/27 05:29:19 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:20 DEBUG : dir: Looking for writers 2026/07/27 05:29:20 DEBUG : Looking for writers 2026/07/27 05:29:20 DEBUG : dir: reading active writers 2026/07/27 05:29:20 DEBUG : file1: reading active writers 2026/07/27 05:29:20 DEBUG : file1: active writers 1 2026/07/27 05:29:20 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:21 DEBUG : dir: Looking for writers 2026/07/27 05:29:21 DEBUG : Looking for writers 2026/07/27 05:29:21 DEBUG : dir: reading active writers 2026/07/27 05:29:21 DEBUG : file1: reading active writers 2026/07/27 05:29:21 DEBUG : file1: active writers 1 2026/07/27 05:29:21 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:22 DEBUG : dir: Looking for writers 2026/07/27 05:29:22 DEBUG : Looking for writers 2026/07/27 05:29:22 DEBUG : dir: reading active writers 2026/07/27 05:29:22 DEBUG : file1: reading active writers 2026/07/27 05:29:22 DEBUG : file1: active writers 1 2026/07/27 05:29:22 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:23 DEBUG : dir: Looking for writers 2026/07/27 05:29:23 DEBUG : Looking for writers 2026/07/27 05:29:23 DEBUG : dir: reading active writers 2026/07/27 05:29:23 DEBUG : file1: reading active writers 2026/07/27 05:29:23 DEBUG : file1: active writers 1 2026/07/27 05:29:23 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:24 DEBUG : dir: Looking for writers 2026/07/27 05:29:24 DEBUG : Looking for writers 2026/07/27 05:29:24 DEBUG : dir: reading active writers 2026/07/27 05:29:24 DEBUG : file1: reading active writers 2026/07/27 05:29:24 DEBUG : file1: active writers 1 2026/07/27 05:29:24 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:25 DEBUG : dir: Looking for writers 2026/07/27 05:29:25 DEBUG : Looking for writers 2026/07/27 05:29:25 DEBUG : dir: reading active writers 2026/07/27 05:29:25 DEBUG : file1: reading active writers 2026/07/27 05:29:25 DEBUG : file1: active writers 1 2026/07/27 05:29:25 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:26 DEBUG : dir: Looking for writers 2026/07/27 05:29:26 DEBUG : Looking for writers 2026/07/27 05:29:26 DEBUG : dir: reading active writers 2026/07/27 05:29:26 DEBUG : file1: reading active writers 2026/07/27 05:29:26 DEBUG : file1: active writers 1 2026/07/27 05:29:26 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:27 DEBUG : dir: Looking for writers 2026/07/27 05:29:27 DEBUG : Looking for writers 2026/07/27 05:29:27 DEBUG : dir: reading active writers 2026/07/27 05:29:27 DEBUG : file1: reading active writers 2026/07/27 05:29:27 DEBUG : file1: active writers 1 2026/07/27 05:29:27 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:28 DEBUG : dir: Looking for writers 2026/07/27 05:29:28 DEBUG : Looking for writers 2026/07/27 05:29:28 DEBUG : dir: reading active writers 2026/07/27 05:29:28 DEBUG : file1: reading active writers 2026/07/27 05:29:28 DEBUG : file1: active writers 1 2026/07/27 05:29:28 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:29 DEBUG : dir: Looking for writers 2026/07/27 05:29:29 DEBUG : Looking for writers 2026/07/27 05:29:29 DEBUG : file1: reading active writers 2026/07/27 05:29:29 DEBUG : file1: active writers 1 2026/07/27 05:29:29 DEBUG : dir: reading active writers 2026/07/27 05:29:29 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:30 DEBUG : dir: Looking for writers 2026/07/27 05:29:30 DEBUG : Looking for writers 2026/07/27 05:29:30 DEBUG : file1: reading active writers 2026/07/27 05:29:30 DEBUG : file1: active writers 1 2026/07/27 05:29:30 DEBUG : dir: reading active writers 2026/07/27 05:29:30 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:31 DEBUG : dir: Looking for writers 2026/07/27 05:29:31 DEBUG : Looking for writers 2026/07/27 05:29:31 DEBUG : dir: reading active writers 2026/07/27 05:29:31 DEBUG : file1: reading active writers 2026/07/27 05:29:31 DEBUG : file1: active writers 1 2026/07/27 05:29:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:32 DEBUG : dir: Looking for writers 2026/07/27 05:29:32 DEBUG : Looking for writers 2026/07/27 05:29:32 DEBUG : dir: reading active writers 2026/07/27 05:29:32 DEBUG : file1: reading active writers 2026/07/27 05:29:32 DEBUG : file1: active writers 1 2026/07/27 05:29:32 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:33 DEBUG : dir: Looking for writers 2026/07/27 05:29:33 DEBUG : Looking for writers 2026/07/27 05:29:33 DEBUG : dir: reading active writers 2026/07/27 05:29:33 DEBUG : file1: reading active writers 2026/07/27 05:29:33 DEBUG : file1: active writers 1 2026/07/27 05:29:33 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:34 DEBUG : dir: Looking for writers 2026/07/27 05:29:34 DEBUG : Looking for writers 2026/07/27 05:29:34 DEBUG : dir: reading active writers 2026/07/27 05:29:34 DEBUG : file1: reading active writers 2026/07/27 05:29:34 DEBUG : file1: active writers 1 2026/07/27 05:29:34 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:35 DEBUG : dir: Looking for writers 2026/07/27 05:29:35 DEBUG : Looking for writers 2026/07/27 05:29:35 DEBUG : dir: reading active writers 2026/07/27 05:29:35 DEBUG : file1: reading active writers 2026/07/27 05:29:35 DEBUG : file1: active writers 1 2026/07/27 05:29:35 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/07/27 05:29:36 ERROR : Exiting even though 1 writers active and 0 cache items in use after 30s Cache: 2026/07/27 05:29:36 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: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) 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 (50.20s) === RUN TestFileReadAtZeroLength run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:29:52 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:29:52 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:29:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 05:29:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 05:29:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:29:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:29:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:29:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:29:52 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': File to upload is small (0 bytes), uploading instead of streaming 2026/07/27 05:29:52 ERROR : file1: WriteFileHandle.New Rcat failed: can't upload empty files to this remote 2026/07/27 05:29:52 DEBUG : file1: Remove: 2026/07/27 05:29:52 DEBUG : Added virtual directory entry vDel: "file1" 2026/07/27 05:29:52 DEBUG : file1: >Remove: err= write_test.go:357: skipping test: can't upload empty files to this remote 2026/07/27 05:29:52 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:29:52 DEBUG : dir: Looking for writers 2026/07/27 05:29:52 DEBUG : Looking for writers 2026/07/27 05:29:52 DEBUG : dir: reading active writers 2026/07/27 05:29:52 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: TestFileReadAtZeroLength 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: 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 (16.02s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:30:08 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:30:08 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:30:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 05:30:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 05:30:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:30:08 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 05:30:08 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 05:30:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:30:08 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': File to upload is small (100 bytes), uploading instead of streaming 2026/07/27 05:30:11 DEBUG : file1: size = 100 OK 2026/07/27 05:30:11 DEBUG : file1: Size of src and dst objects identical 2026/07/27 05:30:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 05:30:11 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 05:30:11 DEBUG : file1: Open: flags=O_RDONLY 2026/07/27 05:30:11 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/27 05:30:11 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/27 05:30:11 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:30:12 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/27 05:30:12 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:30:12 DEBUG : dir: Looking for writers 2026/07/27 05:30:12 DEBUG : Looking for writers 2026/07/27 05:30:12 DEBUG : dir: reading active writers 2026/07/27 05:30:12 DEBUG : file1: reading active writers 2026/07/27 05:30:12 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: TestFileReadAtNonZeroLength 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: 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 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 (21.20s) === RUN TestZipManyFiles run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:30:29 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:30:29 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:30:33 DEBUG : flat/f000.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 05:30:37 DEBUG : flat/f002.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 05:30:39 DEBUG : flat/f003.txt: 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/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), 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 "dir/file1" 2026/07/27 05:30:52 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/27 05:30:52 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/27 05:30:52 DEBUG : flat/f000.txt: Set virtual modtime to 2026-07-27 05:30:31 +0000 UTC 2026/07/27 05:30:52 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:30:52 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:30:52 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/27 05:30:52 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/27 05:30:52 DEBUG : flat/f001.txt: Set virtual modtime to 2026-07-27 05:30:33 +0000 UTC 2026/07/27 05:30:52 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:30:52 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:30:52 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/27 05:30:52 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/27 05:30:52 DEBUG : flat/f002.txt: Set virtual modtime to 2026-07-27 05:30:35 +0000 UTC 2026/07/27 05:30:52 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:30:52 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:30:52 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/27 05:30:52 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/27 05:30:52 DEBUG : flat/f003.txt: Set virtual modtime to 2026-07-27 05:30:38 +0000 UTC 2026/07/27 05:30:52 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:30:52 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:30:52 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/27 05:30:52 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/27 05:30:52 DEBUG : flat/f004.txt: Set virtual modtime to 2026-07-27 05:30:40 +0000 UTC 2026/07/27 05:30:52 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:30:53 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:30:53 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:30:53 DEBUG : dir: Looking for writers 2026/07/27 05:30:53 DEBUG : flat: Looking for writers 2026/07/27 05:30:53 DEBUG : f000.txt: reading active writers 2026/07/27 05:30:53 DEBUG : f001.txt: reading active writers 2026/07/27 05:30:53 DEBUG : f002.txt: reading active writers 2026/07/27 05:30:53 DEBUG : f003.txt: reading active writers 2026/07/27 05:30:53 DEBUG : f004.txt: reading active writers 2026/07/27 05:30:53 DEBUG : Looking for writers 2026/07/27 05:30:53 DEBUG : dir: reading active writers 2026/07/27 05:30:53 DEBUG : flat: reading active writers 2026/07/27 05:30:53 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: TestZipManyFiles 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: 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 (47.82s) === RUN TestZipManySubDirs run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:31:17 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:31:17 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:31:24 DEBUG : a/b/mid.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 05:31:24 DEBUG : a/b/mid.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 05:31:25 DEBUG : a/b/mid.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/07/27 05:31:30 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/27 05:31:30 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/27 05:31:30 DEBUG : a/b/c/deep.txt: Set virtual modtime to 2026-07-27 05:31:28 +0000 UTC 2026/07/27 05:31:30 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:31:30 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:31:30 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/27 05:31:30 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/27 05:31:30 DEBUG : a/b/mid.txt: Set virtual modtime to 2026-07-27 05:31:23 +0000 UTC 2026/07/27 05:31:30 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:31:30 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:31:30 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/27 05:31:30 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/27 05:31:30 DEBUG : a/top.txt: Set virtual modtime to 2026-07-27 05:31:19 +0000 UTC 2026/07/27 05:31:30 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:31:30 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:31:30 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:31:30 DEBUG : a/b/c: Looking for writers 2026/07/27 05:31:30 DEBUG : deep.txt: reading active writers 2026/07/27 05:31:30 DEBUG : a/b: Looking for writers 2026/07/27 05:31:30 DEBUG : c: reading active writers 2026/07/27 05:31:30 DEBUG : mid.txt: reading active writers 2026/07/27 05:31:30 DEBUG : a: Looking for writers 2026/07/27 05:31:30 DEBUG : top.txt: reading active writers 2026/07/27 05:31:30 DEBUG : b: reading active writers 2026/07/27 05:31:30 DEBUG : dir: Looking for writers 2026/07/27 05:31:30 DEBUG : Looking for writers 2026/07/27 05:31:30 DEBUG : a: reading active writers 2026/07/27 05:31:30 DEBUG : dir: reading active writers 2026/07/27 05:31:30 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: TestZipManySubDirs 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: 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 (38.46s) === RUN TestZipLargeFiles run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:31:55 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:31:55 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:32:01 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 05:32:02 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 200ms (2/10) 2026/07/27 05:32:03 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/27 05:32:03 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/27 05:32:03 DEBUG : bigdir/big.bin: Set virtual modtime to 2026-07-27 05:32:00 +0000 UTC 2026/07/27 05:32:03 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:32:03 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:04 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:05 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:32:05 DEBUG : dir: Looking for writers 2026/07/27 05:32:05 DEBUG : bigdir: Looking for writers 2026/07/27 05:32:05 DEBUG : big.bin: reading active writers 2026/07/27 05:32:05 DEBUG : Looking for writers 2026/07/27 05:32:05 DEBUG : bigdir: reading active writers 2026/07/27 05:32:05 DEBUG : dir: reading active writers 2026/07/27 05:32:05 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: TestZipLargeFiles 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: 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 (28.99s) === RUN TestZipDirsInRoot run.go:198: Remote "Linkbox root 'rclone-test-lapojox7xubo'", Local "Local file system at /tmp/rclone949052701", Modify Window "876000h0m0s" 2026/07/27 05:32:24 INFO : Linkbox root 'rclone-test-lapojox7xubo': poll-interval is not supported by this remote 2026/07/27 05:32:24 NOTICE: Linkbox root 'rclone-test-lapojox7xubo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 05:32:32 DEBUG : dir2/b.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/07/27 05:32:37 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 05:32:37 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/27 05:32:37 DEBUG : dir/file1: Set virtual modtime to 2026-07-27 05:24:43 +0000 UTC 2026/07/27 05:32:37 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:32:37 DEBUG : dir/file1: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:37 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/27 05:32:37 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/27 05:32:37 DEBUG : dir1/a.txt: Set virtual modtime to 2026-07-27 05:32:26 +0000 UTC 2026/07/27 05:32:37 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:32:38 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:38 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/27 05:32:38 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/27 05:32:38 DEBUG : dir2/b.txt: Set virtual modtime to 2026-07-27 05:32:31 +0000 UTC 2026/07/27 05:32:38 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:32:38 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:38 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/27 05:32:38 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/27 05:32:38 DEBUG : dir3/c.txt: Set virtual modtime to 2026-07-27 05:32:35 +0000 UTC 2026/07/27 05:32:38 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 05:32:38 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 05:32:38 DEBUG : WaitForWriters: timeout=30s 2026/07/27 05:32:38 DEBUG : dir1: Looking for writers 2026/07/27 05:32:38 DEBUG : a.txt: reading active writers 2026/07/27 05:32:38 DEBUG : dir2: Looking for writers 2026/07/27 05:32:38 DEBUG : b.txt: reading active writers 2026/07/27 05:32:38 DEBUG : dir3: Looking for writers 2026/07/27 05:32:38 DEBUG : c.txt: reading active writers 2026/07/27 05:32:38 DEBUG : dir: Looking for writers 2026/07/27 05:32:38 DEBUG : file1: reading active writers 2026/07/27 05:32:38 DEBUG : Looking for writers 2026/07/27 05:32:38 DEBUG : dir: reading active writers 2026/07/27 05:32:38 DEBUG : dir1: reading active writers 2026/07/27 05:32:38 DEBUG : dir2: reading active writers 2026/07/27 05:32:38 DEBUG : dir3: reading active writers 2026/07/27 05:32:38 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: TestZipDirsInRoot 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: 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 (39.04s) FAIL 2026/07/27 05:33:03 DEBUG : Linkbox root 'rclone-test-lapojox7xubo': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestDirRemoveAll|TestFileReadAtNonZeroLength|TestFileReadAtZeroLength|TestUnicodeNormalization|TestWriteFileHandleFlush|TestWriteFileHandleMethods|TestWriteFileHandleRelease|TestWriteFileHandleWriteAt|TestWriteFileModTimeWithOpenWriters|TestZipDirsInRoot|TestZipLargeFiles|TestZipManyFiles|TestZipManySubDirs)$'" - Finished ERROR in 8m25.982394053s (try 3/5): exit status 1: Failed [TestDirRemoveAll TestUnicodeNormalization TestWriteFileHandleMethods TestWriteFileHandleWriteAt TestWriteFileHandleFlush TestWriteFileHandleRelease TestWriteFileModTimeWithOpenWriters TestFileReadAtZeroLength TestFileReadAtNonZeroLength TestZipManyFiles TestZipManySubDirs TestZipLargeFiles TestZipDirsInRoot]