"./operations.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestCopyURL|TestCount|TestDirMove|TestListDirSorted|TestListDirSortedFn|TestListJSON|TestLs|TestLsd|TestMaxDelete|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestRcatSize|TestRemoveExisting)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=true)$'" - Starting (try 3/5) 2025/09/08 02:55:44 DEBUG : Creating backend with remote "TestMega:rclone-test-kihumul2yapi" 2025/09/08 02:55:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 02:56:10 DEBUG : Creating backend with remote "/tmp/rclone240185307" === RUN TestListDirSorted run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:56:16 DEBUG : a.txt: Excluded (Size Filter) 2025/09/08 02:56:16 DEBUG : a.txt: Excluded 2025/09/08 02:56:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/08 02:56:16 DEBUG : sub dir/hello world: Excluded 2025/09/08 02:56:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/08 02:56:16 DEBUG : sub dir/hello world2: Excluded 2025/09/08 02:56:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/08 02:56:16 DEBUG : sub dir/hello world: Excluded 2025/09/08 02:56:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/08 02:56:16 DEBUG : sub dir/hello world2: Excluded 2025/09/08 02:56:16 DEBUG : sub dir/ignore dir: Excluded 2025/09/08 02:56:16 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (7.84s) === RUN TestListDirSortedFn run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:56:22 DEBUG : a.txt: Excluded (Size Filter) 2025/09/08 02:56:22 DEBUG : a.txt: Excluded 2025/09/08 02:56:22 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/08 02:56:22 DEBUG : sub dir/hello world: Excluded 2025/09/08 02:56:22 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/08 02:56:22 DEBUG : sub dir/hello world2: Excluded 2025/09/08 02:56:22 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/08 02:56:22 DEBUG : sub dir/hello world: Excluded 2025/09/08 02:56:22 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/08 02:56:22 DEBUG : sub dir/hello world2: Excluded 2025/09/08 02:56:22 DEBUG : sub dir/ignore dir: Excluded 2025/09/08 02:56:22 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (9.24s) === RUN TestListJSON run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", 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 2025/09/08 02:56:29 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (4.00s) --- 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 TestLsd run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" run.go:125: removing dir "sub dir" failed - try 1/3: directory not empty --- PASS: TestLsd (3.27s) === RUN TestLs run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" --- PASS: TestLs (0.41s) === RUN TestCount run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" --- PASS: TestCount (6.74s) === RUN TestMaxDelete run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:56:47 DEBUG : Waiting for deletions to finish 2025/09/08 02:56:49 INFO : large: Deleted 2025/09/08 02:56:49 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/09/08 02:56:49 INFO : medium: Deleted 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 (9.43s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:56:54 DEBUG : Waiting for deletions to finish 2025/09/08 02:56:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/08 02:56:54 INFO : medium: Deleted 2025/09/08 02:56:54 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (2.92s) === RUN TestMaxDeleteSize run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:56:55 DEBUG : Waiting for deletions to finish 2025/09/08 02:56:55 INFO : large: Deleted 2025/09/08 02:56:55 INFO : medium: Deleted 2025/09/08 02:56:55 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.30s) === RUN TestCopyURL run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:56:57 DEBUG : filename.txt: File name found in url 2025/09/08 02:56:57 DEBUG : headerfilename.txt: filename found in Content-Disposition header. fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure --- PASS: TestCopyURL (12.21s) === RUN TestDirMove run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:57:11 INFO : A1/B2: Making directory 2025/09/08 02:57:11 INFO : A1/B1/C3: Making directory 2025/09/08 02:57:28 INFO : A2/two: Moved (server-side) to: A3/two 2025/09/08 02:57:28 INFO : A2/one: Moved (server-side) to: A3/one 2025/09/08 02:57:30 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/09/08 02:57:30 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/09/08 02:57:30 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/09/08 02:57:31 INFO : mega root 'rclone-test-kihumul2yapi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/09/08 02:57:35 INFO : A3/one: Moved (server-side) to: A4/one 2025/09/08 02:57:35 INFO : A3/two: Moved (server-side) to: A4/two 2025/09/08 02:57:37 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/09/08 02:57:37 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/09/08 02:57:37 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five --- PASS: TestDirMove (33.95s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:57:41 DEBUG : mega root 'rclone-test-kihumul2yapi': File to upload is small (34 bytes), uploading instead of streaming 2025/09/08 02:57:45 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2025/09/08 02:57:45 DEBUG : mega root 'rclone-test-kihumul2yapi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/09/08 02:57:45 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:57:55 DEBUG : mega root 'rclone-test-kihumul2yapi': File to upload is small (34 bytes), uploading instead of streaming 2025/09/08 02:57:57 NOTICE: mega root 'rclone-test-kihumul2yapi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/08 02:57:57 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/08 02:57:57 DEBUG : mega root 'rclone-test-kihumul2yapi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/09/08 02:57:57 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure --- PASS: TestRcat (22.91s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (13.19s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (9.71s) === RUN TestRcatSize run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:58:05 DEBUG : mega root 'rclone-test-kihumul2yapi': File to upload is small (60 bytes), uploading instead of streaming 2025/09/08 02:58:05 DEBUG : potato2: Size of src and dst objects identical fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure --- PASS: TestRcatSize (7.91s) === RUN TestRemoveExisting run.go:180: Remote "mega root 'rclone-test-kihumul2yapi'", Local "Local file system at /tmp/rclone240185307", Modify Window "876000h0m0s" 2025/09/08 02:58:15 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wedihap2" before starting 2025/09/08 02:58:15 DEBUG : sub dir/test remove existing.wedihap2: TEST: removing renamed existing file after operation 2025/09/08 02:58:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cifewoy1" before starting 2025/09/08 02:58:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cifewoy1: TEST: renaming existing back after failed operation 2025/09/08 02:58:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vamazep7" before starting 2025/09/08 02:58:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vamazep7: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (4.30s) FAIL 2025/09/08 02:58:17 DEBUG : mega root 'rclone-test-kihumul2yapi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestCopyURL|TestCount|TestDirMove|TestListDirSorted|TestListDirSortedFn|TestListJSON|TestLs|TestLsd|TestMaxDelete|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestRcatSize|TestRemoveExisting)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=true)$'" - Finished ERROR in 2m33.319114977s (try 3/5): exit status 1: Failed [TestMaxDelete TestMaxDeleteSize]