"./gitannex.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(CheckPresentAndTransfer|Remove|RemovePreexistingFile|StoreCheckpresentRetrieve|TransferStoreAbsolute|TransferStoreRelative)$'" - Starting (try 2/5) 2025/11/23 05:22:27 DEBUG : Creating backend with remote "TestMega:rclone-test-sipukix7bufa" 2025/11/23 05:22:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/23 05:22:27 DEBUG : mega root 'rclone-test-sipukix7bufa': Using previously stored session ID and master key to initialize the Mega API 2025/11/23 05:22:46 DEBUG : Creating backend with remote "/tmp/rclone2286211748" === RUN TestGitAnnexFstestBackendCases === RUN TestGitAnnexFstestBackendCases/TransferStoreAbsolute run.go:185: Remote "mega root 'rclone-test-sipukix7bufa'", Local "Local file system at /tmp/rclone2286211748", Modify Window "876000h0m0s" 2025/11/23 05:22:46 DEBUG : Creating backend with remote "TestMega:rclone-test-sipukix7bufa" 2025/11/23 05:22:46 DEBUG : mega root 'rclone-test-sipukix7bufa': Using previously stored session ID and master key to initialize the Mega API 2025/11/23 05:23:03 DEBUG : Creating backend with remote "/tmp/rclone2286211748" 2025/11/23 05:23:03 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/11/23 05:23:13 ERROR : file.txt: Failed to copy: mkdir create node 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: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: mkdir create node failed: unexpected end of JSON input\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE KeyAbsolute +TRANSFER-FAILURE STORE KeyAbsolute failed to copy file: mkdir create node failed: unexpected end of JSON input Test: TestGitAnnexFstestBackendCases/TransferStoreAbsolute 2025/11/23 05:23:13 ERROR : error listing: directory not found 2025/11/23 05:23:13 ERROR : error listing: directory not found === RUN TestGitAnnexFstestBackendCases/TransferStoreRelative run.go:185: Remote "mega root 'rclone-test-sipukix7bufa'", Local "Local file system at /tmp/rclone2286211748", Modify Window "876000h0m0s" 2025/11/23 05:23:13 DEBUG : Creating backend with remote "TestMega:rclone-test-sipukix7bufa" 2025/11/23 05:23:13 DEBUG : mega root 'rclone-test-sipukix7bufa': Using previously stored session ID and master key to initialize the Mega API 2025/11/23 05:23:32 DEBUG : Creating backend with remote "../../rclone2286211748" 2025/11/23 05:23:32 DEBUG : fs cache: renaming cache item "../../rclone2286211748" to be canonical "/tmp/rclone2286211748" 2025/11/23 05:23:32 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/11/23 05:23:35 DEBUG : KeyRelative: size = 5 OK 2025/11/23 05:23:35 INFO : file.txt: Copied (new) to: KeyRelative 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/CheckPresentAndTransfer run.go:185: Remote "mega root 'rclone-test-sipukix7bufa'", Local "Local file system at /tmp/rclone2286211748", Modify Window "876000h0m0s" 2025/11/23 05:23:52 DEBUG : Creating backend with remote "TestMega:rclone-test-sipukix7bufa" 2025/11/23 05:23:52 DEBUG : mega root 'rclone-test-sipukix7bufa': Using previously stored session ID and master key to initialize the Mega API 2025/11/23 05:24:13 DEBUG : Creating backend with remote "/tmp/rclone2286211748" 2025/11/23 05:24:13 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/11/23 05:24:13 DEBUG : KeyAbsolute: size = 5 OK 2025/11/23 05:24:13 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 === RUN TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve run.go:185: Remote "mega root 'rclone-test-sipukix7bufa'", Local "Local file system at /tmp/rclone2286211748", Modify Window "876000h0m0s" 2025/11/23 05:24:20 DEBUG : Creating backend with remote "TestMega:rclone-test-sipukix7bufa" 2025/11/23 05:24:20 DEBUG : mega root 'rclone-test-sipukix7bufa': Using previously stored session ID and master key to initialize the Mega API 2025/11/23 05:24:31 DEBUG : mega root 'rclone-test-sipukix7bufa': login with previous auth keys failed: unexpected end of JSON input 2025/11/23 05:24:31 DEBUG : Creating backend with remote "/tmp/rclone2286211748" 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: Invalid arguments\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -TRANSFER-SUCCESS STORE SomeKey +TRANSFER-FAILURE STORE SomeKey failed to copy file: Invalid arguments Test: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve === RUN TestGitAnnexFstestBackendCases/RemovePreexistingFile run.go:185: Remote "mega root 'rclone-test-sipukix7bufa'", Local "Local file system at /tmp/rclone2286211748", Modify Window "876000h0m0s" run.go:290: Failed to put "SomeKey" to "mega root 'rclone-test-sipukix7bufa'": upload file failed to create session: unexpected end of JSON input === RUN TestGitAnnexFstestBackendCases/Remove run.go:185: Remote "mega root 'rclone-test-sipukix7bufa'", Local "Local file system at /tmp/rclone2286211748", Modify Window "876000h0m0s" 2025/11/23 05:24:41 DEBUG : Creating backend with remote "TestMega:rclone-test-sipukix7bufa" 2025/11/23 05:24:41 DEBUG : mega root 'rclone-test-sipukix7bufa': Using previously stored session ID and master key to initialize the Mega API 2025/11/23 05:25:01 DEBUG : Creating backend with remote "/tmp/rclone2286211748" 2025/11/23 05:25:01 DEBUG : file.txt: Need to transfer - File not found at Destination 2025/11/23 05:25:03 DEBUG : SomeKey: size = 5 OK 2025/11/23 05:25:03 INFO : file.txt: Copied (new) to: SomeKey 2025/11/23 05:25:05 INFO : SomeKey: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure --- FAIL: TestGitAnnexFstestBackendCases (148.19s) --- FAIL: TestGitAnnexFstestBackendCases/TransferStoreAbsolute (26.81s) --- PASS: TestGitAnnexFstestBackendCases/TransferStoreRelative (39.04s) --- PASS: TestGitAnnexFstestBackendCases/CheckPresentAndTransfer (27.76s) --- FAIL: TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve (10.61s) --- FAIL: TestGitAnnexFstestBackendCases/RemovePreexistingFile (10.47s) --- PASS: TestGitAnnexFstestBackendCases/Remove (33.48s) FAIL 2025/11/23 05:25:15 DEBUG : mega root 'rclone-test-sipukix7bufa': Purge remote "./gitannex.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^TestGitAnnexFstestBackendCases$/^(CheckPresentAndTransfer|Remove|RemovePreexistingFile|StoreCheckpresentRetrieve|TransferStoreAbsolute|TransferStoreRelative)$'" - Finished ERROR in 2m48.098997012s (try 2/5): exit status 1: Failed [TestGitAnnexFstestBackendCases/TransferStoreAbsolute TestGitAnnexFstestBackendCases/StoreCheckpresentRetrieve TestGitAnnexFstestBackendCases/RemovePreexistingFile]