"./gitannex.test -test.v -test.timeout 1h0m0s -remote TestnStorage: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^StoreCheckpresentRetrieve$'" - Starting (try 3/5) 2026/02/19 05:26:32 DEBUG : Creating backend with remote "TestnStorage:rclone-test-doyumas9nihe" 2026/02/19 05:26:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/19 05:26:32 DEBUG : NetStorage NewFS endpoint "https://rclone-nsu.akamaihd.net/1210146/" 2026/02/19 05:26:32 DEBUG : NetStorage API GET call version=1&action=stat&implicit=yes&format=xml&encoding=utf-8&slash=both for path "/1210146/rclone-test-doyumas9nihe" 2026/02/19 05:26:33 DEBUG : NetStorage action stat failed for "https://rclone-nsu.akamaihd.net/1210146/rclone-test-doyumas9nihe": object not found 2026/02/19 05:26:33 DEBUG : Creating backend with remote "/tmp/rclone1355401291" === RUN TestGitAnnexFstestBackendCases === RUN TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve run.go:185: Remote "https://rclone-nsu.akamaihd.net/1210146/rclone-test-doyumas9nihe/", Local "Local file system at /tmp/rclone1355401291", Modify Window "1s" 2026/02/19 05:26:33 DEBUG : Creating backend with remote "TestnStorage:rclone-test-doyumas9nihe" 2026/02/19 05:26:33 DEBUG : NetStorage NewFS endpoint "https://rclone-nsu.akamaihd.net/1210146/" 2026/02/19 05:26:33 DEBUG : NetStorage API GET call version=1&action=stat&implicit=yes&format=xml&encoding=utf-8&slash=both for path "/1210146/rclone-test-doyumas9nihe" 2026/02/19 05:26:33 DEBUG : NetStorage action stat failed for "https://rclone-nsu.akamaihd.net/1210146/rclone-test-doyumas9nihe": object not found 2026/02/19 05:26:33 DEBUG : Creating backend with remote "/tmp/rclone1355401291" 2026/02/19 05:26:33 DEBUG : NetStorage API GET call version=1&action=stat&implicit=yes&format=xml&encoding=utf-8&slash=both for path "/1210146/rclone-test-doyumas9nihe/SomeKey" 2026/02/19 05:26:33 DEBUG : NetStorage action stat failed for "https://rclone-nsu.akamaihd.net/1210146/rclone-test-doyumas9nihe/SomeKey": object not found 2026/02/19 05:26:33 DEBUG : file.txt: Need to transfer - File not found at Destination 2026/02/19 05:26:33 INFO : Implicitly create directory https://rclone-nsu.akamaihd.net/1210146/rclone-test-doyumas9nihe/ 2026/02/19 05:26:33 DEBUG : NetStorage API POST call version=1&action=mkdir for path "/1210146/rclone-test-doyumas9nihe/" 2026/02/19 05:26:33 DEBUG : NetStorage API PUT call version=1&action=upload&sha256=atend&mtime=atend for path "/1210146/rclone-test-doyumas9nihe/SomeKey" 2026/02/19 05:26:33 DEBUG : NetStorage action upload failed for "https://rclone-nsu.akamaihd.net/1210146/rclone-test-doyumas9nihe/SomeKey": HTTP error 400 (400 Bad Request) returned body: "XAAA invalid\n" 2026/02/19 05:26:33 DEBUG : NetStorage API POST call version=1&action=delete for path "/1210146/rclone-test-doyumas9nihe/SomeKey" 2026/02/19 05:26:34 DEBUG : NetStorage action delete failed for "https://rclone-nsu.akamaihd.net/1210146/rclone-test-doyumas9nihe/SomeKey": object not found 2026/02/19 05:26:34 ERROR : file.txt: Failed to copy: failed to call NetStorage API upload: HTTP error 400 (400 Bad Request) returned body: "XAAA invalid\n" 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 call NetStorage API upload: HTTP error 400 (400 Bad Request) returned body: \"XAAA invalid\\n\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE SomeKey +TRANSFER-FAILURE STORE SomeKey failed to copy file: failed to call NetStorage API upload: HTTP error 400 (400 Bad Request) returned body: "XAAA invalid\n" Test: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve 2026/02/19 05:26:34 DEBUG : NetStorage API GET call version=1&action=stat&implicit=yes&format=xml&encoding=utf-8&slash=both for path "/1210146/rclone-test-doyumas9nihe" 2026/02/19 05:26:34 DEBUG : NetStorage API GET call version=1&action=list&mtime_all=yes&format=xml&encoding=utf-8&end=%2F1210146%2Frclone-test-doyumas9nihe0 for path "/1210146/rclone-test-doyumas9nihe/" 2026/02/19 05:26:34 DEBUG : NetStorage API GET call version=1&action=list&mtime_all=yes&format=xml&encoding=utf-8&end=%2F1210146%2Frclone-test-doyumas9nihe0 for path "/1210146/rclone-test-doyumas9nihe/" 2026/02/19 05:26:34 DEBUG : NetStorage API GET call version=1&action=list&mtime_all=yes&format=xml&encoding=utf-8&end=%2F1210146%2Frclone-test-doyumas9nihe0 for path "/1210146/rclone-test-doyumas9nihe/" 2026/02/19 05:26:34 DEBUG : NetStorage API GET call version=1&action=list&mtime_all=yes&format=xml&encoding=utf-8&end=%2F1210146%2Frclone-test-doyumas9nihe0 for path "/1210146/rclone-test-doyumas9nihe/" --- FAIL: TestGitAnnexFstestBackendCases (2.03s) --- FAIL: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve (2.03s) FAIL 2026/02/19 05:26:35 DEBUG : https://rclone-nsu.akamaihd.net/1210146/rclone-test-doyumas9nihe/: Purge remote 2026/02/19 05:26:35 DEBUG : NetStorage API POST call version=1&action=quick-delete&quick-delete=imreallyreallysure for path "/1210146/rclone-test-doyumas9nihe/" 2026/02/19 05:26:35 NOTICE: Purge using quick-delete failed, fallback on recursive delete: failed to call NetStorage API: HTTP error 403 (403 Forbidden) returned body: "Feature not enabled for this request.\n" 2026/02/19 05:26:35 DEBUG : NetStorage API GET call version=1&action=list&mtime_all=yes&format=xml&encoding=utf-8&end=%2F1210146%2Frclone-test-doyumas9nihe0 for path "/1210146/rclone-test-doyumas9nihe/" 2026/02/19 05:26:35 DEBUG : https://rclone-nsu.akamaihd.net/1210146/rclone-test-doyumas9nihe/: Purge dir "" 2026/02/19 05:26:35 DEBUG : NetStorage API POST call version=1&action=rmdir for path "/1210146/rclone-test-doyumas9nihe/" "./gitannex.test -test.v -test.timeout 1h0m0s -remote TestnStorage: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^StoreCheckpresentRetrieve$'" - Finished ERROR in 3.063071062s (try 3/5): exit status 1: Failed [TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve]