"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestCaseInsensitiveMoveFile|TestCaseInsensitiveMoveFileDryRun|TestCopyURL|TestDirMove|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestPurge|TestRcatSize|TestRemoveExisting|TestRmdirsLeaveRoot|TestRmdirsWithFilter|TestTouchDir)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Starting (try 2/5) 2025/12/21 05:11:41 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-dikupav6coxa" 2025/12/21 05:11:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/21 05:11:41 DEBUG : Starting OpenDrive session with ID: bdefdafc30d286a88001f247aa2bc5954a227630f0b1514c702f62209831b908 2025/12/21 05:11:42 DEBUG : Creating backend with remote "/tmp/rclone3429939756" === RUN TestPurge 2025/12/21 05:11:42 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tivocar9duda" 2025/12/21 05:11:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/21 05:11:42 DEBUG : Starting OpenDrive session with ID: 720b3fa9babc74e097024fcaabfba7c65a4864aaf32cca3048b38f581860705f 2025/12/21 05:11:43 DEBUG : Creating backend with remote "/tmp/rclone2511503235" run.go:185: Remote "OpenDrive root 'rclone-test-tivocar9duda'", Local "Local file system at /tmp/rclone2511503235", Modify Window "1s" 2025/12/21 05:11:45 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2025/12/21 05:11:46 INFO : A2: Making directory 2025/12/21 05:11:46 INFO : A1/B2: Making directory 2025/12/21 05:11:47 INFO : A1/B2/C2: Making directory operations_test.go:582: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:582 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestPurge 2025/12/21 05:11:47 DEBUG : OpenDrive root 'rclone-test-tivocar9duda': Purge remote --- FAIL: TestPurge (5.35s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:11:48 INFO : A1: Making directory 2025/12/21 05:11:48 INFO : A1/B1: Making directory 2025/12/21 05:11:48 INFO : A1/B1/C1: Making directory 2025/12/21 05:11:50 DEBUG : removing 1 level 3 directories 2025/12/21 05:11:50 INFO : A1/B1/C1: Removing directory 2025/12/21 05:11:51 DEBUG : removing 1 level 2 directories 2025/12/21 05:11:51 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (5.01s) === RUN TestRmdirsWithFilter run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:11:52 INFO : A1: Making directory 2025/12/21 05:11:53 INFO : A1/B1: Making directory 2025/12/21 05:11:53 INFO : A1/B1/C1: Making directory 2025/12/21 05:11:55 DEBUG : removing 1 level 3 directories 2025/12/21 05:11:55 INFO : A1/B1/C1: Removing directory 2025/12/21 05:11:55 DEBUG : removing 1 level 2 directories 2025/12/21 05:11:55 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.79s) === RUN TestCopyURL run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:11:58 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2025/12/21 05:12:00 DEBUG : filename.txt: File name found in url 2025/12/21 05:12:00 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2025/12/21 05:12:01 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/12/21 05:12:02 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2025/12/21 05:12:04 DEBUG : file2: Uploading chunk 0, size=14, remain=0 --- PASS: TestCopyURL (9.42s) === RUN TestMoveFile run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:12:07 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/21 05:12:08 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2025/12/21 05:12:09 DEBUG : sub/file2: size = 14 OK 2025/12/21 05:12:09 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/12/21 05:12:09 INFO : file1: Copied (new) to: sub/file2 2025/12/21 05:12:09 INFO : file1: Deleted 2025/12/21 05:12:10 DEBUG : sub/file2: size = 14 OK 2025/12/21 05:12:10 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/12/21 05:12:10 DEBUG : file1: Unchanged skipping 2025/12/21 05:12:10 INFO : file1: Deleted 2025/12/21 05:12:10 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (5.06s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:12:12 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/21 05:12:13 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2025/12/21 05:12:14 DEBUG : file1: size = 14 OK 2025/12/21 05:12:14 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/12/21 05:12:14 INFO : file1: Copied (new) 2025/12/21 05:12:14 INFO : file1: Deleted 2025/12/21 05:12:14 DEBUG : file1: Destination exists, skipping 2025/12/21 05:12:14 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.33s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:12:15 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/21 05:12:16 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2025/12/21 05:12:17 DEBUG : sub/file2: size = 14 OK 2025/12/21 05:12:17 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/12/21 05:12:17 INFO : file1: Copied (new) to: sub/file2 2025/12/21 05:12:17 INFO : file1: Deleted 2025/12/21 05:12:18 DEBUG : sub/file2: size = 14 OK 2025/12/21 05:12:18 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/12/21 05:12:18 DEBUG : file1: Unchanged skipping 2025/12/21 05:12:18 INFO : file1: Deleted 2025/12/21 05:12:19 DEBUG : sub/file2: moving to sub/File2-rclone-move-mitobak4 2025/12/21 05:12:19 DEBUG : sub/file2: same parent dir (ODFfOTY1MDA0MF9zbzQ1dw) - using file/rename instead of move_copy for sub/File2-rclone-move-mitobak4 2025/12/21 05:12:19 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-mitobak4 2025/12/21 05:12:19 DEBUG : sub/file2: moving to sub/File2 2025/12/21 05:12:20 DEBUG : sub/File2-rclone-move-mitobak4: same parent dir (ODFfOTY1MDA0MF9zbzQ1dw) - using file/rename instead of move_copy for sub/File2 2025/12/21 05:12:20 INFO : sub/File2-rclone-move-mitobak4: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (6.40s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:12:22 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2025/12/21 05:12:24 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.16s) === RUN TestMoveFileBackupDir run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:12:26 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2025/12/21 05:12:27 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-dikupav6coxa/backup" 2025/12/21 05:12:28 DEBUG : Starting OpenDrive session with ID: 709cbf259cbacdbbf810c7de69408531f67134293f20480c55678821b84c86cc 2025/12/21 05:12:29 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone3429939756) 2025/12/21 05:12:29 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-dikupav6coxa') 2025/12/21 05:12:29 DEBUG : dst/file1: Sizes differ 2025/12/21 05:12:30 INFO : dst/file1: Moved (server-side) 2025/12/21 05:12:31 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2025/12/21 05:12:32 DEBUG : dst/file1: size = 14 OK 2025/12/21 05:12:32 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/12/21 05:12:32 INFO : dst/file1: Copied (new) 2025/12/21 05:12:32 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (10.39s) === RUN TestDirMove run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:12:36 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2025/12/21 05:12:38 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2025/12/21 05:12:40 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2025/12/21 05:12:42 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2025/12/21 05:12:45 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2025/12/21 05:12:46 INFO : A1/B2: Making directory 2025/12/21 05:12:46 INFO : A1/B1/C3: Making directory 2025/12/21 05:12:48 DEBUG : A2: same parent dir (ODFfOTY1MDAzMl9Hbm9nNg) - using folder/rename instead of move_copy 2025/12/21 05:12:52 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/12/21 05:12:52 INFO : A2/two: Moved (server-side) to: A3/two 2025/12/21 05:12:52 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/12/21 05:12:52 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/12/21 05:12:52 INFO : A2/one: Moved (server-side) to: A3/one 2025/12/21 05:12:55 INFO : OpenDrive root 'rclone-test-dikupav6coxa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/12/21 05:12:58 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/12/21 05:12:58 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/12/21 05:12:58 INFO : A3/two: Moved (server-side) to: A4/two 2025/12/21 05:12:59 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/12/21 05:12:59 INFO : A3/one: Moved (server-side) to: A4/one --- PASS: TestDirMove (30.51s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:13:05 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': File to upload is small (34 bytes), uploading instead of streaming 2025/12/21 05:13:06 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2025/12/21 05:13:07 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2025/12/21 05:13:07 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/12/21 05:13:07 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/12/21 05:13:07 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/21 05:13:08 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2025/12/21 05:13:10 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2025/12/21 05:13:10 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/12/21 05:13:10 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:13:11 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': File to upload is small (34 bytes), uploading instead of streaming 2025/12/21 05:13:11 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2025/12/21 05:13:12 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2025/12/21 05:13:12 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/12/21 05:13:12 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/12/21 05:13:12 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/21 05:13:13 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2025/12/21 05:13:14 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2025/12/21 05:13:14 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/12/21 05:13:14 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:13:15 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': File to upload is small (34 bytes), uploading instead of streaming 2025/12/21 05:13:16 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2025/12/21 05:13:17 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/12/21 05:13:17 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/12/21 05:13:17 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/21 05:13:18 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2025/12/21 05:13:19 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/12/21 05:13:19 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:13:20 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': File to upload is small (34 bytes), uploading instead of streaming 2025/12/21 05:13:21 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2025/12/21 05:13:22 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/12/21 05:13:22 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2025/12/21 05:13:22 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/21 05:13:22 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/21 05:13:23 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2025/12/21 05:13:24 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/12/21 05:13:24 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2025/12/21 05:13:24 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.71s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.07s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.89s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.87s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.87s) === RUN TestRcatSize run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:13:26 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2025/12/21 05:13:27 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': File to upload is small (60 bytes), uploading instead of streaming 2025/12/21 05:13:27 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2025/12/21 05:13:28 DEBUG : potato2: size = 60 OK 2025/12/21 05:13:28 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/12/21 05:13:28 DEBUG : potato2: Size and md5 of src and dst objects identical 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 --- PASS: TestRcatSize (11.54s) === RUN TestTouchDir run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:13:37 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2025/12/21 05:13:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2025/12/21 05:13:41 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2025/12/21 05:13:43 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': Touching "empty space" 2025/12/21 05:13:43 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': Touching "potato2" 2025/12/21 05:13:43 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': Touching "sub dir/potato3" --- PASS: TestTouchDir (8.10s) === RUN TestRemoveExisting run.go:185: Remote "OpenDrive root 'rclone-test-dikupav6coxa'", Local "Local file system at /tmp/rclone3429939756", Modify Window "1s" 2025/12/21 05:13:46 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2025/12/21 05:13:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2025/12/21 05:13:50 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xoqotoz3" before starting 2025/12/21 05:13:50 DEBUG : sub dir/test remove existing: same parent dir (ODFfOTY1MDA2M19oRXowSA) - using file/rename instead of move_copy for sub dir/test remove existing.xoqotoz3 2025/12/21 05:13:51 DEBUG : sub dir/test remove existing.xoqotoz3: TEST: removing renamed existing file after operation 2025/12/21 05:13:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gozuyeb5" before starting 2025/12/21 05:13:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfOTY1MDA2M19oRXowSA) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gozuyeb5 2025/12/21 05:13:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gozuyeb5: TEST: renaming existing back after failed operation 2025/12/21 05:13:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gozuyeb5: same parent dir (ODFfOTY1MDA2M19oRXowSA) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/12/21 05:13:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cefukon2" before starting 2025/12/21 05:13:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfOTY1MDA2M19oRXowSA) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cefukon2 2025/12/21 05:13:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cefukon2: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (10.30s) FAIL 2025/12/21 05:13:55 DEBUG : OpenDrive root 'rclone-test-dikupav6coxa': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestCaseInsensitiveMoveFile|TestCaseInsensitiveMoveFileDryRun|TestCopyURL|TestDirMove|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestPurge|TestRcatSize|TestRemoveExisting|TestRmdirsLeaveRoot|TestRmdirsWithFilter|TestTouchDir)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Finished ERROR in 2m14.62343045s (try 2/5): exit status 1: Failed [TestPurge]