"./vfs.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^(TestDirRename|TestWriteFileHandleMethods)$|^TestFileSetModTime$/^(cache=off,open=false,write=false|cache=off,open=true,write=false)$'" - Starting (try 3/5) 2026/09/04 02:16:09 DEBUG : Creating backend with remote "TestInternxt:rclone-test-yifuwim6qoki" 2026/09/04 02:16:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/04 02:16:09 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/09/04 02:16:09 DEBUG : Saving config "token" in section "TestInternxt" of the config file 2026/09/04 02:16:09 DEBUG : TestInternxt: Saved new token in config file 2026/09/04 02:16:09 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': Persisted rotated token from user info, expiry: 2026-09-11 02:16:09 +0000 UTC 2026/09/04 02:16:09 DEBUG : Creating backend with remote "/tmp/rclone2989137697" === RUN TestDirRename run.go:198: Remote "Internxt root 'rclone-test-yifuwim6qoki'", Local "Local file system at /tmp/rclone2989137697", Modify Window "876000h0m0s" 2026/09/04 02:16:09 INFO : Internxt root 'rclone-test-yifuwim6qoki': poll-interval is not supported by this remote 2026/09/04 02:16:09 NOTICE: Internxt root 'rclone-test-yifuwim6qoki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } 2026/09/04 02:16:19 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/09/04 02:16:20 DEBUG : dir: Updating dir with dir2 0xca892a78600 2026/09/04 02:16:20 DEBUG : dir: forgetting directory cache 2026/09/04 02:16:20 DEBUG : Added virtual directory entry vDel: "dir" 2026/09/04 02:16:20 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/09/04 02:16:22 INFO : dir2/file1: Moved (server-side) to: file2 2026/09/04 02:16:22 DEBUG : file2: Updating file with file2 0xca892bf51e0 2026/09/04 02:16:22 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/09/04 02:16:22 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/09/04 02:16:23 INFO : dir2/file3: Deleted 2026/09/04 02:16:23 ERROR : file2: Couldn't move: move file: A file with the same name already exists in destination folder (status 409) 2026/09/04 02:16:23 ERROR : dir2/file3: File.Rename error: move file: A file with the same name already exists in destination folder (status 409) 2026/09/04 02:16:23 ERROR : file2: Dir.Rename error: move file: A file with the same name already exists in destination folder (status 409) dir_test.go:567: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:567 Error: Received unexpected error: move file: A file with the same name already exists in destination folder (status 409) Test: TestDirRename dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:568 Error: Not equal: expected: []string{"dir2,0,true"} actual : []string{"dir2,0,true", "file3,14,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=11) "dir2,0,true" +([]string) (len=2) { + (string) (len=11) "dir2,0,true", + (string) (len=14) "file3,14,false" } Test: TestDirRename dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:569 Error: Not equal: expected: []string{"file3,14,false"} actual : []string{"file3,15,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,3 @@ ([]string) (len=1) { - (string) (len=14) "file3,14,false" + (string) (len=14) "file3,15,false" } Test: TestDirRename fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:306: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:306 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:573 Error: Should be true Test: TestDirRename Messages: listing wrong, want dir2/file3 (14) got file2 (14) fstest.go:192: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:309 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:573 Error: Should be true Test: TestDirRename Messages: Unexpected file "file2" fstest.go:204: Not found "dir2/file3" fstest.go:207: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:207 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:311 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:573 Error: Not equal: expected: 0 actual : 1 Test: TestDirRename Messages: 1 objects not found 2026/09/04 02:16:59 DEBUG : Added virtual directory entry vAddDir: "empty directory" 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:578 Error: Not equal: expected: []string{"dir2,0,true", "empty directory,0,true"} actual : []string{"dir2,0,true", "file3,14,false", "empty directory,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=11) "dir2,0,true", + (string) (len=14) "file3,14,false", (string) (len=22) "empty directory,0,true" Test: TestDirRename 2026/09/04 02:17:00 DEBUG : empty directory: Updating dir with renamed empty directory 0xca892a78180 2026/09/04 02:17:00 DEBUG : empty directory: forgetting directory cache 2026/09/04 02:17:00 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/09/04 02:17:00 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 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:584 Error: Not equal: expected: []string{"dir2,0,true", "renamed empty directory,0,true"} actual : []string{"dir2,0,true", "file3,14,false", "renamed empty directory,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=11) "dir2,0,true", + (string) (len=14) "file3,14,false", (string) (len=30) "renamed empty directory,0,true" Test: TestDirRename 2026/09/04 02:17:00 DEBUG : dir2: Renaming to "dir3" 2026/09/04 02:17:00 DEBUG : WaitForWriters: timeout=30s 2026/09/04 02:17:00 DEBUG : renamed empty directory: Looking for writers 2026/09/04 02:17:00 DEBUG : dir3: Looking for writers 2026/09/04 02:17:00 DEBUG : file3: reading active writers 2026/09/04 02:17:00 DEBUG : Looking for writers 2026/09/04 02:17:00 DEBUG : dir3: reading active writers 2026/09/04 02:17:00 DEBUG : file2: reading active writers 2026/09/04 02:17:00 DEBUG : renamed empty directory: reading active writers 2026/09/04 02:17:00 DEBUG : >WaitForWriters: 2026/09/04 02:17:01 ERROR : empty directory: error listing: directory not found --- FAIL: TestDirRename (51.78s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "Internxt root 'rclone-test-yifuwim6qoki'", Local "Local file system at /tmp/rclone2989137697", Modify Window "876000h0m0s" 2026/09/04 02:17:01 INFO : Internxt root 'rclone-test-yifuwim6qoki': poll-interval is not supported by this remote 2026/09/04 02:17:01 NOTICE: Internxt root 'rclone-test-yifuwim6qoki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream write_test.go:341: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:341 /usr/local/go/src/sync/once.go:78 /usr/local/go/src/sync/once.go:69 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:337 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:96 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Received unexpected error: object not found Test: TestFileSetModTime/cache=off,open=false,write=false 2026/09/04 02:17:04 DEBUG : WaitForWriters: timeout=30s 2026/09/04 02:17:04 DEBUG : renamed empty directory: Looking for writers 2026/09/04 02:17:04 DEBUG : dir: Looking for writers 2026/09/04 02:17:04 DEBUG : file1: reading active writers 2026/09/04 02:17:04 DEBUG : dir2: Looking for writers 2026/09/04 02:17:04 DEBUG : Looking for writers 2026/09/04 02:17:04 DEBUG : dir: reading active writers 2026/09/04 02:17:04 DEBUG : dir2: reading active writers 2026/09/04 02:17:04 DEBUG : renamed empty directory: reading active writers 2026/09/04 02:17:04 DEBUG : >WaitForWriters: 2026/09/04 02:17:06 ERROR : dir: error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "Internxt root 'rclone-test-yifuwim6qoki'", Local "Local file system at /tmp/rclone2989137697", Modify Window "876000h0m0s" 2026/09/04 02:17:13 INFO : Internxt root 'rclone-test-yifuwim6qoki': poll-interval is not supported by this remote 2026/09/04 02:17:13 NOTICE: Internxt root 'rclone-test-yifuwim6qoki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/09/04 02:17:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/09/04 02:17:15 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/09/04 02:17:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:15 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': File to upload is small (0 bytes), uploading instead of streaming 2026/09/04 02:17:16 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': Renamed existing file dir/file1 to backup file1.rclone-backup-qatujek6. (UUID: 509a03a5-c48c-47cf-be63-7ef9c0063045) 2026/09/04 02:17:16 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': Upload succeeded, deleting backup file file1.rclone-backup-qatujek6. (UUID: 509a03a5-c48c-47cf-be63-7ef9c0063045) 2026/09/04 02:17:16 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': Successfully deleted backup file 2026/09/04 02:17:16 DEBUG : dir/file1: size = 0 OK 2026/09/04 02:17:16 NOTICE: Internxt root 'rclone-test-yifuwim6qoki': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/09/04 02:17:16 DEBUG : dir/file1: Size of src and dst objects identical 2026/09/04 02:17:16 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/09/04 02:17:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:16 DEBUG : WaitForWriters: timeout=30s 2026/09/04 02:17:16 DEBUG : dir: Looking for writers 2026/09/04 02:17:16 DEBUG : file1: reading active writers 2026/09/04 02:17:16 DEBUG : Looking for writers 2026/09/04 02:17:16 DEBUG : dir: reading active writers 2026/09/04 02:17:16 DEBUG : >WaitForWriters: 2026/09/04 02:17:16 DEBUG : WaitForWriters: timeout=30s 2026/09/04 02:17:16 DEBUG : dir: Looking for writers 2026/09/04 02:17:16 DEBUG : file1: reading active writers 2026/09/04 02:17:16 DEBUG : Looking for writers 2026/09/04 02:17:16 DEBUG : dir: reading active writers 2026/09/04 02:17:16 DEBUG : >WaitForWriters: run.go:186: removing dir "dir" failed - try 1/5: sleeping 1s: directory not empty 2026/09/04 02:17:19 ERROR : dir: error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- FAIL: TestFileSetModTime (25.34s) --- FAIL: TestFileSetModTime/cache=off,open=false,write=false (12.44s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (12.90s) === RUN TestWriteFileHandleMethods run.go:198: Remote "Internxt root 'rclone-test-yifuwim6qoki'", Local "Local file system at /tmp/rclone2989137697", Modify Window "876000h0m0s" 2026/09/04 02:17:26 INFO : Internxt root 'rclone-test-yifuwim6qoki': poll-interval is not supported by this remote 2026/09/04 02:17:26 NOTICE: Internxt root 'rclone-test-yifuwim6qoki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/09/04 02:17:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/09/04 02:17:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/09/04 02:17:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:26 DEBUG : file1: >Open: fd=file1 (w), err= 2026/09/04 02:17:26 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/09/04 02:17:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:26 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/09/04 02:17:26 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/09/04 02:17:26 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/09/04 02:17:26 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': File to upload is small (5 bytes), uploading instead of streaming 2026/09/04 02:17:27 DEBUG : file1: size = 5 OK 2026/09/04 02:17:27 DEBUG : file1: Size of src and dst objects identical 2026/09/04 02:17:27 DEBUG : Added virtual directory entry vAddFile: "file1" fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure 2026/09/04 02:17:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/09/04 02:17:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/09/04 02:17:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:35 DEBUG : file1: >Open: fd=file1 (w), err= 2026/09/04 02:17:35 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/09/04 02:17:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/09/04 02:17:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/09/04 02:17:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:35 DEBUG : file1: >Open: fd=file1 (w), err= 2026/09/04 02:17:35 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/09/04 02:17:35 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/09/04 02:17:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/09/04 02:17:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/09/04 02:17:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:35 DEBUG : file1: >Open: fd=file1 (w), err= 2026/09/04 02:17:35 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/09/04 02:17:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:35 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': File to upload is small (0 bytes), uploading instead of streaming 2026/09/04 02:17:35 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': Renamed existing file file1 to backup file1.rclone-backup-difipet1. (UUID: 9c74159f-9bd6-404b-8417-929754f8f9cc) 2026/09/04 02:17:36 ERROR : file1: WriteFileHandle.New Rcat failed: failed to create empty file metadata: create meta: File already exists (status 409) write_test.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:182 Error: Received unexpected error: failed to create empty file metadata: create meta: File already exists (status 409) 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:183 Error: Not equal: expected: []string{"file1,0,false"} actual : []string{"file1,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,3 @@ ([]string) (len=1) { - (string) (len=13) "file1,0,false" + (string) (len=13) "file1,5,false" } Test: TestWriteFileHandleMethods 2026/09/04 02:17:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/09/04 02:17:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/09/04 02:17:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/09/04 02:17:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/09/04 02:17:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:36 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': File to upload is small (7 bytes), uploading instead of streaming 2026/09/04 02:17:37 DEBUG : file1: size = 7 OK 2026/09/04 02:17:37 DEBUG : file1: Size of src and dst objects identical 2026/09/04 02:17:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/04 02:17:37 DEBUG : WaitForWriters: timeout=30s 2026/09/04 02:17:37 DEBUG : Looking for writers 2026/09/04 02:17:37 DEBUG : file1: reading active writers 2026/09/04 02:17:37 DEBUG : >WaitForWriters: --- FAIL: TestWriteFileHandleMethods (11.24s) FAIL 2026/09/04 02:17:38 DEBUG : Internxt root 'rclone-test-yifuwim6qoki': Purge dir "" "./vfs.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^(TestDirRename|TestWriteFileHandleMethods)$|^TestFileSetModTime$/^(cache=off,open=false,write=false|cache=off,open=true,write=false)$'" - Finished ERROR in 1m30.55476175s (try 3/5): exit status 1: Failed [TestDirRename TestFileSetModTime/cache=off,open=false,write=false TestWriteFileHandleMethods]