"./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirHandleReaddirnames|TestDirWalk|TestVFSMkdirAll|TestWriteFileModTimeWithOpenWriters)$|^TestDirReadDirAll$/^Virtual$'" - Starting (try 2/5) 2025/12/28 05:09:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mecezuf3nipe" 2025/12/28 05:09:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/28 05:09:21 DEBUG : Starting OpenDrive session with ID: 51cf9a37c06499156f9469534cd2d44c48cef588257d3a914b301a3690fe6921 2025/12/28 05:09:21 DEBUG : Creating backend with remote "/tmp/rclone21322064" === RUN TestDirHandleReaddirnames run.go:185: Remote "OpenDrive root 'rclone-test-mecezuf3nipe'", Local "Local file system at /tmp/rclone21322064", Modify Window "1s" 2025/12/28 05:09:21 INFO : OpenDrive root 'rclone-test-mecezuf3nipe': poll-interval is not supported by this remote 2025/12/28 05:09:21 NOTICE: OpenDrive root 'rclone-test-mecezuf3nipe': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/28 05:09:23 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/12/28 05:09:25 DEBUG : WaitForWriters: timeout=30s 2025/12/28 05:09:25 DEBUG : dir: Looking for writers 2025/12/28 05:09:25 DEBUG : file1: reading active writers 2025/12/28 05:09:25 DEBUG : Looking for writers 2025/12/28 05:09:25 DEBUG : dir: reading active writers 2025/12/28 05:09:25 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (4.99s) === RUN TestDirWalk run.go:185: Remote "OpenDrive root 'rclone-test-mecezuf3nipe'", Local "Local file system at /tmp/rclone21322064", Modify Window "1s" 2025/12/28 05:09:26 INFO : OpenDrive root 'rclone-test-mecezuf3nipe': poll-interval is not supported by this remote 2025/12/28 05:09:26 NOTICE: OpenDrive root 'rclone-test-mecezuf3nipe': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/28 05:09:27 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 run.go:290: Failed to put "fil/a/b/c" to "OpenDrive root 'rclone-test-mecezuf3nipe'": failed to get folder list: Directory doesn't exist (Error 404) 2025/12/28 05:09:30 DEBUG : WaitForWriters: timeout=30s 2025/12/28 05:09:30 DEBUG : dir: Looking for writers 2025/12/28 05:09:30 DEBUG : Looking for writers 2025/12/28 05:09:30 DEBUG : dir: reading active writers 2025/12/28 05:09:30 DEBUG : >WaitForWriters: --- FAIL: TestDirWalk (5.29s) === RUN TestDirReadDirAll run.go:185: Remote "OpenDrive root 'rclone-test-mecezuf3nipe'", Local "Local file system at /tmp/rclone21322064", Modify Window "1s" 2025/12/28 05:09:31 INFO : OpenDrive root 'rclone-test-mecezuf3nipe': poll-interval is not supported by this remote 2025/12/28 05:09:31 NOTICE: OpenDrive root 'rclone-test-mecezuf3nipe': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/28 05:09:33 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/12/28 05:09:34 DEBUG : dir/file2: Uploading chunk 0, size=15, remain=0 2025/12/28 05:09:36 DEBUG : dir/subdir/file3: Uploading chunk 0, size=16, remain=0 === RUN TestDirReadDirAll/Virtual 2025/12/28 05:09:38 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2025/12/28 05:09:38 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2025/12/28 05:09:38 DEBUG : dir: Added virtual directory entry vDel: "file2" 2025/12/28 05:09:38 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2025/12/28 05:09:39 DEBUG : dir/virtualFile: Uploading chunk 0, size=20, remain=0 2025/12/28 05:09:41 DEBUG : dir/virtualDir/testFile: Uploading chunk 0, size=17, remain=0 2025/12/28 05:09:43 DEBUG : dir: invalidating directory cache 2025/12/28 05:09:43 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2025/12/28 05:09:43 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2025/12/28 05:09:43 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2025/12/28 05:09:43 DEBUG : dir/file1: Reset virtual modtime 2025/12/28 05:09:43 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2025/12/28 05:09:43 DEBUG : dir/virtualFile: Reset virtual modtime 2025/12/28 05:09:43 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2025/12/28 05:09:43 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2025/12/28 05:09:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/12/28 05:09:43 DEBUG : dir: invalidating directory cache 2025/12/28 05:09:43 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2025/12/28 05:09:43 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2025/12/28 05:09:43 DEBUG : dir/virtualFile: Reset virtual modtime dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:324 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=14) "file1,14,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2025/12/28 05:09:43 DEBUG : forgetting directory cache 2025/12/28 05:09:43 DEBUG : dir: forgetting directory cache 2025/12/28 05:09:43 DEBUG : dir/virtualDir: forgetting directory cache 2025/12/28 05:09:43 DEBUG : dir/subdir: forgetting directory cache dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:329 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=14) "file1,14,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2025/12/28 05:09:43 DEBUG : WaitForWriters: timeout=30s 2025/12/28 05:09:43 DEBUG : dir/virtualDir: Looking for writers 2025/12/28 05:09:43 DEBUG : dir/subdir: Looking for writers 2025/12/28 05:09:43 DEBUG : dir: Looking for writers 2025/12/28 05:09:43 DEBUG : virtualFile: reading active writers 2025/12/28 05:09:43 DEBUG : virtualDir: reading active writers 2025/12/28 05:09:43 DEBUG : subdir: reading active writers 2025/12/28 05:09:43 DEBUG : file1: reading active writers 2025/12/28 05:09:43 DEBUG : virtualFile2: reading active writers 2025/12/28 05:09:43 DEBUG : Looking for writers 2025/12/28 05:09:43 DEBUG : dir: reading active writers 2025/12/28 05:09:43 DEBUG : >WaitForWriters: === NAME TestDirReadDirAll run.go:130: removing dir "dir/subdir" failed - try 1/3: Folder is already deleted (Error 403) run.go:130: removing dir "dir/subdir" failed - try 2/3: Folder is already deleted (Error 403) run.go:130: removing dir "dir/subdir" failed - try 3/3: Folder is already deleted (Error 403) run.go:133: removing dir "dir/subdir" failed: Folder is already deleted (Error 403) --- FAIL: TestDirReadDirAll (17.40s) --- FAIL: TestDirReadDirAll/Virtual (4.90s) === RUN TestDirCreate run.go:185: Remote "OpenDrive root 'rclone-test-mecezuf3nipe'", Local "Local file system at /tmp/rclone21322064", Modify Window "1s" 2025/12/28 05:09:49 INFO : OpenDrive root 'rclone-test-mecezuf3nipe': poll-interval is not supported by this remote 2025/12/28 05:09:49 NOTICE: OpenDrive root 'rclone-test-mecezuf3nipe': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/28 05:09:50 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/12/28 05:09:52 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2025/12/28 05:09:52 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/12/28 05:09:52 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2025/12/28 05:09:52 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/12/28 05:09:52 DEBUG : OpenDrive root 'rclone-test-mecezuf3nipe': File to upload is small (5 bytes), uploading instead of streaming 2025/12/28 05:09:53 DEBUG : dir/potato: Uploading chunk 0, size=5, remain=0 2025/12/28 05:09:54 DEBUG : dir/potato: size = 5 OK 2025/12/28 05:09:54 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/12/28 05:09:54 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2025/12/28 05:09:54 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/12/28 05:09:54 DEBUG : WaitForWriters: timeout=30s 2025/12/28 05:09:54 DEBUG : dir: Looking for writers 2025/12/28 05:09:54 DEBUG : file1: reading active writers 2025/12/28 05:09:54 DEBUG : potato: reading active writers 2025/12/28 05:09:54 DEBUG : Looking for writers 2025/12/28 05:09:54 DEBUG : dir: reading active writers 2025/12/28 05:09:54 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (5.99s) === RUN TestVFSMkdirAll run.go:185: Remote "OpenDrive root 'rclone-test-mecezuf3nipe'", Local "Local file system at /tmp/rclone21322064", Modify Window "1s" 2025/12/28 05:09:55 INFO : OpenDrive root 'rclone-test-mecezuf3nipe': poll-interval is not supported by this remote 2025/12/28 05:09:55 NOTICE: OpenDrive root 'rclone-test-mecezuf3nipe': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/28 05:09:56 DEBUG : Added virtual directory entry vAddDir: "a" 2025/12/28 05:09:56 DEBUG : a: Added virtual directory entry vAddDir: "b" 2025/12/28 05:09:57 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2025/12/28 05:09:57 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2025/12/28 05:10:00 DEBUG : WaitForWriters: timeout=30s 2025/12/28 05:10:00 DEBUG : a/b/c/d: Looking for writers 2025/12/28 05:10:00 DEBUG : a/b/c: Looking for writers 2025/12/28 05:10:00 DEBUG : d: reading active writers 2025/12/28 05:10:00 DEBUG : a/b: Looking for writers 2025/12/28 05:10:00 DEBUG : c: reading active writers 2025/12/28 05:10:00 DEBUG : a: Looking for writers 2025/12/28 05:10:00 DEBUG : b: reading active writers 2025/12/28 05:10:00 DEBUG : Looking for writers 2025/12/28 05:10:00 DEBUG : a: reading active writers 2025/12/28 05:10:00 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (7.78s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "OpenDrive root 'rclone-test-mecezuf3nipe'", Local "Local file system at /tmp/rclone21322064", Modify Window "1s" 2025/12/28 05:10:03 INFO : OpenDrive root 'rclone-test-mecezuf3nipe': poll-interval is not supported by this remote 2025/12/28 05:10:03 NOTICE: OpenDrive root 'rclone-test-mecezuf3nipe': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/28 05:10:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/12/28 05:10:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/12/28 05:10:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2025/12/28 05:10:03 DEBUG : file1: >Open: fd=file1 (w), err= 2025/12/28 05:10:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/12/28 05:10:04 DEBUG : time_test: Uploading chunk 0, size=5, remain=0 2025/12/28 05:10:05 DEBUG : Can set mod time: true 2025/12/28 05:10:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2025/12/28 05:10:05 DEBUG : OpenDrive root 'rclone-test-mecezuf3nipe': File to upload is small (2 bytes), uploading instead of streaming 2025/12/28 05:10:06 DEBUG : file1: Uploading chunk 0, size=2, remain=0 2025/12/28 05:10:07 DEBUG : file1: size = 2 OK 2025/12/28 05:10:07 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2025/12/28 05:10:07 DEBUG : file1: Size and md5 of src and dst objects identical 2025/12/28 05:10:07 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2025/12/28 05:10:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2025/12/28 05:10:07 DEBUG : WaitForWriters: timeout=30s 2025/12/28 05:10:07 DEBUG : Looking for writers 2025/12/28 05:10:07 DEBUG : file1: reading active writers 2025/12/28 05:10:07 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (5.03s) FAIL 2025/12/28 05:10:08 DEBUG : OpenDrive root 'rclone-test-mecezuf3nipe': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirHandleReaddirnames|TestDirWalk|TestVFSMkdirAll|TestWriteFileModTimeWithOpenWriters)$|^TestDirReadDirAll$/^Virtual$'" - Finished ERROR in 47.807449041s (try 2/5): exit status 1: Failed [TestDirWalk TestDirReadDirAll/Virtual]