"./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose -fast-list -test.run '^(TestDeduplicateSizeOnly|TestMaxDelete|TestMaxDeleteSize)$'" - Starting (try 2/5) 2026/05/02 02:54:27 DEBUG : Creating backend with remote "TestGoFile:rclone-test-bivudas5howe" 2026/05/02 02:54:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 02:54:27 DEBUG : Creating backend with remote "/tmp/rclone4139941805" === RUN TestDeduplicateSizeOnly run.go:185: Remote "gofile root 'rclone-test-bivudas5howe'", Local "Local file system at /tmp/rclone4139941805", Modify Window "1s" 2026/05/02 02:54:30 INFO : gofile root 'rclone-test-bivudas5howe': Looking for duplicate names using skip mode. 2026/05/02 02:54:30 NOTICE: one: Found 3 files with duplicate names 2026/05/02 02:54:30 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2026/05/02 02:54:30 INFO : one: Deleted 2026/05/02 02:54:30 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:102 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: TestDeduplicateSizeOnly --- FAIL: TestDeduplicateSizeOnly (3.68s) === RUN TestMaxDelete run.go:185: Remote "gofile root 'rclone-test-bivudas5howe'", Local "Local file system at /tmp/rclone4139941805", Modify Window "1s" 2026/05/02 02:54:34 DEBUG : Waiting for deletions to finish 2026/05/02 02:54:34 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2026/05/02 02:54:34 INFO : small: Deleted 2026/05/02 02:54:34 INFO : large: Deleted --- PASS: TestMaxDelete (4.91s) === RUN TestMaxDeleteSize run.go:185: Remote "gofile root 'rclone-test-bivudas5howe'", Local "Local file system at /tmp/rclone4139941805", Modify Window "1s" 2026/05/02 02:54:38 DEBUG : Waiting for deletions to finish 2026/05/02 02:54:38 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/05/02 02:54:38 INFO : medium: Deleted 2026/05/02 02:54:38 INFO : large: Deleted 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.53s) FAIL 2026/05/02 02:54:40 DEBUG : gofile root 'rclone-test-bivudas5howe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose -fast-list -test.run '^(TestDeduplicateSizeOnly|TestMaxDelete|TestMaxDeleteSize)$'" - Finished ERROR in 12.915037015s (try 2/5): exit status 1: Failed [TestDeduplicateSizeOnly TestMaxDeleteSize]