"./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirMkdir|TestDirMkdirSub|TestDirRemoveName|TestDirStat|TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileRemove|TestFileRemoveAll|TestRWCacheUpdate|TestRWFileHandleFlushRead|TestRWFileHandleMethodsRead|TestRWFileHandleReadAt|TestRWFileHandleReleaseRead|TestRWFileHandleSeek|TestRWFileHandleSizeCreateNew|TestReadFileHandleFlush|TestReadFileHandleMethods|TestReadFileHandleReadAt|TestReadFileHandleRelease|TestReadFileHandleSeek|TestVFSMkdirAll)$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$|^TestFileSetModTime$/^(cache=full,open=false,write=false|cache=full,open=true,write=false|cache=full,open=true,write=true|cache=off,open=true,write=false|cache=off,open=true,write=true)$'" - Starting (try 2/5) 2025/08/03 01:54:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-zevamec3puca" 2025/08/03 01:54:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/03 01:54:27 DEBUG : Starting OpenDrive session with ID: 442b4268f9f3e729d5b8b6437e8e9a15596d6ebb7b95edb0f97f68c9a35f020a 2025/08/03 01:54:27 DEBUG : Creating backend with remote "/tmp/rclone4128366131" === RUN TestDirStat run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:54:27 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:54:27 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:54:29 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:54:30 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:54:30 DEBUG : dir: Looking for writers 2025/08/03 01:54:30 DEBUG : file1: reading active writers 2025/08/03 01:54:30 DEBUG : Looking for writers 2025/08/03 01:54:30 DEBUG : dir: reading active writers 2025/08/03 01:54:30 DEBUG : >WaitForWriters: --- PASS: TestDirStat (4.11s) === RUN TestDirCreate run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:54:31 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:54:31 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:54:32 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 dir_test.go:354: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:354 Error: Should be true Test: TestDirCreate 2025/08/03 01:54:34 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2025/08/03 01:54:34 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/08/03 01:54:34 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2025/08/03 01:54:34 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/08/03 01:54:34 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': File to upload is small (5 bytes), uploading instead of streaming 2025/08/03 01:54:35 DEBUG : dir/potato: Uploading chunk 0, size=5, remain=0 2025/08/03 01:54:36 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/08/03 01:54:36 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2025/08/03 01:54:36 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/08/03 01:54:36 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:54:36 DEBUG : dir: Looking for writers 2025/08/03 01:54:36 DEBUG : file1: reading active writers 2025/08/03 01:54:36 DEBUG : potato: reading active writers 2025/08/03 01:54:36 DEBUG : Looking for writers 2025/08/03 01:54:36 DEBUG : dir: reading active writers 2025/08/03 01:54:36 DEBUG : >WaitForWriters: run.go:125: removing dir "dir" failed - try 1/3: folder not empty run.go:125: removing dir "dir" failed - try 2/3: folder not empty run.go:125: removing dir "dir" failed - try 3/3: folder not empty run.go:128: removing dir "dir" failed: folder not empty fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:298: Flushing the directory cache fstest.go:302: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /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: TestDirCreate Messages: listing wrong, want got dir/potato (5) fstest.go:188: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:188 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /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: TestDirCreate Messages: Unexpected file "dir/potato" fstest.go:324: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:324 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /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: TestDirCreate Messages: directories --- FAIL: TestDirCreate (17.28s) === RUN TestDirMkdir run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:54:48 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:54:48 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:54:50 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:298: Flushing the directory cache fstest.go:302: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /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:389 Error: Should be true Test: TestDirMkdir Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/potato (5) fstest.go:188: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:188 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /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:389 Error: Should be true Test: TestDirMkdir Messages: Unexpected file "dir/potato" 2025/08/03 01:55:00 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 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:401 Error: Not equal: expected: []string{"file1,14,false", "sub,0,true"} actual : []string{"file1,14,false", "potato,5,false", "sub,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=14) "file1,14,false", + (string) (len=14) "potato,5,false", (string) (len=10) "sub,0,true" Test: TestDirMkdir fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:298: Flushing the directory cache fstest.go:302: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:405 Error: Should be true Test: TestDirMkdir Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/potato (5) fstest.go:188: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:188 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:405 Error: Should be true Test: TestDirMkdir Messages: Unexpected file "dir/potato" 2025/08/03 01:55:09 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:09 DEBUG : dir/sub: Looking for writers 2025/08/03 01:55:09 DEBUG : dir: Looking for writers 2025/08/03 01:55:09 DEBUG : file1: reading active writers 2025/08/03 01:55:09 DEBUG : potato: reading active writers 2025/08/03 01:55:09 DEBUG : sub: reading active writers 2025/08/03 01:55:09 DEBUG : Looking for writers 2025/08/03 01:55:09 DEBUG : dir: reading active writers 2025/08/03 01:55:09 DEBUG : >WaitForWriters: fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 7s just to make sure --- FAIL: TestDirMkdir (33.20s) === RUN TestDirMkdirSub run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:55:22 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:55:22 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:55:23 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:55:25 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2025/08/03 01:55:25 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2025/08/03 01:55:26 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:26 DEBUG : dir/sub/subsub: Looking for writers 2025/08/03 01:55:26 DEBUG : dir/sub: Looking for writers 2025/08/03 01:55:26 DEBUG : subsub: reading active writers 2025/08/03 01:55:26 DEBUG : dir: Looking for writers 2025/08/03 01:55:26 DEBUG : file1: reading active writers 2025/08/03 01:55:26 DEBUG : sub: reading active writers 2025/08/03 01:55:26 DEBUG : Looking for writers 2025/08/03 01:55:26 DEBUG : dir: reading active writers 2025/08/03 01:55:26 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (6.83s) === RUN TestDirRemoveName run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:55:29 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:55:29 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:55:30 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:55:31 DEBUG : dir/file1: Remove: 2025/08/03 01:55:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:55:32 DEBUG : dir/file1: >Remove: err= dir_test.go:504: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:504 Error: Should be true Test: TestDirRemoveName 2025/08/03 01:55:32 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:32 DEBUG : dir: Looking for writers 2025/08/03 01:55:32 DEBUG : Looking for writers 2025/08/03 01:55:32 DEBUG : dir: reading active writers 2025/08/03 01:55:32 DEBUG : >WaitForWriters: --- FAIL: TestDirRemoveName (4.22s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:55:33 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:55:33 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:55:34 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:55:36 DEBUG : time_test: Uploading chunk 0, size=5, remain=0 2025/08/03 01:55:38 DEBUG : Can set mod time: true 2025/08/03 01:55:38 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/08/03 01:55:38 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/08/03 01:55:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:55:38 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': File to upload is small (0 bytes), uploading instead of streaming 2025/08/03 01:55:39 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/08/03 01:55:39 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/08/03 01:55:39 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/08/03 01:55:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:55:39 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:39 DEBUG : dir: Looking for writers 2025/08/03 01:55:39 DEBUG : file1: reading active writers 2025/08/03 01:55:39 DEBUG : Looking for writers 2025/08/03 01:55:39 DEBUG : dir: reading active writers 2025/08/03 01:55:39 DEBUG : >WaitForWriters: 2025/08/03 01:55:39 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:39 DEBUG : dir: Looking for writers 2025/08/03 01:55:39 DEBUG : file1: reading active writers 2025/08/03 01:55:39 DEBUG : Looking for writers 2025/08/03 01:55:39 DEBUG : dir: reading active writers 2025/08/03 01:55:39 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:55:40 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:55:40 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:55:41 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:55:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/08/03 01:55:43 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/08/03 01:55:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:55:43 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': File to upload is small (5 bytes), uploading instead of streaming 2025/08/03 01:55:44 DEBUG : dir/file1: Uploading chunk 0, size=5, remain=0 2025/08/03 01:55:45 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/08/03 01:55:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/08/03 01:55:45 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/08/03 01:55:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:55:45 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:45 DEBUG : dir: Looking for writers 2025/08/03 01:55:45 DEBUG : file1: reading active writers 2025/08/03 01:55:45 DEBUG : Looking for writers 2025/08/03 01:55:45 DEBUG : dir: reading active writers 2025/08/03 01:55:45 DEBUG : >WaitForWriters: 2025/08/03 01:55:45 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:45 DEBUG : dir: Looking for writers 2025/08/03 01:55:45 DEBUG : file1: reading active writers 2025/08/03 01:55:45 DEBUG : Looking for writers 2025/08/03 01:55:45 DEBUG : dir: reading active writers 2025/08/03 01:55:45 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:55:46 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:55:46 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:55:46 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:46 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:55:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:55:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:46 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/08/03 01:55:47 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:55:49 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/08/03 01:55:50 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:50 DEBUG : dir: Looking for writers 2025/08/03 01:55:50 DEBUG : file1: reading active writers 2025/08/03 01:55:50 DEBUG : Looking for writers 2025/08/03 01:55:50 DEBUG : dir: reading active writers 2025/08/03 01:55:50 DEBUG : >WaitForWriters: 2025/08/03 01:55:50 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:55:51 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:55:51 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:55:51 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:51 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:55:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:55:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:51 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/08/03 01:55:52 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:55:53 DEBUG : dir/file1: Open: flags=O_WRONLY 2025/08/03 01:55:53 DEBUG : dir/file1: newRWFileHandle: 2025/08/03 01:55:53 DEBUG : dir/file1: >newRWFileHandle: err= 2025/08/03 01:55:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/08/03 01:55:53 DEBUG : dir/file1(0xc0002d29c0): close: 2025/08/03 01:55:54 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/08/03 01:55:54 DEBUG : dir/file1(0xc0002d29c0): >close: err= 2025/08/03 01:55:54 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:54 DEBUG : dir: Looking for writers 2025/08/03 01:55:54 DEBUG : file1: reading active writers 2025/08/03 01:55:54 DEBUG : Looking for writers 2025/08/03 01:55:54 DEBUG : dir: reading active writers 2025/08/03 01:55:54 DEBUG : >WaitForWriters: 2025/08/03 01:55:54 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:54 DEBUG : dir: Looking for writers 2025/08/03 01:55:54 DEBUG : file1: reading active writers 2025/08/03 01:55:54 DEBUG : Looking for writers 2025/08/03 01:55:54 DEBUG : dir: reading active writers 2025/08/03 01:55:54 DEBUG : >WaitForWriters: 2025/08/03 01:55:54 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:55:55 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:55:55 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:55:55 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:55 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:55:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:55:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:55:55 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/08/03 01:55:56 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:55:58 DEBUG : dir/file1: Open: flags=O_WRONLY 2025/08/03 01:55:58 DEBUG : dir/file1: newRWFileHandle: 2025/08/03 01:55:58 DEBUG : dir/file1: >newRWFileHandle: err= 2025/08/03 01:55:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/08/03 01:55:58 DEBUG : dir/file1(0xc0002d3c80): _writeAt: size=5, off=0 2025/08/03 01:55:58 DEBUG : dir/file1(0xc0002d3c80): openPending: 2025/08/03 01:55:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2025/08/03 01:55:58 DEBUG : dir/file1: vfs cache: truncate to size=14 2025/08/03 01:55:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:55:58 DEBUG : dir/file1(0xc0002d3c80): >openPending: err= 2025/08/03 01:55:58 DEBUG : dir/file1(0xc0002d3c80): >_writeAt: n=5, err= 2025/08/03 01:55:58 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2025/08/03 01:55:58 DEBUG : dir/file1(0xc0002d3c80): close: 2025/08/03 01:55:58 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2025/08/03 01:55:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2025/08/03 01:55:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2025/08/03 01:55:58 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2025/08/03 01:55:58 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2025/08/03 01:55:58 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2025/08/03 01:55:58 DEBUG : dir/file1(0xc0002d3c80): >close: err= 2025/08/03 01:55:58 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:55:58 DEBUG : dir: Looking for writers 2025/08/03 01:55:58 DEBUG : file1: reading active writers 2025/08/03 01:55:58 DEBUG : Looking for writers 2025/08/03 01:55:58 DEBUG : dir: reading active writers 2025/08/03 01:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/08/03 01:55:58 DEBUG : dir: Looking for writers 2025/08/03 01:55:58 DEBUG : file1: reading active writers 2025/08/03 01:55:58 DEBUG : Looking for writers 2025/08/03 01:55:58 DEBUG : dir: reading active writers 2025/08/03 01:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/08/03 01:55:58 DEBUG : dir: Looking for writers 2025/08/03 01:55:58 DEBUG : file1: reading active writers 2025/08/03 01:55:58 DEBUG : Looking for writers 2025/08/03 01:55:58 DEBUG : dir: reading active writers 2025/08/03 01:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/08/03 01:55:58 DEBUG : dir: Looking for writers 2025/08/03 01:55:58 DEBUG : file1: reading active writers 2025/08/03 01:55:58 DEBUG : Looking for writers 2025/08/03 01:55:58 DEBUG : dir: reading active writers 2025/08/03 01:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/08/03 01:55:58 DEBUG : dir/file1: vfs cache: starting upload 2025/08/03 01:55:58 DEBUG : dir: Looking for writers 2025/08/03 01:55:58 DEBUG : file1: reading active writers 2025/08/03 01:55:58 DEBUG : Looking for writers 2025/08/03 01:55:58 DEBUG : dir: reading active writers 2025/08/03 01:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2025/08/03 01:55:58 DEBUG : dir: Looking for writers 2025/08/03 01:55:58 DEBUG : file1: reading active writers 2025/08/03 01:55:58 DEBUG : Looking for writers 2025/08/03 01:55:58 DEBUG : dir: reading active writers 2025/08/03 01:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2025/08/03 01:55:58 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:55:58 DEBUG : dir: Looking for writers 2025/08/03 01:55:58 DEBUG : file1: reading active writers 2025/08/03 01:55:58 DEBUG : Looking for writers 2025/08/03 01:55:58 DEBUG : dir: reading active writers 2025/08/03 01:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2025/08/03 01:55:59 DEBUG : dir: Looking for writers 2025/08/03 01:55:59 DEBUG : file1: reading active writers 2025/08/03 01:55:59 DEBUG : Looking for writers 2025/08/03 01:55:59 DEBUG : dir: reading active writers 2025/08/03 01:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2025/08/03 01:55:59 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2025/08/03 01:55:59 INFO : dir/file1: Copied (replaced existing) 2025/08/03 01:55:59 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2025/08/03 01:55:59 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2025/08/03 01:55:59 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2025/08/03 01:55:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:55:59 INFO : dir/file1: vfs cache: upload succeeded try #1 2025/08/03 01:56:00 DEBUG : dir: Looking for writers 2025/08/03 01:56:00 DEBUG : file1: reading active writers 2025/08/03 01:56:00 DEBUG : Looking for writers 2025/08/03 01:56:00 DEBUG : dir: reading active writers 2025/08/03 01:56:00 DEBUG : >WaitForWriters: 2025/08/03 01:56:00 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:56:00 DEBUG : dir: Looking for writers 2025/08/03 01:56:00 DEBUG : file1: reading active writers 2025/08/03 01:56:00 DEBUG : Looking for writers 2025/08/03 01:56:00 DEBUG : dir: reading active writers 2025/08/03 01:56:00 DEBUG : >WaitForWriters: 2025/08/03 01:56:00 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure --- PASS: TestFileSetModTime (36.21s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (7.60s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (6.00s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (4.29s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (4.33s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (13.98s) === RUN TestFileOpenRead run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:56:09 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:56:09 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:56:10 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:56:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/08/03 01:56:12 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/08/03 01:56:12 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/08/03 01:56:12 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2025/08/03 01:56:12 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:56:12 DEBUG : dir: Looking for writers 2025/08/03 01:56:12 DEBUG : file1: reading active writers 2025/08/03 01:56:12 DEBUG : Looking for writers 2025/08/03 01:56:12 DEBUG : dir: reading active writers 2025/08/03 01:56:12 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (4.04s) === RUN TestFileOpenWrite run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:56:13 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:56:13 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:56:14 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:56:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:56:16 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': File to upload is small (25 bytes), uploading instead of streaming 2025/08/03 01:56:16 DEBUG : dir/file1: Uploading chunk 0, size=25, remain=0 2025/08/03 01:56:17 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/08/03 01:56:17 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/08/03 01:56:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:56:17 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:56:17 DEBUG : dir: Looking for writers 2025/08/03 01:56:17 DEBUG : file1: reading active writers 2025/08/03 01:56:17 DEBUG : Looking for writers 2025/08/03 01:56:17 DEBUG : dir: reading active writers 2025/08/03 01:56:17 DEBUG : >WaitForWriters: run.go:125: removing dir "dir" failed - try 1/3: folder not empty fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure --- PASS: TestFileOpenWrite (13.87s) === RUN TestFileRemove run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:56:27 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:56:27 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:56:28 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:56:30 DEBUG : dir/file1: Remove: 2025/08/03 01:56:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:56:30 DEBUG : dir/file1: >Remove: err= 2025/08/03 01:56:30 DEBUG : dir/file1: Remove: 2025/08/03 01:56:30 DEBUG : dir/file1: >Remove: err=Read only file system 2025/08/03 01:56:30 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:56:30 DEBUG : dir: Looking for writers 2025/08/03 01:56:30 DEBUG : Looking for writers 2025/08/03 01:56:30 DEBUG : dir: reading active writers 2025/08/03 01:56:30 DEBUG : >WaitForWriters: fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure --- PASS: TestFileRemove (11.61s) === RUN TestFileRemoveAll run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:56:38 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:56:38 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:56:40 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:56:42 DEBUG : dir/file1: Remove: 2025/08/03 01:56:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:56:42 DEBUG : dir/file1: >Remove: err= 2025/08/03 01:56:43 DEBUG : dir/file1: Remove: 2025/08/03 01:56:43 DEBUG : dir/file1: >Remove: err=Read only file system 2025/08/03 01:56:43 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:56:43 DEBUG : dir: Looking for writers 2025/08/03 01:56:43 DEBUG : Looking for writers 2025/08/03 01:56:43 DEBUG : dir: reading active writers 2025/08/03 01:56:43 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (4.90s) === RUN TestFileOpen run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:56:43 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:56:43 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:56:44 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:56:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/08/03 01:56:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/08/03 01:56:46 DEBUG : dir/file1: Open: flags=O_WRONLY 2025/08/03 01:56:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/08/03 01:56:46 DEBUG : dir/file1: Open: flags=O_RDWR 2025/08/03 01:56:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/08/03 01:56:46 DEBUG : dir/file1: Open: flags=0x3 2025/08/03 01:56:46 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2025/08/03 01:56:46 DEBUG : dir/file1: >Open: fd=, err=permission denied 2025/08/03 01:56:46 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:56:46 DEBUG : dir: Looking for writers 2025/08/03 01:56:46 DEBUG : file1: reading active writers 2025/08/03 01:56:46 DEBUG : Looking for writers 2025/08/03 01:56:46 DEBUG : dir: reading active writers 2025/08/03 01:56:46 DEBUG : >WaitForWriters: run.go:125: removing dir "dir" failed - try 1/3: folder not empty --- PASS: TestFileOpen (5.38s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:56:49 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:56:49 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:56:50 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:56:52 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:56:52 DEBUG : dir: Looking for writers 2025/08/03 01:56:52 DEBUG : file1: reading active writers 2025/08/03 01:56:52 DEBUG : Looking for writers 2025/08/03 01:56:52 DEBUG : dir: reading active writers 2025/08/03 01:56:52 DEBUG : >WaitForWriters: 2025/08/03 01:56:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/08/03 01:56:53 DEBUG : newLeaf: Updating file with newLeaf 0xc0001aafc0 2025/08/03 01:56:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:56:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:56:54 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/08/03 01:56:54 DEBUG : dir/file1: Updating file with dir/file1 0xc0001aafc0 2025/08/03 01:56:54 DEBUG : Added virtual directory entry vDel: "newLeaf" 2025/08/03 01:56:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:56:54 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/08/03 01:56:54 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/08/03 01:56:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:56:54 DEBUG : dir/file1: File is currently open, delaying rename 0xc0001aafc0 2025/08/03 01:56:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:56:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:56:54 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': File to upload is small (25 bytes), uploading instead of streaming 2025/08/03 01:56:54 DEBUG : dir/file1: Uploading chunk 0, size=25, remain=0 2025/08/03 01:56:55 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/08/03 01:56:55 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/08/03 01:56:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:56:55 DEBUG : newLeaf: Running delayed rename now 2025/08/03 01:56:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/08/03 01:56:56 DEBUG : newLeaf: Updating file with newLeaf 0xc0001aafc0 2025/08/03 01:56:56 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:56:56 DEBUG : dir: Looking for writers 2025/08/03 01:56:56 DEBUG : Looking for writers 2025/08/03 01:56:56 DEBUG : dir: reading active writers 2025/08/03 01:56:56 DEBUG : newLeaf: reading active writers 2025/08/03 01:56:56 DEBUG : >WaitForWriters: 2025/08/03 01:56:56 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:56:56 DEBUG : dir: Looking for writers 2025/08/03 01:56:56 DEBUG : Looking for writers 2025/08/03 01:56:56 DEBUG : dir: reading active writers 2025/08/03 01:56:56 DEBUG : newLeaf: reading active writers 2025/08/03 01:56:56 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:56:57 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:56:57 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:56:57 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:56:57 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:56:57 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:56:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:56:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:56:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:56:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:56:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:56:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:56:57 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/08/03 01:56:58 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:57:00 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:00 DEBUG : dir: Looking for writers 2025/08/03 01:57:00 DEBUG : file1: reading active writers 2025/08/03 01:57:00 DEBUG : Looking for writers 2025/08/03 01:57:00 DEBUG : dir: reading active writers 2025/08/03 01:57:00 DEBUG : >WaitForWriters: 2025/08/03 01:57:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/08/03 01:57:01 DEBUG : newLeaf: Updating file with newLeaf 0xc000724cc0 2025/08/03 01:57:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:57:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:57:02 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/08/03 01:57:02 DEBUG : dir/file1: Updating file with dir/file1 0xc000724cc0 2025/08/03 01:57:02 DEBUG : Added virtual directory entry vDel: "newLeaf" 2025/08/03 01:57:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/08/03 01:57:02 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/08/03 01:57:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:02 DEBUG : dir/file1: File is currently open, delaying rename 0xc000724cc0 2025/08/03 01:57:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:57:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:57:02 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': File to upload is small (25 bytes), uploading instead of streaming 2025/08/03 01:57:02 DEBUG : dir/file1: Uploading chunk 0, size=25, remain=0 2025/08/03 01:57:03 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/08/03 01:57:03 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/08/03 01:57:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:57:03 DEBUG : newLeaf: Running delayed rename now 2025/08/03 01:57:04 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/08/03 01:57:04 DEBUG : newLeaf: Updating file with newLeaf 0xc000724cc0 2025/08/03 01:57:04 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:04 DEBUG : dir: Looking for writers 2025/08/03 01:57:04 DEBUG : Looking for writers 2025/08/03 01:57:04 DEBUG : dir: reading active writers 2025/08/03 01:57:04 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:04 DEBUG : >WaitForWriters: 2025/08/03 01:57:04 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:04 DEBUG : dir: Looking for writers 2025/08/03 01:57:04 DEBUG : Looking for writers 2025/08/03 01:57:04 DEBUG : dir: reading active writers 2025/08/03 01:57:04 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:04 DEBUG : >WaitForWriters: 2025/08/03 01:57:04 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:05 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:05 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:57:05 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:05 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:05 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:05 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/08/03 01:57:06 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:57:08 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2025/08/03 01:57:08 DEBUG : dir/file1: newRWFileHandle: 2025/08/03 01:57:08 DEBUG : dir/file1(0xc0006bdd40): openPending: 2025/08/03 01:57:08 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2025/08/03 01:57:08 DEBUG : dir/file1: vfs cache: truncate to size=14 2025/08/03 01:57:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:08 DEBUG : dir/file1(0xc0006bdd40): >openPending: err= 2025/08/03 01:57:08 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/08/03 01:57:08 DEBUG : dir/file1: >newRWFileHandle: err= 2025/08/03 01:57:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/08/03 01:57:08 DEBUG : dir/file1(0xc0006bdd40): _writeAt: size=14, off=0 2025/08/03 01:57:08 DEBUG : dir/file1(0xc0006bdd40): >_writeAt: n=14, err= 2025/08/03 01:57:08 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2025/08/03 01:57:08 DEBUG : dir/file1(0xc0006bdd40): close: 2025/08/03 01:57:08 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2025/08/03 01:57:08 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2025/08/03 01:57:08 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2025/08/03 01:57:08 DEBUG : dir/file1(0xc0006bdd40): >close: err= 2025/08/03 01:57:08 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:08 DEBUG : dir: Looking for writers 2025/08/03 01:57:08 DEBUG : file1: reading active writers 2025/08/03 01:57:08 DEBUG : Looking for writers 2025/08/03 01:57:08 DEBUG : dir: reading active writers 2025/08/03 01:57:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/08/03 01:57:08 DEBUG : dir: Looking for writers 2025/08/03 01:57:08 DEBUG : file1: reading active writers 2025/08/03 01:57:08 DEBUG : Looking for writers 2025/08/03 01:57:08 DEBUG : dir: reading active writers 2025/08/03 01:57:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/08/03 01:57:08 DEBUG : dir: Looking for writers 2025/08/03 01:57:08 DEBUG : file1: reading active writers 2025/08/03 01:57:08 DEBUG : Looking for writers 2025/08/03 01:57:08 DEBUG : dir: reading active writers 2025/08/03 01:57:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/08/03 01:57:08 DEBUG : dir: Looking for writers 2025/08/03 01:57:08 DEBUG : file1: reading active writers 2025/08/03 01:57:08 DEBUG : Looking for writers 2025/08/03 01:57:08 DEBUG : dir: reading active writers 2025/08/03 01:57:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/08/03 01:57:08 DEBUG : dir/file1: vfs cache: starting upload 2025/08/03 01:57:08 DEBUG : dir: Looking for writers 2025/08/03 01:57:08 DEBUG : file1: reading active writers 2025/08/03 01:57:08 DEBUG : Looking for writers 2025/08/03 01:57:08 DEBUG : dir: reading active writers 2025/08/03 01:57:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2025/08/03 01:57:08 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:57:08 DEBUG : dir: Looking for writers 2025/08/03 01:57:08 DEBUG : file1: reading active writers 2025/08/03 01:57:08 DEBUG : Looking for writers 2025/08/03 01:57:08 DEBUG : dir: reading active writers 2025/08/03 01:57:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2025/08/03 01:57:09 DEBUG : dir: Looking for writers 2025/08/03 01:57:09 DEBUG : file1: reading active writers 2025/08/03 01:57:09 DEBUG : Looking for writers 2025/08/03 01:57:09 DEBUG : dir: reading active writers 2025/08/03 01:57:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2025/08/03 01:57:09 DEBUG : dir: Looking for writers 2025/08/03 01:57:09 DEBUG : file1: reading active writers 2025/08/03 01:57:09 DEBUG : Looking for writers 2025/08/03 01:57:09 DEBUG : dir: reading active writers 2025/08/03 01:57:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2025/08/03 01:57:09 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/08/03 01:57:09 INFO : dir/file1: Copied (replaced existing) 2025/08/03 01:57:09 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2025/08/03 01:57:09 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2025/08/03 01:57:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:09 INFO : dir/file1: vfs cache: upload succeeded try #1 2025/08/03 01:57:10 DEBUG : dir: Looking for writers 2025/08/03 01:57:10 DEBUG : file1: reading active writers 2025/08/03 01:57:10 DEBUG : Looking for writers 2025/08/03 01:57:10 DEBUG : dir: reading active writers 2025/08/03 01:57:10 DEBUG : >WaitForWriters: 2025/08/03 01:57:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/08/03 01:57:10 DEBUG : dir/file1: newRWFileHandle: 2025/08/03 01:57:10 DEBUG : dir/file1: >newRWFileHandle: err= 2025/08/03 01:57:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/08/03 01:57:10 DEBUG : dir/file1(0xc000533a00): _readAt: size=512, off=0 2025/08/03 01:57:10 DEBUG : dir/file1(0xc000533a00): openPending: 2025/08/03 01:57:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2025/08/03 01:57:10 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2025/08/03 01:57:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:10 DEBUG : dir/file1(0xc000533a00): >openPending: err= 2025/08/03 01:57:10 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2025/08/03 01:57:10 DEBUG : dir/file1(0xc000533a00): >_readAt: n=14, err=EOF 2025/08/03 01:57:10 DEBUG : dir/file1(0xc000533a00): close: 2025/08/03 01:57:10 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2025/08/03 01:57:10 DEBUG : dir/file1(0xc000533a00): >close: err= 2025/08/03 01:57:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/08/03 01:57:11 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/08/03 01:57:11 DEBUG : newLeaf: Updating file with newLeaf 0xc000788480 2025/08/03 01:57:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:57:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:57:12 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/08/03 01:57:12 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2025/08/03 01:57:12 DEBUG : dir/file1: Updating file with dir/file1 0xc000788480 2025/08/03 01:57:12 DEBUG : Added virtual directory entry vDel: "newLeaf" 2025/08/03 01:57:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure 2025/08/03 01:57:20 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/08/03 01:57:20 DEBUG : dir/file1: newRWFileHandle: 2025/08/03 01:57:20 DEBUG : dir/file1(0xc0002d2f40): openPending: 2025/08/03 01:57:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,0001-01-01 00:00:00 +0000 UTC," against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2025/08/03 01:57:20 DEBUG : dir/file1: vfs cache: removing cached entry as stale (remote fingerprint "14,0001-01-01 00:00:00 +0000 UTC," != cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595") 2025/08/03 01:57:20 INFO : dir/file1: vfs cache: removed cache file as stale (remote is different) 2025/08/03 01:57:20 DEBUG : dir/file1: vfs cache: removed metadata from cache as stale (remote is different) 2025/08/03 01:57:20 DEBUG : dir/file1: vfs cache: truncate to size=14 2025/08/03 01:57:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:20 DEBUG : dir/file1(0xc0002d2f40): >openPending: err= 2025/08/03 01:57:20 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/08/03 01:57:20 DEBUG : dir/file1: >newRWFileHandle: err= 2025/08/03 01:57:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/08/03 01:57:20 DEBUG : dir/file1(0xc0002d2f40): _writeAt: size=25, off=0 2025/08/03 01:57:20 DEBUG : dir/file1(0xc0002d2f40): >_writeAt: n=25, err= 2025/08/03 01:57:20 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/08/03 01:57:20 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/08/03 01:57:20 DEBUG : newLeaf: Updating file with newLeaf 0xc000788480 2025/08/03 01:57:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:57:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:57:20 DEBUG : newLeaf(0xc0002d2f40): close: 2025/08/03 01:57:20 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2025/08/03 01:57:20 DEBUG : newLeaf: vfs cache: setting modification time to 2025-08-03 01:57:20.35586928 +0000 UTC m=+173.677566558 2025/08/03 01:57:20 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2025/08/03 01:57:20 DEBUG : newLeaf(0xc0002d2f40): >close: err= 2025/08/03 01:57:20 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:20 DEBUG : dir: Looking for writers 2025/08/03 01:57:20 DEBUG : Looking for writers 2025/08/03 01:57:20 DEBUG : dir: reading active writers 2025/08/03 01:57:20 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/08/03 01:57:20 DEBUG : dir: Looking for writers 2025/08/03 01:57:20 DEBUG : Looking for writers 2025/08/03 01:57:20 DEBUG : dir: reading active writers 2025/08/03 01:57:20 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/08/03 01:57:20 DEBUG : dir: Looking for writers 2025/08/03 01:57:20 DEBUG : Looking for writers 2025/08/03 01:57:20 DEBUG : dir: reading active writers 2025/08/03 01:57:20 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/08/03 01:57:20 DEBUG : dir: Looking for writers 2025/08/03 01:57:20 DEBUG : Looking for writers 2025/08/03 01:57:20 DEBUG : dir: reading active writers 2025/08/03 01:57:20 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/08/03 01:57:20 DEBUG : newLeaf: vfs cache: starting upload 2025/08/03 01:57:21 DEBUG : dir: Looking for writers 2025/08/03 01:57:21 DEBUG : Looking for writers 2025/08/03 01:57:21 DEBUG : dir: reading active writers 2025/08/03 01:57:21 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2025/08/03 01:57:21 DEBUG : newLeaf: Uploading chunk 0, size=25, remain=0 2025/08/03 01:57:21 DEBUG : dir: Looking for writers 2025/08/03 01:57:21 DEBUG : Looking for writers 2025/08/03 01:57:21 DEBUG : dir: reading active writers 2025/08/03 01:57:21 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2025/08/03 01:57:21 DEBUG : dir: Looking for writers 2025/08/03 01:57:21 DEBUG : Looking for writers 2025/08/03 01:57:21 DEBUG : dir: reading active writers 2025/08/03 01:57:21 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2025/08/03 01:57:22 DEBUG : dir: Looking for writers 2025/08/03 01:57:22 DEBUG : Looking for writers 2025/08/03 01:57:22 DEBUG : dir: reading active writers 2025/08/03 01:57:22 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2025/08/03 01:57:22 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/08/03 01:57:22 INFO : newLeaf: Copied (replaced existing) 2025/08/03 01:57:22 DEBUG : newLeaf: vfs cache: fingerprint now "25,2025-08-03 01:57:20 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2025/08/03 01:57:22 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2025/08/03 01:57:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:57:22 INFO : newLeaf: vfs cache: upload succeeded try #1 2025/08/03 01:57:23 DEBUG : dir: Looking for writers 2025/08/03 01:57:23 DEBUG : Looking for writers 2025/08/03 01:57:23 DEBUG : dir: reading active writers 2025/08/03 01:57:23 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:23 DEBUG : >WaitForWriters: 2025/08/03 01:57:23 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:23 DEBUG : dir: Looking for writers 2025/08/03 01:57:23 DEBUG : Looking for writers 2025/08/03 01:57:23 DEBUG : dir: reading active writers 2025/08/03 01:57:23 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:23 DEBUG : >WaitForWriters: 2025/08/03 01:57:23 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:24 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:24 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:24 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:24 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:24 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/08/03 01:57:25 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/08/03 01:57:27 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:27 DEBUG : dir: Looking for writers 2025/08/03 01:57:27 DEBUG : file1: reading active writers 2025/08/03 01:57:27 DEBUG : Looking for writers 2025/08/03 01:57:27 DEBUG : dir: reading active writers 2025/08/03 01:57:27 DEBUG : >WaitForWriters: 2025/08/03 01:57:28 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/08/03 01:57:28 DEBUG : newLeaf: Updating file with newLeaf 0xc0007883c0 2025/08/03 01:57:28 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:57:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:57:28 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/08/03 01:57:28 DEBUG : dir/file1: Updating file with dir/file1 0xc0007883c0 2025/08/03 01:57:28 DEBUG : Added virtual directory entry vDel: "newLeaf" 2025/08/03 01:57:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:29 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/08/03 01:57:29 DEBUG : dir/file1: newRWFileHandle: 2025/08/03 01:57:29 DEBUG : dir/file1(0xc0002d2d40): openPending: 2025/08/03 01:57:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,0001-01-01 00:00:00 +0000 UTC," against cached fingerprint "" 2025/08/03 01:57:29 DEBUG : dir/file1: vfs cache: truncate to size=14 2025/08/03 01:57:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:29 DEBUG : dir/file1(0xc0002d2d40): >openPending: err= 2025/08/03 01:57:29 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/08/03 01:57:29 DEBUG : dir/file1: >newRWFileHandle: err= 2025/08/03 01:57:29 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/08/03 01:57:29 DEBUG : dir/file1(0xc0002d2d40): _writeAt: size=25, off=0 2025/08/03 01:57:29 DEBUG : dir/file1(0xc0002d2d40): >_writeAt: n=25, err= 2025/08/03 01:57:29 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/08/03 01:57:29 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/08/03 01:57:29 DEBUG : newLeaf: Updating file with newLeaf 0xc0007883c0 2025/08/03 01:57:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/08/03 01:57:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:57:29 DEBUG : newLeaf(0xc0002d2d40): close: 2025/08/03 01:57:29 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2025/08/03 01:57:29 DEBUG : newLeaf: vfs cache: setting modification time to 2025-08-03 01:57:29.313035537 +0000 UTC m=+182.634732805 2025/08/03 01:57:29 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2025/08/03 01:57:29 DEBUG : newLeaf(0xc0002d2d40): >close: err= 2025/08/03 01:57:29 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:29 DEBUG : dir: Looking for writers 2025/08/03 01:57:29 DEBUG : Looking for writers 2025/08/03 01:57:29 DEBUG : dir: reading active writers 2025/08/03 01:57:29 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/08/03 01:57:29 DEBUG : dir: Looking for writers 2025/08/03 01:57:29 DEBUG : Looking for writers 2025/08/03 01:57:29 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:29 DEBUG : dir: reading active writers 2025/08/03 01:57:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/08/03 01:57:29 DEBUG : dir: Looking for writers 2025/08/03 01:57:29 DEBUG : Looking for writers 2025/08/03 01:57:29 DEBUG : dir: reading active writers 2025/08/03 01:57:29 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/08/03 01:57:29 DEBUG : dir: Looking for writers 2025/08/03 01:57:29 DEBUG : Looking for writers 2025/08/03 01:57:29 DEBUG : dir: reading active writers 2025/08/03 01:57:29 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/08/03 01:57:29 DEBUG : newLeaf: vfs cache: starting upload 2025/08/03 01:57:29 DEBUG : dir: Looking for writers 2025/08/03 01:57:29 DEBUG : Looking for writers 2025/08/03 01:57:29 DEBUG : dir: reading active writers 2025/08/03 01:57:29 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2025/08/03 01:57:30 DEBUG : newLeaf: Uploading chunk 0, size=25, remain=0 2025/08/03 01:57:30 DEBUG : dir: Looking for writers 2025/08/03 01:57:30 DEBUG : Looking for writers 2025/08/03 01:57:30 DEBUG : dir: reading active writers 2025/08/03 01:57:30 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2025/08/03 01:57:30 DEBUG : dir: Looking for writers 2025/08/03 01:57:30 DEBUG : Looking for writers 2025/08/03 01:57:30 DEBUG : dir: reading active writers 2025/08/03 01:57:30 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2025/08/03 01:57:31 DEBUG : dir: Looking for writers 2025/08/03 01:57:31 DEBUG : Looking for writers 2025/08/03 01:57:31 DEBUG : dir: reading active writers 2025/08/03 01:57:31 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2025/08/03 01:57:31 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/08/03 01:57:31 INFO : newLeaf: Copied (replaced existing) 2025/08/03 01:57:31 DEBUG : newLeaf: vfs cache: fingerprint now "25,2025-08-03 01:57:29 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2025/08/03 01:57:31 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2025/08/03 01:57:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2025/08/03 01:57:31 INFO : newLeaf: vfs cache: upload succeeded try #1 2025/08/03 01:57:32 DEBUG : dir: Looking for writers 2025/08/03 01:57:32 DEBUG : Looking for writers 2025/08/03 01:57:32 DEBUG : dir: reading active writers 2025/08/03 01:57:32 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:32 DEBUG : >WaitForWriters: 2025/08/03 01:57:32 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:32 DEBUG : dir: Looking for writers 2025/08/03 01:57:32 DEBUG : Looking for writers 2025/08/03 01:57:32 DEBUG : dir: reading active writers 2025/08/03 01:57:32 DEBUG : newLeaf: reading active writers 2025/08/03 01:57:32 DEBUG : >WaitForWriters: 2025/08/03 01:57:32 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:33 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:33 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:33 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:33 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:33 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:33 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:33 DEBUG : Looking for writers 2025/08/03 01:57:33 DEBUG : >WaitForWriters: 2025/08/03 01:57:33 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:34 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:34 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:34 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:34 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:34 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:34 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:34 DEBUG : Looking for writers 2025/08/03 01:57:34 DEBUG : >WaitForWriters: 2025/08/03 01:57:34 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting --- FAIL: TestFileRename (45.62s) --- PASS: TestFileRename/off,forceCache=false (8.31s) --- PASS: TestFileRename/minimal,forceCache=false (8.07s) --- PASS: TestFileRename/minimal,forceCache=true (18.83s) --- PASS: TestFileRename/writes,forceCache=false (8.93s) --- FAIL: TestFileRename/writes,forceCache=true (0.82s) --- FAIL: TestFileRename/full,forceCache=false (0.64s) === RUN TestReadFileHandleMethods run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:34 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:34 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:35 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:35 DEBUG : Looking for writers 2025/08/03 01:57:35 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleMethods (0.64s) === RUN TestReadFileHandleSeek run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:35 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:35 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:35 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:35 DEBUG : Looking for writers 2025/08/03 01:57:35 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleSeek (0.65s) === RUN TestReadFileHandleReadAt run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:36 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:36 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:36 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:36 DEBUG : Looking for writers 2025/08/03 01:57:36 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleReadAt (0.64s) === RUN TestReadFileHandleFlush run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:36 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:36 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:37 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:37 DEBUG : Looking for writers 2025/08/03 01:57:37 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleFlush (0.65s) === RUN TestReadFileHandleRelease run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:37 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:37 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:37 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:37 DEBUG : Looking for writers 2025/08/03 01:57:37 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleRelease (0.65s) === RUN TestRWFileHandleMethodsRead run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:38 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:38 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:38 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:38 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:38 DEBUG : Looking for writers 2025/08/03 01:57:38 DEBUG : >WaitForWriters: 2025/08/03 01:57:38 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting --- FAIL: TestRWFileHandleMethodsRead (0.65s) === RUN TestRWFileHandleSeek run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:38 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:38 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:38 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:38 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:39 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:39 DEBUG : Looking for writers 2025/08/03 01:57:39 DEBUG : >WaitForWriters: 2025/08/03 01:57:39 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting --- FAIL: TestRWFileHandleSeek (0.65s) === RUN TestRWFileHandleReadAt run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:39 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:39 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:39 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:39 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:39 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:39 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:39 DEBUG : Looking for writers 2025/08/03 01:57:39 DEBUG : >WaitForWriters: 2025/08/03 01:57:39 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting --- FAIL: TestRWFileHandleReadAt (0.65s) === RUN TestRWFileHandleFlushRead run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:40 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:40 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:40 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:40 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:40 DEBUG : Looking for writers 2025/08/03 01:57:40 DEBUG : >WaitForWriters: 2025/08/03 01:57:40 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting --- FAIL: TestRWFileHandleFlushRead (0.67s) === RUN TestRWFileHandleReleaseRead run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:40 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:40 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:40 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:40 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-zevamec3puca'": failed to create file: Parent folder is trashed (Error 403) 2025/08/03 01:57:41 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:41 DEBUG : Looking for writers 2025/08/03 01:57:41 DEBUG : >WaitForWriters: 2025/08/03 01:57:41 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting --- FAIL: TestRWFileHandleReleaseRead (0.66s) === RUN TestRWFileHandleSizeCreateNew run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:41 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:41 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:41 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:41 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/08/03 01:57:41 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/08/03 01:57:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/08/03 01:57:41 DEBUG : file1: newRWFileHandle: 2025/08/03 01:57:41 DEBUG : file1(0xc00062a1c0): openPending: 2025/08/03 01:57:41 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2025/08/03 01:57:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:41 DEBUG : file1(0xc00062a1c0): >openPending: err= 2025/08/03 01:57:41 DEBUG : file1: >newRWFileHandle: err= 2025/08/03 01:57:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:41 DEBUG : file1: >Open: fd=file1 (rw), err= 2025/08/03 01:57:41 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2025/08/03 01:57:41 DEBUG : file1(0xc00062a1c0): _writeAt: size=5, off=0 2025/08/03 01:57:41 DEBUG : file1(0xc00062a1c0): >_writeAt: n=5, err= 2025/08/03 01:57:41 DEBUG : file1(0xc00062a1c0): close: 2025/08/03 01:57:41 DEBUG : file1: vfs cache: setting modification time to 2025-08-03 01:57:41.584450038 +0000 UTC m=+194.906147317 2025/08/03 01:57:41 INFO : file1: vfs cache: queuing for upload in 100ms 2025/08/03 01:57:41 DEBUG : file1(0xc00062a1c0): >close: err= 2025/08/03 01:57:41 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:41 DEBUG : Looking for writers 2025/08/03 01:57:41 DEBUG : file1: reading active writers 2025/08/03 01:57:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/08/03 01:57:41 DEBUG : Looking for writers 2025/08/03 01:57:41 DEBUG : file1: reading active writers 2025/08/03 01:57:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/08/03 01:57:41 DEBUG : Looking for writers 2025/08/03 01:57:41 DEBUG : file1: reading active writers 2025/08/03 01:57:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/08/03 01:57:41 DEBUG : Looking for writers 2025/08/03 01:57:41 DEBUG : file1: reading active writers 2025/08/03 01:57:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/08/03 01:57:41 DEBUG : file1: vfs cache: starting upload 2025/08/03 01:57:41 DEBUG : Looking for writers 2025/08/03 01:57:41 DEBUG : file1: reading active writers 2025/08/03 01:57:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2025/08/03 01:57:41 DEBUG : Looking for writers 2025/08/03 01:57:41 DEBUG : file1: reading active writers 2025/08/03 01:57:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2025/08/03 01:57:42 DEBUG : Looking for writers 2025/08/03 01:57:42 DEBUG : file1: reading active writers 2025/08/03 01:57:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2025/08/03 01:57:42 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2025/08/03 01:57:42 DEBUG : Looking for writers 2025/08/03 01:57:42 DEBUG : file1: reading active writers 2025/08/03 01:57:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2025/08/03 01:57:43 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/08/03 01:57:43 INFO : file1: Copied (new) 2025/08/03 01:57:43 DEBUG : file1: vfs cache: fingerprint now "5,2025-08-03 01:57:41 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2025/08/03 01:57:43 DEBUG : file1: vfs cache: writeback object to VFS layer 2025/08/03 01:57:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2025/08/03 01:57:43 INFO : file1: vfs cache: upload succeeded try #1 2025/08/03 01:57:43 DEBUG : Looking for writers 2025/08/03 01:57:43 DEBUG : file1: reading active writers 2025/08/03 01:57:43 DEBUG : >WaitForWriters: 2025/08/03 01:57:43 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (2.95s) === RUN TestRWCacheUpdate run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:44 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:44 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: root is "/home/rclone/.cache/rclone" 2025/08/03 01:57:44 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:44 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/08/03 01:57:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestOpenDrive/rclone-test-zevamec3puca" 2025/08/03 01:57:44 INFO : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/08/03 01:57:44 DEBUG : forgetting directory cache 2025/08/03 01:57:45 DEBUG : TestRWCacheUpdate: Uploading chunk 0, size=20, remain=0 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate(0xc0005338c0): _readAt: size=512, off=0 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate(0xc0005338c0): openPending: 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2025-08-03 00:58:44 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2025/08/03 01:57:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate(0xc0005338c0): >openPending: err= 2025/08/03 01:57:46 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/08/03 01:57:46 DEBUG : forgetting directory cache 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate(0xc0005338c0): >_readAt: n=20, err=EOF 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate(0xc0005338c0): close: 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-08-03 00:58:44 +0000 UTC 2025/08/03 01:57:46 DEBUG : TestRWCacheUpdate(0xc0005338c0): >close: err= 2025/08/03 01:57:46 DEBUG : Re-reading directory (228.286016ms old) 2025/08/03 01:57:47 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/08/03 01:57:47 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2025/08/03 01:57:47 DEBUG : forgetting directory cache 2025/08/03 01:57:47 DEBUG : TestRWCacheUpdate: Uploading chunk 0, size=20, remain=0 fstest.go:140: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:140 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:744 Error: Should be true Test: TestRWCacheUpdate Messages: OpenDrive root 'rclone-test-zevamec3puca'/TestRWCacheUpdate: md5 hash incorrect - expecting "944a242d910e2bbacae0d0db8c64490a" got "8558f20bbf1a5777c862752b37ad49be" fstest.go:124: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:124 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:129 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:148 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:744 Error: Should be true Test: TestRWCacheUpdate Messages: TestRWCacheUpdate: Modification time difference too big |1m0.364980918s| > 1s (want 2025-08-03 00:59:44.364980918 +0000 UTC m=-3282.313321803 vs got 2025-08-03 00:58:44 +0000 UTC) (precision 1s) 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate(0xc00081e480): _readAt: size=512, off=0 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate(0xc00081e480): openPending: 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2025-08-03 00:59:44 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2025-08-03 00:58:44 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2025-08-03 00:59:44 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2025-08-03 00:58:44 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2025/08/03 01:57:49 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2025/08/03 01:57:49 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate(0xc00081e480): >openPending: err= 2025/08/03 01:57:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate(0xc00081e480): >_readAt: n=20, err=EOF 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate(0xc00081e480): close: 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-08-03 00:59:44 +0000 UTC 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate(0xc00081e480): >close: err= 2025/08/03 01:57:49 DEBUG : Re-reading directory (167.92026ms old) 2025/08/03 01:57:49 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/08/03 01:57:49 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2025/08/03 01:57:49 DEBUG : forgetting directory cache 2025/08/03 01:57:50 DEBUG : TestRWCacheUpdate: Uploading chunk 0, size=20, remain=0 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate(0xc00081f280): _readAt: size=512, off=0 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate(0xc00081f280): openPending: 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2025-08-03 00:59:44 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2025-08-03 00:59:44 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 (not needed as size correct) 2025/08/03 01:57:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate(0xc00081f280): >openPending: err= 2025/08/03 01:57:51 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate(0xc00081f280): >_readAt: n=20, err=EOF 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate(0xc00081f280): close: 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-08-03 00:59:44 +0000 UTC 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate(0xc00081f280): >close: err= read_write_test.go:752: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:752 Error: Not equal: expected: "TestRWCacheUpdate002" actual : "TestRWCacheUpdate001" Diff: --- Expected +++ Actual @@ -1 +1 @@ -TestRWCacheUpdate002 +TestRWCacheUpdate001 Test: TestRWCacheUpdate 2025/08/03 01:57:51 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:57:51 DEBUG : Looking for writers 2025/08/03 01:57:51 DEBUG : TestRWCacheUpdate: reading active writers 2025/08/03 01:57:51 DEBUG : >WaitForWriters: 2025/08/03 01:57:51 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': vfs cache: cleaner exiting 2025/08/03 01:57:51 DEBUG : forgetting directory cache 2025/08/03 01:57:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure --- FAIL: TestRWCacheUpdate (15.17s) === RUN TestVFSMkdirAll run.go:180: Remote "OpenDrive root 'rclone-test-zevamec3puca'", Local "Local file system at /tmp/rclone4128366131", Modify Window "1s" 2025/08/03 01:57:59 INFO : OpenDrive root 'rclone-test-zevamec3puca': poll-interval is not supported by this remote 2025/08/03 01:57:59 NOTICE: OpenDrive root 'rclone-test-zevamec3puca': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/08/03 01:58:00 DEBUG : Added virtual directory entry vAddDir: "a" 2025/08/03 01:58:00 DEBUG : a: Added virtual directory entry vAddDir: "b" 2025/08/03 01:58:01 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2025/08/03 01:58:01 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2025/08/03 01:58:04 DEBUG : WaitForWriters: timeout=30s 2025/08/03 01:58:04 DEBUG : a/b/c/d: Looking for writers 2025/08/03 01:58:04 DEBUG : a/b/c: Looking for writers 2025/08/03 01:58:04 DEBUG : d: reading active writers 2025/08/03 01:58:04 DEBUG : a/b: Looking for writers 2025/08/03 01:58:04 DEBUG : c: reading active writers 2025/08/03 01:58:04 DEBUG : a: Looking for writers 2025/08/03 01:58:04 DEBUG : b: reading active writers 2025/08/03 01:58:04 DEBUG : Looking for writers 2025/08/03 01:58:04 DEBUG : a: reading active writers 2025/08/03 01:58:04 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (7.33s) FAIL 2025/08/03 01:58:06 DEBUG : OpenDrive root 'rclone-test-zevamec3puca': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirMkdir|TestDirMkdirSub|TestDirRemoveName|TestDirStat|TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileRemove|TestFileRemoveAll|TestRWCacheUpdate|TestRWFileHandleFlushRead|TestRWFileHandleMethodsRead|TestRWFileHandleReadAt|TestRWFileHandleReleaseRead|TestRWFileHandleSeek|TestRWFileHandleSizeCreateNew|TestReadFileHandleFlush|TestReadFileHandleMethods|TestReadFileHandleReadAt|TestReadFileHandleRelease|TestReadFileHandleSeek|TestVFSMkdirAll)$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$|^TestFileSetModTime$/^(cache=full,open=false,write=false|cache=full,open=true,write=false|cache=full,open=true,write=true|cache=off,open=true,write=false|cache=off,open=true,write=true)$'" - Finished ERROR in 3m40.712830947s (try 2/5): exit status 1: Failed [TestDirCreate TestDirMkdir TestDirRemoveName TestFileRename/writes,forceCache=true TestFileRename/full,forceCache=false TestReadFileHandleMethods TestReadFileHandleSeek TestReadFileHandleReadAt TestReadFileHandleFlush TestReadFileHandleRelease TestRWFileHandleMethodsRead TestRWFileHandleSeek TestRWFileHandleReadAt TestRWFileHandleFlushRead TestRWFileHandleReleaseRead TestRWCacheUpdate]