"./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirFileOpen|TestDirMkdir|TestReadFileHandleSeek|TestVFSMkdirAll|TestWriteFileModTimeWithOpenWriters)$|^TestDirReadDirAll$/^Virtual$|^TestFileSetModTime$/^(cache=off,open=false,write=false|cache=off,open=true,write=false)$'" - Starting (try 2/5) 2026/02/26 05:03:05 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nuxifog5huve" 2026/02/26 05:03:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/26 05:03:05 DEBUG : Starting OpenDrive session with ID: f383dfed7d26c8a1de2c69e1b2531bcee04a84f7fda9c9f110d3b3ff0bc32c07 2026/02/26 05:03:05 DEBUG : Creating backend with remote "/tmp/rclone3244848473" === RUN TestDirReadDirAll run.go:185: Remote "OpenDrive root 'rclone-test-nuxifog5huve'", Local "Local file system at /tmp/rclone3244848473", Modify Window "1s" 2026/02/26 05:03:05 INFO : OpenDrive root 'rclone-test-nuxifog5huve': poll-interval is not supported by this remote 2026/02/26 05:03:05 NOTICE: OpenDrive root 'rclone-test-nuxifog5huve': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/26 05:03:07 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2026/02/26 05:03:09 DEBUG : dir/file2: Uploading chunk 0, size=15, remain=0 2026/02/26 05:03:11 DEBUG : dir/subdir/file3: Uploading chunk 0, size=16, remain=0 === RUN TestDirReadDirAll/Virtual 2026/02/26 05:03:13 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/02/26 05:03:13 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/02/26 05:03:13 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/02/26 05:03:13 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/02/26 05:03:14 DEBUG : dir/virtualFile: Uploading chunk 0, size=20, remain=0 2026/02/26 05:03:17 DEBUG : dir/virtualDir/testFile: Uploading chunk 0, size=17, remain=0 2026/02/26 05:03:18 DEBUG : dir: invalidating directory cache 2026/02/26 05:03:18 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/02/26 05:03:18 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/02/26 05:03:18 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/02/26 05:03:18 DEBUG : dir/file1: Reset virtual modtime 2026/02/26 05:03:18 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/02/26 05:03:18 DEBUG : dir/virtualFile: Reset virtual modtime dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:300 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false"} actual : []string{"file1,14,false", "file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=3) { +([]string) (len=5) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/02/26 05:03:18 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/02/26 05:03:18 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/02/26 05:03:18 DEBUG : dir: Added virtual directory entry vDel: "file1" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:313 Error: Not equal: expected: []string{"virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) (len=4) { +([]string) (len=6) { + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/02/26 05:03:18 DEBUG : dir: invalidating directory cache 2026/02/26 05:03:19 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/02/26 05:03:19 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/02/26 05:03:19 DEBUG : dir/virtualFile: Reset virtual modtime 2026/02/26 05:03:19 DEBUG : forgetting directory cache 2026/02/26 05:03:19 DEBUG : dir: forgetting directory cache 2026/02/26 05:03:19 DEBUG : dir/virtualDir: forgetting directory cache 2026/02/26 05:03:19 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:03:19 DEBUG : dir/virtualDir: Looking for writers 2026/02/26 05:03:19 DEBUG : dir: Looking for writers 2026/02/26 05:03:19 DEBUG : virtualFile: reading active writers 2026/02/26 05:03:19 DEBUG : virtualDir: reading active writers 2026/02/26 05:03:19 DEBUG : virtualFile2: reading active writers 2026/02/26 05:03:19 DEBUG : file1: reading active writers 2026/02/26 05:03:19 DEBUG : Looking for writers 2026/02/26 05:03:19 DEBUG : dir: reading active writers 2026/02/26 05:03:19 DEBUG : >WaitForWriters: --- FAIL: TestDirReadDirAll (15.26s) --- FAIL: TestDirReadDirAll/Virtual (5.23s) === RUN TestDirCreate run.go:185: Remote "OpenDrive root 'rclone-test-nuxifog5huve'", Local "Local file system at /tmp/rclone3244848473", Modify Window "1s" 2026/02/26 05:03:21 INFO : OpenDrive root 'rclone-test-nuxifog5huve': poll-interval is not supported by this remote 2026/02/26 05:03:21 NOTICE: OpenDrive root 'rclone-test-nuxifog5huve': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/26 05:03:22 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2026/02/26 05:03:24 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/02/26 05:03:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/02/26 05:03:24 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/02/26 05:03:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/02/26 05:03:24 DEBUG : OpenDrive root 'rclone-test-nuxifog5huve': File to upload is small (5 bytes), uploading instead of streaming 2026/02/26 05:03:25 DEBUG : dir/potato: Uploading chunk 0, size=5, remain=0 2026/02/26 05:03:26 DEBUG : dir/potato: size = 5 OK 2026/02/26 05:03:26 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/02/26 05:03:26 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/02/26 05:03:26 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/02/26 05:03:26 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:03:26 DEBUG : dir: Looking for writers 2026/02/26 05:03:26 DEBUG : file1: reading active writers 2026/02/26 05:03:26 DEBUG : potato: reading active writers 2026/02/26 05:03:26 DEBUG : Looking for writers 2026/02/26 05:03:26 DEBUG : dir: reading active writers 2026/02/26 05:03:26 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: folder not empty --- PASS: TestDirCreate (7.28s) === RUN TestDirMkdir run.go:185: Remote "OpenDrive root 'rclone-test-nuxifog5huve'", Local "Local file system at /tmp/rclone3244848473", Modify Window "1s" 2026/02/26 05:03:28 INFO : OpenDrive root 'rclone-test-nuxifog5huve': poll-interval is not supported by this remote 2026/02/26 05:03:28 NOTICE: OpenDrive root 'rclone-test-nuxifog5huve': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/26 05:03:29 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2026/02/26 05:03:32 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/02/26 05:03:32 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:03:32 DEBUG : dir/sub: Looking for writers 2026/02/26 05:03:32 DEBUG : dir: Looking for writers 2026/02/26 05:03:32 DEBUG : file1: reading active writers 2026/02/26 05:03:32 DEBUG : sub: reading active writers 2026/02/26 05:03:32 DEBUG : Looking for writers 2026/02/26 05:03:32 DEBUG : dir: reading active writers 2026/02/26 05:03:32 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (6.15s) === RUN TestDirFileOpen run.go:185: Remote "OpenDrive root 'rclone-test-nuxifog5huve'", Local "Local file system at /tmp/rclone3244848473", Modify Window "1s" 2026/02/26 05:03:34 INFO : OpenDrive root 'rclone-test-nuxifog5huve': poll-interval is not supported by this remote 2026/02/26 05:03:34 NOTICE: OpenDrive root 'rclone-test-nuxifog5huve': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/26 05:03:35 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2026/02/26 05:03:38 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/02/26 05:03:38 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/26 05:03:38 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/26 05:03:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/02/26 05:03:38 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/02/26 05:03:38 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/02/26 05:03:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/02/26 05:03:38 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/02/26 05:03:38 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/02/26 05:03:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/02/26 05:03:38 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/02/26 05:03:38 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/02/26 05:03:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/02/26 05:03:38 DEBUG : OpenDrive root 'rclone-test-nuxifog5huve': File to upload is small (12 bytes), uploading instead of streaming 2026/02/26 05:03:39 DEBUG : dir/sub/file2: Uploading chunk 0, size=12, remain=0 2026/02/26 05:03:40 DEBUG : dir/sub/file2: size = 12 OK 2026/02/26 05:03:40 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/02/26 05:03:40 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/02/26 05:03:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/02/26 05:03:40 DEBUG : forgetting directory cache 2026/02/26 05:03:40 DEBUG : dir: forgetting directory cache 2026/02/26 05:03:40 DEBUG : dir/sub: forgetting directory cache 2026/02/26 05:03:40 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/02/26 05:03:40 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/02/26 05:03:40 DEBUG : OpenDrive root 'rclone-test-nuxifog5huve': File to upload is small (5 bytes), uploading instead of streaming 2026/02/26 05:03:40 DEBUG : dir/sub/file0: Uploading chunk 0, size=5, remain=0 2026/02/26 05:03:41 DEBUG : dir/sub/file0: size = 5 OK 2026/02/26 05:03:41 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/02/26 05:03:41 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/02/26 05:03:41 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/02/26 05:03:41 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:03:41 DEBUG : dir/sub: Looking for writers 2026/02/26 05:03:41 DEBUG : file0: reading active writers 2026/02/26 05:03:41 DEBUG : file2: reading active writers 2026/02/26 05:03:41 DEBUG : dir: Looking for writers 2026/02/26 05:03:41 DEBUG : file1: reading active writers 2026/02/26 05:03:41 DEBUG : sub: reading active writers 2026/02/26 05:03:41 DEBUG : Looking for writers 2026/02/26 05:03:41 DEBUG : dir: reading active writers 2026/02/26 05:03:41 DEBUG : >WaitForWriters: run.go:130: removing dir "dir/sub" failed - try 1/3: folder not empty --- PASS: TestDirFileOpen (10.69s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "OpenDrive root 'rclone-test-nuxifog5huve'", Local "Local file system at /tmp/rclone3244848473", Modify Window "1s" 2026/02/26 05:03:45 INFO : OpenDrive root 'rclone-test-nuxifog5huve': poll-interval is not supported by this remote 2026/02/26 05:03:45 NOTICE: OpenDrive root 'rclone-test-nuxifog5huve': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/26 05:03:46 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2026/02/26 05:03:49 DEBUG : time_test: Uploading chunk 0, size=5, remain=0 2026/02/26 05:03:50 DEBUG : Can set mod time: true 2026/02/26 05:03:51 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/02/26 05:03:58 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:03:58 DEBUG : dir: Looking for writers 2026/02/26 05:03:58 DEBUG : file1: reading active writers 2026/02/26 05:03:58 DEBUG : Looking for writers 2026/02/26 05:03:58 DEBUG : dir: reading active writers 2026/02/26 05:03:58 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "OpenDrive root 'rclone-test-nuxifog5huve'", Local "Local file system at /tmp/rclone3244848473", Modify Window "1s" 2026/02/26 05:04:00 INFO : OpenDrive root 'rclone-test-nuxifog5huve': poll-interval is not supported by this remote 2026/02/26 05:04:00 NOTICE: OpenDrive root 'rclone-test-nuxifog5huve': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/26 05:04:01 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2026/02/26 05:04:03 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/02/26 05:04:03 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/02/26 05:04:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/26 05:04:03 DEBUG : OpenDrive root 'rclone-test-nuxifog5huve': File to upload is small (0 bytes), uploading instead of streaming 2026/02/26 05:04:04 DEBUG : dir/file1: size = 0 OK 2026/02/26 05:04:04 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/02/26 05:04:04 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/02/26 05:04:04 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/02/26 05:04:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/02/26 05:04:04 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:04:04 DEBUG : dir: Looking for writers 2026/02/26 05:04:04 DEBUG : file1: reading active writers 2026/02/26 05:04:04 DEBUG : Looking for writers 2026/02/26 05:04:04 DEBUG : dir: reading active writers 2026/02/26 05:04:04 DEBUG : >WaitForWriters: 2026/02/26 05:04:04 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:04:04 DEBUG : dir: Looking for writers 2026/02/26 05:04:04 DEBUG : file1: reading active writers 2026/02/26 05:04:04 DEBUG : Looking for writers 2026/02/26 05:04:04 DEBUG : dir: reading active writers 2026/02/26 05:04:04 DEBUG : >WaitForWriters: --- PASS: TestFileSetModTime (20.56s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (14.84s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (5.72s) === RUN TestReadFileHandleSeek run.go:185: Remote "OpenDrive root 'rclone-test-nuxifog5huve'", Local "Local file system at /tmp/rclone3244848473", Modify Window "1s" 2026/02/26 05:04:05 INFO : OpenDrive root 'rclone-test-nuxifog5huve': poll-interval is not supported by this remote 2026/02/26 05:04:05 NOTICE: OpenDrive root 'rclone-test-nuxifog5huve': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/26 05:04:07 DEBUG : dir/file1: Uploading chunk 0, size=16, remain=0 2026/02/26 05:04:08 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/02/26 05:04:08 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/02/26 05:04:08 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/02/26 05:04:08 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/02/26 05:04:08 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/02/26 05:04:08 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/02/26 05:04:08 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/02/26 05:04:08 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/02/26 05:04:08 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/02/26 05:04:08 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/02/26 05:04:08 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/02/26 05:04:08 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/02/26 05:04:08 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/02/26 05:04:09 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/02/26 05:04:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/02/26 05:04:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/02/26 05:04:09 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/02/26 05:04:10 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/02/26 05:04:10 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/02/26 05:04:10 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/02/26 05:04:10 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/02/26 05:04:10 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:04:10 DEBUG : dir: Looking for writers 2026/02/26 05:04:10 DEBUG : file1: reading active writers 2026/02/26 05:04:10 DEBUG : Looking for writers 2026/02/26 05:04:10 DEBUG : dir: reading active writers 2026/02/26 05:04:10 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (5.89s) === RUN TestVFSMkdirAll run.go:185: Remote "OpenDrive root 'rclone-test-nuxifog5huve'", Local "Local file system at /tmp/rclone3244848473", Modify Window "1s" 2026/02/26 05:04:11 INFO : OpenDrive root 'rclone-test-nuxifog5huve': poll-interval is not supported by this remote 2026/02/26 05:04:11 NOTICE: OpenDrive root 'rclone-test-nuxifog5huve': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/26 05:04:12 DEBUG : Added virtual directory entry vAddDir: "a" 2026/02/26 05:04:13 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/02/26 05:04:13 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/02/26 05:04:14 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/02/26 05:04:16 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:04:16 DEBUG : a/b/c/d: Looking for writers 2026/02/26 05:04:16 DEBUG : a/b/c: Looking for writers 2026/02/26 05:04:16 DEBUG : d: reading active writers 2026/02/26 05:04:16 DEBUG : a/b: Looking for writers 2026/02/26 05:04:16 DEBUG : c: reading active writers 2026/02/26 05:04:16 DEBUG : a: Looking for writers 2026/02/26 05:04:16 DEBUG : b: reading active writers 2026/02/26 05:04:16 DEBUG : Looking for writers 2026/02/26 05:04:16 DEBUG : a: reading active writers 2026/02/26 05:04:16 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (7.34s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "OpenDrive root 'rclone-test-nuxifog5huve'", Local "Local file system at /tmp/rclone3244848473", Modify Window "1s" 2026/02/26 05:04:19 INFO : OpenDrive root 'rclone-test-nuxifog5huve': poll-interval is not supported by this remote 2026/02/26 05:04:19 NOTICE: OpenDrive root 'rclone-test-nuxifog5huve': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/02/26 05:04:19 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/02/26 05:04:19 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/02/26 05:04:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/26 05:04:19 DEBUG : file1: >Open: fd=file1 (w), err= 2026/02/26 05:04:19 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/02/26 05:04:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/26 05:04:19 DEBUG : OpenDrive root 'rclone-test-nuxifog5huve': File to upload is small (2 bytes), uploading instead of streaming 2026/02/26 05:04:20 DEBUG : file1: Uploading chunk 0, size=2, remain=0 2026/02/26 05:04:20 DEBUG : file1: size = 2 OK 2026/02/26 05:04:20 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/02/26 05:04:20 DEBUG : file1: Size and md5 of src and dst objects identical 2026/02/26 05:04:21 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/02/26 05:04:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/02/26 05:04:21 DEBUG : WaitForWriters: timeout=30s 2026/02/26 05:04:21 DEBUG : Looking for writers 2026/02/26 05:04:21 DEBUG : file1: reading active writers 2026/02/26 05:04:21 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (2.43s) FAIL 2026/02/26 05:04:21 DEBUG : OpenDrive root 'rclone-test-nuxifog5huve': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirFileOpen|TestDirMkdir|TestReadFileHandleSeek|TestVFSMkdirAll|TestWriteFileModTimeWithOpenWriters)$|^TestDirReadDirAll$/^Virtual$|^TestFileSetModTime$/^(cache=off,open=false,write=false|cache=off,open=true,write=false)$'" - Finished ERROR in 1m16.987139931s (try 2/5): exit status 1: Failed [TestDirReadDirAll/Virtual]