"./gitannex.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(CheckPresentAndTransfer|CheckpresentTransferCheckpresent|Remove|RemovePreexistingFile|StoreCheckpresentRetrieve|TransferAndCheckpresentWithRealisticKey|TransferStoreAbsolute|TransferStorePathWithInteriorWhitespace|TransferStoreRelative)$'" - Starting (try 2/5) 2026/04/12 02:42:59 DEBUG : Creating backend with remote "TestDrime:rclone-test-yurexam9gero" 2026/04/12 02:42:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/12 02:43:00 DEBUG : Creating backend with remote "/tmp/rclone1592141640" === RUN TestGitAnnexFstestBackendCases === RUN TestGitAnnexFstestBackendCases/TransferStoreAbsolute run.go:185: Remote "drime root 'rclone-test-yurexam9gero'", Local "Local file system at /tmp/rclone1592141640", Modify Window "876000h0m0s" 2026/04/12 02:43:00 DEBUG : Creating backend with remote "TestDrime:rclone-test-yurexam9gero" 2026/04/12 02:43:01 DEBUG : Creating backend with remote "/tmp/rclone1592141640" 2026/04/12 02:43:01 DEBUG : file.txt: Need to transfer - File not found at Destination 2026/04/12 02:43:02 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:02 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 0/10 2026/04/12 02:43:02 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:03 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:03 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 1/10 2026/04/12 02:43:03 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:03 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:03 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 2/10 2026/04/12 02:43:03 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:03 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:03 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 3/10 2026/04/12 02:43:04 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:04 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:04 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 4/10 2026/04/12 02:43:04 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:04 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:04 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 5/10 2026/04/12 02:43:04 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:05 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:05 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 6/10 2026/04/12 02:43:05 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:05 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:05 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 7/10 2026/04/12 02:43:05 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:06 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:06 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:06 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 8/10 2026/04/12 02:43:06 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:06 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:06 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:06 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 9/10 2026/04/12 02:43:06 ERROR : file.txt: Failed to copy: failed to upload file: Error "Server Error" gitannex_test.go:308: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:308 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:990 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "TRANSFER-SUCCESS STORE KeyAbsolute\n" actual : "TRANSFER-FAILURE STORE KeyAbsolute failed to copy file: failed to upload file: Error \"Server Error\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE KeyAbsolute +TRANSFER-FAILURE STORE KeyAbsolute failed to copy file: failed to upload file: Error "Server Error" Test: TestGitAnnexFstestBackendCases/TransferStoreAbsolute === RUN TestGitAnnexFstestBackendCases/TransferStoreRelative run.go:185: Remote "drime root 'rclone-test-yurexam9gero'", Local "Local file system at /tmp/rclone1592141640", Modify Window "876000h0m0s" 2026/04/12 02:43:07 DEBUG : Creating backend with remote "TestDrime:rclone-test-yurexam9gero" 2026/04/12 02:43:08 DEBUG : Creating backend with remote "../../rclone1592141640" 2026/04/12 02:43:08 DEBUG : fs cache: renaming cache item "../../rclone1592141640" to be canonical "/tmp/rclone1592141640" 2026/04/12 02:43:08 DEBUG : file.txt: Need to transfer - File not found at Destination 2026/04/12 02:43:08 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:08 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 0/10 2026/04/12 02:43:09 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:09 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:09 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 1/10 2026/04/12 02:43:09 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:09 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:09 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 2/10 2026/04/12 02:43:09 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:10 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:10 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 3/10 2026/04/12 02:43:10 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:10 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:10 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 4/10 2026/04/12 02:43:10 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:11 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:11 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 5/10 2026/04/12 02:43:11 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:11 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:11 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 6/10 2026/04/12 02:43:11 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:11 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:11 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 7/10 2026/04/12 02:43:12 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:12 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:12 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 8/10 2026/04/12 02:43:12 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:12 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:12 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 9/10 2026/04/12 02:43:12 ERROR : file.txt: Failed to copy: failed to upload file: Error "Server Error" gitannex_test.go:308: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:308 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1044 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "TRANSFER-SUCCESS STORE KeyRelative\n" actual : "TRANSFER-FAILURE STORE KeyRelative failed to copy file: failed to upload file: Error \"Server Error\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE KeyRelative +TRANSFER-FAILURE STORE KeyRelative failed to copy file: failed to upload file: Error "Server Error" Test: TestGitAnnexFstestBackendCases/TransferStoreRelative === RUN TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace run.go:185: Remote "drime root 'rclone-test-yurexam9gero'", Local "Local file system at /tmp/rclone1592141640", Modify Window "876000h0m0s" 2026/04/12 02:43:13 DEBUG : Creating backend with remote "TestDrime:rclone-test-yurexam9gero" 2026/04/12 02:43:14 DEBUG : Creating backend with remote "../../rclone1592141640" 2026/04/12 02:43:14 DEBUG : fs cache: renaming cache item "../../rclone1592141640" to be canonical "/tmp/rclone1592141640" 2026/04/12 02:43:14 DEBUG : filename with spaces.txt: Need to transfer - File not found at Destination 2026/04/12 02:43:14 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:14 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:14 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 0/10 2026/04/12 02:43:14 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:15 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:15 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 1/10 2026/04/12 02:43:15 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:15 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:15 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 2/10 2026/04/12 02:43:15 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:15 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:15 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 3/10 2026/04/12 02:43:16 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:16 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:16 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:16 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 4/10 2026/04/12 02:43:16 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:16 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:16 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:16 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 5/10 2026/04/12 02:43:16 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:17 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:17 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 6/10 2026/04/12 02:43:17 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:17 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:17 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 7/10 2026/04/12 02:43:17 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:18 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:18 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 8/10 2026/04/12 02:43:18 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:18 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:18 DEBUG : filename with spaces.txt: Received error: failed to upload file: Error "Server Error" - low level retry 9/10 2026/04/12 02:43:18 ERROR : filename with spaces.txt: Failed to copy: failed to upload file: Error "Server Error" gitannex_test.go:308: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:308 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1086 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "TRANSFER-SUCCESS STORE KeyRelative\n" actual : "TRANSFER-FAILURE STORE KeyRelative failed to copy file: failed to upload file: Error \"Server Error\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE KeyRelative +TRANSFER-FAILURE STORE KeyRelative failed to copy file: failed to upload file: Error "Server Error" Test: TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace === RUN TestGitAnnexFstestBackendCases/CheckPresentAndTransfer run.go:185: Remote "drime root 'rclone-test-yurexam9gero'", Local "Local file system at /tmp/rclone1592141640", Modify Window "876000h0m0s" 2026/04/12 02:43:19 DEBUG : Creating backend with remote "TestDrime:rclone-test-yurexam9gero" 2026/04/12 02:43:19 DEBUG : Creating backend with remote "/tmp/rclone1592141640" 2026/04/12 02:43:20 DEBUG : file.txt: Need to transfer - File not found at Destination 2026/04/12 02:43:20 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:20 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 0/10 2026/04/12 02:43:20 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:20 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:20 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 1/10 2026/04/12 02:43:21 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:21 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:21 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 2/10 2026/04/12 02:43:21 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:21 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:21 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 3/10 2026/04/12 02:43:21 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:22 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:22 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 4/10 2026/04/12 02:43:22 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:22 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:22 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 5/10 2026/04/12 02:43:22 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:23 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:23 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 6/10 2026/04/12 02:43:23 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:23 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:23 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 7/10 2026/04/12 02:43:23 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:23 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:23 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 8/10 2026/04/12 02:43:24 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:24 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:24 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 9/10 2026/04/12 02:43:24 ERROR : file.txt: Failed to copy: failed to upload file: Error "Server Error" gitannex_test.go:308: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:308 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1119 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "TRANSFER-SUCCESS STORE KeyAbsolute\n" actual : "TRANSFER-FAILURE STORE KeyAbsolute failed to copy file: failed to upload file: Error \"Server Error\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE KeyAbsolute +TRANSFER-FAILURE STORE KeyAbsolute failed to copy file: failed to upload file: Error "Server Error" Test: TestGitAnnexFstestBackendCases/CheckPresentAndTransfer === RUN TestGitAnnexFstestBackendCases/CheckpresentTransferCheckpresent run.go:185: Remote "drime root 'rclone-test-yurexam9gero'", Local "Local file system at /tmp/rclone1592141640", Modify Window "876000h0m0s" 2026/04/12 02:43:25 DEBUG : Creating backend with remote "TestDrime:rclone-test-yurexam9gero" 2026/04/12 02:43:25 DEBUG : Creating backend with remote "/tmp/rclone1592141640" 2026/04/12 02:43:26 DEBUG : file.txt: Need to transfer - File not found at Destination 2026/04/12 02:43:26 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:26 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:26 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 0/10 2026/04/12 02:43:26 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:27 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:27 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 1/10 2026/04/12 02:43:27 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:27 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:27 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 2/10 2026/04/12 02:43:27 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:27 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:27 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 3/10 2026/04/12 02:43:28 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:28 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:28 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 4/10 2026/04/12 02:43:28 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:28 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:28 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 5/10 2026/04/12 02:43:29 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:29 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:29 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 6/10 2026/04/12 02:43:29 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:29 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:29 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 7/10 2026/04/12 02:43:29 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:30 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:30 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 8/10 2026/04/12 02:43:30 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:30 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:30 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 9/10 2026/04/12 02:43:30 ERROR : file.txt: Failed to copy: failed to upload file: Error "Server Error" gitannex_test.go:308: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:308 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1156 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "TRANSFER-SUCCESS STORE foo\n" actual : "TRANSFER-FAILURE STORE foo failed to copy file: failed to upload file: Error \"Server Error\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE foo +TRANSFER-FAILURE STORE foo failed to copy file: failed to upload file: Error "Server Error" Test: TestGitAnnexFstestBackendCases/CheckpresentTransferCheckpresent === RUN TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey run.go:185: Remote "drime root 'rclone-test-yurexam9gero'", Local "Local file system at /tmp/rclone1592141640", Modify Window "876000h0m0s" 2026/04/12 02:43:31 DEBUG : Creating backend with remote "TestDrime:rclone-test-yurexam9gero" 2026/04/12 02:43:31 DEBUG : Creating backend with remote "/tmp/rclone1592141640" 2026/04/12 02:43:31 DEBUG : file.txt: Need to transfer - File not found at Destination 2026/04/12 02:43:32 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:32 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 0/10 2026/04/12 02:43:32 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:32 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:32 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 1/10 2026/04/12 02:43:33 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:33 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:33 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:33 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 2/10 2026/04/12 02:43:33 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:33 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:33 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:33 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 3/10 2026/04/12 02:43:34 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:34 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:34 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 4/10 2026/04/12 02:43:34 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:34 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:34 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 5/10 2026/04/12 02:43:35 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:35 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:35 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 6/10 2026/04/12 02:43:35 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:35 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:35 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 7/10 2026/04/12 02:43:36 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:36 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:36 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 8/10 2026/04/12 02:43:36 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:36 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:36 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 9/10 2026/04/12 02:43:36 ERROR : file.txt: Failed to copy: failed to upload file: Error "Server Error" gitannex_test.go:308: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:308 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1185 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "TRANSFER-SUCCESS STORE SHA256E-s1048576--7ba87e06b9b7903cfbaf4a38736766c161e3e7b42f06fe57f040aa410a8f0701.this-is-a-test-key\n" actual : "TRANSFER-FAILURE STORE SHA256E-s1048576--7ba87e06b9b7903cfbaf4a38736766c161e3e7b42f06fe57f040aa410a8f0701.this-is-a-test-key failed to copy file: failed to upload file: Error \"Server Error\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE SHA256E-s1048576--7ba87e06b9b7903cfbaf4a38736766c161e3e7b42f06fe57f040aa410a8f0701.this-is-a-test-key +TRANSFER-FAILURE STORE SHA256E-s1048576--7ba87e06b9b7903cfbaf4a38736766c161e3e7b42f06fe57f040aa410a8f0701.this-is-a-test-key failed to copy file: failed to upload file: Error "Server Error" Test: TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey === RUN TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve run.go:185: Remote "drime root 'rclone-test-yurexam9gero'", Local "Local file system at /tmp/rclone1592141640", Modify Window "876000h0m0s" 2026/04/12 02:43:37 DEBUG : Creating backend with remote "TestDrime:rclone-test-yurexam9gero" 2026/04/12 02:43:37 DEBUG : Creating backend with remote "/tmp/rclone1592141640" 2026/04/12 02:43:38 DEBUG : file.txt: Need to transfer - File not found at Destination 2026/04/12 02:43:38 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:38 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 0/10 2026/04/12 02:43:38 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:39 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:39 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 1/10 2026/04/12 02:43:39 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:39 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:39 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 2/10 2026/04/12 02:43:39 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:39 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:39 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 3/10 2026/04/12 02:43:40 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:40 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:40 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 4/10 2026/04/12 02:43:40 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:40 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:40 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 5/10 2026/04/12 02:43:40 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:41 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:41 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 6/10 2026/04/12 02:43:41 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:41 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:41 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 7/10 2026/04/12 02:43:41 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:41 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:41 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 8/10 2026/04/12 02:43:42 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:42 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:43:42 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 9/10 2026/04/12 02:43:42 ERROR : file.txt: Failed to copy: failed to upload file: Error "Server Error" gitannex_test.go:308: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:308 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1227 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "TRANSFER-SUCCESS STORE SomeKey\n" actual : "TRANSFER-FAILURE STORE SomeKey failed to copy file: failed to upload file: Error \"Server Error\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE SomeKey +TRANSFER-FAILURE STORE SomeKey failed to copy file: failed to upload file: Error "Server Error" Test: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve === RUN TestGitAnnexFstestBackendCases/RemovePreexistingFile run.go:185: Remote "drime root 'rclone-test-yurexam9gero'", Local "Local file system at /tmp/rclone1592141640", Modify Window "876000h0m0s" 2026/04/12 02:43:43 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:43 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "SomeKey" to drime root 'rclone-test-yurexam9gero': 1/10 (failed to upload file: Error "Server Error") 2026/04/12 02:43:45 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:45 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "SomeKey" to drime root 'rclone-test-yurexam9gero': 2/10 (failed to upload file: Error "Server Error") 2026/04/12 02:43:48 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:48 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:48 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "SomeKey" to drime root 'rclone-test-yurexam9gero': 3/10 (failed to upload file: Error "Server Error") 2026/04/12 02:43:50 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:50 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "SomeKey" to drime root 'rclone-test-yurexam9gero': 4/10 (failed to upload file: Error "Server Error") 2026/04/12 02:43:52 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:53 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:53 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "SomeKey" to drime root 'rclone-test-yurexam9gero': 5/10 (failed to upload file: Error "Server Error") 2026/04/12 02:43:55 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:55 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "SomeKey" to drime root 'rclone-test-yurexam9gero': 6/10 (failed to upload file: Error "Server Error") 2026/04/12 02:43:57 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:43:58 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:43:58 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "SomeKey" to drime root 'rclone-test-yurexam9gero': 7/10 (failed to upload file: Error "Server Error") 2026/04/12 02:44:00 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:00 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "SomeKey" to drime root 'rclone-test-yurexam9gero': 8/10 (failed to upload file: Error "Server Error") 2026/04/12 02:44:02 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:03 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "SomeKey" to drime root 'rclone-test-yurexam9gero': 9/10 (failed to upload file: Error "Server Error") 2026/04/12 02:44:05 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:05 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:290: Failed to put "SomeKey" to "drime root 'rclone-test-yurexam9gero'": failed to upload file: Error "Server Error" 2026/04/12 02:44:05 DEBUG : pacer: Reducing sleep to 10ms === RUN TestGitAnnexFstestBackendCases/Remove run.go:185: Remote "drime root 'rclone-test-yurexam9gero'", Local "Local file system at /tmp/rclone1592141640", Modify Window "876000h0m0s" 2026/04/12 02:44:06 DEBUG : Creating backend with remote "TestDrime:rclone-test-yurexam9gero" 2026/04/12 02:44:06 DEBUG : Creating backend with remote "/tmp/rclone1592141640" 2026/04/12 02:44:07 DEBUG : file.txt: Need to transfer - File not found at Destination 2026/04/12 02:44:07 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:07 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 0/10 2026/04/12 02:44:07 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:07 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:07 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 1/10 2026/04/12 02:44:08 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:08 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:08 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 2/10 2026/04/12 02:44:08 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:08 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:08 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 3/10 2026/04/12 02:44:08 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:09 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:09 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 4/10 2026/04/12 02:44:09 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:09 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:09 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 5/10 2026/04/12 02:44:09 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:09 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:09 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 6/10 2026/04/12 02:44:10 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:10 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:10 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 7/10 2026/04/12 02:44:10 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:10 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:10 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 8/10 2026/04/12 02:44:10 DEBUG : pacer: Reducing sleep to 10ms 2026/04/12 02:44:11 DEBUG : pacer: low level retry 1/1 (error Error "Server Error") 2026/04/12 02:44:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/12 02:44:11 DEBUG : file.txt: Received error: failed to upload file: Error "Server Error" - low level retry 9/10 2026/04/12 02:44:11 ERROR : file.txt: Failed to copy: failed to upload file: Error "Server Error" gitannex_test.go:308: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:308 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1305 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "TRANSFER-SUCCESS STORE SomeKey\n" actual : "TRANSFER-FAILURE STORE SomeKey failed to copy file: failed to upload file: Error \"Server Error\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE SomeKey +TRANSFER-FAILURE STORE SomeKey failed to copy file: failed to upload file: Error "Server Error" Test: TestGitAnnexFstestBackendCases/Remove --- FAIL: TestGitAnnexFstestBackendCases (71.68s) --- FAIL: TestGitAnnexFstestBackendCases/TransferStoreAbsolute (7.43s) --- FAIL: TestGitAnnexFstestBackendCases/TransferStoreRelative (5.82s) --- FAIL: TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace (5.72s) --- FAIL: TestGitAnnexFstestBackendCases/CheckPresentAndTransfer (5.90s) --- FAIL: TestGitAnnexFstestBackendCases/CheckpresentTransferCheckpresent (6.02s) --- FAIL: TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey (6.29s) --- FAIL: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve (5.57s) --- FAIL: TestGitAnnexFstestBackendCases/RemovePreexistingFile (23.12s) --- FAIL: TestGitAnnexFstestBackendCases/Remove (5.80s) FAIL 2026/04/12 02:44:11 DEBUG : drime root 'rclone-test-yurexam9gero': Purge remote "./gitannex.test -test.v -test.timeout 2h0m0s -remote TestDrime: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(CheckPresentAndTransfer|CheckpresentTransferCheckpresent|Remove|RemovePreexistingFile|StoreCheckpresentRetrieve|TransferAndCheckpresentWithRealisticKey|TransferStoreAbsolute|TransferStorePathWithInteriorWhitespace|TransferStoreRelative)$'" - Finished ERROR in 1m13.194673475s (try 2/5): exit status 1: Failed [TestGitAnnexFstestBackendCases/TransferStoreAbsolute TestGitAnnexFstestBackendCases/TransferStoreRelative TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace TestGitAnnexFstestBackendCases/CheckPresentAndTransfer TestGitAnnexFstestBackendCases/CheckpresentTransferCheckpresent TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve TestGitAnnexFstestBackendCases/RemovePreexistingFile TestGitAnnexFstestBackendCases/Remove]