"./vfs.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^(TestCaseSensitivity|TestDirRename|TestFileReadAtNonZeroLength|TestFileReadAtZeroLength)$'" - Starting (try 2/5) 2026/09/09 01:16:37 DEBUG : Creating backend with remote "TestInternxt:rclone-test-tefuwor2nezu" 2026/09/09 01:16:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/09 01:16:37 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/09/09 01:16:37 DEBUG : Saving config "token" in section "TestInternxt" of the config file 2026/09/09 01:16:37 DEBUG : TestInternxt: Saved new token in config file 2026/09/09 01:16:37 DEBUG : Internxt root 'rclone-test-tefuwor2nezu': Persisted rotated token from user info, expiry: 2026-09-16 01:16:37 +0000 UTC 2026/09/09 01:16:38 DEBUG : Creating backend with remote "/tmp/rclone1676740285" === RUN TestDirRename run.go:198: Remote "Internxt root 'rclone-test-tefuwor2nezu'", Local "Local file system at /tmp/rclone1676740285", Modify Window "876000h0m0s" 2026/09/09 01:16:38 INFO : Internxt root 'rclone-test-tefuwor2nezu': poll-interval is not supported by this remote 2026/09/09 01:16:38 NOTICE: Internxt root 'rclone-test-tefuwor2nezu': --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/09 01:16:44 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/09/09 01:16:44 DEBUG : dir: Updating dir with dir2 0xec729020840 2026/09/09 01:16:44 DEBUG : dir: forgetting directory cache 2026/09/09 01:16:44 DEBUG : Added virtual directory entry vDel: "dir" 2026/09/09 01:16:44 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/09/09 01:16:45 INFO : dir2/file1: Moved (server-side) to: file2 2026/09/09 01:16:45 DEBUG : file2: Updating file with file2 0xec728e99790 2026/09/09 01:16:45 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/09/09 01:16:45 DEBUG : Added virtual directory entry vAddFile: "file2" 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/09 01:16:55 INFO : dir2/file3: Deleted 2026/09/09 01:16:55 ERROR : file2: Couldn't move: move file: A file with the same name already exists in destination folder (status 409) 2026/09/09 01:16:55 ERROR : dir2/file3: File.Rename error: move file: A file with the same name already exists in destination folder (status 409) 2026/09/09 01:16:55 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/09 01:17:30 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/09 01:17:31 DEBUG : empty directory: Updating dir with renamed empty directory 0xec7290200c0 2026/09/09 01:17:31 DEBUG : empty directory: forgetting directory cache 2026/09/09 01:17:31 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/09/09 01:17:31 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/09 01:17:31 DEBUG : dir2: Renaming to "dir3" 2026/09/09 01:17:31 DEBUG : WaitForWriters: timeout=30s 2026/09/09 01:17:31 DEBUG : dir3: Looking for writers 2026/09/09 01:17:31 DEBUG : file3: reading active writers 2026/09/09 01:17:31 DEBUG : renamed empty directory: Looking for writers 2026/09/09 01:17:31 DEBUG : Looking for writers 2026/09/09 01:17:31 DEBUG : dir3: reading active writers 2026/09/09 01:17:31 DEBUG : file2: reading active writers 2026/09/09 01:17:31 DEBUG : renamed empty directory: reading active writers 2026/09/09 01:17:31 DEBUG : >WaitForWriters: 2026/09/09 01:17:32 ERROR : empty directory: error listing: directory not found --- FAIL: TestDirRename (54.38s) === RUN TestCaseSensitivity run.go:198: Remote "Internxt root 'rclone-test-tefuwor2nezu'", Local "Local file system at /tmp/rclone1676740285", Modify Window "876000h0m0s" 2026/09/09 01:17:35 INFO : Internxt root 'rclone-test-tefuwor2nezu': poll-interval is not supported by this remote 2026/09/09 01:17:35 NOTICE: Internxt root 'rclone-test-tefuwor2nezu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/09/09 01:17:35 INFO : Internxt root 'rclone-test-tefuwor2nezu': poll-interval is not supported by this remote 2026/09/09 01:17:35 NOTICE: Internxt root 'rclone-test-tefuwor2nezu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/09/09 01:17:35 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/09/09 01:17:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/09/09 01:17:36 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/09/09 01:17:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:36 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/09/09 01:17:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/09/09 01:17:36 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/09/09 01:17:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:37 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:37 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:37 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/09/09 01:17:37 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/09/09 01:17:37 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/09/09 01:17:37 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:37 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:37 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:37 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/09/09 01:17:37 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/09/09 01:17:37 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/09/09 01:17:37 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:37 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:37 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:37 DEBUG : FilEb: Open: flags=O_RDONLY 2026/09/09 01:17:37 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/09/09 01:17:37 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/09/09 01:17:37 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:37 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:38 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:38 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/09/09 01:17:38 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/09/09 01:17:38 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/09/09 01:17:38 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:39 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/09/09 01:17:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/09/09 01:17:39 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/09/09 01:17:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:39 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/09/09 01:17:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/09/09 01:17:39 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/09/09 01:17:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:39 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/09/09 01:17:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/09/09 01:17:39 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/09/09 01:17:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:40 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:40 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/09/09 01:17:40 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/09/09 01:17:40 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/09/09 01:17:40 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:40 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:40 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:40 DEBUG : FilEb: Open: flags=O_RDONLY 2026/09/09 01:17:40 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/09/09 01:17:40 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/09/09 01:17:40 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:40 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:40 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:40 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/09/09 01:17:40 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/09/09 01:17:40 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:40 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/09/09 01:17:40 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/09/09 01:17:40 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/09/09 01:17:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/09/09 01:17:40 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/09/09 01:17:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:41 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:41 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/09/09 01:17:41 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:41 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/09/09 01:17:41 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:41 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/09/09 01:17:41 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:41 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/09/09 01:17:41 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/09/09 01:17:41 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/09/09 01:17:41 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:41 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:41 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:41 DEBUG : FilEb: Open: flags=O_RDONLY 2026/09/09 01:17:41 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/09/09 01:17:41 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/09/09 01:17:41 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:41 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:41 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:41 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/09/09 01:17:41 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/09/09 01:17:41 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/09/09 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/09/09 01:17:41 DEBUG : dir2: Looking for writers 2026/09/09 01:17:41 DEBUG : renamed empty directory: Looking for writers 2026/09/09 01:17:41 DEBUG : Looking for writers 2026/09/09 01:17:41 DEBUG : FiLeA: reading active writers 2026/09/09 01:17:41 DEBUG : FiLeB: reading active writers 2026/09/09 01:17:41 DEBUG : FilEb: reading active writers 2026/09/09 01:17:41 DEBUG : dir2: reading active writers 2026/09/09 01:17:41 DEBUG : renamed empty directory: reading active writers 2026/09/09 01:17:41 DEBUG : >WaitForWriters: 2026/09/09 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/09/09 01:17:41 DEBUG : dir2: Looking for writers 2026/09/09 01:17:41 DEBUG : renamed empty directory: Looking for writers 2026/09/09 01:17:41 DEBUG : Looking for writers 2026/09/09 01:17:41 DEBUG : FiLeA: reading active writers 2026/09/09 01:17:41 DEBUG : FiLeB: reading active writers 2026/09/09 01:17:41 DEBUG : FilEb: reading active writers 2026/09/09 01:17:41 DEBUG : dir2: reading active writers 2026/09/09 01:17:41 DEBUG : renamed empty directory: reading active writers 2026/09/09 01:17:41 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (12.70s) === RUN TestFileReadAtZeroLength run.go:198: Remote "Internxt root 'rclone-test-tefuwor2nezu'", Local "Local file system at /tmp/rclone1676740285", Modify Window "876000h0m0s" 2026/09/09 01:17:45 INFO : Internxt root 'rclone-test-tefuwor2nezu': poll-interval is not supported by this remote 2026/09/09 01:17:45 NOTICE: Internxt root 'rclone-test-tefuwor2nezu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/09/09 01:17:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/09/09 01:17:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/09/09 01:17:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/09 01:17:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/09/09 01:17:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/09/09 01:17:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/09 01:17:45 DEBUG : Internxt root 'rclone-test-tefuwor2nezu': File to upload is small (0 bytes), uploading instead of streaming 2026/09/09 01:17:45 DEBUG : file1: size = 0 OK 2026/09/09 01:17:45 NOTICE: Internxt root 'rclone-test-tefuwor2nezu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/09/09 01:17:45 DEBUG : file1: Size of src and dst objects identical 2026/09/09 01:17:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/09 01:17:45 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/09/09 01:17:45 DEBUG : file1: Open: flags=O_RDONLY 2026/09/09 01:17:45 DEBUG : file1: >Open: fd=file1 (r), err= 2026/09/09 01:17:45 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/09/09 01:17:45 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:45 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:45 DEBUG : WaitForWriters: timeout=30s 2026/09/09 01:17:45 DEBUG : Looking for writers 2026/09/09 01:17:45 DEBUG : file1: reading active writers 2026/09/09 01:17:45 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (3.41s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "Internxt root 'rclone-test-tefuwor2nezu'", Local "Local file system at /tmp/rclone1676740285", Modify Window "876000h0m0s" 2026/09/09 01:17:48 INFO : Internxt root 'rclone-test-tefuwor2nezu': poll-interval is not supported by this remote 2026/09/09 01:17:48 NOTICE: Internxt root 'rclone-test-tefuwor2nezu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/09/09 01:17:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/09/09 01:17:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/09/09 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/09 01:17:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/09/09 01:17:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/09/09 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/09 01:17:48 DEBUG : Internxt root 'rclone-test-tefuwor2nezu': File to upload is small (100 bytes), uploading instead of streaming 2026/09/09 01:17:49 DEBUG : file1: size = 100 OK 2026/09/09 01:17:49 DEBUG : file1: Size of src and dst objects identical 2026/09/09 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/09/09 01:17:49 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/09/09 01:17:49 DEBUG : file1: Open: flags=O_RDONLY 2026/09/09 01:17:49 DEBUG : file1: >Open: fd=file1 (r), err= 2026/09/09 01:17:49 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/09/09 01:17:49 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/09/09 01:17:50 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/09/09 01:17:50 DEBUG : WaitForWriters: timeout=30s 2026/09/09 01:17:50 DEBUG : Looking for writers 2026/09/09 01:17:50 DEBUG : file1: reading active writers 2026/09/09 01:17:50 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (2.81s) FAIL 2026/09/09 01:17:51 DEBUG : Internxt root 'rclone-test-tefuwor2nezu': Purge dir "" "./vfs.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^(TestCaseSensitivity|TestDirRename|TestFileReadAtNonZeroLength|TestFileReadAtZeroLength)$'" - Finished ERROR in 1m16.608757021s (try 2/5): exit status 1: Failed [TestDirRename]