"./vfs.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose -test.run '^(TestDirCreate|TestDirFileOpen|TestDirForgetAll|TestDirHandleReaddir|TestDirMetadataExtension|TestDirMethods|TestDirMkdir|TestDirMkdirSub|TestDirRemove|TestDirRemoveAll|TestDirRemoveName|TestDirRename|TestDirWalk|TestFileMethods|TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileRemove|TestFileRemoveAll|TestRWFileHandleMethodsWrite|TestRWFileHandleSeek|TestRWFileHandleSizeCreateExisting|TestRWFileHandleSizeCreateNew|TestRWFileHandleSizeTruncateExisting|TestRWFileHandleWriteAt|TestReadFileHandleFlush|TestReadFileHandleMethods|TestReadFileHandleReadAt|TestVFSMkdirAll|TestVFSOpenFile|TestVFSStatParent|TestWriteFileHandleWriteAt|TestZipLargeFiles|TestZipManyFiles|TestZipManySubDirs)$|^TestDirReadDirAll$/^Virtual$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$'" - Starting (try 4/5) 2026/02/05 09:33:33 DEBUG : Creating backend with remote "TestDrime:rclone-test-lasumab5kayu" 2026/02/05 09:33:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/05 09:33:34 DEBUG : Creating backend with remote "/tmp/rclone1697432457" === RUN TestDirHandleReaddir run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 09:33:34 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:292: Sleeping for 7s just to make sure 2026/02/05 09:33:58 DEBUG : WaitForWriters: timeout=30s 2026/02/05 09:33:58 DEBUG : dir/subdir: Looking for writers 2026/02/05 09:33:58 DEBUG : dir: Looking for writers 2026/02/05 09:33:58 DEBUG : subdir: reading active writers 2026/02/05 09:33:58 DEBUG : file1: reading active writers 2026/02/05 09:33:58 DEBUG : file2: reading active writers 2026/02/05 09:33:58 DEBUG : Looking for writers 2026/02/05 09:33:58 DEBUG : dir: reading active writers 2026/02/05 09:33:58 DEBUG : >WaitForWriters: run.go:130: removing dir "dir/subdir" failed - try 1/3: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirHandleReaddir Messages: directories --- FAIL: TestDirHandleReaddir (37.59s) === RUN TestDirMethods run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 09:34:11 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 09:34:15 DEBUG : WaitForWriters: timeout=30s 2026/02/05 09:34:15 DEBUG : dir: Looking for writers 2026/02/05 09:34:15 DEBUG : Looking for writers 2026/02/05 09:34:15 DEBUG : dir: reading active writers 2026/02/05 09:34:15 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirMethods Messages: directories --- FAIL: TestDirMethods (17.98s) === RUN TestDirForgetAll run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 09:34:29 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:292: Sleeping for 7s just to make sure 2026/02/05 09:34:44 DEBUG : dir: forgetting directory cache 2026/02/05 09:34:44 DEBUG : forgetting directory cache 2026/02/05 09:34:44 DEBUG : dir: forgetting directory cache 2026/02/05 09:34:44 DEBUG : WaitForWriters: timeout=30s 2026/02/05 09:34:44 DEBUG : Looking for writers 2026/02/05 09:34:44 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty --- PASS: TestDirForgetAll (18.87s) === RUN TestDirWalk run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 09:34:48 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:292: Sleeping for 7s just to make sure 2026/02/05 09:35:13 DEBUG : forgetting directory cache 2026/02/05 09:35:13 DEBUG : dir: forgetting directory cache 2026/02/05 09:35:14 DEBUG : WaitForWriters: timeout=30s 2026/02/05 09:35:14 DEBUG : dir: Looking for writers 2026/02/05 09:35:14 DEBUG : fil/a/b: Looking for writers 2026/02/05 09:35:14 DEBUG : fil/a: Looking for writers 2026/02/05 09:35:14 DEBUG : b: reading active writers 2026/02/05 09:35:14 DEBUG : fil: Looking for writers 2026/02/05 09:35:14 DEBUG : a: reading active writers 2026/02/05 09:35:14 DEBUG : Looking for writers 2026/02/05 09:35:14 DEBUG : fil: reading active writers 2026/02/05 09:35:14 DEBUG : dir: reading active writers 2026/02/05 09:35:14 DEBUG : >WaitForWriters: run.go:130: removing dir "fil/a/b" failed - try 1/3: directory not empty run.go:130: removing dir "fil/a/b" failed - try 2/3: directory not empty run.go:130: removing dir "fil/a/b" failed - try 3/3: directory not empty run.go:133: removing dir "fil/a/b" failed: directory not empty run.go:130: removing dir "fil/a" failed - try 1/3: directory not empty run.go:130: removing dir "fil/a" failed - try 2/3: directory not empty run.go:130: removing dir "fil/a" failed - try 3/3: directory not empty run.go:133: removing dir "fil/a" failed: directory not empty run.go:130: removing dir "fil" failed - try 1/3: directory not empty run.go:130: removing dir "fil" failed - try 2/3: directory not empty run.go:130: removing dir "fil" failed - try 3/3: directory not empty run.go:133: removing dir "fil" 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"fil", "fil/a", "fil/a/b"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=3) "fil", + (string) (len=5) "fil/a", + (string) (len=7) "fil/a/b" } Test: TestDirWalk Messages: directories --- FAIL: TestDirWalk (50.29s) === RUN TestDirReadDirAll run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 09:35:39 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 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:271 Error: Not equal: expected: []string{"dir,0,true"} actual : []string{"dir,0,true", "fil,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=10) "dir,0,true" +([]string) (len=2) { + (string) (len=10) "dir,0,true", + (string) (len=10) "fil,0,true" } Test: TestDirReadDirAll === RUN TestDirReadDirAll/Virtual 2026/02/05 09:36:01 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/02/05 09:36:01 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/02/05 09:36:01 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/02/05 09:36:01 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/02/05 09:36:07 DEBUG : dir: invalidating directory cache 2026/02/05 09:36:08 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/02/05 09:36:08 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/02/05 09:36:08 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/02/05 09:36:08 DEBUG : dir/file1: Reset virtual modtime 2026/02/05 09:36:08 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/02/05 09:36:08 DEBUG : dir/virtualFile: Reset virtual modtime dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:300 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false"} actual : []string{"file1,14,false", "file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=3) { +([]string) (len=5) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/02/05 09:36:08 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/02/05 09:36:08 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/02/05 09:36:08 DEBUG : dir: Added virtual directory entry vDel: "file1" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:313 Error: Not equal: expected: []string{"virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) (len=4) { +([]string) (len=6) { + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/02/05 09:36:08 DEBUG : dir: invalidating directory cache 2026/02/05 09:36:08 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/02/05 09:36:08 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 09:36:08 DEBUG : dir/file2: Reset virtual modtime 2026/02/05 09:36:08 DEBUG : dir/virtualFile: Reset virtual modtime dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:324 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/02/05 09:36:08 DEBUG : forgetting directory cache 2026/02/05 09:36:08 DEBUG : dir: forgetting directory cache 2026/02/05 09:36:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 09:36:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 09:36:08 DEBUG : fil: forgetting directory cache dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:329 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/02/05 09:36:08 DEBUG : WaitForWriters: timeout=30s 2026/02/05 09:36:08 DEBUG : dir/subdir: Looking for writers 2026/02/05 09:36:08 DEBUG : dir/virtualDir: Looking for writers 2026/02/05 09:36:08 DEBUG : dir: Looking for writers 2026/02/05 09:36:08 DEBUG : file1: reading active writers 2026/02/05 09:36:08 DEBUG : file2: reading active writers 2026/02/05 09:36:08 DEBUG : subdir: reading active writers 2026/02/05 09:36:08 DEBUG : virtualFile: reading active writers 2026/02/05 09:36:08 DEBUG : virtualDir: reading active writers 2026/02/05 09:36:08 DEBUG : virtualFile2: reading active writers 2026/02/05 09:36:08 DEBUG : fil: Looking for writers 2026/02/05 09:36:08 DEBUG : Looking for writers 2026/02/05 09:36:08 DEBUG : dir: reading active writers 2026/02/05 09:36:08 DEBUG : fil: reading active writers 2026/02/05 09:36:08 DEBUG : >WaitForWriters: 2026/02/05 09:36:09 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 09:36:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/05 09:36:09 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 09:36:09 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/05 09:36:09 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 09:36:09 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/05 09:36:09 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 09:36:09 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/05 09:36:10 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 09:36:10 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/05 09:36:10 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 09:36:10 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/05 09:36:10 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 09:36:10 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/05 09:36:11 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 09:36:11 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/05 09:36:12 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 09:36:12 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/05 09:36:15 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/05 09:36:15 DEBUG : pacer: Rate limited, increasing sleep to 10.24s === NAME TestDirReadDirAll run.go:130: removing file "dir/file2" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/05 09:36:20 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 09:36:20 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/05 09:36:30 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 09:36:50 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 09:37:10 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 09:37:30 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 09:37:50 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 09:38:10 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 09:38:30 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 09:38:50 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 09:39:10 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file2" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/05 09:39:30 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 09:39:50 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 09:40:10 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 09:40:30 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 09:40:50 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 09:41:10 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 09:41:30 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 09:41:50 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 09:42:10 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 09:42:30 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file2" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file2" failed: failed to delete item: Error "Server Error" 2026/02/05 09:42:50 DEBUG : pacer: Reducing sleep to 10s 2026/02/05 09:43:10 DEBUG : pacer: Reducing sleep to 5s 2026/02/05 09:43:20 DEBUG : pacer: Reducing sleep to 2.5s 2026/02/05 09:43:25 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/05 09:43:28 DEBUG : pacer: Reducing sleep to 625ms 2026/02/05 09:43:29 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/05 09:43:29 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/05 09:43:30 DEBUG : pacer: Reducing sleep to 78.125ms 2026/02/05 09:43:30 DEBUG : pacer: Reducing sleep to 39.0625ms run.go:130: removing dir "fil/a" failed - try 1/3: directory not empty 2026/02/05 09:43:31 DEBUG : pacer: Reducing sleep to 19.53125ms run.go:130: removing dir "fil/a" failed - try 2/3: directory not empty 2026/02/05 09:43:33 DEBUG : pacer: Reducing sleep to 10ms run.go:130: removing dir "fil/a" failed - try 3/3: directory not empty run.go:133: removing dir "fil/a" failed: directory not empty run.go:130: removing dir "fil" failed - try 1/3: directory not empty run.go:130: removing dir "fil" failed - try 2/3: directory not empty run.go:130: removing dir "fil" failed - try 3/3: directory not empty run.go:133: removing dir "fil" failed: directory not empty 2026/02/05 09:43:39 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 09:43:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/05 09:43:39 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 09:43:39 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/05 09:43:39 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 09:43:39 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/05 09:43:40 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 09:43:40 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/05 09:43:40 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 09:43:40 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/05 09:43:40 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 09:43:40 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/05 09:43:41 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 09:43:41 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/05 09:43:41 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 09:43:41 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/05 09:43:42 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 09:43:42 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/05 09:43:45 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/05 09:43:45 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing dir "dir/subdir" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/05 09:43:51 DEBUG : pacer: Reducing sleep to 5.12s 2026/02/05 09:43:58 DEBUG : forgetting directory cache 2026/02/05 09:43:58 DEBUG : dir: forgetting directory cache 2026/02/05 09:43:58 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 09:44:01 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 09:44:01 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/02/05 09:44:06 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 09:44:06 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/05 09:44:15 DEBUG : forgetting directory cache 2026/02/05 09:44:15 DEBUG : dir: forgetting directory cache 2026/02/05 09:44:15 DEBUG : dir: forgetting directory cache 2026/02/05 09:44:16 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 09:44:36 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 09:44:56 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 09:45:13 DEBUG : forgetting directory cache 2026/02/05 09:45:13 DEBUG : dir: forgetting directory cache 2026/02/05 09:45:13 DEBUG : dir: forgetting directory cache 2026/02/05 09:45:13 DEBUG : fil: forgetting directory cache 2026/02/05 09:45:13 DEBUG : fil/a: forgetting directory cache 2026/02/05 09:45:13 DEBUG : fil/a/b: forgetting directory cache 2026/02/05 09:45:16 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 09:45:36 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 09:45:56 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 09:46:01 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 09:46:08 DEBUG : dir/virtualDir2: forgetting directory cache 2026/02/05 09:46:08 DEBUG : forgetting directory cache 2026/02/05 09:46:08 DEBUG : dir: forgetting directory cache 2026/02/05 09:46:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 09:46:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 09:46:08 DEBUG : dir: forgetting directory cache 2026/02/05 09:46:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 09:46:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 09:46:08 DEBUG : fil: forgetting directory cache 2026/02/05 09:46:16 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 09:46:36 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing dir "dir/subdir" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/05 09:46:56 DEBUG : pacer: Reducing sleep to 10s 2026/02/05 09:47:16 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 09:47:16 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/05 09:47:26 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 09:47:46 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 09:48:06 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 09:48:26 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 09:48:46 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 09:49:06 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 09:49:26 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 09:49:46 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 09:50:06 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing dir "dir/subdir" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing dir "dir/subdir" failed: failed to delete item: Error "Server Error" 2026/02/05 09:50:26 DEBUG : pacer: Reducing sleep to 10s 2026/02/05 09:50:46 DEBUG : pacer: Reducing sleep to 5s 2026/02/05 09:50:56 DEBUG : pacer: Reducing sleep to 2.5s 2026/02/05 09:51:01 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/05 09:51:03 DEBUG : pacer: Reducing sleep to 625ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/02/05 09:51:05 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/05 09:51:05 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/05 09:51:06 DEBUG : pacer: Reducing sleep to 78.125ms 2026/02/05 09:51:06 DEBUG : pacer: Reducing sleep to 39.0625ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/02/05 09:51:08 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/05 09:51:08 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"fil", "fil/a"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "fil", + (string) (len=5) "fil/a" } Test: TestDirReadDirAll Messages: directories --- FAIL: TestDirReadDirAll (934.38s) --- FAIL: TestDirReadDirAll/Virtual (6.79s) === RUN TestDirCreate run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 09:51:13 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/05 09:51:26 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/02/05 09:51:26 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/02/05 09:51:26 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/02/05 09:51:26 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/02/05 09:51:26 DEBUG : drime root 'rclone-test-lasumab5kayu': File to upload is small (5 bytes), uploading instead of streaming 2026/02/05 09:51:29 DEBUG : dir/potato: size = 5 OK 2026/02/05 09:51:29 NOTICE: drime root 'rclone-test-lasumab5kayu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/02/05 09:51:29 DEBUG : dir/potato: Size of src and dst objects identical 2026/02/05 09:51:29 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/02/05 09:51:29 DEBUG : WaitForWriters: timeout=30s 2026/02/05 09:51:29 DEBUG : dir: Looking for writers 2026/02/05 09:51:29 DEBUG : file1: reading active writers 2026/02/05 09:51:29 DEBUG : potato: reading active writers 2026/02/05 09:51:29 DEBUG : fil: Looking for writers 2026/02/05 09:51:29 DEBUG : Looking for writers 2026/02/05 09:51:29 DEBUG : dir: reading active writers 2026/02/05 09:51:29 DEBUG : fil: reading active writers 2026/02/05 09:51:29 DEBUG : >WaitForWriters: run.go:130: removing dir "fil" failed - try 1/3: directory not empty run.go:130: removing dir "fil" failed - try 2/3: directory not empty run.go:130: removing dir "fil" failed - try 3/3: directory not empty run.go:133: removing dir "fil" failed: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir", "fil"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=3) "fil" } Test: TestDirCreate Messages: directories --- FAIL: TestDirCreate (34.67s) === RUN TestDirMkdir run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 09:51:48 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 09:51:57 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 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/dir_test.go:405 Error: Not equal: expected: []string{"dir", "dir/sub"} actual : []string{"dir", "fil"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) (len=3) "dir", - (string) (len=7) "dir/sub" + (string) (len=3) "fil" } Test: TestDirMkdir Messages: directories 2026/02/05 09:51:58 DEBUG : WaitForWriters: timeout=30s 2026/02/05 09:51:58 DEBUG : dir/sub: Looking for writers 2026/02/05 09:51:58 DEBUG : dir: Looking for writers 2026/02/05 09:51:58 DEBUG : file1: reading active writers 2026/02/05 09:51:58 DEBUG : sub: reading active writers 2026/02/05 09:51:58 DEBUG : fil: Looking for writers 2026/02/05 09:51:58 DEBUG : Looking for writers 2026/02/05 09:51:58 DEBUG : dir: reading active writers 2026/02/05 09:51:58 DEBUG : fil: reading active writers 2026/02/05 09:51:58 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=7) "dir/sub" } Test: TestDirMkdir Messages: directories --- FAIL: TestDirMkdir (25.71s) === RUN TestDirMkdirSub run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 09:52:13 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 09:52:20 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/02/05 09:52:21 DEBUG : WaitForWriters: timeout=30s 2026/02/05 09:52:21 DEBUG : dir/sub/subsub: Looking for writers 2026/02/05 09:52:21 DEBUG : dir/sub: Looking for writers 2026/02/05 09:52:21 DEBUG : subsub: reading active writers 2026/02/05 09:52:21 DEBUG : dir: Looking for writers 2026/02/05 09:52:21 DEBUG : file1: reading active writers 2026/02/05 09:52:21 DEBUG : sub: reading active writers 2026/02/05 09:52:21 DEBUG : Looking for writers 2026/02/05 09:52:21 DEBUG : dir: reading active writers 2026/02/05 09:52:21 DEBUG : >WaitForWriters: run.go:130: removing dir "dir/sub" failed - try 1/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 2/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 3/3: directory not empty run.go:133: removing dir "dir/sub" failed: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=7) "dir/sub" } Test: TestDirMkdirSub Messages: directories --- FAIL: TestDirMkdirSub (28.67s) === RUN TestDirRemove run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 09:52:42 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:438 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirRemove Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:438 Error: Not equal: expected: 0 actual : 1 Test: TestDirRemove Messages: 1 objects not found 2026/02/05 09:52:57 ERROR : dir/: Dir.Remove not empty 2026/02/05 09:52:57 DEBUG : dir/file1: Remove: 2026/02/05 09:52:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 09:52:58 DEBUG : dir/file1: >Remove: err= 2026/02/05 09:52:58 ERROR : dir/: Dir.Remove not empty dir_test.go:456: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:456 Error: Received unexpected error: Directory not empty Test: TestDirRemove 2026/02/05 09:52:58 DEBUG : WaitForWriters: timeout=30s 2026/02/05 09:52:58 DEBUG : dir/sub: Looking for writers 2026/02/05 09:52:58 DEBUG : dir: Looking for writers 2026/02/05 09:52:58 DEBUG : sub: reading active writers 2026/02/05 09:52:58 DEBUG : Looking for writers 2026/02/05 09:52:58 DEBUG : dir: reading active writers 2026/02/05 09:52:58 DEBUG : >WaitForWriters: 2026/02/05 09:52:59 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 09:52:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/05 09:52:59 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 09:52:59 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/05 09:53:00 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 09:53:00 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/05 09:53:00 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 09:53:00 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/05 09:53:00 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 09:53:00 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/05 09:53:01 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 09:53:01 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/05 09:53:01 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 09:53:01 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/05 09:53:02 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 09:53:02 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/05 09:53:03 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 09:53:03 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/05 09:53:05 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/05 09:53:05 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/05 09:53:11 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 09:53:11 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/05 09:53:21 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 09:53:41 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 09:54:01 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 09:54:21 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 09:54:41 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 09:55:01 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 09:55:21 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 09:55:41 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 09:56:01 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/05 09:56:08 DEBUG : dir: forgetting directory cache 2026/02/05 09:56:08 DEBUG : forgetting directory cache 2026/02/05 09:56:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 09:56:08 DEBUG : fil: forgetting directory cache 2026/02/05 09:56:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 09:56:08 DEBUG : dir: forgetting directory cache 2026/02/05 09:56:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 09:56:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 09:56:21 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 09:56:41 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 09:57:01 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 09:57:21 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 09:57:41 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 09:58:01 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 09:58:21 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 09:58:41 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 09:59:01 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 09:59:21 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/05 09:59:41 DEBUG : pacer: Reducing sleep to 10s 2026/02/05 10:00:01 DEBUG : pacer: Reducing sleep to 5s 2026/02/05 10:00:11 DEBUG : pacer: Reducing sleep to 2.5s 2026/02/05 10:00:16 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/05 10:00:18 DEBUG : pacer: Reducing sleep to 625ms 2026/02/05 10:00:20 DEBUG : pacer: Reducing sleep to 312.5ms --- FAIL: TestDirRemove (457.49s) === RUN TestDirRemoveAll run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:00:20 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:00:20 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/05 10:00:21 DEBUG : pacer: Reducing sleep to 78.125ms 2026/02/05 10:00:21 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/05 10:00:24 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/05 10:00:24 DEBUG : pacer: Reducing sleep to 10ms 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:477 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirRemoveAll Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:477 Error: Not equal: expected: 0 actual : 1 Test: TestDirRemoveAll Messages: 1 objects not found 2026/02/05 10:00:33 DEBUG : dir/file1: Remove: 2026/02/05 10:00:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:00:33 DEBUG : dir/file1: >Remove: err= 2026/02/05 10:00:33 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/02/05 10:00:33 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:00:33 DEBUG : dir: Looking for writers 2026/02/05 10:00:33 DEBUG : Looking for writers 2026/02/05 10:00:33 DEBUG : dir: reading active writers 2026/02/05 10:00:33 DEBUG : >WaitForWriters: 2026/02/05 10:00:34 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:00:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/05 10:00:34 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:00:34 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/05 10:00:34 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:00:34 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/05 10:00:34 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:00:34 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/05 10:00:35 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:00:35 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/05 10:00:35 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:00:35 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/05 10:00:35 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:00:35 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/05 10:00:36 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:00:36 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/05 10:00:37 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:00:37 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/05 10:00:40 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/05 10:00:40 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/05 10:00:45 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:00:45 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/05 10:00:55 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:01:15 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:01:26 DEBUG : fil: forgetting directory cache 2026/02/05 10:01:26 DEBUG : forgetting directory cache 2026/02/05 10:01:26 DEBUG : dir: forgetting directory cache 2026/02/05 10:01:26 DEBUG : dir: Removed virtual directory entry vAddFile: "potato" 2026/02/05 10:01:26 DEBUG : fil: forgetting directory cache 2026/02/05 10:01:35 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:01:55 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:01:56 DEBUG : fil: forgetting directory cache 2026/02/05 10:01:56 DEBUG : forgetting directory cache 2026/02/05 10:01:56 DEBUG : dir: forgetting directory cache 2026/02/05 10:01:56 DEBUG : dir/sub: forgetting directory cache 2026/02/05 10:01:56 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/02/05 10:01:56 DEBUG : fil: forgetting directory cache 2026/02/05 10:02:15 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:02:18 DEBUG : forgetting directory cache 2026/02/05 10:02:18 DEBUG : dir: forgetting directory cache 2026/02/05 10:02:18 DEBUG : dir/sub: forgetting directory cache 2026/02/05 10:02:18 DEBUG : dir/sub/subsub: forgetting directory cache 2026/02/05 10:02:18 DEBUG : dir/sub: Removed virtual directory entry vAddDir: "subsub" 2026/02/05 10:02:36 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:02:55 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:02:57 DEBUG : forgetting directory cache 2026/02/05 10:02:57 DEBUG : dir: forgetting directory cache 2026/02/05 10:02:57 DEBUG : dir/sub: forgetting directory cache 2026/02/05 10:02:57 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 10:03:15 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:03:35 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/05 10:03:55 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:04:15 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:04:35 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:04:55 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:05:15 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:05:35 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:05:55 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:06:08 DEBUG : forgetting directory cache 2026/02/05 10:06:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:06:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:06:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:06:08 DEBUG : fil: forgetting directory cache 2026/02/05 10:06:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:06:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:06:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:06:15 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:06:36 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:06:55 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/05 10:07:16 DEBUG : pacer: Reducing sleep to 10s 2026/02/05 10:07:35 DEBUG : pacer: Reducing sleep to 5s 2026/02/05 10:07:45 DEBUG : pacer: Reducing sleep to 2.5s --- FAIL: TestDirRemoveAll (445.70s) === RUN TestDirRemoveName run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:07:45 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:07:50 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/05 10:07:53 DEBUG : pacer: Reducing sleep to 625ms 2026/02/05 10:07:54 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/05 10:07:58 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/05 10:07:58 DEBUG : pacer: Reducing sleep to 78.125ms 2026/02/05 10:07:58 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/05 10:07:58 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/05 10:07:58 DEBUG : pacer: Reducing sleep to 10ms 2026/02/05 10:07:58 DEBUG : dir/file1: Remove: 2026/02/05 10:07:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:07:59 DEBUG : dir/file1: >Remove: err= 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/dir_test.go:511 Error: Should be true Test: TestDirRemoveName 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/vfs/dir_test.go:511 Error: Should be true Test: TestDirRemoveName Messages: Unexpected file "dir/file1" 2026/02/05 10:08:08 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:08:08 DEBUG : dir: Looking for writers 2026/02/05 10:08:08 DEBUG : Looking for writers 2026/02/05 10:08:08 DEBUG : dir: reading active writers 2026/02/05 10:08:08 DEBUG : >WaitForWriters: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirRemoveName Messages: directories --- FAIL: TestDirRemoveName (33.11s) === RUN TestDirRename run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:08:18 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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/dir_test.go:528 Error: Should be true Test: TestDirRename Messages: listing wrong, want dir/file1 (14), dir/file3 (15) got dir/file1 (14) fstest.go:203: Not found "dir/file3" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:528 Error: Not equal: expected: 0 actual : 1 Test: TestDirRename Messages: 1 objects not found 2026/02/05 10:08:37 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/02/05 10:08:38 DEBUG : dir: Updating dir with dir2 0xc0005eeea0 2026/02/05 10:08:38 DEBUG : dir: forgetting directory cache 2026/02/05 10:08:38 DEBUG : Added virtual directory entry vDel: "dir" 2026/02/05 10:08:38 DEBUG : Added virtual directory entry vAddDir: "dir2" 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:540 Error: Not equal: expected: []string{"file1,14,false", "file3,15,false"} actual : []string(nil) Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=2) { - (string) (len=14) "file1,14,false", - (string) (len=14) "file3,15,false" -} +([]string) Test: TestDirRename 2026/02/05 10:08:38 ERROR : dir2/file1: Dir.Rename error: file does not exist dir_test.go:556: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:556 Error: Received unexpected error: file does not exist Test: TestDirRename dir_test.go:557: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:557 Error: Should be true 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:558 Error: Not equal: expected: []string{"dir2,0,true", "file2,14,false"} actual : []string{"dir2,0,true"} Diff: --- Expected +++ Actual @@ -1,4 +1,3 @@ -([]string) (len=2) { - (string) (len=11) "dir2,0,true", - (string) (len=14) "file2,14,false" +([]string) (len=1) { + (string) (len=11) "dir2,0,true" } 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:559 Error: Not equal: expected: []string{"file3,15,false"} actual : []string(nil) Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=1) { - (string) (len=14) "file3,15,false" -} +([]string) Test: TestDirRename 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/dir_test.go:563 Error: Should be true Test: TestDirRename Messages: listing wrong, want dir2/file3 (15), file2 (14) got dir2/file1 (14), dir2/file3 (15) 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/dir_test.go:563 Error: Should be true Test: TestDirRename Messages: Unexpected file "dir2/file1" fstest.go:203: Not found "file2" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:563 Error: Not equal: expected: 0 actual : 1 Test: TestDirRename Messages: 1 objects not found 2026/02/05 10:08:47 ERROR : file2: Dir.Rename error: file does not exist dir_test.go:567: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:567 Error: Received unexpected error: file does not exist 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(nil) Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=1) { - (string) (len=14) "file3,14,false" -} +([]string) Test: TestDirRename 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/dir_test.go:573 Error: Should be true Test: TestDirRename Messages: listing wrong, want dir2/file3 (14) got dir2/file1 (14), dir2/file3 (15) 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/dir_test.go:573 Error: Should be true Test: TestDirRename Messages: Unexpected file "dir2/file1" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:573 Error: Not equal: expected: 14 actual : 15 Test: TestDirRename Messages: dir2/file3: size incorrect file=14 vs obj=15 2026/02/05 10:08:58 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/02/05 10:08:58 DEBUG : empty directory: Updating dir with renamed empty directory 0xc000a7a8f0 2026/02/05 10:08:58 DEBUG : empty directory: forgetting directory cache 2026/02/05 10:08:58 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/02/05 10:08:58 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/02/05 10:08:58 DEBUG : dir2: Renaming to "dir3" 2026/02/05 10:08:58 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:08:58 DEBUG : dir3: Looking for writers 2026/02/05 10:08:58 DEBUG : renamed empty directory: Looking for writers 2026/02/05 10:08:58 DEBUG : Looking for writers 2026/02/05 10:08:58 DEBUG : renamed empty directory: reading active writers 2026/02/05 10:08:58 DEBUG : dir3: reading active writers 2026/02/05 10:08:58 DEBUG : >WaitForWriters: run.go:130: removing dir "dir2" failed - try 1/3: directory not empty run.go:130: removing dir "dir2" failed - try 2/3: directory not empty run.go:130: removing dir "dir2" failed - try 3/3: directory not empty run.go:133: removing dir "dir2" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirRename Messages: listing wrong, want got dir2/file1 (14), dir2/file3 (15) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirRename Messages: Unexpected file "dir2/file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirRename Messages: Unexpected file "dir2/file3" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir2", "renamed empty directory"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=4) "dir2", + (string) (len=23) "renamed empty directory" } Test: TestDirRename Messages: directories --- FAIL: TestDirRename (53.79s) === RUN TestDirFileOpen run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:09:12 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:09:21 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/02/05 10:09:21 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/05 10:09:21 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/05 10:09:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/02/05 10:09:21 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/02/05 10:09:21 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/02/05 10:09:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/02/05 10:09:21 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/05 10:09:21 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/05 10:09:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/02/05 10:09:21 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/02/05 10:09:21 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/02/05 10:09:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/02/05 10:09:21 DEBUG : drime root 'rclone-test-lasumab5kayu': File to upload is small (12 bytes), uploading instead of streaming 2026/02/05 10:09:23 DEBUG : dir/sub/file2: size = 12 OK 2026/02/05 10:09:23 DEBUG : dir/sub/file2: Size of src and dst objects identical 2026/02/05 10:09:23 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/02/05 10:09:23 DEBUG : forgetting directory cache 2026/02/05 10:09:23 DEBUG : dir2: forgetting directory cache 2026/02/05 10:09:23 DEBUG : renamed empty directory: forgetting directory cache 2026/02/05 10:09:23 DEBUG : dir: forgetting directory cache 2026/02/05 10:09:23 DEBUG : dir/sub: forgetting directory cache 2026/02/05 10:09:23 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/02/05 10:09:23 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/02/05 10:09:23 DEBUG : drime root 'rclone-test-lasumab5kayu': File to upload is small (5 bytes), uploading instead of streaming 2026/02/05 10:09:27 DEBUG : dir/sub/file0: size = 5 OK 2026/02/05 10:09:27 DEBUG : dir/sub/file0: Size of src and dst objects identical 2026/02/05 10:09:27 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/02/05 10:09:27 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:09:27 DEBUG : dir2: Looking for writers 2026/02/05 10:09:27 DEBUG : renamed empty directory: Looking for writers 2026/02/05 10:09:27 DEBUG : dir/sub: Looking for writers 2026/02/05 10:09:27 DEBUG : file0: reading active writers 2026/02/05 10:09:27 DEBUG : file2: reading active writers 2026/02/05 10:09:27 DEBUG : dir: Looking for writers 2026/02/05 10:09:27 DEBUG : file1: reading active writers 2026/02/05 10:09:27 DEBUG : sub: reading active writers 2026/02/05 10:09:27 DEBUG : Looking for writers 2026/02/05 10:09:27 DEBUG : dir: reading active writers 2026/02/05 10:09:27 DEBUG : dir2: reading active writers 2026/02/05 10:09:27 DEBUG : renamed empty directory: reading active writers 2026/02/05 10:09:27 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirFileOpen Messages: listing wrong, want got dir/sub/file0 (5), dir/sub/file2 (12) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirFileOpen Messages: Unexpected file "dir/sub/file0" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestDirFileOpen Messages: Unexpected file "dir/sub/file2" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=7) "dir/sub" } Test: TestDirFileOpen Messages: directories --- FAIL: TestDirFileOpen (30.01s) === RUN TestDirMetadataExtension run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:09:42 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:699 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestDirMetadataExtension Messages: listing wrong, want dir/file1 (14) got dir/sub/file0 (5), dir/sub/file2 (12) 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:699 Error: Should be true Test: TestDirMetadataExtension Messages: Unexpected file "dir/sub/file0" 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:699 Error: Should be true Test: TestDirMetadataExtension Messages: Unexpected file "dir/sub/file2" fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:699 Error: Not equal: expected: 0 actual : 1 Test: TestDirMetadataExtension Messages: 1 objects not found 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:704 Error: Not equal: expected: []string{"file1,14,false"} actual : []string{"file1,14,false", "sub,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "file1,14,false" +([]string) (len=2) { + (string) (len=14) "file1,14,false", + (string) (len=10) "sub,0,true" } Test: TestDirMetadataExtension 2026/02/05 10:09:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/02/05 10:09:56 DEBUG : dir/file1.metadata: Set virtual modtime to 2026-02-05 10:09:44 +0000 UTC 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:733 Error: Not equal: expected: []string{"file1,14,false", "file1.metadata,2,false"} actual : []string{"file1,14,false", "file1.metadata,2,false", "sub,0,true"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=14) "file1,14,false", - (string) (len=22) "file1.metadata,2,false" + (string) (len=22) "file1.metadata,2,false", + (string) (len=10) "sub,0,true" } Test: TestDirMetadataExtension 2026/02/05 10:09:56 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/05 10:09:56 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/02/05 10:09:56 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/02/05 10:09:56 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/02/05 10:09:56 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:09:56 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/02/05 10:09:56 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/02/05 10:09:56 DEBUG : dir.metadata: Set virtual modtime to 2026-02-05 10:09:45 +0000 UTC 2026/02/05 10:09:56 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/02/05 10:09:56 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/02/05 10:09:56 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/02/05 10:09:56 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/02/05 10:09:56 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:09:56 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/02/05 10:09:56 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:09:56 DEBUG : dir/sub: Looking for writers 2026/02/05 10:09:56 DEBUG : dir: Looking for writers 2026/02/05 10:09:56 DEBUG : file1: reading active writers 2026/02/05 10:09:56 DEBUG : sub: reading active writers 2026/02/05 10:09:56 DEBUG : file1.metadata: reading active writers 2026/02/05 10:09:56 DEBUG : Looking for writers 2026/02/05 10:09:56 DEBUG : dir: reading active writers 2026/02/05 10:09:56 DEBUG : dir.metadata: reading active writers 2026/02/05 10:09:56 DEBUG : >WaitForWriters: run.go:130: removing dir "dir/sub" failed - try 1/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 2/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 3/3: directory not empty run.go:133: removing dir "dir/sub" failed: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=7) "dir/sub" } Test: TestDirMetadataExtension Messages: directories --- FAIL: TestDirMetadataExtension (35.65s) === RUN TestFileMethods run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:10:18 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/05 10:10:32 DEBUG : forgetting directory cache 2026/02/05 10:10:32 DEBUG : dir: forgetting directory cache 2026/02/05 10:10:32 DEBUG : dir: Removed virtual directory entry vDel: "file1" fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:38 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileMethods Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:38 Error: Not equal: expected: 0 actual : 1 Test: TestFileMethods Messages: 1 objects not found 2026/02/05 10:10:34 DEBUG : dir/file1: Set virtual modtime to 2026-02-05 10:10:20 +0000 UTC 2026/02/05 10:10:34 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:10:34 DEBUG : dir/sub: Looking for writers 2026/02/05 10:10:34 DEBUG : dir: Looking for writers 2026/02/05 10:10:34 DEBUG : file1: reading active writers 2026/02/05 10:10:34 DEBUG : sub: reading active writers 2026/02/05 10:10:34 DEBUG : Looking for writers 2026/02/05 10:10:34 DEBUG : dir: reading active writers 2026/02/05 10:10:34 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileMethods Messages: directories --- FAIL: TestFileMethods (34.13s) === RUN TestFileOpenRead run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:10:52 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:10:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/05 10:10:57 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/05 10:10:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:10:58 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/02/05 10:10:58 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:10:58 DEBUG : dir: Looking for writers 2026/02/05 10:10:58 DEBUG : file1: reading active writers 2026/02/05 10:10:58 DEBUG : Looking for writers 2026/02/05 10:10:58 DEBUG : dir: reading active writers 2026/02/05 10:10:58 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileOpenRead Messages: directories --- FAIL: TestFileOpenRead (19.98s) === RUN TestFileOpenWrite run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:11:12 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:292: Sleeping for 7s just to make sure 2026/02/05 10:11:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:11:28 DEBUG : drime root 'rclone-test-lasumab5kayu': File to upload is small (25 bytes), uploading instead of streaming 2026/02/05 10:11:30 DEBUG : dir/file1: Removing old object on successful upload 2026/02/05 10:11:31 DEBUG : dir/file1: size = 25 OK 2026/02/05 10:11:31 DEBUG : dir/file1: Size of src and dst objects identical 2026/02/05 10:11:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:11:31 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:11:31 DEBUG : dir: Looking for writers 2026/02/05 10:11:31 DEBUG : file1: reading active writers 2026/02/05 10:11:31 DEBUG : Looking for writers 2026/02/05 10:11:31 DEBUG : dir: reading active writers 2026/02/05 10:11:31 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileOpenWrite Messages: listing wrong, want got dir/file1 (25) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileOpenWrite 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileOpenWrite Messages: directories --- FAIL: TestFileOpenWrite (32.58s) === RUN TestFileRemove run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:11:44 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:251 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRemove Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:251 Error: Not equal: expected: 0 actual : 1 Test: TestFileRemove Messages: 1 objects not found 2026/02/05 10:11:58 DEBUG : dir/file1: Remove: 2026/02/05 10:11:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:11:59 DEBUG : dir/file1: >Remove: err= 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:256 Error: Should be true Test: TestFileRemove 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:256 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRemove Messages: Unexpected file "dir/file1" 2026/02/05 10:12:08 DEBUG : dir/file1: Remove: 2026/02/05 10:12:08 DEBUG : dir/file1: >Remove: err=Read only file system 2026/02/05 10:12:08 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:12:08 DEBUG : dir: Looking for writers 2026/02/05 10:12:08 DEBUG : Looking for writers 2026/02/05 10:12:08 DEBUG : dir: reading active writers 2026/02/05 10:12:08 DEBUG : >WaitForWriters: --- FAIL: TestFileRemove (25.15s) === RUN TestFileRemoveAll run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:12:10 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:264 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRemoveAll Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:264 Error: Not equal: expected: 0 actual : 1 Test: TestFileRemoveAll Messages: 1 objects not found 2026/02/05 10:12:22 DEBUG : dir/file1: Remove: 2026/02/05 10:12:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:12:22 DEBUG : dir/file1: >Remove: err= 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:269 Error: Should be true Test: TestFileRemoveAll 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:269 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRemoveAll Messages: Unexpected file "dir/file1" 2026/02/05 10:12:31 DEBUG : dir/file1: Remove: 2026/02/05 10:12:31 DEBUG : dir/file1: >Remove: err=Read only file system 2026/02/05 10:12:31 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:12:31 DEBUG : dir: Looking for writers 2026/02/05 10:12:31 DEBUG : Looking for writers 2026/02/05 10:12:31 DEBUG : dir: reading active writers 2026/02/05 10:12:31 DEBUG : >WaitForWriters: 2026/02/05 10:12:32 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:12:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/05 10:12:32 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:12:32 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/05 10:12:32 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:12:32 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/05 10:12:32 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:12:32 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/05 10:12:32 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:12:32 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/05 10:12:33 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:12:33 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/05 10:12:33 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:12:33 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/05 10:12:34 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:12:34 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/05 10:12:35 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:12:35 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/05 10:12:38 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/05 10:12:38 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/05 10:12:43 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:12:43 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/05 10:12:53 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:13:13 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:13:33 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:13:53 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:14:13 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:14:33 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:14:53 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:15:13 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:15:33 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/05 10:15:53 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:16:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:16:08 DEBUG : forgetting directory cache 2026/02/05 10:16:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:16:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:16:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:16:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:16:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:16:08 DEBUG : fil: forgetting directory cache 2026/02/05 10:16:13 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:16:33 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:16:53 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:17:13 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:17:33 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:17:53 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:17:58 DEBUG : forgetting directory cache 2026/02/05 10:17:58 DEBUG : dir: forgetting directory cache 2026/02/05 10:17:58 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 10:18:13 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:18:24 DEBUG : forgetting directory cache 2026/02/05 10:18:24 DEBUG : dir3: forgetting directory cache 2026/02/05 10:18:24 DEBUG : renamed empty directory: forgetting directory cache 2026/02/05 10:18:24 DEBUG : Removed virtual directory entry vDel: "empty directory" 2026/02/05 10:18:24 DEBUG : Removed virtual directory entry vAddDir: "renamed empty directory" 2026/02/05 10:18:24 DEBUG : Removed virtual directory entry vDel: "dir" 2026/02/05 10:18:24 DEBUG : Removed virtual directory entry vAddDir: "dir2" 2026/02/05 10:18:33 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:18:53 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/05 10:19:13 DEBUG : pacer: Reducing sleep to 10s 2026/02/05 10:19:23 DEBUG : dir: forgetting directory cache 2026/02/05 10:19:23 DEBUG : dir/sub: forgetting directory cache 2026/02/05 10:19:23 DEBUG : dir/sub: forgetting directory cache 2026/02/05 10:19:23 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file0" 2026/02/05 10:19:23 DEBUG : forgetting directory cache 2026/02/05 10:19:23 DEBUG : renamed empty directory: forgetting directory cache 2026/02/05 10:19:23 DEBUG : dir: forgetting directory cache 2026/02/05 10:19:23 DEBUG : dir2: forgetting directory cache 2026/02/05 10:19:34 DEBUG : pacer: Reducing sleep to 5s 2026/02/05 10:19:43 DEBUG : pacer: Reducing sleep to 2.5s --- FAIL: TestFileRemoveAll (453.60s) === RUN TestFileOpen run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:19:43 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:19:48 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/05 10:19:51 DEBUG : pacer: Reducing sleep to 625ms 2026/02/05 10:19:52 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/05 10:19:55 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/05 10:19:56 DEBUG : pacer: Reducing sleep to 78.125ms 2026/02/05 10:19:56 DEBUG : forgetting directory cache 2026/02/05 10:19:56 DEBUG : dir: forgetting directory cache 2026/02/05 10:19:56 DEBUG : dir/sub: forgetting directory cache 2026/02/05 10:19:56 DEBUG : dir: Removed virtual directory entry vAddFile: "file1.metadata" 2026/02/05 10:19:56 DEBUG : Removed virtual directory entry vAddFile: "dir.metadata" 2026/02/05 10:19:56 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/05 10:19:56 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/05 10:19:56 DEBUG : pacer: Reducing sleep to 10ms 2026/02/05 10:19:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/05 10:19:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/05 10:19:56 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/02/05 10:19:56 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/05 10:19:56 DEBUG : dir/file1: Open: flags=O_RDWR 2026/02/05 10:19:56 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/05 10:19:56 DEBUG : dir/file1: Open: flags=0x3 2026/02/05 10:19:56 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/02/05 10:19:56 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/02/05 10:19:56 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:19:56 DEBUG : dir: Looking for writers 2026/02/05 10:19:56 DEBUG : file1: reading active writers 2026/02/05 10:19:56 DEBUG : Looking for writers 2026/02/05 10:19:56 DEBUG : dir: reading active writers 2026/02/05 10:19:56 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileOpen Messages: directories --- FAIL: TestFileOpen (26.83s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:20:10 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/05 10:20:23 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:20:23 DEBUG : dir: Looking for writers 2026/02/05 10:20:23 DEBUG : file1: reading active writers 2026/02/05 10:20:23 DEBUG : Looking for writers 2026/02/05 10:20:23 DEBUG : dir: reading active writers 2026/02/05 10:20:23 DEBUG : >WaitForWriters: 2026/02/05 10:20:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:20:24 DEBUG : newLeaf: Updating file with newLeaf 0xc000392600 2026/02/05 10:20:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:20:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/05 10:20:34 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/05 10:20:34 DEBUG : dir/file1: Updating file with dir/file1 0xc000392600 2026/02/05 10:20:34 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/05 10:20:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 2026/02/05 10:20:34 DEBUG : forgetting directory cache 2026/02/05 10:20:34 DEBUG : dir: forgetting directory cache 2026/02/05 10:20:34 DEBUG : dir/sub: forgetting directory cache 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:292: Sleeping for 7s just to make sure 2026/02/05 10:20:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/05 10:20:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/05 10:20:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:20:46 DEBUG : dir/file1: File is currently open, delaying rename 0xc000392600 2026/02/05 10:20:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:20:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:20:46 DEBUG : drime root 'rclone-test-lasumab5kayu': File to upload is small (25 bytes), uploading instead of streaming 2026/02/05 10:20:50 DEBUG : dir/file1: Removing old object on successful upload 2026/02/05 10:20:50 DEBUG : dir/file1: size = 25 OK 2026/02/05 10:20:50 DEBUG : dir/file1: Size of src and dst objects identical 2026/02/05 10:20:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:20:50 DEBUG : newLeaf: Running delayed rename now 2026/02/05 10:20:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:20:51 DEBUG : newLeaf: Updating file with newLeaf 0xc000392600 2026/02/05 10:20:51 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:20:51 DEBUG : dir: Looking for writers 2026/02/05 10:20:51 DEBUG : Looking for writers 2026/02/05 10:20:51 DEBUG : dir: reading active writers 2026/02/05 10:20:51 DEBUG : newLeaf: reading active writers 2026/02/05 10:20:51 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/05 10:20:57 DEBUG : forgetting directory cache 2026/02/05 10:20:57 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: listing wrong, want newLeaf (25) got fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/off,forceCache=false Messages: 1 objects not found 2026/02/05 10:21:00 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:21:00 DEBUG : dir: Looking for writers 2026/02/05 10:21:00 DEBUG : Looking for writers 2026/02/05 10:21:00 DEBUG : dir: reading active writers 2026/02/05 10:21:00 DEBUG : newLeaf: reading active writers 2026/02/05 10:21:00 DEBUG : >WaitForWriters: 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: listing wrong, want got newLeaf (25) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: Unexpected file "newLeaf" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/off,forceCache=false Messages: directories === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:21:12 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:21:12 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:21:12 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:21:12 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:21:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:21:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:21:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:21:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:21:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:21:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:21:12 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:21:16 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:21:16 DEBUG : dir: Looking for writers 2026/02/05 10:21:16 DEBUG : file1: reading active writers 2026/02/05 10:21:16 DEBUG : Looking for writers 2026/02/05 10:21:16 DEBUG : dir: reading active writers 2026/02/05 10:21:16 DEBUG : >WaitForWriters: 2026/02/05 10:21:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:21:18 DEBUG : newLeaf: Updating file with newLeaf 0xc0009e43c0 2026/02/05 10:21:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:21:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/05 10:21:28 DEBUG : forgetting directory cache 2026/02/05 10:21:28 DEBUG : dir: forgetting directory cache 2026/02/05 10:21:28 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want newLeaf (14) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/minimal,forceCache=false Messages: 1 objects not found 2026/02/05 10:21:29 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/05 10:21:29 DEBUG : dir/file1: Updating file with dir/file1 0xc0009e43c0 2026/02/05 10:21:29 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/05 10:21:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/minimal,forceCache=false Messages: 1 objects not found 2026/02/05 10:21:38 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/05 10:21:38 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/05 10:21:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:21:38 DEBUG : dir/file1: File is currently open, delaying rename 0xc0009e43c0 2026/02/05 10:21:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:21:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:21:38 DEBUG : drime root 'rclone-test-lasumab5kayu': File to upload is small (25 bytes), uploading instead of streaming 2026/02/05 10:21:41 DEBUG : dir/file1: Removing old object on successful upload 2026/02/05 10:21:41 DEBUG : dir/file1: size = 25 OK 2026/02/05 10:21:41 DEBUG : dir/file1: Size of src and dst objects identical 2026/02/05 10:21:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:21:41 DEBUG : newLeaf: Running delayed rename now 2026/02/05 10:21:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:21:42 DEBUG : newLeaf: Updating file with newLeaf 0xc0009e43c0 2026/02/05 10:21:42 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:21:42 DEBUG : dir: Looking for writers 2026/02/05 10:21:42 DEBUG : Looking for writers 2026/02/05 10:21:42 DEBUG : dir: reading active writers 2026/02/05 10:21:42 DEBUG : newLeaf: reading active writers 2026/02/05 10:21:42 DEBUG : >WaitForWriters: 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/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want newLeaf (25) 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/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:396 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/minimal,forceCache=false Messages: 1 objects not found 2026/02/05 10:21:51 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:21:51 DEBUG : dir: Looking for writers 2026/02/05 10:21:51 DEBUG : Looking for writers 2026/02/05 10:21:51 DEBUG : dir: reading active writers 2026/02/05 10:21:51 DEBUG : newLeaf: reading active writers 2026/02/05 10:21:51 DEBUG : >WaitForWriters: 2026/02/05 10:21:51 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/05 10:21:58 DEBUG : forgetting directory cache 2026/02/05 10:21:58 DEBUG : dir: forgetting directory cache 2026/02/05 10:21:58 DEBUG : dir: Removed virtual directory entry vDel: "file1" fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want got newLeaf (25) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: Unexpected file "newLeaf" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/minimal,forceCache=false Messages: directories === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:22:01 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:22:01 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:22:01 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:01 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:22:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:22:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:01 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:22:06 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/05 10:22:06 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:22:06 DEBUG : dir/file1(0xc0006c3400): openPending: 2026/02/05 10:22:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/02/05 10:22:06 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/02/05 10:22:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:22:06 DEBUG : dir/file1(0xc0006c3400): >openPending: err= 2026/02/05 10:22:06 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/05 10:22:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:22:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:22:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:22:06 DEBUG : dir/file1(0xc0006c3400): _writeAt: size=14, off=0 2026/02/05 10:22:06 DEBUG : dir/file1(0xc0006c3400): >_writeAt: n=14, err= 2026/02/05 10:22:06 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/02/05 10:22:06 DEBUG : dir/file1(0xc0006c3400): close: 2026/02/05 10:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/02/05 10:22:06 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/02/05 10:22:06 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/02/05 10:22:06 DEBUG : dir/file1(0xc0006c3400): >close: err= 2026/02/05 10:22:06 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:22:06 DEBUG : dir: Looking for writers 2026/02/05 10:22:06 DEBUG : file1: reading active writers 2026/02/05 10:22:06 DEBUG : Looking for writers 2026/02/05 10:22:06 DEBUG : dir: reading active writers 2026/02/05 10:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:22:06 DEBUG : dir: Looking for writers 2026/02/05 10:22:06 DEBUG : file1: reading active writers 2026/02/05 10:22:06 DEBUG : Looking for writers 2026/02/05 10:22:06 DEBUG : dir: reading active writers 2026/02/05 10:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:22:06 DEBUG : dir: Looking for writers 2026/02/05 10:22:06 DEBUG : file1: reading active writers 2026/02/05 10:22:06 DEBUG : Looking for writers 2026/02/05 10:22:06 DEBUG : dir: reading active writers 2026/02/05 10:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:22:06 DEBUG : dir: Looking for writers 2026/02/05 10:22:06 DEBUG : file1: reading active writers 2026/02/05 10:22:06 DEBUG : Looking for writers 2026/02/05 10:22:06 DEBUG : dir: reading active writers 2026/02/05 10:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:22:06 DEBUG : dir/file1: vfs cache: starting upload 2026/02/05 10:22:06 DEBUG : dir: Looking for writers 2026/02/05 10:22:06 DEBUG : file1: reading active writers 2026/02/05 10:22:06 DEBUG : Looking for writers 2026/02/05 10:22:06 DEBUG : dir: reading active writers 2026/02/05 10:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:22:06 DEBUG : dir: Looking for writers 2026/02/05 10:22:06 DEBUG : file1: reading active writers 2026/02/05 10:22:06 DEBUG : Looking for writers 2026/02/05 10:22:06 DEBUG : dir: reading active writers 2026/02/05 10:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:22:07 DEBUG : dir: Looking for writers 2026/02/05 10:22:07 DEBUG : file1: reading active writers 2026/02/05 10:22:07 DEBUG : Looking for writers 2026/02/05 10:22:07 DEBUG : dir: reading active writers 2026/02/05 10:22:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:22:07 DEBUG : dir: Looking for writers 2026/02/05 10:22:07 DEBUG : file1: reading active writers 2026/02/05 10:22:07 DEBUG : Looking for writers 2026/02/05 10:22:07 DEBUG : dir: reading active writers 2026/02/05 10:22:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:22:08 DEBUG : dir: Looking for writers 2026/02/05 10:22:08 DEBUG : file1: reading active writers 2026/02/05 10:22:08 DEBUG : Looking for writers 2026/02/05 10:22:08 DEBUG : dir: reading active writers 2026/02/05 10:22:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:22:09 DEBUG : dir/file1: Removing old object on successful upload 2026/02/05 10:22:09 DEBUG : dir/file1: size = 14 OK 2026/02/05 10:22:09 INFO : dir/file1: Copied (replaced existing) 2026/02/05 10:22:09 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/02/05 10:22:09 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/02/05 10:22:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:22:09 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/02/05 10:22:09 DEBUG : dir: Looking for writers 2026/02/05 10:22:09 DEBUG : file1: reading active writers 2026/02/05 10:22:09 DEBUG : Looking for writers 2026/02/05 10:22:09 DEBUG : dir: reading active writers 2026/02/05 10:22:09 DEBUG : >WaitForWriters: 2026/02/05 10:22:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/05 10:22:09 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:22:09 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:22:09 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:22:09 DEBUG : dir/file1(0xc000793a40): _readAt: size=512, off=0 2026/02/05 10:22:09 DEBUG : dir/file1(0xc000793a40): openPending: 2026/02/05 10:22:09 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/05 10:22:09 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/05 10:22:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:22:09 DEBUG : dir/file1(0xc000793a40): >openPending: err= 2026/02/05 10:22:09 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/02/05 10:22:09 DEBUG : dir/file1(0xc000793a40): >_readAt: n=14, err=EOF 2026/02/05 10:22:09 DEBUG : dir/file1(0xc000793a40): close: 2026/02/05 10:22:09 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-05 10:22:07 +0000 UTC 2026/02/05 10:22:09 DEBUG : dir/file1(0xc000793a40): >close: err= 2026/02/05 10:22:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:22:11 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/05 10:22:11 DEBUG : newLeaf: Updating file with newLeaf 0xc0009e4c00 2026/02/05 10:22:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:22:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 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:292: Sleeping for 7s just to make sure 2026/02/05 10:22:21 DEBUG : forgetting directory cache 2026/02/05 10:22:21 DEBUG : dir: forgetting directory cache 2026/02/05 10:22:21 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 10:22:24 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/05 10:22:24 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/02/05 10:22:24 DEBUG : dir/file1: Updating file with dir/file1 0xc0009e4c00 2026/02/05 10:22:24 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/05 10:22:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/05 10:22:33 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/05 10:22:33 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:22:33 DEBUG : dir/file1(0xc000383d40): openPending: 2026/02/05 10:22:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/05 10:22:33 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/05 10:22:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:22:33 DEBUG : dir/file1(0xc000383d40): >openPending: err= 2026/02/05 10:22:33 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/05 10:22:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:22:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:22:33 DEBUG : dir/file1(0xc000383d40): _writeAt: size=25, off=0 2026/02/05 10:22:33 DEBUG : dir/file1(0xc000383d40): >_writeAt: n=25, err= 2026/02/05 10:22:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:22:34 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/05 10:22:34 DEBUG : newLeaf: Updating file with newLeaf 0xc0009e4c00 2026/02/05 10:22:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:22:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:22:34 DEBUG : newLeaf(0xc000383d40): close: 2026/02/05 10:22:34 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/02/05 10:22:34 DEBUG : newLeaf: vfs cache: setting modification time to 2026-02-05 10:22:33.028530384 +0000 UTC m=+2939.701429921 2026/02/05 10:22:34 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/02/05 10:22:34 DEBUG : newLeaf(0xc000383d40): >close: err= 2026/02/05 10:22:34 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:22:34 DEBUG : dir: Looking for writers 2026/02/05 10:22:34 DEBUG : Looking for writers 2026/02/05 10:22:34 DEBUG : dir: reading active writers 2026/02/05 10:22:34 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:22:34 DEBUG : dir: Looking for writers 2026/02/05 10:22:34 DEBUG : Looking for writers 2026/02/05 10:22:34 DEBUG : dir: reading active writers 2026/02/05 10:22:34 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:22:34 DEBUG : dir: Looking for writers 2026/02/05 10:22:34 DEBUG : Looking for writers 2026/02/05 10:22:34 DEBUG : dir: reading active writers 2026/02/05 10:22:34 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:22:34 DEBUG : dir: Looking for writers 2026/02/05 10:22:34 DEBUG : Looking for writers 2026/02/05 10:22:34 DEBUG : dir: reading active writers 2026/02/05 10:22:34 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:22:34 DEBUG : newLeaf: vfs cache: starting upload 2026/02/05 10:22:34 DEBUG : dir: Looking for writers 2026/02/05 10:22:34 DEBUG : Looking for writers 2026/02/05 10:22:34 DEBUG : dir: reading active writers 2026/02/05 10:22:34 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:22:34 DEBUG : dir: Looking for writers 2026/02/05 10:22:34 DEBUG : Looking for writers 2026/02/05 10:22:34 DEBUG : dir: reading active writers 2026/02/05 10:22:34 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:22:34 DEBUG : dir: Looking for writers 2026/02/05 10:22:34 DEBUG : Looking for writers 2026/02/05 10:22:34 DEBUG : dir: reading active writers 2026/02/05 10:22:34 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:22:35 DEBUG : dir: Looking for writers 2026/02/05 10:22:35 DEBUG : Looking for writers 2026/02/05 10:22:35 DEBUG : dir: reading active writers 2026/02/05 10:22:35 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:22:35 DEBUG : newLeaf: Removing old object on successful upload 2026/02/05 10:22:36 DEBUG : newLeaf: size = 25 OK 2026/02/05 10:22:36 INFO : newLeaf: Copied (replaced existing) 2026/02/05 10:22:36 DEBUG : newLeaf: vfs cache: fingerprint now "25" 2026/02/05 10:22:36 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/02/05 10:22:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:22:36 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/02/05 10:22:36 DEBUG : dir: Looking for writers 2026/02/05 10:22:36 DEBUG : Looking for writers 2026/02/05 10:22:36 DEBUG : dir: reading active writers 2026/02/05 10:22:36 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:36 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/05 10:22:44 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:22:44 DEBUG : dir: Looking for writers 2026/02/05 10:22:44 DEBUG : Looking for writers 2026/02/05 10:22:44 DEBUG : dir: reading active writers 2026/02/05 10:22:44 DEBUG : newLeaf: reading active writers 2026/02/05 10:22:44 DEBUG : >WaitForWriters: 2026/02/05 10:22:44 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:22:58 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:22:58 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:22:58 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:58 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:22:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:22:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:22:58 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:23:07 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:23:07 DEBUG : dir: Looking for writers 2026/02/05 10:23:07 DEBUG : file1: reading active writers 2026/02/05 10:23:07 DEBUG : Looking for writers 2026/02/05 10:23:07 DEBUG : dir: reading active writers 2026/02/05 10:23:07 DEBUG : >WaitForWriters: 2026/02/05 10:23:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:23:09 DEBUG : newLeaf: Updating file with newLeaf 0xc0009e4780 2026/02/05 10:23:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:23:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: listing wrong, want newLeaf (14) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/writes,forceCache=false Messages: 1 objects not found 2026/02/05 10:23:21 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/05 10:23:21 DEBUG : dir/file1: Updating file with dir/file1 0xc0009e4780 2026/02/05 10:23:21 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/05 10:23:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/writes,forceCache=false Messages: 1 objects not found 2026/02/05 10:23:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/05 10:23:30 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:23:30 DEBUG : dir/file1(0xc000a97b40): openPending: 2026/02/05 10:23:30 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/02/05 10:23:30 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/02/05 10:23:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:23:30 DEBUG : dir/file1(0xc000a97b40): >openPending: err= 2026/02/05 10:23:30 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/05 10:23:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:23:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:23:30 DEBUG : dir/file1(0xc000a97b40): _writeAt: size=25, off=0 2026/02/05 10:23:30 DEBUG : dir/file1(0xc000a97b40): >_writeAt: n=25, err= 2026/02/05 10:23:31 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:23:31 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/05 10:23:31 DEBUG : newLeaf: Updating file with newLeaf 0xc0009e4780 2026/02/05 10:23:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:23:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:23:31 DEBUG : newLeaf(0xc000a97b40): close: 2026/02/05 10:23:31 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/02/05 10:23:31 DEBUG : newLeaf: vfs cache: setting modification time to 2026-02-05 10:23:30.280290502 +0000 UTC m=+2996.953190049 2026/02/05 10:23:31 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/02/05 10:23:31 DEBUG : newLeaf(0xc000a97b40): >close: err= 2026/02/05 10:23:31 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:23:31 DEBUG : dir: Looking for writers 2026/02/05 10:23:31 DEBUG : Looking for writers 2026/02/05 10:23:31 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:31 DEBUG : dir: reading active writers 2026/02/05 10:23:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:23:31 DEBUG : dir: Looking for writers 2026/02/05 10:23:31 DEBUG : Looking for writers 2026/02/05 10:23:31 DEBUG : dir: reading active writers 2026/02/05 10:23:31 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:23:31 DEBUG : dir: Looking for writers 2026/02/05 10:23:31 DEBUG : Looking for writers 2026/02/05 10:23:31 DEBUG : dir: reading active writers 2026/02/05 10:23:31 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:23:31 DEBUG : dir: Looking for writers 2026/02/05 10:23:31 DEBUG : Looking for writers 2026/02/05 10:23:31 DEBUG : dir: reading active writers 2026/02/05 10:23:31 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:23:32 DEBUG : newLeaf: vfs cache: starting upload 2026/02/05 10:23:32 DEBUG : dir: Looking for writers 2026/02/05 10:23:32 DEBUG : Looking for writers 2026/02/05 10:23:32 DEBUG : dir: reading active writers 2026/02/05 10:23:32 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:23:32 DEBUG : dir: Looking for writers 2026/02/05 10:23:32 DEBUG : Looking for writers 2026/02/05 10:23:32 DEBUG : dir: reading active writers 2026/02/05 10:23:32 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:23:32 DEBUG : dir: Looking for writers 2026/02/05 10:23:32 DEBUG : Looking for writers 2026/02/05 10:23:32 DEBUG : dir: reading active writers 2026/02/05 10:23:32 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:23:33 DEBUG : dir: Looking for writers 2026/02/05 10:23:33 DEBUG : Looking for writers 2026/02/05 10:23:33 DEBUG : dir: reading active writers 2026/02/05 10:23:33 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:23:34 DEBUG : dir: Looking for writers 2026/02/05 10:23:34 DEBUG : Looking for writers 2026/02/05 10:23:34 DEBUG : dir: reading active writers 2026/02/05 10:23:34 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:23:35 DEBUG : dir: Looking for writers 2026/02/05 10:23:35 DEBUG : Looking for writers 2026/02/05 10:23:35 DEBUG : dir: reading active writers 2026/02/05 10:23:35 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:23:36 DEBUG : dir: Looking for writers 2026/02/05 10:23:36 DEBUG : Looking for writers 2026/02/05 10:23:36 DEBUG : dir: reading active writers 2026/02/05 10:23:36 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:23:36 DEBUG : newLeaf: Removing old object on successful upload 2026/02/05 10:23:37 DEBUG : dir: Looking for writers 2026/02/05 10:23:37 DEBUG : Looking for writers 2026/02/05 10:23:37 DEBUG : dir: reading active writers 2026/02/05 10:23:37 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:23:37 DEBUG : newLeaf: size = 25 OK 2026/02/05 10:23:37 INFO : newLeaf: Copied (replaced existing) 2026/02/05 10:23:37 DEBUG : newLeaf: vfs cache: fingerprint now "25" 2026/02/05 10:23:37 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/02/05 10:23:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:23:37 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/02/05 10:23:38 DEBUG : dir: Looking for writers 2026/02/05 10:23:38 DEBUG : Looking for writers 2026/02/05 10:23:38 DEBUG : dir: reading active writers 2026/02/05 10:23:38 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:38 DEBUG : >WaitForWriters: 2026/02/05 10:23:38 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:23:38 DEBUG : dir: Looking for writers 2026/02/05 10:23:38 DEBUG : Looking for writers 2026/02/05 10:23:38 DEBUG : dir: reading active writers 2026/02/05 10:23:38 DEBUG : newLeaf: reading active writers 2026/02/05 10:23:38 DEBUG : >WaitForWriters: 2026/02/05 10:23:38 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: listing wrong, want got newLeaf (25) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: Unexpected file "newLeaf" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/writes,forceCache=false Messages: directories === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:23:49 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:23:49 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:23:49 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:23:49 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:23:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:23:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:23:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:23:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:23:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:23:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:23:49 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:23:57 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/05 10:23:57 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:23:57 DEBUG : dir/file1(0xc000382d80): openPending: 2026/02/05 10:23:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/02/05 10:23:57 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/02/05 10:23:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:23:57 DEBUG : dir/file1(0xc000382d80): >openPending: err= 2026/02/05 10:23:57 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/05 10:23:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:23:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:23:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:23:57 DEBUG : dir/file1(0xc000382d80): _writeAt: size=14, off=0 2026/02/05 10:23:57 DEBUG : dir/file1(0xc000382d80): >_writeAt: n=14, err= 2026/02/05 10:23:57 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/02/05 10:23:57 DEBUG : dir/file1(0xc000382d80): close: 2026/02/05 10:23:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/02/05 10:23:57 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/02/05 10:23:57 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/02/05 10:23:57 DEBUG : dir/file1(0xc000382d80): >close: err= 2026/02/05 10:23:57 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:23:57 DEBUG : dir: Looking for writers 2026/02/05 10:23:57 DEBUG : file1: reading active writers 2026/02/05 10:23:57 DEBUG : Looking for writers 2026/02/05 10:23:57 DEBUG : dir: reading active writers 2026/02/05 10:23:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:23:57 DEBUG : dir: Looking for writers 2026/02/05 10:23:57 DEBUG : file1: reading active writers 2026/02/05 10:23:57 DEBUG : Looking for writers 2026/02/05 10:23:57 DEBUG : dir: reading active writers 2026/02/05 10:23:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:23:57 DEBUG : dir: Looking for writers 2026/02/05 10:23:57 DEBUG : file1: reading active writers 2026/02/05 10:23:57 DEBUG : Looking for writers 2026/02/05 10:23:57 DEBUG : dir: reading active writers 2026/02/05 10:23:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:23:57 DEBUG : dir: Looking for writers 2026/02/05 10:23:57 DEBUG : file1: reading active writers 2026/02/05 10:23:57 DEBUG : Looking for writers 2026/02/05 10:23:57 DEBUG : dir: reading active writers 2026/02/05 10:23:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:23:57 DEBUG : dir/file1: vfs cache: starting upload 2026/02/05 10:23:57 DEBUG : dir: Looking for writers 2026/02/05 10:23:57 DEBUG : file1: reading active writers 2026/02/05 10:23:57 DEBUG : Looking for writers 2026/02/05 10:23:57 DEBUG : dir: reading active writers 2026/02/05 10:23:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:23:57 DEBUG : dir: Looking for writers 2026/02/05 10:23:57 DEBUG : file1: reading active writers 2026/02/05 10:23:57 DEBUG : Looking for writers 2026/02/05 10:23:57 DEBUG : dir: reading active writers 2026/02/05 10:23:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:23:57 DEBUG : dir: Looking for writers 2026/02/05 10:23:57 DEBUG : file1: reading active writers 2026/02/05 10:23:57 DEBUG : Looking for writers 2026/02/05 10:23:57 DEBUG : dir: reading active writers 2026/02/05 10:23:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:23:58 DEBUG : dir: Looking for writers 2026/02/05 10:23:58 DEBUG : file1: reading active writers 2026/02/05 10:23:58 DEBUG : Looking for writers 2026/02/05 10:23:58 DEBUG : dir: reading active writers 2026/02/05 10:23:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:23:59 DEBUG : dir/file1: Removing old object on successful upload 2026/02/05 10:23:59 DEBUG : dir: Looking for writers 2026/02/05 10:23:59 DEBUG : file1: reading active writers 2026/02/05 10:23:59 DEBUG : Looking for writers 2026/02/05 10:23:59 DEBUG : dir: reading active writers 2026/02/05 10:23:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:23:59 DEBUG : dir/file1: size = 14 OK 2026/02/05 10:23:59 INFO : dir/file1: Copied (replaced existing) 2026/02/05 10:23:59 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/02/05 10:23:59 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/02/05 10:23:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:23:59 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/02/05 10:24:00 DEBUG : dir: Looking for writers 2026/02/05 10:24:00 DEBUG : file1: reading active writers 2026/02/05 10:24:00 DEBUG : Looking for writers 2026/02/05 10:24:00 DEBUG : dir: reading active writers 2026/02/05 10:24:00 DEBUG : >WaitForWriters: 2026/02/05 10:24:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/05 10:24:00 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:24:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:24:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:24:00 DEBUG : dir/file1(0xc00035b7c0): _readAt: size=512, off=0 2026/02/05 10:24:00 DEBUG : dir/file1(0xc00035b7c0): openPending: 2026/02/05 10:24:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/05 10:24:00 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/05 10:24:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:24:00 DEBUG : dir/file1(0xc00035b7c0): >openPending: err= 2026/02/05 10:24:00 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/02/05 10:24:00 DEBUG : dir/file1(0xc00035b7c0): >_readAt: n=14, err=EOF 2026/02/05 10:24:00 DEBUG : dir/file1(0xc00035b7c0): close: 2026/02/05 10:24:00 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-05 10:23:58 +0000 UTC 2026/02/05 10:24:00 DEBUG : dir/file1(0xc00035b7c0): >close: err= 2026/02/05 10:24:02 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:24:02 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/05 10:24:02 DEBUG : newLeaf: Updating file with newLeaf 0xc0001af200 2026/02/05 10:24:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:24:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 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:292: Sleeping for 7s just to make sure 2026/02/05 10:24:15 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/05 10:24:15 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/02/05 10:24:15 DEBUG : dir/file1: Updating file with dir/file1 0xc0001af200 2026/02/05 10:24:15 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/05 10:24:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/05 10:24:24 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/05 10:24:24 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:24:24 DEBUG : dir/file1(0xc000793440): openPending: 2026/02/05 10:24:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/05 10:24:24 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/05 10:24:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:24:24 DEBUG : dir/file1(0xc000793440): >openPending: err= 2026/02/05 10:24:24 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/05 10:24:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:24:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:24:24 DEBUG : dir/file1(0xc000793440): _writeAt: size=25, off=0 2026/02/05 10:24:24 DEBUG : dir/file1(0xc000793440): >_writeAt: n=25, err= 2026/02/05 10:24:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:24:25 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/05 10:24:25 DEBUG : newLeaf: Updating file with newLeaf 0xc0001af200 2026/02/05 10:24:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:24:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:24:25 DEBUG : newLeaf(0xc000793440): close: 2026/02/05 10:24:25 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/02/05 10:24:25 DEBUG : newLeaf: vfs cache: setting modification time to 2026-02-05 10:24:24.22132863 +0000 UTC m=+3050.894228157 2026/02/05 10:24:25 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/02/05 10:24:25 DEBUG : newLeaf(0xc000793440): >close: err= 2026/02/05 10:24:25 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:24:25 DEBUG : dir: Looking for writers 2026/02/05 10:24:25 DEBUG : Looking for writers 2026/02/05 10:24:25 DEBUG : dir: reading active writers 2026/02/05 10:24:25 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:24:25 DEBUG : dir: Looking for writers 2026/02/05 10:24:25 DEBUG : Looking for writers 2026/02/05 10:24:25 DEBUG : dir: reading active writers 2026/02/05 10:24:25 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:24:25 DEBUG : dir: Looking for writers 2026/02/05 10:24:25 DEBUG : Looking for writers 2026/02/05 10:24:25 DEBUG : dir: reading active writers 2026/02/05 10:24:25 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:24:25 DEBUG : dir: Looking for writers 2026/02/05 10:24:25 DEBUG : Looking for writers 2026/02/05 10:24:25 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:25 DEBUG : dir: reading active writers 2026/02/05 10:24:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:24:25 DEBUG : newLeaf: vfs cache: starting upload 2026/02/05 10:24:25 DEBUG : dir: Looking for writers 2026/02/05 10:24:25 DEBUG : Looking for writers 2026/02/05 10:24:25 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:25 DEBUG : dir: reading active writers 2026/02/05 10:24:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:24:25 DEBUG : dir: Looking for writers 2026/02/05 10:24:25 DEBUG : Looking for writers 2026/02/05 10:24:25 DEBUG : dir: reading active writers 2026/02/05 10:24:25 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:24:25 DEBUG : dir: Looking for writers 2026/02/05 10:24:25 DEBUG : Looking for writers 2026/02/05 10:24:25 DEBUG : dir: reading active writers 2026/02/05 10:24:25 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:24:26 DEBUG : dir: Looking for writers 2026/02/05 10:24:26 DEBUG : Looking for writers 2026/02/05 10:24:26 DEBUG : dir: reading active writers 2026/02/05 10:24:26 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:24:27 DEBUG : newLeaf: Removing old object on successful upload 2026/02/05 10:24:27 DEBUG : dir: Looking for writers 2026/02/05 10:24:27 DEBUG : Looking for writers 2026/02/05 10:24:27 DEBUG : dir: reading active writers 2026/02/05 10:24:27 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:24:27 DEBUG : newLeaf: size = 25 OK 2026/02/05 10:24:27 INFO : newLeaf: Copied (replaced existing) 2026/02/05 10:24:27 DEBUG : newLeaf: vfs cache: fingerprint now "25" 2026/02/05 10:24:27 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/02/05 10:24:27 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:24:27 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/02/05 10:24:28 DEBUG : dir: Looking for writers 2026/02/05 10:24:28 DEBUG : Looking for writers 2026/02/05 10:24:28 DEBUG : dir: reading active writers 2026/02/05 10:24:28 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:28 DEBUG : >WaitForWriters: 2026/02/05 10:24:29 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:24:29 DEBUG : dir: Looking for writers 2026/02/05 10:24:29 DEBUG : Looking for writers 2026/02/05 10:24:29 DEBUG : dir: reading active writers 2026/02/05 10:24:29 DEBUG : newLeaf: reading active writers 2026/02/05 10:24:29 DEBUG : >WaitForWriters: 2026/02/05 10:24:29 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: listing wrong, want got newLeaf (25) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: Unexpected file "newLeaf" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/writes,forceCache=true Messages: directories === RUN TestFileRename/full,forceCache=false run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:24:41 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:24:41 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:24:41 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:24:41 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:24:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:24:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:24:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:24:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:24:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:24:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:24:41 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:24:47 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:24:47 DEBUG : dir: Looking for writers 2026/02/05 10:24:47 DEBUG : file1: reading active writers 2026/02/05 10:24:47 DEBUG : Looking for writers 2026/02/05 10:24:47 DEBUG : dir: reading active writers 2026/02/05 10:24:47 DEBUG : >WaitForWriters: 2026/02/05 10:24:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/05 10:24:47 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:24:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:24:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:24:47 DEBUG : dir/file1(0xc000793f00): _readAt: size=512, off=0 2026/02/05 10:24:47 DEBUG : dir/file1(0xc000793f00): openPending: 2026/02/05 10:24:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/02/05 10:24:47 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/02/05 10:24:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:24:47 DEBUG : dir/file1(0xc000793f00): >openPending: err= 2026/02/05 10:24:47 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/02/05 10:24:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/02/05 10:24:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:24:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:24:48 DEBUG : dir/file1(0xc000793f00): >_readAt: n=14, err=EOF 2026/02/05 10:24:48 DEBUG : dir/file1(0xc000793f00): close: 2026/02/05 10:24:48 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-05 10:24:42 +0000 UTC 2026/02/05 10:24:48 DEBUG : dir/file1(0xc000793f00): >close: err= 2026/02/05 10:24:50 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:24:50 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/05 10:24:50 DEBUG : newLeaf: Updating file with newLeaf 0xc0009e5380 2026/02/05 10:24:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:24:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: listing wrong, want newLeaf (14) 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/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:203: Not found "newLeaf" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/full,forceCache=false Messages: 1 objects not found 2026/02/05 10:25:00 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/02/05 10:25:00 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/02/05 10:25:00 DEBUG : dir/file1: Updating file with dir/file1 0xc0009e5380 2026/02/05 10:25:00 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/02/05 10:25:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: listing wrong, want dir/file1 (14) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:361 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: 0 actual : 1 Test: TestFileRename/full,forceCache=false Messages: 1 objects not found 2026/02/05 10:25:10 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/05 10:25:10 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:25:10 DEBUG : dir/file1(0xc000515980): openPending: 2026/02/05 10:25:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/02/05 10:25:10 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/02/05 10:25:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:25:10 DEBUG : dir/file1(0xc000515980): >openPending: err= 2026/02/05 10:25:10 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/05 10:25:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:25:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:25:10 DEBUG : dir/file1(0xc000515980): _writeAt: size=25, off=0 2026/02/05 10:25:10 DEBUG : dir/file1(0xc000515980): >_writeAt: n=25, err= 2026/02/05 10:25:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/02/05 10:25:11 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/02/05 10:25:11 DEBUG : newLeaf: Updating file with newLeaf 0xc0009e5380 2026/02/05 10:25:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/02/05 10:25:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:25:11 DEBUG : newLeaf(0xc000515980): close: 2026/02/05 10:25:11 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/02/05 10:25:11 DEBUG : newLeaf: vfs cache: setting modification time to 2026-02-05 10:25:10.273556233 +0000 UTC m=+3096.946455760 2026/02/05 10:25:11 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/02/05 10:25:11 DEBUG : newLeaf(0xc000515980): >close: err= 2026/02/05 10:25:11 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:25:11 DEBUG : dir: Looking for writers 2026/02/05 10:25:11 DEBUG : Looking for writers 2026/02/05 10:25:11 DEBUG : dir: reading active writers 2026/02/05 10:25:11 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:25:11 DEBUG : dir: Looking for writers 2026/02/05 10:25:11 DEBUG : Looking for writers 2026/02/05 10:25:11 DEBUG : dir: reading active writers 2026/02/05 10:25:11 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:25:11 DEBUG : dir: Looking for writers 2026/02/05 10:25:11 DEBUG : Looking for writers 2026/02/05 10:25:11 DEBUG : dir: reading active writers 2026/02/05 10:25:11 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:25:11 DEBUG : dir: Looking for writers 2026/02/05 10:25:11 DEBUG : Looking for writers 2026/02/05 10:25:11 DEBUG : dir: reading active writers 2026/02/05 10:25:11 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:25:11 DEBUG : newLeaf: vfs cache: starting upload 2026/02/05 10:25:11 DEBUG : dir: Looking for writers 2026/02/05 10:25:11 DEBUG : Looking for writers 2026/02/05 10:25:11 DEBUG : dir: reading active writers 2026/02/05 10:25:11 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:25:12 DEBUG : dir: Looking for writers 2026/02/05 10:25:12 DEBUG : Looking for writers 2026/02/05 10:25:12 DEBUG : dir: reading active writers 2026/02/05 10:25:12 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:25:12 DEBUG : dir: Looking for writers 2026/02/05 10:25:12 DEBUG : Looking for writers 2026/02/05 10:25:12 DEBUG : dir: reading active writers 2026/02/05 10:25:12 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:25:13 DEBUG : dir: Looking for writers 2026/02/05 10:25:13 DEBUG : Looking for writers 2026/02/05 10:25:13 DEBUG : dir: reading active writers 2026/02/05 10:25:13 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:25:14 DEBUG : dir: Looking for writers 2026/02/05 10:25:14 DEBUG : Looking for writers 2026/02/05 10:25:14 DEBUG : dir: reading active writers 2026/02/05 10:25:14 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:25:14 DEBUG : newLeaf: Removing old object on successful upload 2026/02/05 10:25:15 DEBUG : dir: Looking for writers 2026/02/05 10:25:15 DEBUG : Looking for writers 2026/02/05 10:25:15 DEBUG : dir: reading active writers 2026/02/05 10:25:15 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:25:15 DEBUG : newLeaf: size = 25 OK 2026/02/05 10:25:15 INFO : newLeaf: Copied (replaced existing) 2026/02/05 10:25:15 DEBUG : newLeaf: vfs cache: fingerprint now "25" 2026/02/05 10:25:15 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/02/05 10:25:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:25:15 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/02/05 10:25:16 DEBUG : dir: Looking for writers 2026/02/05 10:25:16 DEBUG : Looking for writers 2026/02/05 10:25:16 DEBUG : dir: reading active writers 2026/02/05 10:25:16 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:16 DEBUG : >WaitForWriters: 2026/02/05 10:25:16 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:25:16 DEBUG : dir: Looking for writers 2026/02/05 10:25:16 DEBUG : Looking for writers 2026/02/05 10:25:16 DEBUG : dir: reading active writers 2026/02/05 10:25:16 DEBUG : newLeaf: reading active writers 2026/02/05 10:25:16 DEBUG : >WaitForWriters: 2026/02/05 10:25:16 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: listing wrong, want got newLeaf (25) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: Unexpected file "newLeaf" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/full,forceCache=false Messages: directories --- FAIL: TestFileRename (316.38s) --- FAIL: TestFileRename/off,forceCache=false (61.47s) --- FAIL: TestFileRename/minimal,forceCache=false (49.84s) --- PASS: TestFileRename/minimal,forceCache=true (56.59s) --- FAIL: TestFileRename/writes,forceCache=false (50.54s) --- FAIL: TestFileRename/writes,forceCache=true (52.08s) --- FAIL: TestFileRename/full,forceCache=false (45.85s) === RUN TestReadFileHandleMethods run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:25:26 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:25:30 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/05 10:25:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/05 10:25:31 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/05 10:25:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/02/05 10:25:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:25:31 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/02/05 10:25:31 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/02/05 10:25:31 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:25:31 DEBUG : dir: Looking for writers 2026/02/05 10:25:31 DEBUG : file1: reading active writers 2026/02/05 10:25:31 DEBUG : Looking for writers 2026/02/05 10:25:31 DEBUG : dir: reading active writers 2026/02/05 10:25:31 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleMethods Messages: directories --- FAIL: TestReadFileHandleMethods (18.02s) === RUN TestReadFileHandleReadAt run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:25:44 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:292: Sleeping for 7s just to make sure 2026/02/05 10:25:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/05 10:26:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/05 10:26:00 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/05 10:26:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/02/05 10:26:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:26:00 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/02/05 10:26:00 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/02/05 10:26:00 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/02/05 10:26:00 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/02/05 10:26:00 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/02/05 10:26:00 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/02/05 10:26:00 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/02/05 10:26:00 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/02/05 10:26:01 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/02/05 10:26:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/02/05 10:26:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/02/05 10:26:01 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/02/05 10:26:01 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/02/05 10:26:01 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/02/05 10:26:01 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/02/05 10:26:01 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/02/05 10:26:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/02/05 10:26:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/02/05 10:26:01 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/02/05 10:26:02 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/02/05 10:26:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/02/05 10:26:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/02/05 10:26:02 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/02/05 10:26:02 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/02/05 10:26:02 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/02/05 10:26:02 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/02/05 10:26:02 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/02/05 10:26:02 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/02/05 10:26:02 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/02/05 10:26:02 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/02/05 10:26:02 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/02/05 10:26:02 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:26:02 DEBUG : dir: Looking for writers 2026/02/05 10:26:02 DEBUG : file1: reading active writers 2026/02/05 10:26:02 DEBUG : Looking for writers 2026/02/05 10:26:02 DEBUG : dir: reading active writers 2026/02/05 10:26:02 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 2026/02/05 10:26:08 DEBUG : forgetting directory cache 2026/02/05 10:26:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:26:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:26:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:26:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:26:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:26:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:26:08 DEBUG : fil: forgetting directory cache 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestReadFileHandleReadAt Messages: listing wrong, want got dir/file1 (16) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestReadFileHandleReadAt Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleReadAt Messages: directories --- FAIL: TestReadFileHandleReadAt (31.92s) === RUN TestReadFileHandleFlush run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:26:16 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:182 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestReadFileHandleFlush Messages: listing wrong, want dir/file1 (16) got fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /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:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:182 Error: Not equal: expected: 0 actual : 1 Test: TestReadFileHandleFlush Messages: 1 objects not found 2026/02/05 10:26:29 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/05 10:26:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/05 10:26:30 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/05 10:26:30 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/02/05 10:26:30 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:26:30 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/02/05 10:26:30 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:26:30 DEBUG : dir: Looking for writers 2026/02/05 10:26:30 DEBUG : file1: reading active writers 2026/02/05 10:26:30 DEBUG : Looking for writers 2026/02/05 10:26:30 DEBUG : dir: reading active writers 2026/02/05 10:26:30 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleFlush Messages: directories --- FAIL: TestReadFileHandleFlush (28.54s) === RUN TestRWFileHandleSeek run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:26:45 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:26:45 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:26:45 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:26:45 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:26:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:26:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:26:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:26:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:26:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:26:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:26:45 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 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:292: Sleeping for 7s just to make sure 2026/02/05 10:27:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/05 10:27:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/05 10:27:01 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:27:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:27:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:27:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): _readAt: size=1, off=0 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): openPending: 2026/02/05 10:27:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/05 10:27:01 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/05 10:27:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): >openPending: err= 2026/02/05 10:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/02/05 10:27:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/02/05 10:27:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:27:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): >_readAt: n=1, err= 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): _readAt: size=1, off=5 2026/02/05 10:27:01 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): >_readAt: n=1, err= 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): _readAt: size=1, off=3 2026/02/05 10:27:01 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): >_readAt: n=1, err= 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): _readAt: size=1, off=13 2026/02/05 10:27:01 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): >_readAt: n=1, err= 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): _readAt: size=16, off=100 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): >_readAt: n=0, err=EOF 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): close: 2026/02/05 10:27:01 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-05 10:26:46 +0000 UTC 2026/02/05 10:27:01 DEBUG : dir/file1(0xc0006c28c0): >close: err= 2026/02/05 10:27:01 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:27:01 DEBUG : dir: Looking for writers 2026/02/05 10:27:01 DEBUG : file1: reading active writers 2026/02/05 10:27:01 DEBUG : Looking for writers 2026/02/05 10:27:01 DEBUG : dir: reading active writers 2026/02/05 10:27:01 DEBUG : >WaitForWriters: 2026/02/05 10:27:01 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting run.go:130: removing dir "dir" failed - try 1/3: directory not empty --- PASS: TestRWFileHandleSeek (18.98s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:27:04 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:27:04 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:27:04 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:04 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:27:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:27:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:04 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/05 10:27:04 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:27:04 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/05 10:27:04 DEBUG : file1: newRWFileHandle: 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): openPending: 2026/02/05 10:27:04 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/05 10:27:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): >openPending: err= 2026/02/05 10:27:04 DEBUG : file1: >newRWFileHandle: err= 2026/02/05 10:27:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:27:04 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/05 10:27:04 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): _writeAt: size=5, off=0 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): >_writeAt: n=5, err= 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): _writeAt: size=7, off=5 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): >_writeAt: n=7, err= 2026/02/05 10:27:04 DEBUG : file1: vfs cache: truncate to size=11 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): close: 2026/02/05 10:27:04 DEBUG : file1: vfs cache: setting modification time to 2026-02-05 10:27:04.642207103 +0000 UTC m=+3211.315106661 2026/02/05 10:27:04 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): >close: err= 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): close: 2026/02/05 10:27:04 DEBUG : file1(0xc000b09100): >close: err=file already closed 2026/02/05 10:27:04 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:27:04 DEBUG : Looking for writers 2026/02/05 10:27:04 DEBUG : file1: reading active writers 2026/02/05 10:27:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:27:04 DEBUG : Looking for writers 2026/02/05 10:27:04 DEBUG : file1: reading active writers 2026/02/05 10:27:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:27:04 DEBUG : Looking for writers 2026/02/05 10:27:04 DEBUG : file1: reading active writers 2026/02/05 10:27:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:27:04 DEBUG : Looking for writers 2026/02/05 10:27:04 DEBUG : file1: reading active writers 2026/02/05 10:27:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:27:04 DEBUG : file1: vfs cache: starting upload 2026/02/05 10:27:04 DEBUG : Looking for writers 2026/02/05 10:27:04 DEBUG : file1: reading active writers 2026/02/05 10:27:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:27:04 DEBUG : Looking for writers 2026/02/05 10:27:04 DEBUG : file1: reading active writers 2026/02/05 10:27:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:27:05 DEBUG : Looking for writers 2026/02/05 10:27:05 DEBUG : file1: reading active writers 2026/02/05 10:27:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:27:05 DEBUG : Looking for writers 2026/02/05 10:27:05 DEBUG : file1: reading active writers 2026/02/05 10:27:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:06 DEBUG : Looking for writers 2026/02/05 10:27:06 DEBUG : file1: reading active writers 2026/02/05 10:27:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:07 DEBUG : file1: size = 11 OK 2026/02/05 10:27:07 INFO : file1: Copied (new) 2026/02/05 10:27:07 DEBUG : file1: vfs cache: fingerprint now "11" 2026/02/05 10:27:07 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/05 10:27:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:27:07 INFO : file1: vfs cache: upload succeeded try #1 2026/02/05 10:27:07 DEBUG : Looking for writers 2026/02/05 10:27:07 DEBUG : file1: reading active writers 2026/02/05 10:27:07 DEBUG : >WaitForWriters: 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/read_write_test.go:337 Error: Should be true Test: TestRWFileHandleMethodsWrite Messages: listing wrong, want file1 (11) got fstest.go:203: Not found "file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:337 Error: Not equal: expected: 0 actual : 1 Test: TestRWFileHandleMethodsWrite Messages: 1 objects not found 2026/02/05 10:27:16 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:27:16 DEBUG : Looking for writers 2026/02/05 10:27:16 DEBUG : file1: reading active writers 2026/02/05 10:27:16 DEBUG : >WaitForWriters: 2026/02/05 10:27:16 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleMethodsWrite Messages: listing wrong, want got 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/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleMethodsWrite Messages: Unexpected file "file1" --- FAIL: TestRWFileHandleMethodsWrite (22.09s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:27:26 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:27:26 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:27:26 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:26 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:27:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:27:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:27:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/05 10:27:26 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:27:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/05 10:27:26 DEBUG : file1: newRWFileHandle: 2026/02/05 10:27:26 DEBUG : file1: >newRWFileHandle: err= 2026/02/05 10:27:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:27:26 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/05 10:27:26 DEBUG : file1: >OpenFile: fd=file1 (rw), err= read_write_test.go:354: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:354 Error: Should be true Test: TestRWFileHandleWriteAt 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): _writeAt: size=7, off=0 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): openPending: 2026/02/05 10:27:26 DEBUG : file1: vfs cache: checking remote fingerprint "11" against cached fingerprint "" 2026/02/05 10:27:26 DEBUG : file1: vfs cache: truncate to size=11 2026/02/05 10:27:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): >openPending: err= 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): >_writeAt: n=7, err= 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): _writeAt: size=6, off=5 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): >_writeAt: n=6, err= 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): close: 2026/02/05 10:27:26 DEBUG : vfs cache: looking for range={Pos:0 Size:11} in [{Pos:0 Size:11}] - present true 2026/02/05 10:27:26 DEBUG : file1: vfs cache: setting modification time to 2026-02-05 10:27:26.895122579 +0000 UTC m=+3233.568022106 2026/02/05 10:27:26 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): >close: err= 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): _writeAt: size=5, off=0 2026/02/05 10:27:26 DEBUG : file1(0xc000793400): >_writeAt: n=0, err=file already closed 2026/02/05 10:27:26 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:27:26 DEBUG : Looking for writers 2026/02/05 10:27:26 DEBUG : file1: reading active writers 2026/02/05 10:27:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:27:26 DEBUG : Looking for writers 2026/02/05 10:27:26 DEBUG : file1: reading active writers 2026/02/05 10:27:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:27:26 DEBUG : Looking for writers 2026/02/05 10:27:26 DEBUG : file1: reading active writers 2026/02/05 10:27:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:27:26 DEBUG : Looking for writers 2026/02/05 10:27:26 DEBUG : file1: reading active writers 2026/02/05 10:27:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:27:26 DEBUG : file1: vfs cache: starting upload 2026/02/05 10:27:27 DEBUG : Looking for writers 2026/02/05 10:27:27 DEBUG : file1: reading active writers 2026/02/05 10:27:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:27:27 DEBUG : Looking for writers 2026/02/05 10:27:27 DEBUG : file1: reading active writers 2026/02/05 10:27:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:27:27 DEBUG : Looking for writers 2026/02/05 10:27:27 DEBUG : file1: reading active writers 2026/02/05 10:27:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:27:28 DEBUG : Looking for writers 2026/02/05 10:27:28 DEBUG : file1: reading active writers 2026/02/05 10:27:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:29 DEBUG : Looking for writers 2026/02/05 10:27:29 DEBUG : file1: reading active writers 2026/02/05 10:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:29 DEBUG : file1: Removing old object on successful upload 2026/02/05 10:27:30 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:27:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/05 10:27:30 DEBUG : Looking for writers 2026/02/05 10:27:30 DEBUG : file1: reading active writers 2026/02/05 10:27:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:30 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:27:30 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/05 10:27:30 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:27:30 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/05 10:27:30 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:27:30 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/05 10:27:30 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:27:30 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/05 10:27:31 DEBUG : Looking for writers 2026/02/05 10:27:31 DEBUG : file1: reading active writers 2026/02/05 10:27:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:31 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:27:31 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/05 10:27:31 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:27:31 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/05 10:27:32 DEBUG : Looking for writers 2026/02/05 10:27:32 DEBUG : file1: reading active writers 2026/02/05 10:27:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:32 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:27:32 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/05 10:27:33 DEBUG : Looking for writers 2026/02/05 10:27:33 DEBUG : file1: reading active writers 2026/02/05 10:27:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:33 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:27:33 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/05 10:27:34 DEBUG : Looking for writers 2026/02/05 10:27:34 DEBUG : file1: reading active writers 2026/02/05 10:27:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:35 DEBUG : Looking for writers 2026/02/05 10:27:35 DEBUG : file1: reading active writers 2026/02/05 10:27:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:36 DEBUG : Looking for writers 2026/02/05 10:27:36 DEBUG : file1: reading active writers 2026/02/05 10:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:36 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/05 10:27:36 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/02/05 10:27:36 DEBUG : file1: Received error: failed to delete existing object: failed to delete item: Error "Server Error" - low level retry 0/10 2026/02/05 10:27:37 DEBUG : Looking for writers 2026/02/05 10:27:37 DEBUG : file1: reading active writers 2026/02/05 10:27:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:38 DEBUG : Looking for writers 2026/02/05 10:27:38 DEBUG : file1: reading active writers 2026/02/05 10:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:39 DEBUG : Looking for writers 2026/02/05 10:27:39 DEBUG : file1: reading active writers 2026/02/05 10:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:40 DEBUG : Looking for writers 2026/02/05 10:27:40 DEBUG : file1: reading active writers 2026/02/05 10:27:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:41 DEBUG : Looking for writers 2026/02/05 10:27:41 DEBUG : file1: reading active writers 2026/02/05 10:27:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:42 DEBUG : Looking for writers 2026/02/05 10:27:42 DEBUG : file1: reading active writers 2026/02/05 10:27:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:43 DEBUG : Looking for writers 2026/02/05 10:27:43 DEBUG : file1: reading active writers 2026/02/05 10:27:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:44 DEBUG : Looking for writers 2026/02/05 10:27:44 DEBUG : file1: reading active writers 2026/02/05 10:27:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:44 DEBUG : pacer: Reducing sleep to 5.12s 2026/02/05 10:27:44 DEBUG : file1: Removing old object on successful upload 2026/02/05 10:27:45 DEBUG : Looking for writers 2026/02/05 10:27:45 DEBUG : file1: reading active writers 2026/02/05 10:27:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:46 DEBUG : Looking for writers 2026/02/05 10:27:46 DEBUG : file1: reading active writers 2026/02/05 10:27:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:47 DEBUG : Looking for writers 2026/02/05 10:27:47 DEBUG : file1: reading active writers 2026/02/05 10:27:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:48 DEBUG : Looking for writers 2026/02/05 10:27:48 DEBUG : file1: reading active writers 2026/02/05 10:27:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:49 DEBUG : Looking for writers 2026/02/05 10:27:49 DEBUG : file1: reading active writers 2026/02/05 10:27:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:50 DEBUG : Looking for writers 2026/02/05 10:27:50 DEBUG : file1: reading active writers 2026/02/05 10:27:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:51 DEBUG : Looking for writers 2026/02/05 10:27:51 DEBUG : file1: reading active writers 2026/02/05 10:27:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:27:51 DEBUG : pacer: Reducing sleep to 2.56s 2026/02/05 10:27:51 DEBUG : file1: size = 11 OK 2026/02/05 10:27:51 INFO : file1: Copied (replaced existing) 2026/02/05 10:27:51 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/05 10:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:27:51 INFO : file1: vfs cache: upload succeeded try #1 2026/02/05 10:27:52 DEBUG : Looking for writers 2026/02/05 10:27:52 DEBUG : file1: reading active writers 2026/02/05 10:27:52 DEBUG : >WaitForWriters: 2026/02/05 10:27:56 DEBUG : pacer: Reducing sleep to 1.28s 2026/02/05 10:27:56 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:27:56 DEBUG : Looking for writers 2026/02/05 10:27:56 DEBUG : file1: reading active writers 2026/02/05 10:27:56 DEBUG : >WaitForWriters: 2026/02/05 10:27:56 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting 2026/02/05 10:27:59 DEBUG : pacer: Reducing sleep to 640ms 2026/02/05 10:28:00 DEBUG : pacer: Reducing sleep to 320ms 2026/02/05 10:28:01 DEBUG : pacer: Reducing sleep to 160ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/02/05 10:28:02 DEBUG : pacer: Reducing sleep to 80ms 2026/02/05 10:28:02 DEBUG : pacer: Reducing sleep to 40ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/02/05 10:28:05 DEBUG : pacer: Reducing sleep to 20ms 2026/02/05 10:28:05 DEBUG : pacer: Reducing sleep to 10ms 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleWriteAt Messages: listing wrong, want got 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/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleWriteAt Messages: Unexpected file "file1" --- FAIL: TestRWFileHandleWriteAt (43.25s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:28:09 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:28:09 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:28:09 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:28:09 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:28:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:28:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:28:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:28:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:28:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:28:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:28:09 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:28:14 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/02/05 10:28:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/05 10:28:15 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:28:15 DEBUG : dir/file1(0xc000a96780): openPending: 2026/02/05 10:28:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/05 10:28:15 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/05 10:28:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:28:15 DEBUG : dir/file1(0xc000a96780): >openPending: err= 2026/02/05 10:28:15 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/02/05 10:28:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:28:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:28:15 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/05 10:28:15 DEBUG : dir/file1(0xc000a96780): _writeAt: size=5, off=0 2026/02/05 10:28:15 DEBUG : dir/file1(0xc000a96780): >_writeAt: n=5, err= 2026/02/05 10:28:15 DEBUG : dir/file1(0xc000a96780): close: 2026/02/05 10:28:15 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/02/05 10:28:15 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-05 10:28:15.632548196 +0000 UTC m=+3282.305447733 2026/02/05 10:28:15 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/02/05 10:28:15 DEBUG : dir/file1(0xc000a96780): >close: err= 2026/02/05 10:28:15 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:28:15 DEBUG : dir: Looking for writers 2026/02/05 10:28:15 DEBUG : file1: reading active writers 2026/02/05 10:28:15 DEBUG : Looking for writers 2026/02/05 10:28:15 DEBUG : dir: reading active writers 2026/02/05 10:28:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:28:15 DEBUG : dir: Looking for writers 2026/02/05 10:28:15 DEBUG : file1: reading active writers 2026/02/05 10:28:15 DEBUG : Looking for writers 2026/02/05 10:28:15 DEBUG : dir: reading active writers 2026/02/05 10:28:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:28:15 DEBUG : dir: Looking for writers 2026/02/05 10:28:15 DEBUG : file1: reading active writers 2026/02/05 10:28:15 DEBUG : Looking for writers 2026/02/05 10:28:15 DEBUG : dir: reading active writers 2026/02/05 10:28:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:28:15 DEBUG : dir: Looking for writers 2026/02/05 10:28:15 DEBUG : file1: reading active writers 2026/02/05 10:28:15 DEBUG : Looking for writers 2026/02/05 10:28:15 DEBUG : dir: reading active writers 2026/02/05 10:28:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:28:15 DEBUG : dir/file1: vfs cache: starting upload 2026/02/05 10:28:15 DEBUG : dir: Looking for writers 2026/02/05 10:28:15 DEBUG : file1: reading active writers 2026/02/05 10:28:15 DEBUG : Looking for writers 2026/02/05 10:28:15 DEBUG : dir: reading active writers 2026/02/05 10:28:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:28:15 DEBUG : dir: Looking for writers 2026/02/05 10:28:15 DEBUG : file1: reading active writers 2026/02/05 10:28:15 DEBUG : Looking for writers 2026/02/05 10:28:15 DEBUG : dir: reading active writers 2026/02/05 10:28:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:28:16 DEBUG : dir: Looking for writers 2026/02/05 10:28:16 DEBUG : file1: reading active writers 2026/02/05 10:28:16 DEBUG : Looking for writers 2026/02/05 10:28:16 DEBUG : dir: reading active writers 2026/02/05 10:28:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:28:16 DEBUG : dir: Looking for writers 2026/02/05 10:28:16 DEBUG : file1: reading active writers 2026/02/05 10:28:16 DEBUG : Looking for writers 2026/02/05 10:28:16 DEBUG : dir: reading active writers 2026/02/05 10:28:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:28:17 DEBUG : dir/file1: Removing old object on successful upload 2026/02/05 10:28:17 DEBUG : dir: Looking for writers 2026/02/05 10:28:17 DEBUG : file1: reading active writers 2026/02/05 10:28:17 DEBUG : Looking for writers 2026/02/05 10:28:17 DEBUG : dir: reading active writers 2026/02/05 10:28:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:28:18 DEBUG : dir/file1: size = 5 OK 2026/02/05 10:28:18 INFO : dir/file1: Copied (replaced existing) 2026/02/05 10:28:18 DEBUG : dir/file1: vfs cache: fingerprint now "5" 2026/02/05 10:28:18 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/02/05 10:28:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:28:18 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/02/05 10:28:18 DEBUG : dir: Looking for writers 2026/02/05 10:28:18 DEBUG : file1: reading active writers 2026/02/05 10:28:18 DEBUG : Looking for writers 2026/02/05 10:28:18 DEBUG : dir: reading active writers 2026/02/05 10:28:18 DEBUG : >WaitForWriters: 2026/02/05 10:28:18 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting 2026/02/05 10:28:19 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:28:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/05 10:28:20 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:28:20 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/05 10:28:20 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:28:20 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/05 10:28:20 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:28:20 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/05 10:28:20 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:28:20 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/05 10:28:21 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:28:21 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/05 10:28:21 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:28:21 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/05 10:28:22 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:28:22 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/05 10:28:23 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:28:23 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/05 10:28:26 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/05 10:28:26 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/05 10:28:31 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:28:31 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/05 10:28:41 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:29:01 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:29:21 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:29:41 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:29:56 DEBUG : forgetting directory cache 2026/02/05 10:29:56 DEBUG : dir: forgetting directory cache 2026/02/05 10:30:01 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:30:21 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:30:23 DEBUG : forgetting directory cache 2026/02/05 10:30:23 DEBUG : dir: forgetting directory cache 2026/02/05 10:30:23 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 10:30:23 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:30:41 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:31:01 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:31:16 DEBUG : forgetting directory cache 2026/02/05 10:31:16 DEBUG : dir: forgetting directory cache 2026/02/05 10:31:16 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 10:31:16 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:31:21 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/05 10:31:41 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:32:01 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:32:06 DEBUG : forgetting directory cache 2026/02/05 10:32:06 DEBUG : dir: forgetting directory cache 2026/02/05 10:32:06 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 10:32:06 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:32:21 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:32:41 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:33:01 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:33:06 DEBUG : forgetting directory cache 2026/02/05 10:33:06 DEBUG : dir: forgetting directory cache 2026/02/05 10:33:06 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 10:33:06 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:33:21 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:33:41 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:33:56 DEBUG : forgetting directory cache 2026/02/05 10:33:56 DEBUG : dir: forgetting directory cache 2026/02/05 10:33:56 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 10:33:56 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:34:02 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:34:21 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:34:41 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/05 10:34:47 DEBUG : forgetting directory cache 2026/02/05 10:34:47 DEBUG : dir: forgetting directory cache 2026/02/05 10:34:47 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/05 10:34:47 DEBUG : Removed virtual directory entry vAddFile: "newLeaf" 2026/02/05 10:35:01 DEBUG : pacer: Reducing sleep to 10s run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/02/05 10:35:21 DEBUG : pacer: Reducing sleep to 5s run.go:130: removing dir "dir" failed - try 2/3: directory not empty 2026/02/05 10:35:31 DEBUG : forgetting directory cache 2026/02/05 10:35:31 DEBUG : dir: forgetting directory cache 2026/02/05 10:35:31 DEBUG : pacer: Reducing sleep to 2.5s run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty 2026/02/05 10:35:36 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/05 10:35:39 DEBUG : pacer: Reducing sleep to 625ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/02/05 10:35:41 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/05 10:35:41 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/05 10:35:42 DEBUG : pacer: Reducing sleep to 78.125ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/02/05 10:35:44 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/05 10:35:45 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/05 10:35:46 DEBUG : pacer: Reducing sleep to 10ms 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: listing wrong, want got dir/file1 (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSizeTruncateExisting Messages: directories --- FAIL: TestRWFileHandleSizeTruncateExisting (460.73s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:35:50 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:35:50 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:35:50 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:35:50 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:35:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:35:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:35:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:35:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:35:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:35:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:35:50 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:35:55 DEBUG : dir/file1: Removing old object on successful upload 2026/02/05 10:35:56 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/05 10:35:57 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/02/05 10:35:57 DEBUG : dir/file1: newRWFileHandle: 2026/02/05 10:35:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/02/05 10:35:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:35:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/02/05 10:35:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/02/05 10:35:57 DEBUG : dir/file1(0xc0009ba7c0): _writeAt: size=5, off=0 2026/02/05 10:35:57 DEBUG : dir/file1(0xc0009ba7c0): openPending: 2026/02/05 10:35:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16" against cached fingerprint "" 2026/02/05 10:35:57 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/02/05 10:35:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:35:57 DEBUG : dir/file1(0xc0009ba7c0): >openPending: err= 2026/02/05 10:35:57 DEBUG : dir/file1(0xc0009ba7c0): >_writeAt: n=5, err= 2026/02/05 10:35:57 DEBUG : dir/file1(0xc0009ba7c0): _writeAt: size=15, off=5 2026/02/05 10:35:57 DEBUG : dir/file1(0xc0009ba7c0): >_writeAt: n=15, err= 2026/02/05 10:35:57 DEBUG : dir/file1(0xc0009ba7c0): close: 2026/02/05 10:35:57 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/02/05 10:35:57 DEBUG : dir/file1: vfs cache: setting modification time to 2026-02-05 10:35:57.393031643 +0000 UTC m=+3744.065931171 2026/02/05 10:35:57 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/02/05 10:35:57 DEBUG : dir/file1(0xc0009ba7c0): >close: err= 2026/02/05 10:35:57 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:35:57 DEBUG : dir: Looking for writers 2026/02/05 10:35:57 DEBUG : file1: reading active writers 2026/02/05 10:35:57 DEBUG : Looking for writers 2026/02/05 10:35:57 DEBUG : dir: reading active writers 2026/02/05 10:35:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:35:57 DEBUG : dir: Looking for writers 2026/02/05 10:35:57 DEBUG : file1: reading active writers 2026/02/05 10:35:57 DEBUG : Looking for writers 2026/02/05 10:35:57 DEBUG : dir: reading active writers 2026/02/05 10:35:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:35:57 DEBUG : dir: Looking for writers 2026/02/05 10:35:57 DEBUG : file1: reading active writers 2026/02/05 10:35:57 DEBUG : Looking for writers 2026/02/05 10:35:57 DEBUG : dir: reading active writers 2026/02/05 10:35:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:35:57 DEBUG : dir: Looking for writers 2026/02/05 10:35:57 DEBUG : file1: reading active writers 2026/02/05 10:35:57 DEBUG : Looking for writers 2026/02/05 10:35:57 DEBUG : dir: reading active writers 2026/02/05 10:35:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:35:57 DEBUG : dir/file1: vfs cache: starting upload 2026/02/05 10:35:57 DEBUG : dir: Looking for writers 2026/02/05 10:35:57 DEBUG : file1: reading active writers 2026/02/05 10:35:57 DEBUG : Looking for writers 2026/02/05 10:35:57 DEBUG : dir: reading active writers 2026/02/05 10:35:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:35:57 DEBUG : dir: Looking for writers 2026/02/05 10:35:57 DEBUG : file1: reading active writers 2026/02/05 10:35:57 DEBUG : Looking for writers 2026/02/05 10:35:57 DEBUG : dir: reading active writers 2026/02/05 10:35:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:35:58 DEBUG : dir: Looking for writers 2026/02/05 10:35:58 DEBUG : file1: reading active writers 2026/02/05 10:35:58 DEBUG : Looking for writers 2026/02/05 10:35:58 DEBUG : dir: reading active writers 2026/02/05 10:35:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:35:58 DEBUG : dir: Looking for writers 2026/02/05 10:35:58 DEBUG : file1: reading active writers 2026/02/05 10:35:58 DEBUG : Looking for writers 2026/02/05 10:35:58 DEBUG : dir: reading active writers 2026/02/05 10:35:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:35:59 DEBUG : dir: Looking for writers 2026/02/05 10:35:59 DEBUG : file1: reading active writers 2026/02/05 10:35:59 DEBUG : Looking for writers 2026/02/05 10:35:59 DEBUG : dir: reading active writers 2026/02/05 10:35:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:36:00 DEBUG : forgetting directory cache 2026/02/05 10:36:00 DEBUG : dir: forgetting directory cache 2026/02/05 10:36:00 DEBUG : dir/file1: Removing old object on successful upload 2026/02/05 10:36:00 DEBUG : dir/file1: size = 20 OK 2026/02/05 10:36:00 INFO : dir/file1: Copied (replaced existing) 2026/02/05 10:36:00 DEBUG : dir/file1: vfs cache: fingerprint now "20" 2026/02/05 10:36:00 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/02/05 10:36:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/05 10:36:00 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/02/05 10:36:00 DEBUG : dir: Looking for writers 2026/02/05 10:36:00 DEBUG : file1: reading active writers 2026/02/05 10:36:00 DEBUG : Looking for writers 2026/02/05 10:36:00 DEBUG : dir: reading active writers 2026/02/05 10:36:00 DEBUG : >WaitForWriters: 2026/02/05 10:36:00 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting 2026/02/05 10:36:01 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:36:01 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/05 10:36:01 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:36:01 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/05 10:36:02 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:36:02 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/05 10:36:02 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:36:02 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/05 10:36:02 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:36:02 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/05 10:36:03 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:36:03 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/05 10:36:03 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:36:03 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/05 10:36:04 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:36:04 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/02/05 10:36:05 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:36:05 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/02/05 10:36:07 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/02/05 10:36:07 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:130: removing file "dir/file1" failed - try 1/3: failed to delete item: Error "Server Error" 2026/02/05 10:36:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:36:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:36:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:36:08 DEBUG : forgetting directory cache 2026/02/05 10:36:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:36:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:36:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:36:08 DEBUG : fil: forgetting directory cache 2026/02/05 10:36:13 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:36:13 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/02/05 10:36:23 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:36:30 DEBUG : forgetting directory cache 2026/02/05 10:36:30 DEBUG : dir: forgetting directory cache 2026/02/05 10:36:43 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:37:00 DEBUG : forgetting directory cache 2026/02/05 10:37:00 DEBUG : dir: forgetting directory cache 2026/02/05 10:37:00 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/02/05 10:37:03 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:37:04 DEBUG : forgetting directory cache 2026/02/05 10:37:04 DEBUG : Removed virtual directory entry vAddFile: "file1" 2026/02/05 10:37:23 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:37:26 DEBUG : forgetting directory cache 2026/02/05 10:37:26 DEBUG : Removed virtual directory entry vAddFile: "file1" 2026/02/05 10:37:43 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:38:03 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:38:15 DEBUG : forgetting directory cache 2026/02/05 10:38:15 DEBUG : dir: forgetting directory cache 2026/02/05 10:38:15 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/02/05 10:38:23 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:38:43 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:39:03 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 2/3: failed to delete item: Error "Server Error" 2026/02/05 10:39:23 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/02/05 10:39:43 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/02/05 10:40:03 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/02/05 10:40:23 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/02/05 10:40:43 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/02/05 10:41:03 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/02/05 10:41:23 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/02/05 10:41:43 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/02/05 10:42:03 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/02/05 10:42:23 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") run.go:130: removing file "dir/file1" failed - try 3/3: failed to delete item: Error "Server Error" run.go:133: removing file "dir/file1" failed: failed to delete item: Error "Server Error" 2026/02/05 10:42:43 DEBUG : pacer: Reducing sleep to 10s run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/02/05 10:43:03 DEBUG : pacer: Reducing sleep to 5s run.go:130: removing dir "dir" failed - try 2/3: directory not empty 2026/02/05 10:43:13 DEBUG : pacer: Reducing sleep to 2.5s run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty 2026/02/05 10:43:18 DEBUG : pacer: Reducing sleep to 1.25s 2026/02/05 10:43:21 DEBUG : pacer: Reducing sleep to 625ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/02/05 10:43:23 DEBUG : pacer: Reducing sleep to 312.5ms 2026/02/05 10:43:23 DEBUG : pacer: Reducing sleep to 156.25ms 2026/02/05 10:43:24 DEBUG : pacer: Reducing sleep to 78.125ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/02/05 10:43:26 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/02/05 10:43:26 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/02/05 10:43:26 DEBUG : pacer: Reducing sleep to 10ms 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: listing wrong, want got dir/file1 (20) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSizeCreateExisting Messages: directories --- FAIL: TestRWFileHandleSizeCreateExisting (460.46s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:43:30 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:43:30 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: root is "/home/rclone/.cache/rclone" 2026/02/05 10:43:30 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:43:30 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:43:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:43:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:43:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:43:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:43:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/02/05 10:43:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-lasumab5kayu" 2026/02/05 10:43:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/05 10:43:30 INFO : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/02/05 10:43:32 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/05 10:43:32 DEBUG : file1: newRWFileHandle: 2026/02/05 10:43:32 DEBUG : file1(0xc000a96180): openPending: 2026/02/05 10:43:32 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/02/05 10:43:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:43:32 DEBUG : file1(0xc000a96180): >openPending: err= 2026/02/05 10:43:32 DEBUG : file1: >newRWFileHandle: err= 2026/02/05 10:43:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:43:32 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/02/05 10:43:32 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/02/05 10:43:32 DEBUG : file1(0xc000a96180): _writeAt: size=5, off=0 2026/02/05 10:43:32 DEBUG : file1(0xc000a96180): >_writeAt: n=5, err= 2026/02/05 10:43:32 DEBUG : file1(0xc000a96180): close: 2026/02/05 10:43:32 DEBUG : file1: vfs cache: setting modification time to 2026-02-05 10:43:32.006916598 +0000 UTC m=+4198.679816215 2026/02/05 10:43:32 INFO : file1: vfs cache: queuing for upload in 100ms 2026/02/05 10:43:32 DEBUG : file1(0xc000a96180): >close: err= 2026/02/05 10:43:32 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:43:32 DEBUG : dir: Looking for writers 2026/02/05 10:43:32 DEBUG : Looking for writers 2026/02/05 10:43:32 DEBUG : dir: reading active writers 2026/02/05 10:43:32 DEBUG : file1: reading active writers 2026/02/05 10:43:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/02/05 10:43:32 DEBUG : dir: Looking for writers 2026/02/05 10:43:32 DEBUG : Looking for writers 2026/02/05 10:43:32 DEBUG : dir: reading active writers 2026/02/05 10:43:32 DEBUG : file1: reading active writers 2026/02/05 10:43:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/02/05 10:43:32 DEBUG : dir: Looking for writers 2026/02/05 10:43:32 DEBUG : Looking for writers 2026/02/05 10:43:32 DEBUG : dir: reading active writers 2026/02/05 10:43:32 DEBUG : file1: reading active writers 2026/02/05 10:43:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/02/05 10:43:32 DEBUG : dir: Looking for writers 2026/02/05 10:43:32 DEBUG : Looking for writers 2026/02/05 10:43:32 DEBUG : dir: reading active writers 2026/02/05 10:43:32 DEBUG : file1: reading active writers 2026/02/05 10:43:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/02/05 10:43:32 DEBUG : file1: vfs cache: starting upload 2026/02/05 10:43:32 DEBUG : dir: Looking for writers 2026/02/05 10:43:32 DEBUG : Looking for writers 2026/02/05 10:43:32 DEBUG : dir: reading active writers 2026/02/05 10:43:32 DEBUG : file1: reading active writers 2026/02/05 10:43:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/02/05 10:43:32 DEBUG : dir: Looking for writers 2026/02/05 10:43:32 DEBUG : Looking for writers 2026/02/05 10:43:32 DEBUG : dir: reading active writers 2026/02/05 10:43:32 DEBUG : file1: reading active writers 2026/02/05 10:43:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/02/05 10:43:32 DEBUG : dir: Looking for writers 2026/02/05 10:43:32 DEBUG : Looking for writers 2026/02/05 10:43:32 DEBUG : dir: reading active writers 2026/02/05 10:43:32 DEBUG : file1: reading active writers 2026/02/05 10:43:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/02/05 10:43:33 DEBUG : dir: Looking for writers 2026/02/05 10:43:33 DEBUG : Looking for writers 2026/02/05 10:43:33 DEBUG : dir: reading active writers 2026/02/05 10:43:33 DEBUG : file1: reading active writers 2026/02/05 10:43:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:43:34 DEBUG : dir: Looking for writers 2026/02/05 10:43:34 DEBUG : Looking for writers 2026/02/05 10:43:34 DEBUG : file1: reading active writers 2026/02/05 10:43:34 DEBUG : dir: reading active writers 2026/02/05 10:43:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:43:35 DEBUG : dir: Looking for writers 2026/02/05 10:43:35 DEBUG : Looking for writers 2026/02/05 10:43:35 DEBUG : dir: reading active writers 2026/02/05 10:43:35 DEBUG : file1: reading active writers 2026/02/05 10:43:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/02/05 10:43:35 DEBUG : file1: size = 5 OK 2026/02/05 10:43:35 INFO : file1: Copied (new) 2026/02/05 10:43:35 DEBUG : file1: vfs cache: fingerprint now "5" 2026/02/05 10:43:35 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/02/05 10:43:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:43:35 INFO : file1: vfs cache: upload succeeded try #1 2026/02/05 10:43:36 DEBUG : dir: Looking for writers 2026/02/05 10:43:36 DEBUG : Looking for writers 2026/02/05 10:43:36 DEBUG : dir: reading active writers 2026/02/05 10:43:36 DEBUG : file1: reading active writers 2026/02/05 10:43:36 DEBUG : >WaitForWriters: 2026/02/05 10:43:36 DEBUG : drime root 'rclone-test-lasumab5kayu': vfs cache: cleaner exiting run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeCreateNew Messages: listing wrong, want got file1 (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestRWFileHandleSizeCreateNew Messages: Unexpected file "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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSizeCreateNew Messages: directories --- FAIL: TestRWFileHandleSizeCreateNew (20.39s) === RUN TestVFSStatParent run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:43:51 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:43:54 DEBUG : file1: Removing old object on successful upload 2026/02/05 10:43:58 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:43:58 DEBUG : dir: Looking for writers 2026/02/05 10:43:58 DEBUG : Looking for writers 2026/02/05 10:43:58 DEBUG : dir: reading active writers 2026/02/05 10:43:58 DEBUG : file1: reading active writers 2026/02/05 10:43:58 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSStatParent Messages: directories --- FAIL: TestVFSStatParent (21.94s) === RUN TestVFSOpenFile run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:44:13 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:44:21 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/05 10:44:22 DEBUG : file1: Open: flags=O_RDONLY 2026/02/05 10:44:22 DEBUG : file1: >Open: fd=file1 (r), err= 2026/02/05 10:44:22 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/02/05 10:44:22 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/05 10:44:22 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/02/05 10:44:22 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/05 10:44:22 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/02/05 10:44:22 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/05 10:44:22 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/02/05 10:44:22 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/02/05 10:44:22 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/02/05 10:44:22 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/02/05 10:44:22 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/02/05 10:44:22 DEBUG : drime root 'rclone-test-lasumab5kayu': File to upload is small (0 bytes), uploading instead of streaming 2026/02/05 10:44:25 DEBUG : dir/new_file.txt: size = 0 OK 2026/02/05 10:44:25 DEBUG : dir/new_file.txt: Size of src and dst objects identical 2026/02/05 10:44:25 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/02/05 10:44:25 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/05 10:44:25 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/02/05 10:44:25 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:44:25 DEBUG : dir: Looking for writers 2026/02/05 10:44:25 DEBUG : file2: reading active writers 2026/02/05 10:44:25 DEBUG : new_file.txt: reading active writers 2026/02/05 10:44:25 DEBUG : Looking for writers 2026/02/05 10:44:25 DEBUG : dir: reading active writers 2026/02/05 10:44:25 DEBUG : file1: reading active writers 2026/02/05 10:44:25 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSOpenFile Messages: listing wrong, want got dir/new_file.txt (0) 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "dir/new_file.txt" 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSOpenFile Messages: directories --- FAIL: TestVFSOpenFile (26.98s) === RUN TestVFSMkdirAll run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:44:40 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/new_file.txt (0) 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/new_file.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/new_file.txt (0) 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/new_file.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories 2026/02/05 10:45:02 DEBUG : Added virtual directory entry vAddDir: "a" 2026/02/05 10:45:03 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/02/05 10:45:04 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/02/05 10:45:05 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/new_file.txt (0) 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/new_file.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Not equal: expected: []string{"a", "a/b", "a/b/c", "a/b/c/d"} actual : []string{"a", "dir"} Diff: --- Expected +++ Actual @@ -1,6 +1,4 @@ -([]string) (len=4) { +([]string) (len=2) { (string) (len=1) "a", - (string) (len=3) "a/b", - (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/new_file.txt (0) 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/new_file.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Not equal: expected: []string{"a", "a/b", "a/b/c", "a/b/c/d"} actual : []string{"a", "a/b", "a/b/c", "a/b/c/d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" + (string) (len=7) "a/b/c/d", + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/new_file.txt (0) 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/new_file.txt" 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:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Not equal: expected: []string{"a", "a/b", "a/b/c", "a/b/c/d"} actual : []string{"a", "a/b", "a/b/c", "a/b/c/d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" + (string) (len=7) "a/b/c/d", + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories 2026/02/05 10:45:39 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:45:39 DEBUG : a/b/c/d: Looking for writers 2026/02/05 10:45:39 DEBUG : a/b/c: Looking for writers 2026/02/05 10:45:39 DEBUG : d: reading active writers 2026/02/05 10:45:39 DEBUG : a/b: Looking for writers 2026/02/05 10:45:39 DEBUG : c: reading active writers 2026/02/05 10:45:39 DEBUG : a: Looking for writers 2026/02/05 10:45:39 DEBUG : b: reading active writers 2026/02/05 10:45:39 DEBUG : dir: Looking for writers 2026/02/05 10:45:39 DEBUG : Looking for writers 2026/02/05 10:45:39 DEBUG : dir: reading active writers 2026/02/05 10:45:39 DEBUG : a: reading active writers 2026/02/05 10:45:39 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty run.go:130: removing dir "a/b/c" failed - try 1/3: directory not empty run.go:130: removing dir "a/b/c" failed - try 2/3: directory not empty run.go:130: removing dir "a/b/c" failed - try 3/3: directory not empty run.go:133: removing dir "a/b/c" failed: directory not empty run.go:130: removing dir "a/b" failed - try 1/3: directory not empty run.go:130: removing dir "a/b" failed - try 2/3: directory not empty run.go:130: removing dir "a/b" failed - try 3/3: directory not empty run.go:133: removing dir "a/b" failed: directory not empty run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty 2026/02/05 10:45:56 DEBUG : forgetting directory cache 2026/02/05 10:45:56 DEBUG : dir: forgetting directory cache 2026/02/05 10:45:56 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/02/05 10:46:08 DEBUG : forgetting directory cache 2026/02/05 10:46:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:46:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:46:08 DEBUG : dir: forgetting directory cache 2026/02/05 10:46:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:46:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/05 10:46:08 DEBUG : dir/subdir: forgetting directory cache 2026/02/05 10:46:08 DEBUG : fil: forgetting directory cache fstest.go:301: Flushing the directory cache 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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "a/b", "a/b/c", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=1) "a", + (string) (len=3) "a/b", + (string) (len=5) "a/b/c", + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories --- FAIL: TestVFSMkdirAll (90.60s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:46:10 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:46:10 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/05 10:46:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/05 10:46:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:46:11 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/05 10:46:11 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/05 10:46:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:46:11 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/02/05 10:46:12 DEBUG : file1: aborting in-sequence write wait, off=100 2026/02/05 10:46:12 DEBUG : file1: failed to wait for in-sequence write to 100 2026/02/05 10:46:12 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/02/05 10:46:12 DEBUG : drime root 'rclone-test-lasumab5kayu': File to upload is small (11 bytes), uploading instead of streaming 2026/02/05 10:46:16 DEBUG : file1: size = 11 OK 2026/02/05 10:46:16 DEBUG : file1: Size of src and dst objects identical 2026/02/05 10:46:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/05 10:46:16 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{"a,0,true", "dir,0,true", "file1,11,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) (len=1) { +([]string) (len=3) { + (string) (len=8) "a,0,true", + (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: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{"a", "a/b", "a/b/c", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,6 @@ -([]string) { +([]string) (len=4) { + (string) (len=1) "a", + (string) (len=3) "a/b", + (string) (len=5) "a/b/c", + (string) (len=3) "dir" } Test: TestWriteFileHandleWriteAt Messages: directories 2026/02/05 10:46:28 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:46:28 DEBUG : a: Looking for writers 2026/02/05 10:46:28 DEBUG : dir: Looking for writers 2026/02/05 10:46:28 DEBUG : Looking for writers 2026/02/05 10:46:28 DEBUG : a: reading active writers 2026/02/05 10:46:28 DEBUG : dir: reading active writers 2026/02/05 10:46:28 DEBUG : file1: reading active writers 2026/02/05 10:46:28 DEBUG : >WaitForWriters: run.go:130: removing dir "a/b" failed - try 1/3: directory not empty run.go:130: removing dir "a/b" failed - try 2/3: directory not empty run.go:130: removing dir "a/b" failed - try 3/3: directory not empty run.go:133: removing dir "a/b" failed: directory not empty run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "a/b"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=1) "a", + (string) (len=3) "a/b" } Test: TestWriteFileHandleWriteAt Messages: directories --- FAIL: TestWriteFileHandleWriteAt (38.44s) === RUN TestZipManyFiles run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:46:49 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 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:292: Sleeping for 7s just to make sure 2026/02/05 10:47:29 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/02/05 10:47:29 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/02/05 10:47:29 DEBUG : flat/f000.txt: Set virtual modtime to 2026-02-05 10:46:51 +0000 UTC 2026/02/05 10:47:29 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:47:30 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:47:30 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/02/05 10:47:30 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/02/05 10:47:30 DEBUG : flat/f001.txt: Set virtual modtime to 2026-02-05 10:46:57 +0000 UTC 2026/02/05 10:47:30 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:47:30 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:47:30 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/02/05 10:47:30 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/02/05 10:47:30 DEBUG : flat/f002.txt: Set virtual modtime to 2026-02-05 10:47:00 +0000 UTC 2026/02/05 10:47:30 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:47:31 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:47:31 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/02/05 10:47:31 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/02/05 10:47:31 DEBUG : flat/f003.txt: Set virtual modtime to 2026-02-05 10:47:05 +0000 UTC 2026/02/05 10:47:31 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:47:31 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:47:31 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/02/05 10:47:31 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/02/05 10:47:31 DEBUG : flat/f004.txt: Set virtual modtime to 2026-02-05 10:47:10 +0000 UTC 2026/02/05 10:47:31 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:47:32 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:47:32 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:47:32 DEBUG : a: Looking for writers 2026/02/05 10:47:32 DEBUG : flat: Looking for writers 2026/02/05 10:47:32 DEBUG : f000.txt: reading active writers 2026/02/05 10:47:32 DEBUG : f001.txt: reading active writers 2026/02/05 10:47:32 DEBUG : f002.txt: reading active writers 2026/02/05 10:47:32 DEBUG : f003.txt: reading active writers 2026/02/05 10:47:32 DEBUG : f004.txt: reading active writers 2026/02/05 10:47:32 DEBUG : Looking for writers 2026/02/05 10:47:32 DEBUG : a: reading active writers 2026/02/05 10:47:32 DEBUG : flat: reading active writers 2026/02/05 10:47:32 DEBUG : >WaitForWriters: run.go:130: removing dir "flat" failed - try 1/3: directory not empty run.go:130: removing dir "flat" failed - try 2/3: directory not empty run.go:130: removing dir "flat" failed - try 3/3: directory not empty run.go:133: removing dir "flat" failed: directory not empty run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "flat"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=1) "a", + (string) (len=4) "flat" } Test: TestZipManyFiles Messages: directories --- FAIL: TestZipManyFiles (63.67s) === RUN TestZipManySubDirs run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:47:52 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:48:06 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/02/05 10:48:06 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/02/05 10:48:06 DEBUG : a/b/c/deep.txt: Set virtual modtime to 2026-02-05 10:48:03 +0000 UTC 2026/02/05 10:48:06 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:48:06 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:06 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/02/05 10:48:06 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/02/05 10:48:06 DEBUG : a/b/mid.txt: Set virtual modtime to 2026-02-05 10:47:58 +0000 UTC 2026/02/05 10:48:06 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:48:07 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:07 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/02/05 10:48:07 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/02/05 10:48:07 DEBUG : a/top.txt: Set virtual modtime to 2026-02-05 10:47:54 +0000 UTC 2026/02/05 10:48:07 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:48:07 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:07 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:48:07 DEBUG : flat: Looking for writers 2026/02/05 10:48:07 DEBUG : a/b/c: Looking for writers 2026/02/05 10:48:07 DEBUG : deep.txt: reading active writers 2026/02/05 10:48:07 DEBUG : a/b: Looking for writers 2026/02/05 10:48:07 DEBUG : c: reading active writers 2026/02/05 10:48:07 DEBUG : mid.txt: reading active writers 2026/02/05 10:48:07 DEBUG : a: Looking for writers 2026/02/05 10:48:07 DEBUG : b: reading active writers 2026/02/05 10:48:07 DEBUG : top.txt: reading active writers 2026/02/05 10:48:07 DEBUG : Looking for writers 2026/02/05 10:48:07 DEBUG : a: reading active writers 2026/02/05 10:48:07 DEBUG : flat: reading active writers 2026/02/05 10:48:07 DEBUG : >WaitForWriters: run.go:130: removing dir "a/b/c" failed - try 1/3: directory not empty run.go:130: removing dir "a/b/c" failed - try 2/3: directory not empty run.go:130: removing dir "a/b/c" failed - try 3/3: directory not empty run.go:133: removing dir "a/b/c" failed: directory not empty run.go:130: removing dir "a/b" failed - try 1/3: directory not empty run.go:130: removing dir "a/b" failed - try 2/3: directory not empty run.go:130: removing dir "a/b" failed - try 3/3: directory not empty run.go:133: removing dir "a/b" failed: directory not empty run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "a/b", "a/b/c"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=1) "a", + (string) (len=3) "a/b", + (string) (len=5) "a/b/c" } Test: TestZipManySubDirs Messages: directories --- FAIL: TestZipManySubDirs (40.58s) === RUN TestZipLargeFiles run.go:185: Remote "drime root 'rclone-test-lasumab5kayu'", Local "Local file system at /tmp/rclone1697432457", Modify Window "876000h0m0s" 2026/02/05 10:48:33 INFO : drime root 'rclone-test-lasumab5kayu': poll-interval is not supported by this remote 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: Set virtual modtime to 2026-02-05 10:48:35 +0000 UTC 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/02/05 10:48:39 DEBUG : WaitForWriters: timeout=30s 2026/02/05 10:48:39 DEBUG : a: Looking for writers 2026/02/05 10:48:39 DEBUG : bigdir: Looking for writers 2026/02/05 10:48:39 DEBUG : big.bin: reading active writers 2026/02/05 10:48:39 DEBUG : Looking for writers 2026/02/05 10:48:39 DEBUG : a: reading active writers 2026/02/05 10:48:39 DEBUG : bigdir: reading active writers 2026/02/05 10:48:39 DEBUG : >WaitForWriters: run.go:130: removing dir "bigdir" failed - try 1/3: directory not empty run.go:130: removing dir "bigdir" failed - try 2/3: directory not empty run.go:130: removing dir "bigdir" failed - try 3/3: directory not empty run.go:133: removing dir "bigdir" failed: directory not empty run.go:130: removing dir "a/b" failed - try 1/3: directory not empty run.go:130: removing dir "a/b" failed - try 2/3: directory not empty run.go:130: removing dir "a/b" failed - try 3/3: directory not empty run.go:133: removing dir "a/b" failed: directory not empty run.go:130: removing dir "a" failed - try 1/3: directory not empty run.go:130: removing dir "a" failed - try 2/3: directory not empty run.go:130: removing dir "a" failed - try 3/3: directory not empty run.go:133: removing dir "a" 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: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:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Not equal: expected: []string{} actual : []string{"a", "a/b", "bigdir"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=1) "a", + (string) (len=3) "a/b", + (string) (len=6) "bigdir" } Test: TestZipLargeFiles Messages: directories --- FAIL: TestZipLargeFiles (30.77s) FAIL 2026/02/05 10:49:04 DEBUG : drime root 'rclone-test-lasumab5kayu': Purge remote "./vfs.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose -test.run '^(TestDirCreate|TestDirFileOpen|TestDirForgetAll|TestDirHandleReaddir|TestDirMetadataExtension|TestDirMethods|TestDirMkdir|TestDirMkdirSub|TestDirRemove|TestDirRemoveAll|TestDirRemoveName|TestDirRename|TestDirWalk|TestFileMethods|TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileRemove|TestFileRemoveAll|TestRWFileHandleMethodsWrite|TestRWFileHandleSeek|TestRWFileHandleSizeCreateExisting|TestRWFileHandleSizeCreateNew|TestRWFileHandleSizeTruncateExisting|TestRWFileHandleWriteAt|TestReadFileHandleFlush|TestReadFileHandleMethods|TestReadFileHandleReadAt|TestVFSMkdirAll|TestVFSOpenFile|TestVFSStatParent|TestWriteFileHandleWriteAt|TestZipLargeFiles|TestZipManyFiles|TestZipManySubDirs)$|^TestDirReadDirAll$/^Virtual$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$'" - Finished ERROR in 1h15m31.45528829s (try 4/5): exit status 1: Failed [TestDirHandleReaddir TestDirMethods TestDirWalk TestDirReadDirAll/Virtual TestDirCreate TestDirMkdir TestDirMkdirSub TestDirRemove TestDirRemoveAll TestDirRemoveName TestDirRename TestDirFileOpen TestDirMetadataExtension TestFileMethods TestFileOpenRead TestFileOpenWrite TestFileRemove TestFileRemoveAll TestFileOpen TestFileRename/off,forceCache=false TestFileRename/minimal,forceCache=false TestFileRename/writes,forceCache=false TestFileRename/writes,forceCache=true TestFileRename/full,forceCache=false TestReadFileHandleMethods TestReadFileHandleReadAt TestReadFileHandleFlush TestRWFileHandleMethodsWrite TestRWFileHandleWriteAt TestRWFileHandleSizeTruncateExisting TestRWFileHandleSizeCreateExisting TestRWFileHandleSizeCreateNew TestVFSStatParent TestVFSOpenFile TestVFSMkdirAll TestWriteFileHandleWriteAt TestZipManyFiles TestZipManySubDirs TestZipLargeFiles]