"./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose -test.run '^TestDeduplicateSkip$'" - Starting (try 4/5) 2026/04/30 03:17:22 DEBUG : Creating backend with remote "TestGoFile:rclone-test-cudulat1puce" 2026/04/30 03:17:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/30 03:17:23 DEBUG : Creating backend with remote "/tmp/rclone4155550260" === RUN TestDeduplicateSkip run.go:185: Remote "gofile root 'rclone-test-cudulat1puce'", Local "Local file system at /tmp/rclone4155550260", Modify Window "1s" 2026/04/30 03:17:25 INFO : gofile root 'rclone-test-cudulat1puce': Looking for duplicate names using skip mode. 2026/04/30 03:17:26 NOTICE: one: Found 3 files with duplicate names 2026/04/30 03:17:26 NOTICE: one: Deleting 1/2 identical duplicates (md5 0f6d3e59c45e54d0f2cb30fb594620a3) 2026/04/30 03:17:26 INFO : one: Deleted 2026/04/30 03:17:26 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.67s) FAIL 2026/04/30 03:17:26 DEBUG : gofile root 'rclone-test-cudulat1puce': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose -test.run '^TestDeduplicateSkip$'" - Finished ERROR in 4.195378466s (try 4/5): exit status 1: Failed [TestDeduplicateSkip]