"./gitannex.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(CheckPresentAndTransfer|StoreCheckpresentRetrieve|TransferStoreAbsolute|TransferStorePathWithInteriorWhitespace|TransferStoreRelative)$'" - Starting (try 2/5) 2025/05/21 03:13:23 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wafoqot6woja" 2025/05/21 03:13:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 03:13:24 DEBUG : Creating backend with remote "/tmp/rclone2808236234" === RUN TestGitAnnexFstestBackendCases === RUN TestGitAnnexFstestBackendCases/TransferStoreAbsolute run.go:180: Remote "Linkbox root 'rclone-test-wafoqot6woja'", Local "Local file system at /tmp/rclone2808236234", Modify Window "876000h0m0s" 2025/05/21 03:13:24 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wafoqot6woja" 2025/05/21 03:13:24 DEBUG : Creating backend with remote "/tmp/rclone2808236234" 2025/05/21 03:13:24 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/05/21 03:13:28 INFO : file.txt: Copied (new) to: KeyAbsolute 2025/05/21 03:13:29 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/05/21 03:13:31 INFO : file.txt: Copied (new) to: KeyAbsolute2 === RUN TestGitAnnexFstestBackendCases/TransferStoreRelative run.go:180: Remote "Linkbox root 'rclone-test-wafoqot6woja'", Local "Local file system at /tmp/rclone2808236234", Modify Window "876000h0m0s" 2025/05/21 03:13:35 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wafoqot6woja" 2025/05/21 03:13:35 DEBUG : Creating backend with remote "../../rclone2808236234" 2025/05/21 03:13:35 DEBUG : fs cache: renaming cache item "../../rclone2808236234" to be canonical "/tmp/rclone2808236234" 2025/05/21 03:13:36 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/05/21 03:13:38 INFO : file.txt: Copied (new) to: KeyRelative === RUN TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace run.go:180: Remote "Linkbox root 'rclone-test-wafoqot6woja'", Local "Local file system at /tmp/rclone2808236234", Modify Window "876000h0m0s" 2025/05/21 03:13:41 DEBUG : Config file has changed externally - reloading 2025/05/21 03:13:41 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wafoqot6woja" 2025/05/21 03:13:41 DEBUG : Creating backend with remote "../../rclone2808236234" 2025/05/21 03:13:41 DEBUG : fs cache: renaming cache item "../../rclone2808236234" to be canonical "/tmp/rclone2808236234" 2025/05/21 03:13:41 DEBUG : filename with spaces.txt: Need to transfer - File not found at Destination 2025/05/21 03:13:43 INFO : filename with spaces.txt: Copied (new) to: KeyRelative === RUN TestGitAnnexFstestBackendCases/CheckPresentAndTransfer run.go:180: Remote "Linkbox root 'rclone-test-wafoqot6woja'", Local "Local file system at /tmp/rclone2808236234", Modify Window "876000h0m0s" 2025/05/21 03:13:46 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wafoqot6woja" 2025/05/21 03:13:46 DEBUG : Creating backend with remote "/tmp/rclone2808236234" 2025/05/21 03:13:47 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/05/21 03:13:49 INFO : file.txt: Copied (new) to: KeyAbsolute === RUN TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve run.go:180: Remote "Linkbox root 'rclone-test-wafoqot6woja'", Local "Local file system at /tmp/rclone2808236234", Modify Window "876000h0m0s" 2025/05/21 03:13:51 DEBUG : Config file has changed externally - reloading 2025/05/21 03:13:51 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wafoqot6woja" 2025/05/21 03:13:52 DEBUG : Creating backend with remote "/tmp/rclone2808236234" 2025/05/21 03:13:52 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/05/21 03:13:54 INFO : file.txt: Copied (new) to: SomeKey 2025/05/21 03:13:55 DEBUG : SomeKey: Need to transfer - File not found at Destination 2025/05/21 03:13:55 ERROR : SomeKey: Failed to copy: failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 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:1241 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "TRANSFER-SUCCESS RETRIEVE SomeKey\n" actual : "TRANSFER-FAILURE RETRIEVE SomeKey failed to copy file: failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: \"ip incorrect\"\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS RETRIEVE SomeKey +TRANSFER-FAILURE RETRIEVE SomeKey failed to copy file: failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve --- FAIL: TestGitAnnexFstestBackendCases (33.26s) --- PASS: TestGitAnnexFstestBackendCases/TransferStoreAbsolute (11.43s) --- PASS: TestGitAnnexFstestBackendCases/TransferStoreRelative (5.50s) --- PASS: TestGitAnnexFstestBackendCases/TransferStorePathWithInteriorWhitespace (5.49s) --- PASS: TestGitAnnexFstestBackendCases/CheckPresentAndTransfer (5.24s) --- FAIL: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve (5.59s) FAIL 2025/05/21 03:13:57 DEBUG : Linkbox root 'rclone-test-wafoqot6woja': Purge remote "./gitannex.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(CheckPresentAndTransfer|StoreCheckpresentRetrieve|TransferStoreAbsolute|TransferStorePathWithInteriorWhitespace|TransferStoreRelative)$'" - Finished ERROR in 35.237521929s (try 2/5): exit status 1: Failed [TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve]