"./gitannex.test -test.v -test.timeout 1h0m0s -remote TestPikPak: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(CheckPresentAndTransfer|CheckpresentTransferCheckpresent|Remove|RemovePreexistingFile|StoreCheckpresentRetrieve|TransferAndCheckpresentWithRealisticKey|TransferStoreAbsolute|TransferStorePathWithInteriorWhitespace|TransferStoreRelative)$'" - Starting (try 4/5) 2025/03/27 01:50:15 DEBUG : Creating backend with remote "TestPikPak:rclone-test-goyixal5dugi" 2025/03/27 01:50:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/27 01:50:16 DEBUG : Creating backend with remote "/tmp/rclone2473949049" === RUN TestGitAnnexFstestBackendCases === RUN TestGitAnnexFstestBackendCases/TransferStoreAbsolute run.go:180: Remote "PikPak root 'rclone-test-goyixal5dugi'", Local "Local file system at /tmp/rclone2473949049", Modify Window "876000h0m0s" 2025/03/27 01:50:16 DEBUG : Creating backend with remote "TestPikPak:rclone-test-goyixal5dugi" 2025/03/27 01:50:17 DEBUG : Creating backend with remote "/tmp/rclone2473949049" 2025/03/27 01:50:18 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/03/27 01:50:19 DEBUG : KeyAbsolute: gcid = C1BCFD6877BB358C0518ECCD6D5A70BFF7D0A174 2025/03/27 01:50:20 DEBUG : KeyAbsolute: canceling upload: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEDC5354653536E1F9B8, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. 2025/03/27 01:50:22 DEBUG : KeyAbsolute: waiting 500ms for the cancellation to be effective 2025/03/27 01:50:22 ERROR : file.txt: Failed to copy: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEDC5354653536E1F9B8, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. gitannex_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:320 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:949 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1405 Error: Not equal: expected: "TRANSFER-SUCCESS STORE KeyAbsolute\n" actual : "TRANSFER-FAILURE STORE KeyAbsolute failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEDC5354653536E1F9B8, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value.\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE KeyAbsolute +TRANSFER-FAILURE STORE KeyAbsolute failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEDC5354653536E1F9B8, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. Test: TestGitAnnexFstestBackendCases/TransferStoreAbsolute === RUN TestGitAnnexFstestBackendCases/TransferStoreRelative run.go:180: Remote "PikPak root 'rclone-test-goyixal5dugi'", Local "Local file system at /tmp/rclone2473949049", Modify Window "876000h0m0s" 2025/03/27 01:50:24 DEBUG : Creating backend with remote "TestPikPak:rclone-test-goyixal5dugi" 2025/03/27 01:50:25 DEBUG : Creating backend with remote "../../rclone2473949049" 2025/03/27 01:50:25 DEBUG : Config file has changed externally - reloading 2025/03/27 01:50:25 DEBUG : fs cache: renaming cache item "../../rclone2473949049" to be canonical "/tmp/rclone2473949049" 2025/03/27 01:50:25 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/03/27 01:50:26 DEBUG : KeyRelative: gcid = C1BCFD6877BB358C0518ECCD6D5A70BFF7D0A174 2025/03/27 01:50:27 DEBUG : KeyRelative: canceling upload: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEE323193839347683AB, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. 2025/03/27 01:50:29 DEBUG : KeyRelative: waiting 500ms for the cancellation to be effective 2025/03/27 01:50:29 ERROR : file.txt: Failed to copy: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEE323193839347683AB, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. gitannex_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:320 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1003 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1405 Error: Not equal: expected: "TRANSFER-SUCCESS STORE KeyRelative\n" actual : "TRANSFER-FAILURE STORE KeyRelative failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEE323193839347683AB, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value.\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE KeyRelative +TRANSFER-FAILURE STORE KeyRelative failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEE323193839347683AB, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. Test: TestGitAnnexFstestBackendCases/TransferStoreRelative === RUN TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace run.go:180: Remote "PikPak root 'rclone-test-goyixal5dugi'", Local "Local file system at /tmp/rclone2473949049", Modify Window "876000h0m0s" 2025/03/27 01:50:30 DEBUG : Config file has changed externally - reloading 2025/03/27 01:50:30 DEBUG : Creating backend with remote "TestPikPak:rclone-test-goyixal5dugi" 2025/03/27 01:50:31 DEBUG : Creating backend with remote "../../rclone2473949049" 2025/03/27 01:50:31 DEBUG : fs cache: renaming cache item "../../rclone2473949049" to be canonical "/tmp/rclone2473949049" 2025/03/27 01:50:31 DEBUG : filename with spaces.txt: Need to transfer - File not found at Destination 2025/03/27 01:50:32 DEBUG : KeyRelative: gcid = C1BCFD6877BB358C0518ECCD6D5A70BFF7D0A174 2025/03/27 01:50:33 DEBUG : KeyRelative: canceling upload: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEE9A05E36353440421C, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. 2025/03/27 01:50:35 DEBUG : KeyRelative: waiting 500ms for the cancellation to be effective 2025/03/27 01:50:35 ERROR : filename with spaces.txt: Failed to copy: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEE9A05E36353440421C, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. gitannex_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:320 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1045 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1405 Error: Not equal: expected: "TRANSFER-SUCCESS STORE KeyRelative\n" actual : "TRANSFER-FAILURE STORE KeyRelative failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEE9A05E36353440421C, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value.\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE KeyRelative +TRANSFER-FAILURE STORE KeyRelative failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEE9A05E36353440421C, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. Test: TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace === RUN TestGitAnnexFstestBackendCases/CheckPresentAndTransfer run.go:180: Remote "PikPak root 'rclone-test-goyixal5dugi'", Local "Local file system at /tmp/rclone2473949049", Modify Window "876000h0m0s" 2025/03/27 01:50:36 DEBUG : Creating backend with remote "TestPikPak:rclone-test-goyixal5dugi" 2025/03/27 01:50:38 DEBUG : Creating backend with remote "/tmp/rclone2473949049" 2025/03/27 01:50:38 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/03/27 01:50:39 DEBUG : KeyAbsolute: gcid = C1BCFD6877BB358C0518ECCD6D5A70BFF7D0A174 2025/03/27 01:50:40 DEBUG : KeyAbsolute: canceling upload: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEF0637FD23934092574, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. 2025/03/27 01:50:41 DEBUG : KeyAbsolute: waiting 500ms for the cancellation to be effective 2025/03/27 01:50:42 ERROR : file.txt: Failed to copy: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEF0637FD23934092574, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. gitannex_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:320 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1078 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1405 Error: Not equal: expected: "TRANSFER-SUCCESS STORE KeyAbsolute\n" actual : "TRANSFER-FAILURE STORE KeyAbsolute failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEF0637FD23934092574, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value.\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE KeyAbsolute +TRANSFER-FAILURE STORE KeyAbsolute failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEF0637FD23934092574, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. Test: TestGitAnnexFstestBackendCases/CheckPresentAndTransfer === RUN TestGitAnnexFstestBackendCases/CheckpresentTransferCheckpresent run.go:180: Remote "PikPak root 'rclone-test-goyixal5dugi'", Local "Local file system at /tmp/rclone2473949049", Modify Window "876000h0m0s" 2025/03/27 01:50:43 DEBUG : Config file has changed externally - reloading 2025/03/27 01:50:43 DEBUG : Creating backend with remote "TestPikPak:rclone-test-goyixal5dugi" 2025/03/27 01:50:45 DEBUG : Creating backend with remote "/tmp/rclone2473949049" 2025/03/27 01:50:45 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/03/27 01:50:45 DEBUG : foo: gcid = C1BCFD6877BB358C0518ECCD6D5A70BFF7D0A174 2025/03/27 01:50:47 DEBUG : foo: canceling upload: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEF749824C3830E40342, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. 2025/03/27 01:50:48 DEBUG : foo: waiting 500ms for the cancellation to be effective 2025/03/27 01:50:49 ERROR : file.txt: Failed to copy: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEF749824C3830E40342, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. gitannex_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:320 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1115 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1405 Error: Not equal: expected: "TRANSFER-SUCCESS STORE foo\n" actual : "TRANSFER-FAILURE STORE foo failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEF749824C3830E40342, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value.\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE foo +TRANSFER-FAILURE STORE foo failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEF749824C3830E40342, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. Test: TestGitAnnexFstestBackendCases/CheckpresentTransferCheckpresent === RUN TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey run.go:180: Remote "PikPak root 'rclone-test-goyixal5dugi'", Local "Local file system at /tmp/rclone2473949049", Modify Window "876000h0m0s" 2025/03/27 01:50:50 DEBUG : Creating backend with remote "TestPikPak:rclone-test-goyixal5dugi" 2025/03/27 01:50:51 DEBUG : Creating backend with remote "/tmp/rclone2473949049" 2025/03/27 01:50:51 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/03/27 01:50:52 DEBUG : SHA256E-s1048576--7ba87e06b9b7903cfbaf4a38736766c161e3e7b42f06fe57f040aa410a8f0701.this-is-a-test-key: gcid = C1BCFD6877BB358C0518ECCD6D5A70BFF7D0A174 2025/03/27 01:50:53 DEBUG : SHA256E-s1048576--7ba87e06b9b7903cfbaf4a38736766c161e3e7b42f06fe57f040aa410a8f0701.this-is-a-test-key: canceling upload: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEFDAA0DCC3138DB3E2A, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. 2025/03/27 01:50:55 DEBUG : SHA256E-s1048576--7ba87e06b9b7903cfbaf4a38736766c161e3e7b42f06fe57f040aa410a8f0701.this-is-a-test-key: waiting 500ms for the cancellation to be effective 2025/03/27 01:50:55 ERROR : file.txt: Failed to copy: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEFDAA0DCC3138DB3E2A, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. gitannex_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:320 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1144 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1405 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: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEFDAA0DCC3138DB3E2A, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value.\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: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AEFDAA0DCC3138DB3E2A, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. Test: TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey === RUN TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve run.go:180: Remote "PikPak root 'rclone-test-goyixal5dugi'", Local "Local file system at /tmp/rclone2473949049", Modify Window "876000h0m0s" 2025/03/27 01:50:56 DEBUG : Creating backend with remote "TestPikPak:rclone-test-goyixal5dugi" 2025/03/27 01:50:58 DEBUG : Creating backend with remote "/tmp/rclone2473949049" 2025/03/27 01:50:58 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/03/27 01:50:59 DEBUG : SomeKey: gcid = C1BCFD6877BB358C0518ECCD6D5A70BFF7D0A174 2025/03/27 01:51:00 DEBUG : SomeKey: canceling upload: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF0489FDF5333677DE3E, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. 2025/03/27 01:51:01 DEBUG : SomeKey: waiting 500ms for the cancellation to be effective 2025/03/27 01:51:02 ERROR : file.txt: Failed to copy: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF0489FDF5333677DE3E, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. gitannex_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:320 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1186 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1405 Error: Not equal: expected: "TRANSFER-SUCCESS STORE SomeKey\n" actual : "TRANSFER-FAILURE STORE SomeKey failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF0489FDF5333677DE3E, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value.\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE SomeKey +TRANSFER-FAILURE STORE SomeKey failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF0489FDF5333677DE3E, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. Test: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve === RUN TestGitAnnexFstestBackendCases/RemovePreexistingFile run.go:180: Remote "PikPak root 'rclone-test-goyixal5dugi'", Local "Local file system at /tmp/rclone2473949049", Modify Window "876000h0m0s" 2025/03/27 01:51:03 DEBUG : SomeKey: calculating gcid: failed to unwrap object from src: SomeKey 2025/03/27 01:51:03 DEBUG : SomeKey: gcid = c1bcfd6877bb358c0518eccd6d5a70bff7d0a174 2025/03/27 01:51:05 DEBUG : SomeKey: canceling upload: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF099BED1435331B0FDA, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. 2025/03/27 01:51:06 DEBUG : SomeKey: waiting 500ms for the cancellation to be effective run.go:285: Failed to put "SomeKey" to "PikPak root 'rclone-test-goyixal5dugi'": failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF099BED1435331B0FDA, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. === RUN TestGitAnnexFstestBackendCases/Remove run.go:180: Remote "PikPak root 'rclone-test-goyixal5dugi'", Local "Local file system at /tmp/rclone2473949049", Modify Window "876000h0m0s" 2025/03/27 01:51:08 DEBUG : Creating backend with remote "TestPikPak:rclone-test-goyixal5dugi" 2025/03/27 01:51:09 DEBUG : Creating backend with remote "/tmp/rclone2473949049" 2025/03/27 01:51:10 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/03/27 01:51:10 DEBUG : SomeKey: gcid = C1BCFD6877BB358C0518ECCD6D5A70BFF7D0A174 2025/03/27 01:51:12 DEBUG : SomeKey: canceling upload: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF0F7859E43331525030, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. 2025/03/27 01:51:13 DEBUG : SomeKey: waiting 500ms for the cancellation to be effective 2025/03/27 01:51:13 ERROR : file.txt: Failed to copy: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF0F7859E43331525030, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. gitannex_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:320 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1264 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1405 Error: Not equal: expected: "TRANSFER-SUCCESS STORE SomeKey\n" actual : "TRANSFER-FAILURE STORE SomeKey failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF0F7859E43331525030, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value.\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE SomeKey +TRANSFER-FAILURE STORE SomeKey failed to copy file: failed to upload: operation error S3: PutObject, https response error StatusCode: 400, RequestID: 67E4AF0F7859E43331525030, HostID: vip-lixian-07.mypikpak.com, api error InvalidArgument: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value. Test: TestGitAnnexFstestBackendCases/Remove --- FAIL: TestGitAnnexFstestBackendCases (58.76s) --- FAIL: TestGitAnnexFstestBackendCases/TransferStoreAbsolute (7.90s) --- FAIL: TestGitAnnexFstestBackendCases/TransferStoreRelative (6.60s) --- FAIL: TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace (5.85s) --- FAIL: TestGitAnnexFstestBackendCases/CheckPresentAndTransfer (6.82s) --- FAIL: TestGitAnnexFstestBackendCases/CheckpresentTransferCheckpresent (6.82s) --- FAIL: TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey (6.57s) --- FAIL: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve (6.48s) --- FAIL: TestGitAnnexFstestBackendCases/RemovePreexistingFile (4.89s) --- FAIL: TestGitAnnexFstestBackendCases/Remove (6.82s) FAIL 2025/03/27 01:51:15 DEBUG : PikPak root 'rclone-test-goyixal5dugi': Purge remote "./gitannex.test -test.v -test.timeout 1h0m0s -remote TestPikPak: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(CheckPresentAndTransfer|CheckpresentTransferCheckpresent|Remove|RemovePreexistingFile|StoreCheckpresentRetrieve|TransferAndCheckpresentWithRealisticKey|TransferStoreAbsolute|TransferStorePathWithInteriorWhitespace|TransferStoreRelative)$'" - Finished ERROR in 1m0.745823748s (try 4/5): exit status 1: Failed [TestGitAnnexFstestBackendCases/TransferStoreAbsolute TestGitAnnexFstestBackendCases/TransferStoreRelative TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace TestGitAnnexFstestBackendCases/CheckPresentAndTransfer TestGitAnnexFstestBackendCases/CheckpresentTransferCheckpresent TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve TestGitAnnexFstestBackendCases/RemovePreexistingFile TestGitAnnexFstestBackendCases/Remove]