"./sync.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestBase64|TestCopyAfterDelete|TestManualTransformFile|TestMoveWithoutDeleteEmptySrcDirs|TestSyncBackupDir|TestTransformFile)$'" - Starting (try 2/5) 2025/09/25 01:44:37 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-wijuxed3cuqo" 2025/09/25 01:44:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 01:44:38 DEBUG : Creating backend with remote "/tmp/rclone2949760175" === RUN TestCopyAfterDelete run.go:180: Remote "files root 'rclone-test-wijuxed3cuqo'", Local "Local file system at /tmp/rclone2949760175", Modify Window "1s" 2025/09/25 01:44:41 INFO : Local file system at /tmp/rclone2949760175: Making directory 2025/09/25 01:44:41 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for checks to finish 2025/09/25 01:44:41 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for transfers to finish 2025/09/25 01:44:41 INFO : There was nothing to transfer --- PASS: TestCopyAfterDelete (4.20s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "files root 'rclone-test-wijuxed3cuqo'", Local "Local file system at /tmp/rclone2949760175", Modify Window "1s" 2025/09/25 01:44:43 DEBUG : Added delayed dir = "nested", newDst= 2025/09/25 01:44:43 DEBUG : Added delayed dir = "sub dir", newDst= 2025/09/25 01:44:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/25 01:44:43 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/09/25 01:44:43 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/09/25 01:44:43 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for checks to finish 2025/09/25 01:44:43 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for transfers to finish 2025/09/25 01:44:43 DEBUG : sub dir/hello world: Dst hash empty - aborting Src hash check 2025/09/25 01:44:43 INFO : sub dir/hello world: Copied (new) 2025/09/25 01:44:43 INFO : sub dir/hello world: Deleted 2025/09/25 01:44:43 DEBUG : nested/sub dir/file: Dst hash empty - aborting Src hash check 2025/09/25 01:44:43 INFO : nested/sub dir/file: Copied (new) 2025/09/25 01:44:43 INFO : nested/sub dir/file: Deleted 2025/09/25 01:44:44 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/09/25 01:44:44 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/25 01:44:44 INFO : nested: Set directory modification time (using DirSetModTime) 2025/09/25 01:44:45 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-wijuxed3cuqo/nested not empty`) 2025/09/25 01:44:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/25 01:44:45 DEBUG : pacer: Reducing sleep to 15ms 2025/09/25 01:44:45 DEBUG : pacer: Reducing sleep to 11.25ms --- PASS: TestMoveWithoutDeleteEmptySrcDirs (3.24s) === RUN TestSyncBackupDir run.go:180: Remote "files root 'rclone-test-wijuxed3cuqo'", Local "Local file system at /tmp/rclone2949760175", Modify Window "1s" 2025/09/25 01:44:46 DEBUG : pacer: Reducing sleep to 10ms 2025/09/25 01:44:49 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-wijuxed3cuqo/dst" 2025/09/25 01:44:49 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-wijuxed3cuqo/backup" 2025/09/25 01:44:51 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/09/25 01:44:51 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/09/25 01:44:51 DEBUG : two: Unchanged skipping 2025/09/25 01:44:51 DEBUG : files root 'rclone-test-wijuxed3cuqo/dst': Waiting for checks to finish 2025/09/25 01:44:52 INFO : one: Moved (server-side) 2025/09/25 01:44:52 DEBUG : files root 'rclone-test-wijuxed3cuqo/dst': Waiting for transfers to finish 2025/09/25 01:44:53 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/09/25 01:44:53 INFO : one: Copied (new) 2025/09/25 01:44:53 DEBUG : Waiting for deletions to finish 2025/09/25 01:44:55 INFO : three.txt: Moved (server-side) 2025/09/25 01:44:55 INFO : three.txt: Moved into backup dir 2025/09/25 01:44:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/09/25 01:44:58 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/09/25 01:44:58 DEBUG : two: Unchanged skipping 2025/09/25 01:44:58 DEBUG : files root 'rclone-test-wijuxed3cuqo/dst': Waiting for checks to finish 2025/09/25 01:44:58 INFO : one: Deleted 2025/09/25 01:44:59 INFO : one: Moved (server-side) 2025/09/25 01:44:59 DEBUG : files root 'rclone-test-wijuxed3cuqo/dst': Waiting for transfers to finish 2025/09/25 01:45:00 DEBUG : one: Dst hash empty - aborting Src hash check 2025/09/25 01:45:00 INFO : one: Copied (new) 2025/09/25 01:45:00 DEBUG : Waiting for deletions to finish 2025/09/25 01:45:01 INFO : three.txt: Deleted 2025/09/25 01:45:02 INFO : three.txt: Moved (server-side) 2025/09/25 01:45:02 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (19.61s) === RUN TestTransformFile run.go:180: Remote "files root 'rclone-test-wijuxed3cuqo'", Local "Local file system at /tmp/rclone2949760175", Modify Window "1s" 2025/09/25 01:45:05 DEBUG : empty_dir: Making directory with metadata 2025/09/25 01:45:05 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/25 01:45:05 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/09/25 01:45:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/09/25 01:45:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/09/25 01:45:05 INFO : tictacempty_dir: Making directory 2025/09/25 01:45:06 INFO : tictacempty_dir: Made directory with modification time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/09/25 01:45:06 DEBUG : Added delayed dir = "tictacempty_dir", newDst= 2025/09/25 01:45:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/09/25 01:45:06 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:06 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:06 INFO : tictactoe: Making directory 2025/09/25 01:45:06 INFO : tictactoe: Made directory with modification time 2025-09-25 01:45:05.734693899 +0000 UTC 2025/09/25 01:45:06 DEBUG : Added delayed dir = "tictactoe", newDst= 2025/09/25 01:45:06 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:06 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:06 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/09/25 01:45:06 INFO : tictactoe/tictactoe: Making directory 2025/09/25 01:45:06 INFO : tictactoe/tictactoe: Made directory with modification time 2025-09-25 01:45:05.734693899 +0000 UTC 2025/09/25 01:45:06 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst= 2025/09/25 01:45:06 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/09/25 01:45:06 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/09/25 01:45:06 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/09/25 01:45:06 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/09/25 01:45:06 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/09/25 01:45:06 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/09/25 01:45:06 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for checks to finish 2025/09/25 01:45:06 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for transfers to finish 2025/09/25 01:45:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: Dst hash empty - aborting Src hash check 2025/09/25 01:45:07 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/09/25 01:45:07 INFO : toe/toe/toe.txt: Deleted 2025/09/25 01:45:08 INFO : tictactoe/tictactoe: Set directory modification time (using DirSetModTime) 2025/09/25 01:45:08 INFO : tictactoe: Set directory modification time (using DirSetModTime) 2025/09/25 01:45:08 INFO : tictacempty_dir: Set directory modification time (using DirSetModTime) 2025/09/25 01:45:08 INFO : toe/toe: Removing directory 2025/09/25 01:45:08 INFO : toe: Removing directory 2025/09/25 01:45:08 INFO : empty_dir: Removing directory 2025/09/25 01:45:08 DEBUG : Local file system at /tmp/rclone2949760175: deleted 3 directories 2025/09/25 01:45:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1s) 2025/09/25 01:45:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/09/25 01:45:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/09/25 01:45:08 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/09/25 01:45:09 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt 2025/09/25 01:45:10 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-wijuxed3cuqo/toe not empty`) 2025/09/25 01:45:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/25 01:45:10 DEBUG : pacer: low level retry 2/10 (error Folder Not Empty - `Folder rclone-test-wijuxed3cuqo/toe not empty`) 2025/09/25 01:45:10 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/09/25 01:45:11 DEBUG : pacer: Reducing sleep to 30ms 2025/09/25 01:45:11 DEBUG : pacer: Reducing sleep to 22.5ms 2025/09/25 01:45:11 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-wijuxed3cuqo/tictactoe not empty`) 2025/09/25 01:45:11 DEBUG : pacer: Rate limited, increasing sleep to 45ms 2025/09/25 01:45:11 DEBUG : pacer: low level retry 2/10 (error Folder Not Empty - `Folder rclone-test-wijuxed3cuqo/tictactoe not empty`) 2025/09/25 01:45:11 DEBUG : pacer: Rate limited, increasing sleep to 90ms 2025/09/25 01:45:11 DEBUG : pacer: low level retry 3/10 (error Folder Not Empty - `Folder rclone-test-wijuxed3cuqo/tictactoe not empty`) 2025/09/25 01:45:11 DEBUG : pacer: Rate limited, increasing sleep to 180ms 2025/09/25 01:45:11 DEBUG : pacer: Reducing sleep to 135ms 2025/09/25 01:45:11 DEBUG : pacer: Reducing sleep to 101.25ms 2025/09/25 01:45:11 DEBUG : pacer: Reducing sleep to 75.9375ms --- PASS: TestTransformFile (6.27s) === RUN TestManualTransformFile run.go:180: Remote "files root 'rclone-test-wijuxed3cuqo'", Local "Local file system at /tmp/rclone2949760175", Modify Window "1s" 2025/09/25 01:45:12 DEBUG : Reset feature "Copy" 2025/09/25 01:45:12 DEBUG : Reset feature "Move" 2025/09/25 01:45:12 DEBUG : Reset feature "Copy" 2025/09/25 01:45:12 DEBUG : Reset feature "Move" 2025/09/25 01:45:12 DEBUG : empty_dir: Making directory with metadata 2025/09/25 01:45:12 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/25 01:45:12 DEBUG : pacer: Reducing sleep to 56.953125ms 2025/09/25 01:45:12 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/09/25 01:45:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/09/25 01:45:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/09/25 01:45:12 INFO : tictacempty_dir: Making directory 2025/09/25 01:45:12 DEBUG : pacer: Reducing sleep to 42.714843ms 2025/09/25 01:45:12 DEBUG : pacer: Reducing sleep to 32.036132ms 2025/09/25 01:45:12 INFO : tictacempty_dir: Made directory with modification time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/09/25 01:45:12 DEBUG : Added delayed dir = "tictacempty_dir", newDst= 2025/09/25 01:45:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/09/25 01:45:12 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:12 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:12 INFO : tictactoe: Making directory 2025/09/25 01:45:12 DEBUG : pacer: Reducing sleep to 24.027099ms 2025/09/25 01:45:12 DEBUG : pacer: Reducing sleep to 18.020324ms 2025/09/25 01:45:12 INFO : tictactoe: Made directory with modification time 2025-09-25 01:45:12.003704257 +0000 UTC 2025/09/25 01:45:12 DEBUG : Added delayed dir = "tictactoe", newDst= 2025/09/25 01:45:12 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:12 DEBUG : toe: transformed to: tictactoe 2025/09/25 01:45:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/09/25 01:45:12 INFO : tictactoe/tictactoe: Making directory 2025/09/25 01:45:13 DEBUG : pacer: Reducing sleep to 13.515243ms 2025/09/25 01:45:13 DEBUG : pacer: Reducing sleep to 10.136432ms 2025/09/25 01:45:13 INFO : tictactoe/tictactoe: Made directory with modification time 2025-09-25 01:45:12.003704257 +0000 UTC 2025/09/25 01:45:13 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst= 2025/09/25 01:45:13 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/09/25 01:45:13 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/09/25 01:45:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/09/25 01:45:13 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/09/25 01:45:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/09/25 01:45:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/09/25 01:45:13 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for checks to finish 2025/09/25 01:45:13 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for transfers to finish 2025/09/25 01:45:14 DEBUG : pacer: low level retry 1/10 (error Put "https://s3.amazonaws.com/objects.brickftp.com/metadata/126732/17279929-f485-45dd-8b02-e1a73860289e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEWLY3MN4YGZQOWA%2F20250925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250925T014513Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&partNumber=1&response-content-type=application%2Foctet-stream&uploadId=WF56jdJCQiuIE4xrJjNKPRK6DEXgkO8FagsGIUtln04fvlAa6a6FkboZgW.ZSxz8_RBic_kJQiCK6Pf20_j0DVrFW7ukjA4mFXEgwxHlFZPxMN05Wn6k..y4WFvdFbmT&X-Amz-Signature=eef7b6876210f5eee48d97143853a0face94e6a6e111ca237b4cbbd4d74b6f76": net/http: HTTP/1.x transport connection broken: http: ContentLength=11 with Body length 0) 2025/09/25 01:45:14 DEBUG : pacer: Rate limited, increasing sleep to 20.272864ms 2025/09/25 01:45:15 DEBUG : pacer: Reducing sleep to 15.204648ms 2025/09/25 01:45:15 DEBUG : pacer: Reducing sleep to 11.403486ms 2025/09/25 01:45:15 ERROR : tictactoe/tictactoe/tictactoe.txt: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone2949760175) 11 vs dst(files root 'rclone-test-wijuxed3cuqo') 0 2025/09/25 01:45:15 INFO : tictactoe/tictactoe/tictactoe.txt: Removing failed copy 2025/09/25 01:45:16 DEBUG : pacer: Reducing sleep to 10ms 2025/09/25 01:45:16 ERROR : toe/toe/toe.txt: Not deleting source as copy failed: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone2949760175) 11 vs dst(files root 'rclone-test-wijuxed3cuqo') 0 2025/09/25 01:45:16 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/09/25 01:45:16 INFO : tictactoe/tictactoe: Set directory modification time (using DirSetModTime) 2025/09/25 01:45:16 INFO : tictacempty_dir: Set directory modification time (using DirSetModTime) 2025/09/25 01:45:16 INFO : tictactoe: Set directory modification time (using DirSetModTime) 2025/09/25 01:45:16 ERROR : Local file system at /tmp/rclone2949760175: not deleting directories as there were IO errors sync_transform_test.go:457: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:457 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestManualTransformFile 2025/09/25 01:45:17 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-wijuxed3cuqo/tictactoe not empty`) 2025/09/25 01:45:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/25 01:45:18 DEBUG : pacer: low level retry 2/10 (error Folder Not Empty - `Folder rclone-test-wijuxed3cuqo/tictactoe not empty`) 2025/09/25 01:45:18 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/09/25 01:45:18 DEBUG : pacer: Reducing sleep to 30ms 2025/09/25 01:45:18 DEBUG : pacer: Reducing sleep to 22.5ms 2025/09/25 01:45:18 DEBUG : pacer: Reducing sleep to 16.875ms --- FAIL: TestManualTransformFile (6.49s) === RUN TestBase64 run.go:180: Remote "files root 'rclone-test-wijuxed3cuqo'", Local "Local file system at /tmp/rclone2949760175", Modify Window "1s" 2025/09/25 01:45:18 DEBUG : pacer: Reducing sleep to 12.65625ms 2025/09/25 01:45:18 DEBUG : toe: transformed to: dG9l 2025/09/25 01:45:18 DEBUG : toe: transformed to: dG9l 2025/09/25 01:45:18 INFO : dG9l: Making directory 2025/09/25 01:45:18 DEBUG : pacer: Reducing sleep to 10ms 2025/09/25 01:45:18 INFO : dG9l: Made directory with modification time 2025-09-25 01:45:18.489714987 +0000 UTC 2025/09/25 01:45:18 DEBUG : Added delayed dir = "dG9l", newDst= 2025/09/25 01:45:18 DEBUG : toe: transformed to: dG9l 2025/09/25 01:45:18 DEBUG : toe: transformed to: dG9l 2025/09/25 01:45:18 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/09/25 01:45:18 INFO : dG9l/dG9l: Making directory 2025/09/25 01:45:19 INFO : dG9l/dG9l: Made directory with modification time 2025-09-25 01:45:18.489714987 +0000 UTC 2025/09/25 01:45:19 DEBUG : Added delayed dir = "dG9l/dG9l", newDst= 2025/09/25 01:45:19 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/09/25 01:45:19 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/09/25 01:45:19 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/09/25 01:45:19 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/09/25 01:45:19 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/09/25 01:45:19 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for checks to finish 2025/09/25 01:45:19 DEBUG : files root 'rclone-test-wijuxed3cuqo': Waiting for transfers to finish 2025/09/25 01:45:20 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Dst hash empty - aborting Src hash check 2025/09/25 01:45:20 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2025/09/25 01:45:20 ERROR : files root 'rclone-test-wijuxed3cuqo': not deleting files as there were IO errors 2025/09/25 01:45:20 INFO : dG9l/dG9l: Set directory modification time (using DirSetModTime) 2025/09/25 01:45:20 INFO : dG9l: Set directory modification time (using DirSetModTime) 2025/09/25 01:45:20 ERROR : files root 'rclone-test-wijuxed3cuqo': not deleting directories as there were IO errors sync_transform_test.go:481: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:481 Error: Received unexpected error: not deleting files as there were IO errors Test: TestBase64 2025/09/25 01:45:21 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-wijuxed3cuqo/dG9l not empty`) 2025/09/25 01:45:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/25 01:45:21 DEBUG : pacer: Reducing sleep to 15ms 2025/09/25 01:45:21 DEBUG : pacer: Reducing sleep to 11.25ms --- FAIL: TestBase64 (3.03s) FAIL 2025/09/25 01:45:21 DEBUG : files root 'rclone-test-wijuxed3cuqo': Purge remote 2025/09/25 01:45:21 DEBUG : pacer: Reducing sleep to 10ms "./sync.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestBase64|TestCopyAfterDelete|TestManualTransformFile|TestMoveWithoutDeleteEmptySrcDirs|TestSyncBackupDir|TestTransformFile)$'" - Finished ERROR in 43.836604045s (try 2/5): exit status 1: Failed [TestManualTransformFile TestBase64]