"./operations.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestCopyFileCompareDest|TestCopyFileMaxTransfer|TestCount|TestDeduplicateFirst|TestDeduplicateLargest|TestDeduplicateOldest|TestDeduplicateRename|TestDeduplicateSizeOnly|TestDeduplicateSkip|TestDeduplicateSmallest|TestDelete|TestHashSums|TestListDirSorted|TestListDirSortedFn|TestListJSON|TestLs|TestLsLong|TestLsWithFilesFrom|TestLsd|TestMaxDelete|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestMergeDirs|TestReadFile|TestStatJSON)$'" - Starting (try 3/5) 2026/02/13 05:21:12 DEBUG : Creating backend with remote "TestMega:rclone-test-vuyolox6jevo" 2026/02/13 05:21:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/13 05:21:12 DEBUG : mega root 'rclone-test-vuyolox6jevo': Using previously stored session ID and master key to initialize the Mega API 2026/02/13 05:21:28 DEBUG : Creating backend with remote "/tmp/rclone2525747980" === RUN TestCopyFileCompareDest run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:21:28 DEBUG : Creating backend with remote "TestMega:rclone-test-vuyolox6jevo/dst" 2026/02/13 05:21:28 DEBUG : mega root 'rclone-test-vuyolox6jevo/dst': Using previously stored session ID and master key to initialize the Mega API 2026/02/13 05:21:45 DEBUG : Creating backend with remote "TestMega:rclone-test-vuyolox6jevo/CompareDest" 2026/02/13 05:21:45 DEBUG : mega root 'rclone-test-vuyolox6jevo/CompareDest': Using previously stored session ID and master key to initialize the Mega API 2026/02/13 05:21:57 DEBUG : one: Need to transfer - File not found at Destination 2026/02/13 05:21:57 DEBUG : one: size = 3 OK 2026/02/13 05:21:57 INFO : one: Copied (new) 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 2026/02/13 05:22:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone2525747980) 2026/02/13 05:22:04 DEBUG : one: size = 3 (mega root 'rclone-test-vuyolox6jevo/dst') 2026/02/13 05:22:04 DEBUG : one: Sizes differ 2026/02/13 05:22:05 DEBUG : one: size = 5 OK 2026/02/13 05:22:05 INFO : one: Copied (replaced existing) 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 2026/02/13 05:22:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone2525747980) 2026/02/13 05:22:13 DEBUG : one: size = 3 (mega root 'rclone-test-vuyolox6jevo/dst') 2026/02/13 05:22:13 DEBUG : one: Sizes differ 2026/02/13 05:22:13 DEBUG : one: size = 5 OK 2026/02/13 05:22:13 DEBUG : one: Sizes identical 2026/02/13 05:22:13 DEBUG : one: Destination found in --compare-dest, skipping 2026/02/13 05:22:13 DEBUG : two: Need to transfer - File not found at Destination 2026/02/13 05:22:14 DEBUG : two: size = 3 OK 2026/02/13 05:22:14 INFO : two: Copied (new) 2026/02/13 05:22:14 DEBUG : two: size = 3 OK 2026/02/13 05:22:14 DEBUG : two: Sizes identical 2026/02/13 05:22:14 DEBUG : two: Unchanged skipping 2026/02/13 05:22:14 DEBUG : two: size = 5 (Local file system at /tmp/rclone2525747980) 2026/02/13 05:22:14 DEBUG : two: size = 3 (mega root 'rclone-test-vuyolox6jevo/dst') 2026/02/13 05:22:14 DEBUG : two: Sizes differ 2026/02/13 05:22:14 DEBUG : two: size = 5 (Local file system at /tmp/rclone2525747980) 2026/02/13 05:22:14 DEBUG : two: size = 3 (mega root 'rclone-test-vuyolox6jevo/CompareDest') 2026/02/13 05:22:14 DEBUG : two: Sizes differ 2026/02/13 05:22:14 DEBUG : two: size = 5 OK 2026/02/13 05:22:14 INFO : two: Copied (replaced existing) 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: TestCopyFileCompareDest (54.34s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:22:22 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/02/13 05:22:22 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/02/13 05:22:22 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/02/13 05:22:22 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/02/13 05:22:23 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: upload failed to read data: max transfer limit reached as set by --max-transfer 2026/02/13 05:22:23 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/02/13 05:22:23 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/02/13 05:22:23 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/02/13 05:22:23 INFO : TestCopyFileMaxTransfer/file4: Copied (new) run.go:130: removing dir "TestCopyFileMaxTransfer" failed - try 1/3: directory not empty --- PASS: TestCopyFileMaxTransfer (1.91s) === RUN TestDeduplicateSkip run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:22:24 INFO : mega root 'rclone-test-vuyolox6jevo': Looking for duplicate names using skip mode. 2026/02/13 05:22:24 NOTICE: one: Found 2 files with duplicate names 2026/02/13 05:22:24 NOTICE: one: Skipping 2 files with duplicate names 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: TestDeduplicateSkip (7.78s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:22:33 INFO : mega root 'rclone-test-vuyolox6jevo': Looking for duplicate names using skip mode. 2026/02/13 05:22:33 NOTICE: one: Found 3 files with duplicate names 2026/02/13 05:22:33 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2026/02/13 05:22:33 INFO : one: Deleted 2026/02/13 05:22:33 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (1.24s) === RUN TestDeduplicateFirst run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:22:34 INFO : mega root 'rclone-test-vuyolox6jevo': Looking for duplicate names using first mode. 2026/02/13 05:22:34 NOTICE: one: Found 3 files with duplicate names 2026/02/13 05:22:34 INFO : one: Deleted 2026/02/13 05:22:34 INFO : one: Deleted 2026/02/13 05:22:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (2.25s) === RUN TestDeduplicateOldest run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:22:36 INFO : mega root 'rclone-test-vuyolox6jevo': Looking for duplicate names using oldest mode. 2026/02/13 05:22:36 NOTICE: one: Found 3 files with duplicate names 2026/02/13 05:22:37 INFO : one: Deleted 2026/02/13 05:22:37 INFO : one: Deleted 2026/02/13 05:22:37 NOTICE: one: Deleted 2 extra copies 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: TestDeduplicateOldest (8.51s) === RUN TestDeduplicateLargest run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:22:45 INFO : mega root 'rclone-test-vuyolox6jevo': Looking for duplicate names using largest mode. 2026/02/13 05:22:45 NOTICE: one: Found 3 files with duplicate names 2026/02/13 05:22:45 INFO : one: Deleted 2026/02/13 05:22:45 INFO : one: Deleted 2026/02/13 05:22:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (1.40s) === RUN TestDeduplicateSmallest run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:22:46 INFO : mega root 'rclone-test-vuyolox6jevo': Looking for duplicate names using smallest mode. 2026/02/13 05:22:46 NOTICE: one: Found 3 files with duplicate names 2026/02/13 05:22:46 INFO : one: Deleted 2026/02/13 05:22:46 INFO : one: Deleted 2026/02/13 05:22:46 NOTICE: one: Deleted 2 extra copies 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: TestDeduplicateSmallest (8.18s) === RUN TestDeduplicateRename run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:22:54 INFO : mega root 'rclone-test-vuyolox6jevo': Looking for duplicate names using rename mode. 2026/02/13 05:22:54 NOTICE: one.txt: Found 3 files with duplicate names 2026/02/13 05:22:55 INFO : one-2.txt: renamed from: one.txt 2026/02/13 05:22:55 INFO : one-3.txt: renamed from: one.txt 2026/02/13 05:22:55 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (2.32s) === RUN TestMergeDirs run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:22:57 INFO : dupe2: merging "two.txt" 2026/02/13 05:22:59 INFO : dupe2: removing empty directory 2026/02/13 05:22:59 INFO : dupe3: merging "three.txt" 2026/02/13 05:23:00 INFO : dupe3: removing empty directory --- PASS: TestMergeDirs (4.47s) === RUN TestListDirSorted run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:23:02 DEBUG : a.txt: Excluded (Size Filter) 2026/02/13 05:23:02 DEBUG : a.txt: Excluded 2026/02/13 05:23:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/13 05:23:02 DEBUG : sub dir/hello world: Excluded 2026/02/13 05:23:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/13 05:23:02 DEBUG : sub dir/hello world2: Excluded 2026/02/13 05:23:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/13 05:23:02 DEBUG : sub dir/hello world: Excluded 2026/02/13 05:23:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/13 05:23:02 DEBUG : sub dir/hello world2: Excluded 2026/02/13 05:23:02 DEBUG : sub dir/ignore dir: Excluded 2026/02/13 05:23:02 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (4.02s) === RUN TestListDirSortedFn run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:23:06 DEBUG : a.txt: Excluded (Size Filter) 2026/02/13 05:23:06 DEBUG : a.txt: Excluded 2026/02/13 05:23:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/13 05:23:06 DEBUG : sub dir/hello world: Excluded 2026/02/13 05:23:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/13 05:23:06 DEBUG : sub dir/hello world2: Excluded 2026/02/13 05:23:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/02/13 05:23:06 DEBUG : sub dir/hello world: Excluded 2026/02/13 05:23:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/02/13 05:23:06 DEBUG : sub dir/hello world2: Excluded 2026/02/13 05:23:06 DEBUG : sub dir/ignore dir: Excluded 2026/02/13 05:23:06 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (3.52s) === RUN TestListJSON run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2026/02/13 05:23:08 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (2.92s) --- PASS: TestListJSON/Default (0.00s) --- PASS: TestListJSON/FilesOnly (0.00s) --- PASS: TestListJSON/DirsOnly (0.00s) --- PASS: TestListJSON/Recurse (0.00s) --- PASS: TestListJSON/SubDir (0.00s) --- PASS: TestListJSON/NoModTime (0.00s) --- PASS: TestListJSON/NoMimeType (0.00s) --- PASS: TestListJSON/ShowHash (0.00s) --- PASS: TestListJSON/HashTypes (0.00s) --- PASS: TestListJSON/Metadata (0.00s) === RUN TestStatJSON run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/02/13 05:23:13 DEBUG : Creating backend with remote "TestMega:rclone-test-vuyolox6jevo/notfound" 2026/02/13 05:23:13 DEBUG : mega root 'rclone-test-vuyolox6jevo/notfound': Using previously stored session ID and master key to initialize the Mega API --- PASS: TestStatJSON (22.12s) --- PASS: TestStatJSON/Root (0.00s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.00s) --- PASS: TestStatJSON/Dir (0.00s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSON/File (0.00s) --- PASS: TestStatJSON/NotFound (0.00s) --- PASS: TestStatJSON/DirFilesOnly (0.00s) --- PASS: TestStatJSON/FileFilesOnly (0.00s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.00s) --- PASS: TestStatJSON/DirDirsOnly (0.00s) --- PASS: TestStatJSON/FileDirsOnly (0.00s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.00s) --- PASS: TestStatJSON/RootNotFound (19.38s) === RUN TestLsd run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" run.go:130: removing dir "sub dir" failed - try 1/3: directory not empty --- PASS: TestLsd (1.53s) === RUN TestLs run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" --- PASS: TestLs (1.00s) === RUN TestLsWithFilesFrom run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:23:36 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/02/13 05:23:36 DEBUG : empty space: Excluded 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: TestLsWithFilesFrom (7.94s) === RUN TestLsLong run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 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: TestLsLong (7.78s) === RUN TestHashSums run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 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: TestHashSums (7.84s) === RUN TestCount run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" --- PASS: TestCount (2.25s) === RUN TestDelete run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:24:02 DEBUG : Waiting for deletions to finish 2026/02/13 05:24:02 DEBUG : large: Excluded (Size Filter) 2026/02/13 05:24:02 DEBUG : large: Excluded 2026/02/13 05:24:02 INFO : medium: Deleted 2026/02/13 05:24:02 INFO : small: Deleted --- PASS: TestDelete (1.09s) === RUN TestMaxDelete run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:24:03 DEBUG : Waiting for deletions to finish 2026/02/13 05:24:03 INFO : large: Deleted 2026/02/13 05:24:03 INFO : medium: Deleted 2026/02/13 05:24:03 ERROR : small: Got fatal error on delete: --max-delete threshold reached operations_test.go:453: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:453 Error: Not equal: expected: 1 actual : 2 Test: TestMaxDelete --- FAIL: TestMaxDelete (1.18s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:24:04 DEBUG : Waiting for deletions to finish 2026/02/13 05:24:04 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/02/13 05:24:04 INFO : medium: Deleted 2026/02/13 05:24:05 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (1.21s) === RUN TestMaxDeleteSize run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" 2026/02/13 05:24:05 DEBUG : Waiting for deletions to finish 2026/02/13 05:24:06 INFO : large: Deleted 2026/02/13 05:24:06 INFO : medium: Deleted 2026/02/13 05:24:06 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 (1.27s) === RUN TestReadFile run.go:185: Remote "mega root 'rclone-test-vuyolox6jevo'", Local "Local file system at /tmp/rclone2525747980", Modify Window "876000h0m0s" --- PASS: TestReadFile (0.39s) FAIL 2026/02/13 05:24:06 DEBUG : mega root 'rclone-test-vuyolox6jevo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestCopyFileCompareDest|TestCopyFileMaxTransfer|TestCount|TestDeduplicateFirst|TestDeduplicateLargest|TestDeduplicateOldest|TestDeduplicateRename|TestDeduplicateSizeOnly|TestDeduplicateSkip|TestDeduplicateSmallest|TestDelete|TestHashSums|TestListDirSorted|TestListDirSortedFn|TestListJSON|TestLs|TestLsLong|TestLsWithFilesFrom|TestLsd|TestMaxDelete|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestMergeDirs|TestReadFile|TestStatJSON)$'" - Finished ERROR in 2m54.661624755s (try 3/5): exit status 1: Failed [TestMaxDelete TestMaxDeleteSize]