"./gitannex.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(Remove|TransferAndCheckpresentWithRealisticKey|TransferStoreAbsolute)$'" - Starting (try 2/5) 2025/12/06 02:54:09 DEBUG : Creating backend with remote "TestMega:rclone-test-tinomuq0loga" 2025/12/06 02:54:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 02:54:09 DEBUG : mega root 'rclone-test-tinomuq0loga': Using previously stored session ID and master key to initialize the Mega API 2025/12/06 02:54:24 DEBUG : Creating backend with remote "/tmp/rclone3958934822" === RUN TestGitAnnexFstestBackendCases === RUN TestGitAnnexFstestBackendCases/TransferStoreAbsolute run.go:185: Remote "mega root 'rclone-test-tinomuq0loga'", Local "Local file system at /tmp/rclone3958934822", Modify Window "876000h0m0s" 2025/12/06 02:54:24 DEBUG : Creating backend with remote "TestMega:rclone-test-tinomuq0loga" 2025/12/06 02:54:24 DEBUG : mega root 'rclone-test-tinomuq0loga': Using previously stored session ID and master key to initialize the Mega API 2025/12/06 02:54:41 DEBUG : Creating backend with remote "/tmp/rclone3958934822" 2025/12/06 02:54:41 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/12/06 02:54:43 DEBUG : KeyAbsolute: size = 5 OK 2025/12/06 02:54:43 INFO : file.txt: Copied (new) to: KeyAbsolute fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2025/12/06 02:54:50 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/12/06 02:54:50 DEBUG : KeyAbsolute2: size = 5 OK 2025/12/06 02:54:50 INFO : file.txt: Copied (new) to: KeyAbsolute2 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure === RUN TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey run.go:185: Remote "mega root 'rclone-test-tinomuq0loga'", Local "Local file system at /tmp/rclone3958934822", Modify Window "876000h0m0s" 2025/12/06 02:55:08 DEBUG : Creating backend with remote "TestMega:rclone-test-tinomuq0loga" 2025/12/06 02:55:08 DEBUG : mega root 'rclone-test-tinomuq0loga': Using previously stored session ID and master key to initialize the Mega API 2025/12/06 02:55:20 DEBUG : mega root 'rclone-test-tinomuq0loga': login with previous auth keys failed: unexpected end of JSON input 2025/12/06 02:55:20 DEBUG : Creating backend with remote "/tmp/rclone3958934822" 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: Invalid arguments\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: Invalid arguments Test: TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey === RUN TestGitAnnexFstestBackendCases/Remove run.go:185: Remote "mega root 'rclone-test-tinomuq0loga'", Local "Local file system at /tmp/rclone3958934822", Modify Window "876000h0m0s" 2025/12/06 02:55:20 DEBUG : Creating backend with remote "TestMega:rclone-test-tinomuq0loga" 2025/12/06 02:55:20 DEBUG : mega root 'rclone-test-tinomuq0loga': Using previously stored session ID and master key to initialize the Mega API 2025/12/06 02:55:31 DEBUG : mega root 'rclone-test-tinomuq0loga': login with previous auth keys failed: unexpected end of JSON input 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:1301 /home/rclone/go/src/github.com/rclone/rclone/cmd/gitannex/gitannex_test.go:1446 Error: Not equal: expected: "CHECKPRESENT-FAILURE SomeKey\n" actual : "CHECKPRESENT-UNKNOWN SomeKey error finding file\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -CHECKPRESENT-FAILURE SomeKey +CHECKPRESENT-UNKNOWN SomeKey error finding file Test: TestGitAnnexFstestBackendCases/Remove --- FAIL: TestGitAnnexFstestBackendCases (66.21s) --- PASS: TestGitAnnexFstestBackendCases/TransferStoreAbsolute (44.06s) --- FAIL: TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey (11.39s) --- FAIL: TestGitAnnexFstestBackendCases/Remove (10.76s) FAIL 2025/12/06 02:55:31 DEBUG : mega root 'rclone-test-tinomuq0loga': Purge remote "./gitannex.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(Remove|TransferAndCheckpresentWithRealisticKey|TransferStoreAbsolute)$'" - Finished ERROR in 1m32.427484958s (try 2/5): exit status 1: Failed [TestGitAnnexFstestBackendCases/TransferAndCheckpresentWithRealisticKey TestGitAnnexFstestBackendCases/Remove]