"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestCaseInsensitiveMoveFile|TestCaseInsensitiveMoveFileDryRun|TestCopyURL|TestCopyURLDownloadHeaders|TestDirMove|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestRcatSize|TestRcatSizeUploadHeaders|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) 2026/04/13 05:44:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vifayuh3rabi" 2026/04/13 05:44:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 05:44:14 DEBUG : Starting OpenDrive session with ID: b940ffd1f0287820c64a485d77e0cb031bdd26d5c463bb57c54f5b044f8c690e 2026/04/13 05:44:15 DEBUG : Creating backend with remote "/tmp/rclone1544083435" === RUN TestRmdirsLeaveRoot run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:44:15 INFO : A1: Making directory 2026/04/13 05:44:16 INFO : A1/B1: Making directory 2026/04/13 05:44:16 INFO : A1/B1/C1: Making directory 2026/04/13 05:44:18 DEBUG : removing 1 level 3 directories 2026/04/13 05:44:18 INFO : A1/B1/C1: Removing directory 2026/04/13 05:44:18 DEBUG : removing 1 level 2 directories 2026/04/13 05:44:18 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.61s) === RUN TestRmdirsWithFilter run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:44:20 INFO : A1: Making directory 2026/04/13 05:44:20 INFO : A1/B1: Making directory 2026/04/13 05:44:20 INFO : A1/B1/C1: Making directory 2026/04/13 05:44:22 DEBUG : removing 1 level 3 directories 2026/04/13 05:44:22 INFO : A1/B1/C1: Removing directory 2026/04/13 05:44:22 DEBUG : removing 1 level 2 directories 2026/04/13 05:44:22 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.37s) === RUN TestCopyURL run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:44:25 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/04/13 05:44:26 DEBUG : filename.txt: File name found in url 2026/04/13 05:44:27 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/04/13 05:44:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/04/13 05:44:29 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/04/13 05:44:31 DEBUG : file2: Uploading chunk 0, size=14, remain=0 --- PASS: TestCopyURL (9.74s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:44:35 DEBUG : file1: Uploading chunk 0, size=14, remain=0 --- PASS: TestCopyURLDownloadHeaders (2.19s) === RUN TestMoveFile run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:44:36 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/13 05:44:37 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/04/13 05:44:38 DEBUG : sub/file2: size = 14 OK 2026/04/13 05:44:38 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/13 05:44:38 INFO : file1: Copied (new) to: sub/file2 2026/04/13 05:44:38 INFO : file1: Deleted 2026/04/13 05:44:39 DEBUG : sub/file2: size = 14 OK 2026/04/13 05:44:39 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/13 05:44:39 DEBUG : file1: Unchanged skipping 2026/04/13 05:44:39 INFO : file1: Deleted 2026/04/13 05:44:39 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.51s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:44:41 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/13 05:44:41 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/04/13 05:44:42 DEBUG : file1: size = 14 OK 2026/04/13 05:44:42 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/13 05:44:42 INFO : file1: Copied (new) 2026/04/13 05:44:42 INFO : file1: Deleted 2026/04/13 05:44:43 DEBUG : file1: Destination exists, skipping 2026/04/13 05:44:43 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.15s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:44:44 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/13 05:44:45 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/04/13 05:44:46 DEBUG : sub/file2: size = 14 OK 2026/04/13 05:44:46 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/13 05:44:46 INFO : file1: Copied (new) to: sub/file2 2026/04/13 05:44:46 INFO : file1: Deleted 2026/04/13 05:44:46 DEBUG : sub/file2: size = 14 OK 2026/04/13 05:44:46 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/13 05:44:46 DEBUG : file1: Unchanged skipping 2026/04/13 05:44:46 INFO : file1: Deleted 2026/04/13 05:44:47 DEBUG : sub/file2: moving to sub/File2-rclone-move-yogural8 2026/04/13 05:44:47 DEBUG : sub/file2: same parent dir (ODFfMTEzMjk5ODRfV21kNXA) - using file/rename instead of move_copy for sub/File2-rclone-move-yogural8 2026/04/13 05:44:48 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-yogural8 2026/04/13 05:44:48 DEBUG : sub/file2: moving to sub/File2 2026/04/13 05:44:48 DEBUG : sub/File2-rclone-move-yogural8: same parent dir (ODFfMTEzMjk5ODRfV21kNXA) - using file/rename instead of move_copy for sub/File2 2026/04/13 05:44:48 INFO : sub/File2-rclone-move-yogural8: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (5.66s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:44:50 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/04/13 05:44:51 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (2.85s) === RUN TestMoveFileBackupDir run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:44:53 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/04/13 05:44:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vifayuh3rabi/backup" 2026/04/13 05:44:55 DEBUG : Starting OpenDrive session with ID: 99a4cf04c917768a19e6b85eb0c5582d69b2b471bb1dfdf95dd3b95fb90d9ab4 2026/04/13 05:44:56 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1544083435) 2026/04/13 05:44:56 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-vifayuh3rabi') 2026/04/13 05:44:56 DEBUG : dst/file1: Sizes differ 2026/04/13 05:44:57 INFO : dst/file1: Moved (server-side) 2026/04/13 05:44:58 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/04/13 05:44:59 DEBUG : dst/file1: size = 14 OK 2026/04/13 05:44:59 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/13 05:44:59 INFO : dst/file1: Copied (new) 2026/04/13 05:44:59 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (9.54s) === RUN TestDirMove run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:45:03 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/04/13 05:45:05 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/04/13 05:45:07 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/04/13 05:45:09 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/04/13 05:45:11 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/04/13 05:45:12 INFO : A1/B2: Making directory 2026/04/13 05:45:13 INFO : A1/B1/C3: Making directory 2026/04/13 05:45:14 DEBUG : A2: same parent dir (ODFfMTEzMjk5NzJfR2Jzb1g) - using folder/rename instead of move_copy 2026/04/13 05:45:18 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/04/13 05:45:18 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/04/13 05:45:18 INFO : A2/two: Moved (server-side) to: A3/two 2026/04/13 05:45:18 INFO : A2/one: Moved (server-side) to: A3/one 2026/04/13 05:45:18 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/04/13 05:45:21 INFO : OpenDrive root 'rclone-test-vifayuh3rabi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/04/13 05:45:24 INFO : A3/two: Moved (server-side) to: A4/two 2026/04/13 05:45:24 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/04/13 05:45:24 INFO : A3/one: Moved (server-side) to: A4/one 2026/04/13 05:45:24 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/04/13 05:45:24 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three --- PASS: TestDirMove (30.03s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:45:32 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': File to upload is small (34 bytes), uploading instead of streaming 2026/04/13 05:45:33 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/04/13 05:45:34 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/04/13 05:45:34 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/04/13 05:45:34 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/04/13 05:45:34 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/13 05:45:34 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/04/13 05:45:39 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/04/13 05:45:39 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/04/13 05:45:39 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-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:45:40 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': File to upload is small (34 bytes), uploading instead of streaming 2026/04/13 05:45:41 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/04/13 05:45:42 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/04/13 05:45:42 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/04/13 05:45:42 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/04/13 05:45:42 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/13 05:45:43 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/04/13 05:45:45 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/04/13 05:45:45 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/04/13 05:45:45 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-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:45:47 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': File to upload is small (34 bytes), uploading instead of streaming 2026/04/13 05:45:47 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/04/13 05:45:48 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/13 05:45:48 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/13 05:45:48 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/13 05:45:49 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/04/13 05:45:53 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/13 05:45:53 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-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:45:53 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': File to upload is small (34 bytes), uploading instead of streaming 2026/04/13 05:45:54 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/04/13 05:45:55 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/13 05:45:55 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/04/13 05:45:55 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/13 05:45:55 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/13 05:45:56 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/04/13 05:45:59 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/13 05:45:59 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/04/13 05:45:59 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (27.77s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (8.52s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.33s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.80s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.12s) === RUN TestRcatSize run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:46:00 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/04/13 05:46:01 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': File to upload is small (60 bytes), uploading instead of streaming 2026/04/13 05:46:02 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/04/13 05:46:03 DEBUG : potato2: size = 60 OK 2026/04/13 05:46:03 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/04/13 05:46:03 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (4.38s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:46:05 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 --- PASS: TestRcatSizeUploadHeaders (2.37s) === RUN TestTouchDir run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:46:07 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/04/13 05:46:09 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/04/13 05:46:11 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/04/13 05:46:13 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': Touching "empty space" 2026/04/13 05:46:13 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': Touching "potato2" 2026/04/13 05:46:13 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': Touching "sub dir/potato3" --- PASS: TestTouchDir (9.30s) === RUN TestRemoveExisting run.go:185: Remote "OpenDrive root 'rclone-test-vifayuh3rabi'", Local "Local file system at /tmp/rclone1544083435", Modify Window "1s" 2026/04/13 05:46:17 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/04/13 05:46:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/04/13 05:46:21 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.zukejah1" before starting 2026/04/13 05:46:21 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTEzMzAwMTNfSks3TmE) - using file/rename instead of move_copy for sub dir/test remove existing.zukejah1 2026/04/13 05:46:22 DEBUG : sub dir/test remove existing.zukejah1: TEST: removing renamed existing file after operation 2026/04/13 05:46:22 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.woxonir1" before starting 2026/04/13 05:46:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTEzMzAwMTNfSks3TmE) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.woxonir1 2026/04/13 05:46:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.woxonir1: TEST: renaming existing back after failed operation 2026/04/13 05:46:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.woxonir1: same parent dir (ODFfMTEzMzAwMTNfSks3TmE) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/13 05:46:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bosotab6" before starting 2026/04/13 05:46:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTEzMzAwMTNfSks3TmE) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bosotab6 2026/04/13 05:46:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bosotab6: TEST: removing renamed existing file after operation 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: TestRemoveExisting (18.02s) PASS 2026/04/13 05:46:34 DEBUG : OpenDrive root 'rclone-test-vifayuh3rabi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestCaseInsensitiveMoveFile|TestCaseInsensitiveMoveFileDryRun|TestCopyURL|TestCopyURLDownloadHeaders|TestDirMove|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestRcatSize|TestRcatSizeUploadHeaders|TestRemoveExisting|TestRmdirsLeaveRoot|TestRmdirsWithFilter|TestTouchDir)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Finished OK in 2m20.155260728s (try 2/5)