"./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestVFSMkdirAll)$|^TestFileSetModTime$/^cache=off,open=false,write=false$'" - Starting (try 2/5) 2025/09/15 04:12:25 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yinukug9winu" 2025/09/15 04:12:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/15 04:12:26 DEBUG : Starting OpenDrive session with ID: 5d1c7e57a43dc18c7973b6b874ea8d269b2b6d4fb1200c8860005de1a3669104 2025/09/15 04:12:26 DEBUG : Creating backend with remote "/tmp/rclone2834221299" === RUN TestDirCreate run.go:180: Remote "OpenDrive root 'rclone-test-yinukug9winu'", Local "Local file system at /tmp/rclone2834221299", Modify Window "1s" 2025/09/15 04:12:26 INFO : OpenDrive root 'rclone-test-yinukug9winu': poll-interval is not supported by this remote 2025/09/15 04:12:26 NOTICE: OpenDrive root 'rclone-test-yinukug9winu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/09/15 04:12:28 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/09/15 04:12:30 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2025/09/15 04:12:30 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/09/15 04:12:30 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2025/09/15 04:12:30 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/09/15 04:12:30 DEBUG : OpenDrive root 'rclone-test-yinukug9winu': File to upload is small (5 bytes), uploading instead of streaming 2025/09/15 04:12:30 DEBUG : dir/potato: Uploading chunk 0, size=5, remain=0 2025/09/15 04:12:31 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/09/15 04:12:31 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2025/09/15 04:12:31 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/09/15 04:12:31 DEBUG : WaitForWriters: timeout=30s 2025/09/15 04:12:31 DEBUG : dir: Looking for writers 2025/09/15 04:12:31 DEBUG : file1: reading active writers 2025/09/15 04:12:31 DEBUG : potato: reading active writers 2025/09/15 04:12:31 DEBUG : Looking for writers 2025/09/15 04:12:31 DEBUG : dir: reading active writers 2025/09/15 04:12:31 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (6.37s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:180: Remote "OpenDrive root 'rclone-test-yinukug9winu'", Local "Local file system at /tmp/rclone2834221299", Modify Window "1s" 2025/09/15 04:12:33 INFO : OpenDrive root 'rclone-test-yinukug9winu': poll-interval is not supported by this remote 2025/09/15 04:12:33 NOTICE: OpenDrive root 'rclone-test-yinukug9winu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/09/15 04:12:34 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2025/09/15 04:12:36 DEBUG : time_test: Uploading chunk 0, size=5, remain=0 2025/09/15 04:12:38 DEBUG : Can set mod time: true 2025/09/15 04:12:38 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/09/15 04:12:38 DEBUG : WaitForWriters: timeout=30s 2025/09/15 04:12:38 DEBUG : dir: Looking for writers 2025/09/15 04:12:38 DEBUG : file1: reading active writers 2025/09/15 04:12:38 DEBUG : Looking for writers 2025/09/15 04:12:38 DEBUG : dir: reading active writers 2025/09/15 04:12:38 DEBUG : >WaitForWriters: --- PASS: TestFileSetModTime (6.77s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (6.77s) === RUN TestVFSMkdirAll run.go:180: Remote "OpenDrive root 'rclone-test-yinukug9winu'", Local "Local file system at /tmp/rclone2834221299", Modify Window "1s" 2025/09/15 04:12:39 INFO : OpenDrive root 'rclone-test-yinukug9winu': poll-interval is not supported by this remote 2025/09/15 04:12:39 NOTICE: OpenDrive root 'rclone-test-yinukug9winu': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/09/15 04:12:40 DEBUG : Added virtual directory entry vAddDir: "a" 2025/09/15 04:12:41 DEBUG : a: Added virtual directory entry vAddDir: "b" 2025/09/15 04:12:41 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2025/09/15 04:12:41 ERROR : a/b/c/: Dir.Mkdir failed to read directory: failed to get folder list: Directory does not exist (Error 404) vfs_test.go:426: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:426 Error: Received unexpected error: failed to get folder list: Directory does not exist (Error 404) Test: TestVFSMkdirAll 2025/09/15 04:12:41 DEBUG : WaitForWriters: timeout=30s 2025/09/15 04:12:41 DEBUG : a/b/c: Looking for writers 2025/09/15 04:12:41 DEBUG : a/b: Looking for writers 2025/09/15 04:12:41 DEBUG : c: reading active writers 2025/09/15 04:12:41 DEBUG : a: Looking for writers 2025/09/15 04:12:41 DEBUG : b: reading active writers 2025/09/15 04:12:41 DEBUG : Looking for writers 2025/09/15 04:12:41 DEBUG : a: reading active writers 2025/09/15 04:12:41 DEBUG : >WaitForWriters: --- FAIL: TestVFSMkdirAll (4.12s) FAIL 2025/09/15 04:12:43 DEBUG : OpenDrive root 'rclone-test-yinukug9winu': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestVFSMkdirAll)$|^TestFileSetModTime$/^cache=off,open=false,write=false$'" - Finished ERROR in 18.57467002s (try 2/5): exit status 1: Failed [TestVFSMkdirAll]