"./operations.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestCopyDirMetadata|TestDirMove|TestDirsEqual|TestGetFsInfo|TestMaxDelete|TestMaxDeleteSize|TestMkdirMetadata|TestMkdirModTime|TestMoveFileBackupDir|TestRcatMetadata|TestRcatSize|TestRcatSizeMetadata|TestRemoveExisting|TestSetDirModTime|TestTouchDir)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Starting (try 3/5) 2025/10/12 04:20:16 DEBUG : Creating backend with remote "TestMega:rclone-test-lasahum0zoto" 2025/10/12 04:20:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/12 04:20:35 DEBUG : Creating backend with remote "/tmp/rclone3172118383" === RUN TestMaxDelete run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:20:36 DEBUG : Waiting for deletions to finish 2025/10/12 04:20:38 INFO : large: Deleted 2025/10/12 04:20:38 INFO : medium: Deleted 2025/10/12 04:20:38 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 (3.19s) === RUN TestMaxDeleteSize run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:20:40 DEBUG : Waiting for deletions to finish 2025/10/12 04:20:40 INFO : large: Deleted 2025/10/12 04:20:40 INFO : medium: Deleted 2025/10/12 04:20:40 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 (3.55s) === RUN TestMoveFileBackupDir run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:20:42 DEBUG : Creating backend with remote "TestMega:rclone-test-lasahum0zoto/backup" 2025/10/12 04:20:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/12 04:20:44 INFO : dst/file1: Moved (server-side) 2025/10/12 04:20:47 INFO : dst/file1: Copied (new) 2025/10/12 04:20:47 INFO : dst/file1: Deleted run.go:125: removing dir "dst" failed - try 1/3: directory not empty --- PASS: TestMoveFileBackupDir (6.96s) === RUN TestDirMove run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:20:53 INFO : A1/B2: Making directory 2025/10/12 04:20:53 INFO : A1/B1/C3: Making directory 2025/10/12 04:20:56 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/12 04:20:56 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/12 04:20:56 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/12 04:20:56 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/12 04:20:56 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/12 04:20:58 INFO : mega root 'rclone-test-lasahum0zoto': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/12 04:21:00 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/12 04:21:00 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/12 04:21:00 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/12 04:21:00 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/12 04:21:00 INFO : A3/one: Moved (server-side) to: A4/one --- PASS: TestDirMove (16.41s) === RUN TestGetFsInfo run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" --- PASS: TestGetFsInfo (0.00s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:21:06 DEBUG : mega root 'rclone-test-lasahum0zoto': File to upload is small (34 bytes), uploading instead of streaming 2025/10/12 04:21:06 NOTICE: mega root 'rclone-test-lasahum0zoto': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/12 04:21:06 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/12 04:21:06 DEBUG : mega root 'rclone-test-lasahum0zoto': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/10/12 04:21:09 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 === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:21:18 DEBUG : mega root 'rclone-test-lasahum0zoto': File to upload is small (34 bytes), uploading instead of streaming 2025/10/12 04:21:19 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/12 04:21:19 DEBUG : mega root 'rclone-test-lasahum0zoto': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/10/12 04:21:21 DEBUG : with_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 === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:21:29 DEBUG : mega root 'rclone-test-lasahum0zoto': File to upload is small (34 bytes), uploading instead of streaming 2025/10/12 04:21:40 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2025/10/12 04:21:40 DEBUG : mega root 'rclone-test-lasahum0zoto': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/10/12 04:21:40 DEBUG : ignore_checksum_big_file_from_pipe: Sizes 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 === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:21:48 DEBUG : mega root 'rclone-test-lasahum0zoto': File to upload is small (34 bytes), uploading instead of streaming 2025/10/12 04:21:48 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/12 04:21:48 DEBUG : mega root 'rclone-test-lasahum0zoto': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/10/12 04:21:49 DEBUG : ignore_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 (50.30s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (12.69s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (10.59s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (18.98s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (8.04s) === RUN TestRcatMetadata run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.00s) === RUN TestRcatSize run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:21:56 DEBUG : mega root 'rclone-test-lasahum0zoto': File to upload is small (60 bytes), uploading instead of streaming 2025/10/12 04:21:56 DEBUG : potato2: 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: TestRcatSize (7.56s) === RUN TestRcatSizeMetadata run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.00s) === RUN TestTouchDir run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" operations_test.go:1673: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (0.00s) === RUN TestMkdirMetadata run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.00s) === RUN TestMkdirModTime run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.00s) === RUN TestCopyDirMetadata run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.00s) === RUN TestSetDirModTime run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.00s) === RUN TestDirsEqual run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.00s) === RUN TestRemoveExisting run.go:180: Remote "mega root 'rclone-test-lasahum0zoto'", Local "Local file system at /tmp/rclone3172118383", Modify Window "876000h0m0s" 2025/10/12 04:22:04 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.feyovik4" before starting 2025/10/12 04:22:04 DEBUG : sub dir/test remove existing.feyovik4: TEST: removing renamed existing file after operation 2025/10/12 04:22:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vesolij1" before starting 2025/10/12 04:22:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vesolij1: TEST: renaming existing back after failed operation 2025/10/12 04:22:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yatatip0" before starting 2025/10/12 04:22:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yatatip0: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (2.77s) FAIL 2025/10/12 04:22:06 DEBUG : mega root 'rclone-test-lasahum0zoto': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestCopyDirMetadata|TestDirMove|TestDirsEqual|TestGetFsInfo|TestMaxDelete|TestMaxDeleteSize|TestMkdirMetadata|TestMkdirModTime|TestMoveFileBackupDir|TestRcatMetadata|TestRcatSize|TestRcatSizeMetadata|TestRemoveExisting|TestSetDirModTime|TestTouchDir)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Finished ERROR in 1m50.197347103s (try 3/5): exit status 1: Failed [TestMaxDelete TestMaxDeleteSize]