"./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose -fast-list -test.run '^(TestDeduplicateSkip|TestMaxDeleteSize)$'" - Starting (try 2/5) 2026/04/22 02:28:33 DEBUG : Creating backend with remote "TestGoFile:rclone-test-lovuwax0raqo" 2026/04/22 02:28:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/22 02:28:33 DEBUG : Creating backend with remote "/tmp/rclone1131476052" === RUN TestDeduplicateSkip run.go:185: Remote "gofile root 'rclone-test-lovuwax0raqo'", Local "Local file system at /tmp/rclone1131476052", Modify Window "1s" 2026/04/22 02:28:36 INFO : gofile root 'rclone-test-lovuwax0raqo': Looking for duplicate names using skip mode. 2026/04/22 02:28:36 NOTICE: one: Found 3 files with duplicate names 2026/04/22 02:28:36 NOTICE: one: Deleting 1/2 identical duplicates (md5 0f6d3e59c45e54d0f2cb30fb594620a3) 2026/04/22 02:28:36 INFO : one: Deleted 2026/04/22 02:28:36 NOTICE: one: Skipping 2 files with duplicate names run.go:333: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:333 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:80 Error: Not equal: expected: []string{"\"one\" 11", "\"one\" 19"} actual : []string{"\"one\" 11", "\"one\" 11", "\"one\" 19"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=2) { +([]string) (len=3) { + (string) (len=8) "\"one\" 11", (string) (len=8) "\"one\" 11", Test: TestDeduplicateSkip --- FAIL: TestDeduplicateSkip (3.19s) === RUN TestMaxDeleteSize run.go:185: Remote "gofile root 'rclone-test-lovuwax0raqo'", Local "Local file system at /tmp/rclone1131476052", Modify Window "1s" 2026/04/22 02:28:39 DEBUG : Waiting for deletions to finish 2026/04/22 02:28:39 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/04/22 02:28:39 INFO : large: Deleted 2026/04/22 02:28:39 INFO : medium: Deleted 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: TestMaxDeleteSize (10.51s) FAIL 2026/04/22 02:28:47 DEBUG : gofile root 'rclone-test-lovuwax0raqo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose -fast-list -test.run '^(TestDeduplicateSkip|TestMaxDeleteSize)$'" - Finished ERROR in 14.171664378s (try 2/5): exit status 1: Failed [TestDeduplicateSkip]