"./operations.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestCopyFileCompareDest|TestDirMove|TestLs|TestLsWithFilesFrom|TestMaxDeleteSize|TestMoveFileBackupDir)$|^TestRcat$/^withChecksum=false,ignoreChecksum=false$'" - Starting (try 2/5) 2026/05/01 05:17:04 DEBUG : Creating backend with remote "TestMega:rclone-test-yapager7coya" 2026/05/01 05:17:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/01 05:17:04 DEBUG : mega root 'rclone-test-yapager7coya': Using previously stored session ID and master key to initialize the Mega API 2026/05/01 05:17:22 DEBUG : Creating backend with remote "/tmp/rclone37389007" 2026/05/01 05:17:22 DEBUG : Config file has changed externally - reloading === RUN TestCopyFileCompareDest run.go:185: Remote "mega root 'rclone-test-yapager7coya'", Local "Local file system at /tmp/rclone37389007", Modify Window "876000h0m0s" 2026/05/01 05:17:22 DEBUG : Creating backend with remote "TestMega:rclone-test-yapager7coya/dst" 2026/05/01 05:17:22 DEBUG : mega root 'rclone-test-yapager7coya/dst': Using previously stored session ID and master key to initialize the Mega API copy_test.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:200 Error: Received unexpected error: login with previous auth keys failed: unexpected end of JSON input Test: TestCopyFileCompareDest 2026/05/01 05:17:33 ERROR : error listing: directory not found --- FAIL: TestCopyFileCompareDest (11.23s) === RUN TestLs run.go:185: Remote "mega root 'rclone-test-yapager7coya'", Local "Local file system at /tmp/rclone37389007", Modify Window "876000h0m0s" run.go:242: Failed to mkdir "mega root 'rclone-test-yapager7coya'": mkdir create node failed: unexpected end of JSON input 2026/05/01 05:17:43 ERROR : error listing: directory not found --- FAIL: TestLs (10.54s) === RUN TestLsWithFilesFrom run.go:185: Remote "mega root 'rclone-test-yapager7coya'", Local "Local file system at /tmp/rclone37389007", Modify Window "876000h0m0s" 2026/05/01 05:17:49 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/05/01 05:17:49 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (7.88s) === RUN TestMaxDeleteSize run.go:185: Remote "mega root 'rclone-test-yapager7coya'", Local "Local file system at /tmp/rclone37389007", Modify Window "876000h0m0s" 2026/05/01 05:17:54 DEBUG : Waiting for deletions to finish 2026/05/01 05:17:54 INFO : large: Deleted 2026/05/01 05:17:54 INFO : medium: Deleted 2026/05/01 05:17:54 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached operations_test.go:492: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:492 Error: Not equal: expected: 1 actual : 2 Test: TestMaxDeleteSize --- FAIL: TestMaxDeleteSize (5.16s) === RUN TestMoveFileBackupDir run.go:185: Remote "mega root 'rclone-test-yapager7coya'", Local "Local file system at /tmp/rclone37389007", Modify Window "876000h0m0s" 2026/05/01 05:17:59 DEBUG : Creating backend with remote "TestMega:rclone-test-yapager7coya/backup" 2026/05/01 05:17:59 DEBUG : mega root 'rclone-test-yapager7coya/backup': Using previously stored session ID and master key to initialize the Mega API 2026/05/01 05:18:16 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone37389007) 2026/05/01 05:18:16 DEBUG : dst/file1: size = 18 (mega root 'rclone-test-yapager7coya') 2026/05/01 05:18:16 DEBUG : dst/file1: Sizes differ 2026/05/01 05:18:19 INFO : dst/file1: Moved (server-side) 2026/05/01 05:18:21 DEBUG : dst/file1: size = 14 OK 2026/05/01 05:18:21 INFO : dst/file1: Copied (new) 2026/05/01 05:18:21 INFO : dst/file1: Deleted run.go:130: removing dir "dst" failed - try 1/3: directory not empty --- PASS: TestMoveFileBackupDir (37.12s) === RUN TestDirMove run.go:185: Remote "mega root 'rclone-test-yapager7coya'", Local "Local file system at /tmp/rclone37389007", Modify Window "876000h0m0s" 2026/05/01 05:18:50 INFO : A1/B2: Making directory 2026/05/01 05:18:53 INFO : A1/B1/C3: Making directory 2026/05/01 05:19:04 INFO : A2/two: Moved (server-side) to: A3/two 2026/05/01 05:19:04 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/05/01 05:19:06 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/05/01 05:19:08 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/05/01 05:19:10 INFO : A2/one: Moved (server-side) to: A3/one 2026/05/01 05:19:33 INFO : mega root 'rclone-test-yapager7coya': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/05/01 05:19:45 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/05/01 05:19:45 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/05/01 05:19:47 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/05/01 05:19:49 INFO : A3/one: Moved (server-side) to: A4/one 2026/05/01 05:19:51 INFO : A3/two: Moved (server-side) to: A4/two --- PASS: TestDirMove (93.87s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "mega root 'rclone-test-yapager7coya'", Local "Local file system at /tmp/rclone37389007", Modify Window "876000h0m0s" 2026/05/01 05:20:07 DEBUG : mega root 'rclone-test-yapager7coya': File to upload is small (34 bytes), uploading instead of streaming 2026/05/01 05:20:08 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/05/01 05:20:08 NOTICE: mega root 'rclone-test-yapager7coya': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/05/01 05:20:08 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/05/01 05:20:08 DEBUG : mega root 'rclone-test-yapager7coya': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/05/01 05:20:10 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/05/01 05:20:10 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 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 --- PASS: TestRcat (11.78s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (11.78s) FAIL 2026/05/01 05:20:19 DEBUG : mega root 'rclone-test-yapager7coya': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestCopyFileCompareDest|TestDirMove|TestLs|TestLsWithFilesFrom|TestMaxDeleteSize|TestMoveFileBackupDir)$|^TestRcat$/^withChecksum=false,ignoreChecksum=false$'" - Finished ERROR in 3m15.453587808s (try 2/5): exit status 1: Failed [TestCopyFileCompareDest TestLs TestMaxDeleteSize]