"./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirWalk|TestVFSMkdirAll|TestWriteFileHandleRelease|TestWriteFileModTimeWithOpenWriters)$'" - Starting (try 2/5) 2026/03/02 04:03:33 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vasabah3rojo" 2026/03/02 04:03:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/02 04:03:36 DEBUG : Starting OpenDrive session with ID: 96bfb277d6a4d1761bb8b57c078703a9d0a706a427a6859702045f194ee3d8bd 2026/03/02 04:03:36 DEBUG : Creating backend with remote "/tmp/rclone1765976602" === RUN TestDirWalk run.go:185: Remote "OpenDrive root 'rclone-test-vasabah3rojo'", Local "Local file system at /tmp/rclone1765976602", Modify Window "1s" 2026/03/02 04:03:36 INFO : OpenDrive root 'rclone-test-vasabah3rojo': poll-interval is not supported by this remote 2026/03/02 04:03:36 NOTICE: OpenDrive root 'rclone-test-vasabah3rojo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/03/02 04:03:38 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2026/03/02 04:03:44 DEBUG : fil/a/b/c: Uploading chunk 0, size=15, remain=0 2026/03/02 04:03:53 DEBUG : forgetting directory cache 2026/03/02 04:03:53 DEBUG : dir: forgetting directory cache 2026/03/02 04:03:53 DEBUG : WaitForWriters: timeout=30s 2026/03/02 04:03:53 DEBUG : dir: Looking for writers 2026/03/02 04:03:53 DEBUG : fil/a/b: Looking for writers 2026/03/02 04:03:53 DEBUG : fil/a: Looking for writers 2026/03/02 04:03:53 DEBUG : b: reading active writers 2026/03/02 04:03:53 DEBUG : fil: Looking for writers 2026/03/02 04:03:53 DEBUG : a: reading active writers 2026/03/02 04:03:53 DEBUG : Looking for writers 2026/03/02 04:03:53 DEBUG : dir: reading active writers 2026/03/02 04:03:53 DEBUG : fil: reading active writers 2026/03/02 04:03:53 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (23.12s) === RUN TestDirCreate run.go:185: Remote "OpenDrive root 'rclone-test-vasabah3rojo'", Local "Local file system at /tmp/rclone1765976602", Modify Window "1s" 2026/03/02 04:03:59 INFO : OpenDrive root 'rclone-test-vasabah3rojo': poll-interval is not supported by this remote 2026/03/02 04:03:59 NOTICE: OpenDrive root 'rclone-test-vasabah3rojo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/03/02 04:04:01 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2026/03/02 04:04:04 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/03/02 04:04:04 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/03/02 04:04:04 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/03/02 04:04:04 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/03/02 04:04:04 DEBUG : OpenDrive root 'rclone-test-vasabah3rojo': File to upload is small (5 bytes), uploading instead of streaming 2026/03/02 04:04:06 DEBUG : dir/potato: Uploading chunk 0, size=5, remain=0 2026/03/02 04:04:08 DEBUG : dir/potato: size = 5 OK 2026/03/02 04:04:08 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/03/02 04:04:08 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/03/02 04:04:08 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/03/02 04:04:08 DEBUG : WaitForWriters: timeout=30s 2026/03/02 04:04:08 DEBUG : dir: Looking for writers 2026/03/02 04:04:08 DEBUG : potato: reading active writers 2026/03/02 04:04:08 DEBUG : file1: reading active writers 2026/03/02 04:04:08 DEBUG : Looking for writers 2026/03/02 04:04:08 DEBUG : dir: reading active writers 2026/03/02 04:04:08 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (11.95s) === RUN TestVFSMkdirAll run.go:185: Remote "OpenDrive root 'rclone-test-vasabah3rojo'", Local "Local file system at /tmp/rclone1765976602", Modify Window "1s" 2026/03/02 04:04:11 INFO : OpenDrive root 'rclone-test-vasabah3rojo': poll-interval is not supported by this remote 2026/03/02 04:04:11 NOTICE: OpenDrive root 'rclone-test-vasabah3rojo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/03/02 04:04:13 DEBUG : Added virtual directory entry vAddDir: "a" 2026/03/02 04:04:13 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/03/02 04:04:14 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/03/02 04:04:15 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/03/02 04:04:20 DEBUG : WaitForWriters: timeout=30s 2026/03/02 04:04:20 DEBUG : a/b/c/d: Looking for writers 2026/03/02 04:04:20 DEBUG : a/b/c: Looking for writers 2026/03/02 04:04:20 DEBUG : d: reading active writers 2026/03/02 04:04:20 DEBUG : a/b: Looking for writers 2026/03/02 04:04:20 DEBUG : c: reading active writers 2026/03/02 04:04:20 DEBUG : a: Looking for writers 2026/03/02 04:04:20 DEBUG : b: reading active writers 2026/03/02 04:04:20 DEBUG : Looking for writers 2026/03/02 04:04:20 DEBUG : a: reading active writers 2026/03/02 04:04:20 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (13.35s) === RUN TestWriteFileHandleRelease run.go:185: Remote "OpenDrive root 'rclone-test-vasabah3rojo'", Local "Local file system at /tmp/rclone1765976602", Modify Window "1s" 2026/03/02 04:04:24 INFO : OpenDrive root 'rclone-test-vasabah3rojo': poll-interval is not supported by this remote 2026/03/02 04:04:24 NOTICE: OpenDrive root 'rclone-test-vasabah3rojo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/03/02 04:04:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/03/02 04:04:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/03/02 04:04:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/03/02 04:04:25 DEBUG : file1: >Open: fd=file1 (w), err= 2026/03/02 04:04:25 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/03/02 04:04:25 DEBUG : file1: WriteFileHandle.Release closing 2026/03/02 04:04:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/03/02 04:04:25 DEBUG : OpenDrive root 'rclone-test-vasabah3rojo': File to upload is small (0 bytes), uploading instead of streaming 2026/03/02 04:04:27 DEBUG : file1: size = 0 OK 2026/03/02 04:04:27 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/03/02 04:04:27 DEBUG : file1: Size and md5 of src and dst objects identical 2026/03/02 04:04:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/03/02 04:04:27 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/03/02 04:04:27 DEBUG : WaitForWriters: timeout=30s 2026/03/02 04:04:27 DEBUG : Looking for writers 2026/03/02 04:04:27 DEBUG : file1: reading active writers 2026/03/02 04:04:27 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (3.59s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "OpenDrive root 'rclone-test-vasabah3rojo'", Local "Local file system at /tmp/rclone1765976602", Modify Window "1s" 2026/03/02 04:04:28 INFO : OpenDrive root 'rclone-test-vasabah3rojo': poll-interval is not supported by this remote 2026/03/02 04:04:28 NOTICE: OpenDrive root 'rclone-test-vasabah3rojo': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/03/02 04:04:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/03/02 04:04:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/03/02 04:04:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/03/02 04:04:28 DEBUG : file1: >Open: fd=file1 (w), err= 2026/03/02 04:04:28 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/03/02 04:04:30 DEBUG : time_test: Uploading chunk 0, size=5, remain=0 2026/03/02 04:04:33 DEBUG : Can set mod time: true 2026/03/02 04:04:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/03/02 04:04:33 DEBUG : OpenDrive root 'rclone-test-vasabah3rojo': File to upload is small (2 bytes), uploading instead of streaming 2026/03/02 04:04:34 DEBUG : file1: Uploading chunk 0, size=2, remain=0 2026/03/02 04:04:38 DEBUG : file1: size = 2 OK 2026/03/02 04:04:38 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/03/02 04:04:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/03/02 04:04:39 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/03/02 04:04:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/03/02 04:04:39 DEBUG : WaitForWriters: timeout=30s 2026/03/02 04:04:39 DEBUG : Looking for writers 2026/03/02 04:04:39 DEBUG : file1: reading active writers 2026/03/02 04:04:39 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (12.83s) PASS 2026/03/02 04:04:41 DEBUG : OpenDrive root 'rclone-test-vasabah3rojo': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirWalk|TestVFSMkdirAll|TestWriteFileHandleRelease|TestWriteFileModTimeWithOpenWriters)$'" - Finished OK in 1m9.284743557s (try 2/5)