"./operations.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestCheckSum|TestDeduplicateNewestByHash|TestDirMove|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter)$|^TestHashSums$/^Md5$'" - Starting (try 2/5) 2025/03/25 03:57:00 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-nawunim6gacu" 2025/03/25 03:57:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/25 03:57:01 DEBUG : Creating backend with remote "/tmp/rclone502920107" === RUN TestCheckSum run.go:180: Remote "files root 'rclone-test-nawunim6gacu'", Local "Local file system at /tmp/rclone502920107", Modify Window "1s" 2025/03/25 03:57:01 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-nawunim6gacu/data" === RUN TestCheckSum/subtest1 === RUN TestCheckSum/subtest2 === RUN TestCheckSum/subtest3 === RUN TestCheckSum/subtest4 === NAME TestCheckSum check_test.go:411: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:411 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: An error is expected but got nil. Test: TestCheckSum Messages: no expected error in run 4 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSum Messages: wrong error count in run 4 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:421 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{"", "* banana", "= potato"} actual : []string{"", "= banana", "= potato"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) "", - (string) (len=8) "* banana", + (string) (len=8) "= banana", (string) (len=8) "= potato" Test: TestCheckSum Messages: wrong combined result in run 4 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:424 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{"", "potato"} actual : []string{"", "banana", "potato"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=2) { +([]string) (len=3) { (string) "", + (string) (len=6) "banana", (string) (len=6) "potato" Test: TestCheckSum Messages: wrong match result in run 4 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:425 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSum Messages: wrong differ result in run 4 === RUN TestCheckSum/subtest5 === RUN TestCheckSum/subtest6 === NAME TestCheckSum check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: 2 actual : 1 Test: TestCheckSum Messages: wrong error count in run 6 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:421 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{"", "* potato", "+ orange", "= banana"} actual : []string{"", "+ orange", "= banana", "= potato"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=8) "* potato", (string) (len=8) "+ orange", - (string) (len=8) "= banana" + (string) (len=8) "= banana", + (string) (len=8) "= potato" } Test: TestCheckSum Messages: wrong combined result in run 6 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:424 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{"", "banana"} actual : []string{"", "banana", "potato"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) "", - (string) (len=6) "banana" + (string) (len=6) "banana", + (string) (len=6) "potato" } Test: TestCheckSum Messages: wrong match result in run 6 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:425 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSum Messages: wrong differ result in run 6 === RUN TestCheckSum/subtest7 --- FAIL: TestCheckSum (17.84s) --- PASS: TestCheckSum/subtest1 (0.67s) --- PASS: TestCheckSum/subtest2 (0.68s) --- PASS: TestCheckSum/subtest3 (0.68s) --- PASS: TestCheckSum/subtest4 (0.67s) --- PASS: TestCheckSum/subtest5 (0.67s) --- PASS: TestCheckSum/subtest6 (0.67s) --- PASS: TestCheckSum/subtest7 (0.67s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "files root 'rclone-test-nawunim6gacu'", Local "Local file system at /tmp/rclone502920107", Modify Window "1s" 2025/03/25 03:57:22 INFO : files root 'rclone-test-nawunim6gacu': Looking for duplicate md5 hashes using newest mode. fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:164 Error: Should be true Test: TestDeduplicateNewestByHash Messages: listing wrong, want another (100), not-one (5) got also/one (100), another (100), not-one (5), one (100) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:164 Error: Should be true Test: TestDeduplicateNewestByHash Messages: Unexpected file "one" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:164 Error: Should be true Test: TestDeduplicateNewestByHash Messages: Unexpected file "also/one" --- FAIL: TestDeduplicateNewestByHash (12.54s) === RUN TestHashSums run.go:180: Remote "files root 'rclone-test-nawunim6gacu'", Local "Local file system at /tmp/rclone502920107", Modify Window "1s" === RUN TestHashSums/Md5 operations_test.go:280: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:280 Error: " empty space\n potato2\n" does not contain "336d5ebc5436534e61d16e63ddfca327 empty space\n" Test: TestHashSums/Md5 operations_test.go:280: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:280 Error: " empty space\n potato2\n" does not contain "d6548b156ea68a4e003e786df99eee76 potato2\n" Test: TestHashSums/Md5 --- FAIL: TestHashSums (2.54s) --- FAIL: TestHashSums/Md5 (0.13s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "files root 'rclone-test-nawunim6gacu'", Local "Local file system at /tmp/rclone502920107", Modify Window "1s" 2025/03/25 03:57:35 INFO : A2: Making directory 2025/03/25 03:57:35 INFO : A1/B2: Making directory 2025/03/25 03:57:36 INFO : A1/B2/C2: Making directory 2025/03/25 03:57:36 INFO : A1/B1/C3: Making directory 2025/03/25 03:57:36 INFO : A3: Making directory 2025/03/25 03:57:36 INFO : A3/B3: Making directory 2025/03/25 03:57:36 INFO : A3/B3/C4: Making directory 2025/03/25 03:57:38 DEBUG : removing 1 level 3 directories 2025/03/25 03:57:38 INFO : A3/B3/C4: Removing directory 2025/03/25 03:57:39 DEBUG : removing 2 level 3 directories 2025/03/25 03:57:39 INFO : A1/B2/C2: Removing directory 2025/03/25 03:57:39 INFO : A1/B1/C3: Removing directory 2025/03/25 03:57:39 DEBUG : removing 2 level 2 directories 2025/03/25 03:57:39 INFO : A3/B3: Removing directory 2025/03/25 03:57:39 INFO : A1/B2: Removing directory 2025/03/25 03:57:40 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A1/B2 not empty`) 2025/03/25 03:57:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/25 03:57:40 DEBUG : pacer: Reducing sleep to 15ms 2025/03/25 03:57:40 DEBUG : pacer: Reducing sleep to 11.25ms 2025/03/25 03:57:40 DEBUG : removing 2 level 1 directories 2025/03/25 03:57:40 INFO : A3: Removing directory 2025/03/25 03:57:40 INFO : A2: Removing directory 2025/03/25 03:57:40 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3 not empty`) 2025/03/25 03:57:40 DEBUG : pacer: Rate limited, increasing sleep to 22.5ms 2025/03/25 03:57:40 DEBUG : pacer: Reducing sleep to 16.875ms 2025/03/25 03:57:40 DEBUG : pacer: low level retry 2/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3 not empty`) 2025/03/25 03:57:40 DEBUG : pacer: Rate limited, increasing sleep to 33.75ms 2025/03/25 03:57:40 DEBUG : pacer: Reducing sleep to 25.3125ms 2025/03/25 03:57:40 DEBUG : pacer: Reducing sleep to 18.984375ms 2025/03/25 03:57:40 DEBUG : pacer: Reducing sleep to 14.238281ms 2025/03/25 03:57:40 DEBUG : pacer: Reducing sleep to 10.67871ms 2025/03/25 03:57:41 DEBUG : pacer: Reducing sleep to 10ms 2025/03/25 03:57:42 DEBUG : removing 1 level 3 directories 2025/03/25 03:57:42 INFO : A1/B1/C1: Removing directory 2025/03/25 03:57:42 DEBUG : removing 1 level 2 directories 2025/03/25 03:57:42 INFO : A1/B1: Removing directory 2025/03/25 03:57:42 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A1/B1 not empty`) 2025/03/25 03:57:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/25 03:57:42 DEBUG : pacer: low level retry 2/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A1/B1 not empty`) 2025/03/25 03:57:42 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/03/25 03:57:42 DEBUG : pacer: low level retry 3/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A1/B1 not empty`) 2025/03/25 03:57:42 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/03/25 03:57:43 DEBUG : pacer: low level retry 4/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A1/B1 not empty`) 2025/03/25 03:57:43 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/03/25 03:57:43 DEBUG : pacer: low level retry 5/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A1/B1 not empty`) 2025/03/25 03:57:43 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/03/25 03:57:43 DEBUG : pacer: low level retry 6/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A1/B1 not empty`) 2025/03/25 03:57:43 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/03/25 03:57:43 DEBUG : pacer: Reducing sleep to 480ms 2025/03/25 03:57:43 DEBUG : removing 1 level 1 directories 2025/03/25 03:57:43 INFO : A1: Removing directory 2025/03/25 03:57:44 DEBUG : pacer: Reducing sleep to 360ms 2025/03/25 03:57:44 DEBUG : removing 1 level 0 directories 2025/03/25 03:57:44 INFO : files root 'rclone-test-nawunim6gacu': Removing directory 2025/03/25 03:57:44 DEBUG : pacer: Reducing sleep to 270ms 2025/03/25 03:57:44 DEBUG : pacer: Reducing sleep to 202.5ms 2025/03/25 03:57:45 DEBUG : pacer: Reducing sleep to 151.875ms 2025/03/25 03:57:45 ERROR : : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (10.78s) === RUN TestRmdirsWithFilter run.go:180: Remote "files root 'rclone-test-nawunim6gacu'", Local "Local file system at /tmp/rclone502920107", Modify Window "1s" 2025/03/25 03:57:45 DEBUG : pacer: Reducing sleep to 113.90625ms 2025/03/25 03:57:45 INFO : A1: Making directory 2025/03/25 03:57:45 DEBUG : pacer: Reducing sleep to 85.429687ms 2025/03/25 03:57:45 INFO : A1/B1: Making directory 2025/03/25 03:57:45 DEBUG : pacer: Reducing sleep to 64.072265ms 2025/03/25 03:57:45 INFO : A1/B1/C1: Making directory 2025/03/25 03:57:46 DEBUG : pacer: Reducing sleep to 48.054198ms 2025/03/25 03:57:46 DEBUG : pacer: Reducing sleep to 36.040648ms 2025/03/25 03:57:46 DEBUG : pacer: Reducing sleep to 27.030486ms 2025/03/25 03:57:46 DEBUG : pacer: Reducing sleep to 20.272864ms 2025/03/25 03:57:46 DEBUG : pacer: Reducing sleep to 15.204648ms 2025/03/25 03:57:46 DEBUG : pacer: Reducing sleep to 11.403486ms 2025/03/25 03:57:46 DEBUG : pacer: Reducing sleep to 10ms 2025/03/25 03:57:47 DEBUG : removing 1 level 3 directories 2025/03/25 03:57:47 INFO : A1/B1/C1: Removing directory 2025/03/25 03:57:47 DEBUG : removing 1 level 2 directories 2025/03/25 03:57:47 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (3.13s) === RUN TestDirMove run.go:180: Remote "files root 'rclone-test-nawunim6gacu'", Local "Local file system at /tmp/rclone502920107", Modify Window "1s" 2025/03/25 03:57:52 INFO : A1/B2: Making directory 2025/03/25 03:57:53 INFO : A1/B1/C3: Making directory 2025/03/25 03:57:57 INFO : A2/two: Moved (server-side) to: A3/two 2025/03/25 03:57:57 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/03/25 03:57:57 INFO : A2/one: Moved (server-side) to: A3/one 2025/03/25 03:57:57 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/03/25 03:57:57 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/03/25 03:57:58 INFO : files root 'rclone-test-nawunim6gacu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/25 03:58:01 INFO : A3/one: Moved (server-side) to: A4/one 2025/03/25 03:58:01 INFO : A3/two: Moved (server-side) to: A4/two 2025/03/25 03:58:01 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/03/25 03:58:01 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/03/25 03:58:01 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/03/25 03:58:01 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3/B1 not empty`) 2025/03/25 03:58:01 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/25 03:58:02 DEBUG : pacer: low level retry 2/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3/B1 not empty`) 2025/03/25 03:58:02 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/03/25 03:58:02 DEBUG : pacer: low level retry 3/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3/B1 not empty`) 2025/03/25 03:58:02 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/03/25 03:58:02 DEBUG : pacer: low level retry 4/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3/B1 not empty`) 2025/03/25 03:58:02 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/03/25 03:58:02 DEBUG : pacer: low level retry 5/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3/B1 not empty`) 2025/03/25 03:58:02 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/03/25 03:58:02 DEBUG : pacer: low level retry 6/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3/B1 not empty`) 2025/03/25 03:58:02 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/03/25 03:58:02 DEBUG : pacer: low level retry 7/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3/B1 not empty`) 2025/03/25 03:58:02 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2025/03/25 03:58:03 DEBUG : pacer: low level retry 8/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3/B1 not empty`) 2025/03/25 03:58:03 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/03/25 03:58:04 DEBUG : pacer: low level retry 9/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A3/B1 not empty`) 2025/03/25 03:58:06 DEBUG : pacer: Reducing sleep to 1.5s 2025/03/25 03:58:08 DEBUG : pacer: Reducing sleep to 1.125s 2025/03/25 03:58:10 DEBUG : pacer: Reducing sleep to 843.75ms 2025/03/25 03:58:11 DEBUG : pacer: Reducing sleep to 632.8125ms 2025/03/25 03:58:12 DEBUG : pacer: Reducing sleep to 474.609375ms 2025/03/25 03:58:12 DEBUG : pacer: Reducing sleep to 355.957031ms 2025/03/25 03:58:13 DEBUG : pacer: Reducing sleep to 266.967773ms 2025/03/25 03:58:13 DEBUG : pacer: Reducing sleep to 200.225829ms 2025/03/25 03:58:13 DEBUG : pacer: Reducing sleep to 150.169371ms 2025/03/25 03:58:14 DEBUG : pacer: Reducing sleep to 112.627028ms 2025/03/25 03:58:14 DEBUG : pacer: Reducing sleep to 84.470271ms 2025/03/25 03:58:14 DEBUG : pacer: Reducing sleep to 63.352703ms 2025/03/25 03:58:14 DEBUG : pacer: Reducing sleep to 47.514527ms 2025/03/25 03:58:14 DEBUG : pacer: Reducing sleep to 35.635895ms 2025/03/25 03:58:14 DEBUG : pacer: Reducing sleep to 26.726921ms 2025/03/25 03:58:15 DEBUG : pacer: Reducing sleep to 20.04519ms 2025/03/25 03:58:15 DEBUG : pacer: Reducing sleep to 15.033892ms 2025/03/25 03:58:15 DEBUG : pacer: Reducing sleep to 11.275419ms 2025/03/25 03:58:15 DEBUG : pacer: Reducing sleep to 10ms 2025/03/25 03:58:16 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A4/B1 not empty`) 2025/03/25 03:58:16 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/25 03:58:16 DEBUG : pacer: Reducing sleep to 15ms 2025/03/25 03:58:16 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-nawunim6gacu/A4 not empty`) 2025/03/25 03:58:16 DEBUG : pacer: Rate limited, increasing sleep to 30ms 2025/03/25 03:58:16 DEBUG : pacer: Reducing sleep to 22.5ms 2025/03/25 03:58:16 DEBUG : pacer: Reducing sleep to 16.875ms --- PASS: TestDirMove (28.31s) FAIL 2025/03/25 03:58:16 DEBUG : files root 'rclone-test-nawunim6gacu': Purge remote 2025/03/25 03:58:16 DEBUG : pacer: Reducing sleep to 12.65625ms "./operations.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestCheckSum|TestDeduplicateNewestByHash|TestDirMove|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter)$|^TestHashSums$/^Md5$'" - Finished ERROR in 1m16.153324184s (try 2/5): exit status 1: Failed [TestCheckSum TestDeduplicateNewestByHash TestHashSums/Md5]