"./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirRemove|TestDirRemoveName)$|^TestFileSetModTime$/^cache=off,open=true,write=true$'" - Starting (try 2/5) 2024/12/17 01:30:09 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-gawoxeg3wuze" 2024/12/17 01:30:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 01:30:10 DEBUG : Starting OpenDrive session with ID: c24d70ec24adfd2d9b1318bc98c88b8b9872febb5ee9ad2e444817d2873bfe9c 2024/12/17 01:30:10 DEBUG : Creating backend with remote "/tmp/rclone2190433062" === RUN TestDirRemove run.go:180: Remote "OpenDrive root 'rclone-test-gawoxeg3wuze'", Local "Local file system at /tmp/rclone2190433062", Modify Window "1s" 2024/12/17 01:30:10 INFO : OpenDrive root 'rclone-test-gawoxeg3wuze': poll-interval is not supported by this remote 2024/12/17 01:30:10 NOTICE: OpenDrive root 'rclone-test-gawoxeg3wuze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2024/12/17 01:30:11 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2024/12/17 01:30:13 ERROR : dir/: Dir.Remove not empty 2024/12/17 01:30:13 DEBUG : dir/file1: Remove: 2024/12/17 01:30:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2024/12/17 01:30:13 DEBUG : dir/file1: >Remove: err= 2024/12/17 01:30:13 DEBUG : : Added virtual directory entry vDel: "dir" 2024/12/17 01:30:14 DEBUG : WaitForWriters: timeout=30s 2024/12/17 01:30:14 DEBUG : : Looking for writers 2024/12/17 01:30:14 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (4.10s) === RUN TestDirRemoveName run.go:180: Remote "OpenDrive root 'rclone-test-gawoxeg3wuze'", Local "Local file system at /tmp/rclone2190433062", Modify Window "1s" 2024/12/17 01:30:14 INFO : OpenDrive root 'rclone-test-gawoxeg3wuze': poll-interval is not supported by this remote 2024/12/17 01:30:14 NOTICE: OpenDrive root 'rclone-test-gawoxeg3wuze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2024/12/17 01:30:15 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2024/12/17 01:30:17 DEBUG : dir/file1: Remove: 2024/12/17 01:30:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2024/12/17 01:30:17 DEBUG : dir/file1: >Remove: err= dir_test.go:501: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:501 Error: Should be true Test: TestDirRemoveName 2024/12/17 01:30:17 DEBUG : WaitForWriters: timeout=30s 2024/12/17 01:30:17 DEBUG : dir: Looking for writers 2024/12/17 01:30:17 DEBUG : : Looking for writers 2024/12/17 01:30:17 DEBUG : dir: reading active writers 2024/12/17 01:30:17 DEBUG : >WaitForWriters: --- FAIL: TestDirRemoveName (4.17s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:180: Remote "OpenDrive root 'rclone-test-gawoxeg3wuze'", Local "Local file system at /tmp/rclone2190433062", Modify Window "1s" 2024/12/17 01:30:18 INFO : OpenDrive root 'rclone-test-gawoxeg3wuze': poll-interval is not supported by this remote 2024/12/17 01:30:18 NOTICE: OpenDrive root 'rclone-test-gawoxeg3wuze': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2024/12/17 01:30:19 DEBUG : dir/file1: Uploading chunk 0, size=14, remain=0 2024/12/17 01:30:22 DEBUG : time_test: Uploading chunk 0, size=5, remain=0 2024/12/17 01:30:23 DEBUG : Can set mod time: true 2024/12/17 01:30:23 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2024/12/17 01:30:23 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2024/12/17 01:30:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2024/12/17 01:30:23 DEBUG : OpenDrive root 'rclone-test-gawoxeg3wuze': File to upload is small (5 bytes), uploading instead of streaming 2024/12/17 01:30:23 DEBUG : dir/file1: Uploading chunk 0, size=5, remain=0 2024/12/17 01:30:24 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2024/12/17 01:30:24 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2024/12/17 01:30:24 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2024/12/17 01:30:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2024/12/17 01:30:24 DEBUG : WaitForWriters: timeout=30s 2024/12/17 01:30:24 DEBUG : dir: Looking for writers 2024/12/17 01:30:24 DEBUG : file1: reading active writers 2024/12/17 01:30:24 DEBUG : : Looking for writers 2024/12/17 01:30:24 DEBUG : dir: reading active writers 2024/12/17 01:30:24 DEBUG : >WaitForWriters: 2024/12/17 01:30:25 DEBUG : WaitForWriters: timeout=30s 2024/12/17 01:30:25 DEBUG : dir: Looking for writers 2024/12/17 01:30:25 DEBUG : file1: reading active writers 2024/12/17 01:30:25 DEBUG : : Looking for writers 2024/12/17 01:30:25 DEBUG : dir: reading active writers 2024/12/17 01:30:25 DEBUG : >WaitForWriters: --- PASS: TestFileSetModTime (7.59s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (7.59s) FAIL 2024/12/17 01:30:26 DEBUG : OpenDrive root 'rclone-test-gawoxeg3wuze': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirRemove|TestDirRemoveName)$|^TestFileSetModTime$/^cache=off,open=true,write=true$'" - Finished ERROR in 17.085470925s (try 2/5): exit status 1: Failed [TestDirRemoveName]