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