"./vfs.test -test.v -test.timeout 2h0m0s -remote TestDrime: -list-retries 5 -verbose -test.run '^(TestDirRename|TestVFSRename)$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$'" - Starting (try 3/5) 2026/07/11 04:37:54 DEBUG : Creating backend with remote "TestDrime:rclone-test-petehop9pema" 2026/07/11 04:37:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/11 04:37:57 DEBUG : Creating backend with remote "/tmp/rclone3250294180" === RUN TestDirRename run.go:198: Remote "drime root 'rclone-test-petehop9pema'", Local "Local file system at /tmp/rclone3250294180", Modify Window "876000h0m0s" 2026/07/11 04:37:57 INFO : drime root 'rclone-test-petehop9pema': poll-interval is not supported by this remote 2026/07/11 04:38:06 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/11 04:38:11 DEBUG : dir: Updating dir with dir2 0x3c332d60c9c0 2026/07/11 04:38:11 DEBUG : dir: forgetting directory cache 2026/07/11 04:38:11 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/11 04:38:11 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/11 04:40:18 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): {\"type\":\"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-504/\",\"title\":\"Error 504: Gateway time-out\",\"status\":504,\"detail\":\"The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.\",\"instance\":\"a1951e2eab9fc091\",\"error_code\":504,\"error_name\":\"origin_gateway_timeout\",\"error_category\":\"origin\",\"ray_id\":\"a1951e2eab9fc091\",\"timestamp\":\"2026-07-11T04:40:18Z\",\"zone\":\"app.drime.cloud\",\"cloudflare_error\":true,\"retryable\":true,\"retry_after\":120,\"owner_action_required\":true,\"what_you_should_do\":\"**Wait and retry.** Back off for at least 120 seconds. If the error persists, the website operator should investigate long-running processes on the origin server.\",\"footer\":\"This error was generated by Cloudflare on behalf of the website owner.\"}\n") 2026/07/11 04:40:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/11 04:40:19 DEBUG : pacer: Reducing sleep to 10ms 2026/07/11 04:40:19 ERROR : dir2/file1: Couldn't move: failed to move item: Error "No valid entries to move" 2026/07/11 04:40:19 ERROR : file2: File.Rename error: failed to move item: Error "No valid entries to move" 2026/07/11 04:40:19 ERROR : dir2/file1: Dir.Rename error: failed to move item: Error "No valid entries to move" dir_test.go:556: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:556 Error: Received unexpected error: failed to move item: Error "No valid entries to move" 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{"file3,15,false", "file2,14,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "file3,15,false" +([]string) (len=2) { + (string) (len=14) "file3,15,false", + (string) (len=14) "file2,14,false" } Test: TestDirRename fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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/file3 (15), file2.xefasoj3 (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:563 Error: Should be true Test: TestDirRename Messages: Unexpected file "file2.xefasoj3" 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/07/11 04:41:03 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{"file3,15,false", "file2,14,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "file3,14,false" +([]string) (len=2) { + (string) (len=14) "file3,15,false", + (string) (len=14) "file2,14,false" } Test: TestDirRename fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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/file3 (15), file2.xefasoj3 (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:573 Error: Should be true Test: TestDirRename Messages: Unexpected file "file2.xefasoj3" 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/07/11 04:41:54 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/11 04:41:58 DEBUG : empty directory: Updating dir with renamed empty directory 0x3c332d3e64e0 2026/07/11 04:41:58 DEBUG : empty directory: forgetting directory cache 2026/07/11 04:41:58 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/11 04:41:58 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/11 04:41:58 DEBUG : dir2: Renaming to "dir3" 2026/07/11 04:41:58 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:41:58 DEBUG : renamed empty directory: Looking for writers 2026/07/11 04:41:58 DEBUG : dir3: Looking for writers 2026/07/11 04:41:58 DEBUG : file3: reading active writers 2026/07/11 04:41:58 DEBUG : file1: reading active writers 2026/07/11 04:41:58 DEBUG : Looking for writers 2026/07/11 04:41:58 DEBUG : renamed empty directory: reading active writers 2026/07/11 04:41:58 DEBUG : dir3: reading active writers 2026/07/11 04:41:58 DEBUG : >WaitForWriters: --- FAIL: TestDirRename (252.45s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "drime root 'rclone-test-petehop9pema'", Local "Local file system at /tmp/rclone3250294180", Modify Window "876000h0m0s" 2026/07/11 04:42:09 INFO : drime root 'rclone-test-petehop9pema': poll-interval is not supported by this remote 2026/07/11 04:42:16 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:42:16 DEBUG : dir: Looking for writers 2026/07/11 04:42:16 DEBUG : file1: reading active writers 2026/07/11 04:42:16 DEBUG : Looking for writers 2026/07/11 04:42:16 DEBUG : dir: reading active writers 2026/07/11 04:42:16 DEBUG : >WaitForWriters: 2026/07/11 04:44:20 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): {\"type\":\"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-504/\",\"title\":\"Error 504: Gateway time-out\",\"status\":504,\"detail\":\"The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.\",\"instance\":\"a19524163f72c091\",\"error_code\":504,\"error_name\":\"origin_gateway_timeout\",\"error_category\":\"origin\",\"ray_id\":\"a19524163f72c091\",\"timestamp\":\"2026-07-11T04:44:20Z\",\"zone\":\"app.drime.cloud\",\"cloudflare_error\":true,\"retryable\":true,\"retry_after\":120,\"owner_action_required\":true,\"what_you_should_do\":\"**Wait and retry.** Back off for at least 120 seconds. If the error persists, the website operator should investigate long-running processes on the origin server.\",\"footer\":\"This error was generated by Cloudflare on behalf of the website owner.\"}\n") 2026/07/11 04:44:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/11 04:44:20 DEBUG : pacer: Reducing sleep to 10ms 2026/07/11 04:44:20 ERROR : dir/file1: Couldn't move: failed to move item: Error "No valid entries to move" 2026/07/11 04:44:20 ERROR : newLeaf: File.Rename error: failed to move item: Error "No valid entries to move" 2026/07/11 04:44:20 ERROR : dir/file1: Dir.Rename error: failed to move item: Error "No valid entries to move" file_test.go:342: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:342 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Received unexpected error: failed to move item: Error "No valid entries to move" Test: TestFileRename/off,forceCache=false 2026/07/11 04:44:20 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:44:20 DEBUG : dir: Looking for writers 2026/07/11 04:44:20 DEBUG : file1: reading active writers 2026/07/11 04:44:20 DEBUG : Looking for writers 2026/07/11 04:44:20 DEBUG : dir: reading active writers 2026/07/11 04:44:20 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "drime root 'rclone-test-petehop9pema'", Local "Local file system at /tmp/rclone3250294180", Modify Window "876000h0m0s" 2026/07/11 04:44:23 INFO : drime root 'rclone-test-petehop9pema': poll-interval is not supported by this remote 2026/07/11 04:44:23 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/11 04:44:23 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:44:23 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:44:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:44:23 DEBUG : Config file has changed externally - reloading 2026/07/11 04:44:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:44:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:44:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:44:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:44:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:44:23 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/11 04:44:33 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:44:33 DEBUG : dir: Looking for writers 2026/07/11 04:44:33 DEBUG : file1: reading active writers 2026/07/11 04:44:33 DEBUG : Looking for writers 2026/07/11 04:44:33 DEBUG : dir: reading active writers 2026/07/11 04:44:33 DEBUG : >WaitForWriters: 2026/07/11 04:45:23 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/11 04:46:23 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/11 04:46:36 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): {\"type\":\"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-504/\",\"title\":\"Error 504: Gateway time-out\",\"status\":504,\"detail\":\"The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.\",\"instance\":\"a19527660fefc091\",\"error_code\":504,\"error_name\":\"origin_gateway_timeout\",\"error_category\":\"origin\",\"ray_id\":\"a19527660fefc091\",\"timestamp\":\"2026-07-11T04:46:36Z\",\"zone\":\"app.drime.cloud\",\"cloudflare_error\":true,\"retryable\":true,\"retry_after\":120,\"owner_action_required\":true,\"what_you_should_do\":\"**Wait and retry.** Back off for at least 120 seconds. If the error persists, the website operator should investigate long-running processes on the origin server.\",\"footer\":\"This error was generated by Cloudflare on behalf of the website owner.\"}\n") 2026/07/11 04:46:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/11 04:46:37 DEBUG : pacer: Reducing sleep to 10ms 2026/07/11 04:46:37 ERROR : dir/file1: Couldn't move: failed to move item: Error "No valid entries to move" 2026/07/11 04:46:37 ERROR : newLeaf: File.Rename error: failed to move item: Error "No valid entries to move" 2026/07/11 04:46:37 ERROR : dir/file1: Dir.Rename error: failed to move item: Error "No valid entries to move" file_test.go:342: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:342 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Received unexpected error: failed to move item: Error "No valid entries to move" Test: TestFileRename/minimal,forceCache=false 2026/07/11 04:46:37 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:46:37 DEBUG : dir: Looking for writers 2026/07/11 04:46:37 DEBUG : file1: reading active writers 2026/07/11 04:46:37 DEBUG : Looking for writers 2026/07/11 04:46:37 DEBUG : dir: reading active writers 2026/07/11 04:46:37 DEBUG : >WaitForWriters: 2026/07/11 04:46:37 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "drime root 'rclone-test-petehop9pema'", Local "Local file system at /tmp/rclone3250294180", Modify Window "876000h0m0s" 2026/07/11 04:46:42 INFO : drime root 'rclone-test-petehop9pema': poll-interval is not supported by this remote 2026/07/11 04:46:42 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/11 04:46:42 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:46:42 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:46:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:46:42 DEBUG : Config file has changed externally - reloading 2026/07/11 04:46:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:46:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:46:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:46:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:46:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:46:42 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/11 04:46:49 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/11 04:46:49 DEBUG : dir/file1: newRWFileHandle: 2026/07/11 04:46:49 DEBUG : dir/file1(0x3c332d321cc0): openPending: 2026/07/11 04:46:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/07/11 04:46:49 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/11 04:46:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:46:49 DEBUG : dir/file1(0x3c332d321cc0): >openPending: err= 2026/07/11 04:46:49 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/11 04:46:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/11 04:46:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:46:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/11 04:46:49 DEBUG : dir/file1(0x3c332d321cc0): _writeAt: size=14, off=0 2026/07/11 04:46:49 DEBUG : dir/file1(0x3c332d321cc0): >_writeAt: n=14, err= 2026/07/11 04:46:49 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/11 04:46:49 DEBUG : dir/file1(0x3c332d321cc0): close: 2026/07/11 04:46:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/11 04:46:49 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/11 04:46:49 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/11 04:46:49 DEBUG : dir/file1(0x3c332d321cc0): >close: err= 2026/07/11 04:46:49 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:46:49 DEBUG : dir: Looking for writers 2026/07/11 04:46:49 DEBUG : file1: reading active writers 2026/07/11 04:46:49 DEBUG : Looking for writers 2026/07/11 04:46:49 DEBUG : dir: reading active writers 2026/07/11 04:46:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/11 04:46:49 DEBUG : dir: Looking for writers 2026/07/11 04:46:49 DEBUG : file1: reading active writers 2026/07/11 04:46:49 DEBUG : Looking for writers 2026/07/11 04:46:49 DEBUG : dir: reading active writers 2026/07/11 04:46:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/11 04:46:49 DEBUG : dir: Looking for writers 2026/07/11 04:46:49 DEBUG : file1: reading active writers 2026/07/11 04:46:49 DEBUG : Looking for writers 2026/07/11 04:46:49 DEBUG : dir: reading active writers 2026/07/11 04:46:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/11 04:46:49 DEBUG : dir: Looking for writers 2026/07/11 04:46:49 DEBUG : file1: reading active writers 2026/07/11 04:46:49 DEBUG : Looking for writers 2026/07/11 04:46:49 DEBUG : dir: reading active writers 2026/07/11 04:46:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/11 04:46:49 DEBUG : dir/file1: vfs cache: starting upload 2026/07/11 04:46:49 DEBUG : dir: Looking for writers 2026/07/11 04:46:49 DEBUG : file1: reading active writers 2026/07/11 04:46:49 DEBUG : Looking for writers 2026/07/11 04:46:49 DEBUG : dir: reading active writers 2026/07/11 04:46:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/11 04:46:49 DEBUG : dir: Looking for writers 2026/07/11 04:46:49 DEBUG : file1: reading active writers 2026/07/11 04:46:49 DEBUG : Looking for writers 2026/07/11 04:46:49 DEBUG : dir: reading active writers 2026/07/11 04:46:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/11 04:46:50 DEBUG : dir: Looking for writers 2026/07/11 04:46:50 DEBUG : file1: reading active writers 2026/07/11 04:46:50 DEBUG : Looking for writers 2026/07/11 04:46:50 DEBUG : dir: reading active writers 2026/07/11 04:46:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/07/11 04:46:50 DEBUG : dir/file1: Removing old object on successful upload 2026/07/11 04:46:50 DEBUG : dir: Looking for writers 2026/07/11 04:46:50 DEBUG : file1: reading active writers 2026/07/11 04:46:50 DEBUG : Looking for writers 2026/07/11 04:46:50 DEBUG : dir: reading active writers 2026/07/11 04:46:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/07/11 04:46:51 DEBUG : dir/file1: Old object already deleted, safely ignoring 2026/07/11 04:46:51 DEBUG : dir/file1: size = 14 OK 2026/07/11 04:46:51 INFO : dir/file1: Copied (replaced existing) 2026/07/11 04:46:51 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/11 04:46:51 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/11 04:46:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:46:51 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/11 04:46:51 DEBUG : dir: Looking for writers 2026/07/11 04:46:51 DEBUG : file1: reading active writers 2026/07/11 04:46:51 DEBUG : Looking for writers 2026/07/11 04:46:51 DEBUG : dir: reading active writers 2026/07/11 04:46:51 DEBUG : >WaitForWriters: 2026/07/11 04:46:51 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/11 04:46:51 DEBUG : dir/file1: newRWFileHandle: 2026/07/11 04:46:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/11 04:46:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/11 04:46:51 DEBUG : dir/file1(0x3c332d1d5400): _readAt: size=512, off=0 2026/07/11 04:46:51 DEBUG : dir/file1(0x3c332d1d5400): openPending: 2026/07/11 04:46:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/07/11 04:46:51 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/11 04:46:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:46:51 DEBUG : dir/file1(0x3c332d1d5400): >openPending: err= 2026/07/11 04:46:51 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/11 04:46:51 DEBUG : dir/file1(0x3c332d1d5400): >_readAt: n=14, err=EOF 2026/07/11 04:46:51 DEBUG : dir/file1(0x3c332d1d5400): close: 2026/07/11 04:46:51 DEBUG : dir/file1(0x3c332d1d5400): >close: err= 2026/07/11 04:46:56 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-11 04:46:50 +0000 UTC 2026/07/11 04:47:42 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item dir/file1 not removed, freed 0 bytes 2026/07/11 04:47:42 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 1 (was 1) in use 0, to upload 0, uploading 0, total size 14 (was 14) 2026/07/11 04:48:02 DEBUG : forgetting directory cache 2026/07/11 04:48:02 DEBUG : dir3: forgetting directory cache 2026/07/11 04:48:02 DEBUG : renamed empty directory: forgetting directory cache 2026/07/11 04:48:02 DEBUG : Removed virtual directory entry vAddDir: "dir2" 2026/07/11 04:48:02 DEBUG : Removed virtual directory entry vDel: "empty directory" 2026/07/11 04:48:02 DEBUG : Removed virtual directory entry vAddDir: "renamed empty directory" 2026/07/11 04:48:02 DEBUG : Removed virtual directory entry vDel: "dir" 2026/07/11 04:48:42 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item dir/file1 not removed, freed 0 bytes 2026/07/11 04:48:42 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 1 (was 1) in use 0, to upload 0, uploading 0, total size 14 (was 14) 2026/07/11 04:48:54 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): {\"type\":\"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-504/\",\"title\":\"Error 504: Gateway time-out\",\"status\":504,\"detail\":\"The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.\",\"instance\":\"a1952ac8e835c091\",\"error_code\":504,\"error_name\":\"origin_gateway_timeout\",\"error_category\":\"origin\",\"ray_id\":\"a1952ac8e835c091\",\"timestamp\":\"2026-07-11T04:48:54Z\",\"zone\":\"app.drime.cloud\",\"cloudflare_error\":true,\"retryable\":true,\"retry_after\":120,\"owner_action_required\":true,\"what_you_should_do\":\"**Wait and retry.** Back off for at least 120 seconds. If the error persists, the website operator should investigate long-running processes on the origin server.\",\"footer\":\"This error was generated by Cloudflare on behalf of the website owner.\"}\n") 2026/07/11 04:48:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/11 04:48:55 DEBUG : pacer: Reducing sleep to 10ms 2026/07/11 04:48:55 ERROR : dir/file1: Couldn't move: failed to move item: Error "No valid entries to move" 2026/07/11 04:48:55 ERROR : newLeaf: File.Rename error: failed to move item: Error "No valid entries to move" 2026/07/11 04:48:55 ERROR : dir/file1: Dir.Rename error: failed to move item: Error "No valid entries to move" file_test.go:342: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:342 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Received unexpected error: failed to move item: Error "No valid entries to move" Test: TestFileRename/minimal,forceCache=true 2026/07/11 04:48:55 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:48:55 DEBUG : dir: Looking for writers 2026/07/11 04:48:55 DEBUG : file1: reading active writers 2026/07/11 04:48:55 DEBUG : Looking for writers 2026/07/11 04:48:55 DEBUG : dir: reading active writers 2026/07/11 04:48:55 DEBUG : >WaitForWriters: 2026/07/11 04:48:55 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "drime root 'rclone-test-petehop9pema'", Local "Local file system at /tmp/rclone3250294180", Modify Window "876000h0m0s" 2026/07/11 04:49:01 INFO : drime root 'rclone-test-petehop9pema': poll-interval is not supported by this remote 2026/07/11 04:49:01 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/11 04:49:01 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:49:01 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:49:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:49:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:49:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:49:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:49:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:49:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:49:01 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/11 04:49:10 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:49:10 DEBUG : dir: Looking for writers 2026/07/11 04:49:10 DEBUG : file1: reading active writers 2026/07/11 04:49:10 DEBUG : Looking for writers 2026/07/11 04:49:10 DEBUG : dir: reading active writers 2026/07/11 04:49:10 DEBUG : >WaitForWriters: 2026/07/11 04:50:01 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/11 04:51:01 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/11 04:51:15 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): {\"type\":\"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-504/\",\"title\":\"Error 504: Gateway time-out\",\"status\":504,\"detail\":\"The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.\",\"instance\":\"a1952e395ff7c091\",\"error_code\":504,\"error_name\":\"origin_gateway_timeout\",\"error_category\":\"origin\",\"ray_id\":\"a1952e395ff7c091\",\"timestamp\":\"2026-07-11T04:51:15Z\",\"zone\":\"app.drime.cloud\",\"cloudflare_error\":true,\"retryable\":true,\"retry_after\":120,\"owner_action_required\":true,\"what_you_should_do\":\"**Wait and retry.** Back off for at least 120 seconds. If the error persists, the website operator should investigate long-running processes on the origin server.\",\"footer\":\"This error was generated by Cloudflare on behalf of the website owner.\"}\n") 2026/07/11 04:51:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/11 04:51:16 DEBUG : pacer: Reducing sleep to 10ms 2026/07/11 04:51:16 ERROR : dir/file1: Couldn't move: failed to move item: Error "No valid entries to move" 2026/07/11 04:51:16 ERROR : newLeaf: File.Rename error: failed to move item: Error "No valid entries to move" 2026/07/11 04:51:16 ERROR : dir/file1: Dir.Rename error: failed to move item: Error "No valid entries to move" file_test.go:342: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:342 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Received unexpected error: failed to move item: Error "No valid entries to move" Test: TestFileRename/writes,forceCache=false 2026/07/11 04:51:16 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:51:16 DEBUG : dir: Looking for writers 2026/07/11 04:51:16 DEBUG : file1: reading active writers 2026/07/11 04:51:16 DEBUG : Looking for writers 2026/07/11 04:51:16 DEBUG : dir: reading active writers 2026/07/11 04:51:16 DEBUG : >WaitForWriters: 2026/07/11 04:51:16 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "drime root 'rclone-test-petehop9pema'", Local "Local file system at /tmp/rclone3250294180", Modify Window "876000h0m0s" 2026/07/11 04:51:21 INFO : drime root 'rclone-test-petehop9pema': poll-interval is not supported by this remote 2026/07/11 04:51:21 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/11 04:51:21 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:51:21 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:51:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:51:21 DEBUG : Config file has changed externally - reloading 2026/07/11 04:51:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:51:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:51:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:51:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:51:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:51:21 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/11 04:51:24 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/11 04:51:24 DEBUG : dir/file1: newRWFileHandle: 2026/07/11 04:51:24 DEBUG : dir/file1(0x3c332d386bc0): openPending: 2026/07/11 04:51:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/07/11 04:51:24 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/11 04:51:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:51:24 DEBUG : dir/file1(0x3c332d386bc0): >openPending: err= 2026/07/11 04:51:24 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/11 04:51:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/11 04:51:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:51:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/11 04:51:24 DEBUG : dir/file1(0x3c332d386bc0): _writeAt: size=14, off=0 2026/07/11 04:51:24 DEBUG : dir/file1(0x3c332d386bc0): >_writeAt: n=14, err= 2026/07/11 04:51:24 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/11 04:51:24 DEBUG : dir/file1(0x3c332d386bc0): close: 2026/07/11 04:51:24 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/11 04:51:24 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/11 04:51:24 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/11 04:51:24 DEBUG : dir/file1(0x3c332d386bc0): >close: err= 2026/07/11 04:51:24 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:51:24 DEBUG : dir: Looking for writers 2026/07/11 04:51:24 DEBUG : file1: reading active writers 2026/07/11 04:51:24 DEBUG : Looking for writers 2026/07/11 04:51:24 DEBUG : dir: reading active writers 2026/07/11 04:51:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/11 04:51:24 DEBUG : dir: Looking for writers 2026/07/11 04:51:24 DEBUG : file1: reading active writers 2026/07/11 04:51:24 DEBUG : Looking for writers 2026/07/11 04:51:24 DEBUG : dir: reading active writers 2026/07/11 04:51:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/11 04:51:24 DEBUG : dir: Looking for writers 2026/07/11 04:51:24 DEBUG : file1: reading active writers 2026/07/11 04:51:24 DEBUG : Looking for writers 2026/07/11 04:51:24 DEBUG : dir: reading active writers 2026/07/11 04:51:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/11 04:51:24 DEBUG : dir: Looking for writers 2026/07/11 04:51:24 DEBUG : file1: reading active writers 2026/07/11 04:51:24 DEBUG : Looking for writers 2026/07/11 04:51:24 DEBUG : dir: reading active writers 2026/07/11 04:51:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/11 04:51:24 DEBUG : dir/file1: vfs cache: starting upload 2026/07/11 04:51:24 DEBUG : dir: Looking for writers 2026/07/11 04:51:24 DEBUG : file1: reading active writers 2026/07/11 04:51:24 DEBUG : Looking for writers 2026/07/11 04:51:24 DEBUG : dir: reading active writers 2026/07/11 04:51:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/11 04:51:24 DEBUG : dir: Looking for writers 2026/07/11 04:51:24 DEBUG : file1: reading active writers 2026/07/11 04:51:24 DEBUG : Looking for writers 2026/07/11 04:51:24 DEBUG : dir: reading active writers 2026/07/11 04:51:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/11 04:51:24 DEBUG : dir: Looking for writers 2026/07/11 04:51:24 DEBUG : file1: reading active writers 2026/07/11 04:51:24 DEBUG : Looking for writers 2026/07/11 04:51:24 DEBUG : dir: reading active writers 2026/07/11 04:51:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/07/11 04:51:25 DEBUG : dir/file1: Removing old object on successful upload 2026/07/11 04:51:25 DEBUG : dir/file1: Old object already deleted, safely ignoring 2026/07/11 04:51:25 DEBUG : dir/file1: size = 14 OK 2026/07/11 04:51:25 INFO : dir/file1: Copied (replaced existing) 2026/07/11 04:51:25 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/11 04:51:25 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/11 04:51:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:51:25 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/11 04:51:25 DEBUG : dir: Looking for writers 2026/07/11 04:51:25 DEBUG : file1: reading active writers 2026/07/11 04:51:25 DEBUG : Looking for writers 2026/07/11 04:51:25 DEBUG : dir: reading active writers 2026/07/11 04:51:25 DEBUG : >WaitForWriters: 2026/07/11 04:51:25 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/11 04:51:25 DEBUG : dir/file1: newRWFileHandle: 2026/07/11 04:51:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/11 04:51:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/11 04:51:25 DEBUG : dir/file1(0x3c332d387c00): _readAt: size=512, off=0 2026/07/11 04:51:25 DEBUG : dir/file1(0x3c332d387c00): openPending: 2026/07/11 04:51:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "14" 2026/07/11 04:51:25 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/11 04:51:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:51:25 DEBUG : dir/file1(0x3c332d387c00): >openPending: err= 2026/07/11 04:51:25 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/11 04:51:25 DEBUG : dir/file1(0x3c332d387c00): >_readAt: n=14, err=EOF 2026/07/11 04:51:25 DEBUG : dir/file1(0x3c332d387c00): close: 2026/07/11 04:51:25 DEBUG : dir/file1(0x3c332d387c00): >close: err= 2026/07/11 04:51:30 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-11 04:51:25 +0000 UTC 2026/07/11 04:52:15 DEBUG : forgetting directory cache 2026/07/11 04:52:15 DEBUG : dir: forgetting directory cache 2026/07/11 04:52:21 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item dir/file1 not removed, freed 0 bytes 2026/07/11 04:52:21 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 1 (was 1) in use 0, to upload 0, uploading 0, total size 14 (was 14) 2026/07/11 04:53:21 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item dir/file1 not removed, freed 0 bytes 2026/07/11 04:53:21 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 1 (was 1) in use 0, to upload 0, uploading 0, total size 14 (was 14) 2026/07/11 04:53:26 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): {\"type\":\"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-504/\",\"title\":\"Error 504: Gateway time-out\",\"status\":504,\"detail\":\"The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.\",\"instance\":\"a195316c5912c091\",\"error_code\":504,\"error_name\":\"origin_gateway_timeout\",\"error_category\":\"origin\",\"ray_id\":\"a195316c5912c091\",\"timestamp\":\"2026-07-11T04:53:26Z\",\"zone\":\"app.drime.cloud\",\"cloudflare_error\":true,\"retryable\":true,\"retry_after\":120,\"owner_action_required\":true,\"what_you_should_do\":\"**Wait and retry.** Back off for at least 120 seconds. If the error persists, the website operator should investigate long-running processes on the origin server.\",\"footer\":\"This error was generated by Cloudflare on behalf of the website owner.\"}\n") 2026/07/11 04:53:26 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/11 04:53:27 DEBUG : pacer: Reducing sleep to 10ms 2026/07/11 04:53:27 ERROR : dir/file1: Couldn't move: failed to move item: Error "No valid entries to move" 2026/07/11 04:53:27 ERROR : newLeaf: File.Rename error: failed to move item: Error "No valid entries to move" 2026/07/11 04:53:27 ERROR : dir/file1: Dir.Rename error: failed to move item: Error "No valid entries to move" file_test.go:342: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:342 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Received unexpected error: failed to move item: Error "No valid entries to move" Test: TestFileRename/writes,forceCache=true 2026/07/11 04:53:27 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:53:27 DEBUG : dir: Looking for writers 2026/07/11 04:53:27 DEBUG : file1: reading active writers 2026/07/11 04:53:27 DEBUG : Looking for writers 2026/07/11 04:53:27 DEBUG : dir: reading active writers 2026/07/11 04:53:27 DEBUG : >WaitForWriters: 2026/07/11 04:53:27 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "drime root 'rclone-test-petehop9pema'", Local "Local file system at /tmp/rclone3250294180", Modify Window "876000h0m0s" 2026/07/11 04:53:34 INFO : drime root 'rclone-test-petehop9pema': poll-interval is not supported by this remote 2026/07/11 04:53:34 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/11 04:53:34 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:53:34 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:53:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:53:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:53:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:53:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:53:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/11 04:53:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestDrime/rclone-test-petehop9pema" 2026/07/11 04:53:34 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/11 04:53:44 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:53:44 DEBUG : dir: Looking for writers 2026/07/11 04:53:44 DEBUG : file1: reading active writers 2026/07/11 04:53:44 DEBUG : Looking for writers 2026/07/11 04:53:44 DEBUG : dir: reading active writers 2026/07/11 04:53:44 DEBUG : >WaitForWriters: 2026/07/11 04:53:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/11 04:53:44 DEBUG : dir/file1: newRWFileHandle: 2026/07/11 04:53:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/11 04:53:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/11 04:53:44 DEBUG : dir/file1(0x3c332ceae8c0): _readAt: size=512, off=0 2026/07/11 04:53:44 DEBUG : dir/file1(0x3c332ceae8c0): openPending: 2026/07/11 04:53:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/07/11 04:53:44 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/11 04:53:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:53:44 DEBUG : dir/file1(0x3c332ceae8c0): >openPending: err= 2026/07/11 04:53:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/11 04:53:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/11 04:53:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/11 04:53:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/11 04:53:45 DEBUG : dir/file1(0x3c332ceae8c0): >_readAt: n=14, err=EOF 2026/07/11 04:53:45 DEBUG : dir/file1(0x3c332ceae8c0): close: 2026/07/11 04:53:45 DEBUG : dir/file1(0x3c332ceae8c0): >close: err= 2026/07/11 04:53:50 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-11 04:53:38 +0000 UTC 2026/07/11 04:54:32 DEBUG : forgetting directory cache 2026/07/11 04:54:32 DEBUG : dir: forgetting directory cache 2026/07/11 04:54:34 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item dir/file1 not removed, freed 0 bytes 2026/07/11 04:54:34 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 1 (was 1) in use 0, to upload 0, uploading 0, total size 14 (was 14) 2026/07/11 04:55:34 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item dir/file1 not removed, freed 0 bytes 2026/07/11 04:55:34 INFO : drime root 'rclone-test-petehop9pema': vfs cache: cleaned: objects 1 (was 1) in use 0, to upload 0, uploading 0, total size 14 (was 14) 2026/07/11 04:55:49 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): {\"type\":\"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-504/\",\"title\":\"Error 504: Gateway time-out\",\"status\":504,\"detail\":\"The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.\",\"instance\":\"a19534e51eddc091\",\"error_code\":504,\"error_name\":\"origin_gateway_timeout\",\"error_category\":\"origin\",\"ray_id\":\"a19534e51eddc091\",\"timestamp\":\"2026-07-11T04:55:49Z\",\"zone\":\"app.drime.cloud\",\"cloudflare_error\":true,\"retryable\":true,\"retry_after\":120,\"owner_action_required\":true,\"what_you_should_do\":\"**Wait and retry.** Back off for at least 120 seconds. If the error persists, the website operator should investigate long-running processes on the origin server.\",\"footer\":\"This error was generated by Cloudflare on behalf of the website owner.\"}\n") 2026/07/11 04:55:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/11 04:55:49 DEBUG : pacer: Reducing sleep to 10ms 2026/07/11 04:55:49 ERROR : dir/file1: Couldn't move: failed to move item: Error "No valid entries to move" 2026/07/11 04:55:49 ERROR : newLeaf: File.Rename error: failed to move item: Error "No valid entries to move" 2026/07/11 04:55:49 ERROR : dir/file1: Dir.Rename error: failed to move item: Error "No valid entries to move" file_test.go:342: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:342 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Received unexpected error: failed to move item: Error "No valid entries to move" Test: TestFileRename/full,forceCache=false 2026/07/11 04:55:49 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:55:49 DEBUG : dir: Looking for writers 2026/07/11 04:55:49 DEBUG : file1: reading active writers 2026/07/11 04:55:49 DEBUG : Looking for writers 2026/07/11 04:55:49 DEBUG : dir: reading active writers 2026/07/11 04:55:49 DEBUG : >WaitForWriters: 2026/07/11 04:55:49 DEBUG : drime root 'rclone-test-petehop9pema': vfs cache: cleaner exiting --- FAIL: TestFileRename (826.31s) --- FAIL: TestFileRename/off,forceCache=false (134.19s) --- FAIL: TestFileRename/minimal,forceCache=false (138.56s) --- FAIL: TestFileRename/minimal,forceCache=true (139.14s) --- FAIL: TestFileRename/writes,forceCache=false (140.15s) --- FAIL: TestFileRename/writes,forceCache=true (132.68s) --- FAIL: TestFileRename/full,forceCache=false (141.59s) === RUN TestVFSRename run.go:198: Remote "drime root 'rclone-test-petehop9pema'", Local "Local file system at /tmp/rclone3250294180", Modify Window "876000h0m0s" 2026/07/11 04:55:55 INFO : drime root 'rclone-test-petehop9pema': poll-interval is not supported by this remote 2026/07/11 04:55:59 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/11 04:55:59 DEBUG : dir/file1: Updating file with dir/file1 0x3c332d4d0750 2026/07/11 04:55:59 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/11 04:55:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/11 04:56:49 DEBUG : forgetting directory cache 2026/07/11 04:56:49 DEBUG : dir: forgetting directory cache 2026/07/11 04:56:49 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/07/11 04:58:00 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): {\"type\":\"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-504/\",\"title\":\"Error 504: Gateway time-out\",\"status\":504,\"detail\":\"The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.\",\"instance\":\"a19538198c76c091\",\"error_code\":504,\"error_name\":\"origin_gateway_timeout\",\"error_category\":\"origin\",\"ray_id\":\"a19538198c76c091\",\"timestamp\":\"2026-07-11T04:58:00Z\",\"zone\":\"app.drime.cloud\",\"cloudflare_error\":true,\"retryable\":true,\"retry_after\":120,\"owner_action_required\":true,\"what_you_should_do\":\"**Wait and retry.** Back off for at least 120 seconds. If the error persists, the website operator should investigate long-running processes on the origin server.\",\"footer\":\"This error was generated by Cloudflare on behalf of the website owner.\"}\n") 2026/07/11 04:58:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/11 04:58:00 DEBUG : pacer: Reducing sleep to 10ms 2026/07/11 04:58:00 ERROR : dir/file1: Couldn't move: failed to move item: Error "No valid entries to move" 2026/07/11 04:58:00 ERROR : file0: File.Rename error: failed to move item: Error "No valid entries to move" 2026/07/11 04:58:00 ERROR : dir/file1: Dir.Rename error: failed to move item: Error "No valid entries to move" vfs_test.go:303: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:303 Error: Received unexpected error: failed to move item: Error "No valid entries to move" Test: TestVFSRename 2026/07/11 04:58:00 DEBUG : WaitForWriters: timeout=30s 2026/07/11 04:58:00 DEBUG : dir: Looking for writers 2026/07/11 04:58:00 DEBUG : file1: reading active writers 2026/07/11 04:58:00 DEBUG : Looking for writers 2026/07/11 04:58:00 DEBUG : dir: reading active writers 2026/07/11 04:58:00 DEBUG : >WaitForWriters: --- FAIL: TestVFSRename (127.32s) FAIL 2026/07/11 04:58:03 DEBUG : drime root 'rclone-test-petehop9pema': Purge remote "./vfs.test -test.v -test.timeout 2h0m0s -remote TestDrime: -list-retries 5 -verbose -test.run '^(TestDirRename|TestVFSRename)$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$'" - Finished ERROR in 20m9.820903181s (try 3/5): exit status 1: Failed [TestDirRename TestFileRename/off,forceCache=false TestFileRename/minimal,forceCache=false TestFileRename/minimal,forceCache=true TestFileRename/writes,forceCache=false TestFileRename/writes,forceCache=true TestFileRename/full,forceCache=false TestVFSRename]