"./operations.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestCheckSum|TestCopyFile|TestDeduplicateNewestByHash|TestDirMove|TestRmdirsNoLeaveRoot)$|^TestHashSums$/^Md5$'" - Starting (try 2/5) 2024/12/25 02:10:21 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-forejog4nape" 2024/12/25 02:10:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/25 02:10:21 DEBUG : Creating backend with remote "/tmp/rclone31592567" === RUN TestCheckSum run.go:180: Remote "files root 'rclone-test-forejog4nape'", Local "Local file system at /tmp/rclone31592567", Modify Window "1s" 2024/12/25 02:10:21 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-forejog4nape/data" === RUN TestCheckSum/subtest1 === RUN TestCheckSum/subtest2 === RUN TestCheckSum/subtest3 === RUN TestCheckSum/subtest4 === NAME TestCheckSum check_test.go:412: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:412 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:433 Error: An error is expected but got nil. Test: TestCheckSum Messages: no expected error in run 4 check_test.go:414: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:414 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:433 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSum Messages: wrong error count in run 4 check_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:422 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:433 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /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:433 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:426 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:433 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:414: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:414 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:433 Error: Not equal: expected: 2 actual : 1 Test: TestCheckSum Messages: wrong error count in run 6 check_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:422 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:433 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /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:433 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:426 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:433 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 (15.94s) --- PASS: TestCheckSum/subtest1 (0.72s) --- PASS: TestCheckSum/subtest2 (0.52s) --- PASS: TestCheckSum/subtest3 (0.52s) --- PASS: TestCheckSum/subtest4 (0.52s) --- PASS: TestCheckSum/subtest5 (0.51s) --- PASS: TestCheckSum/subtest6 (0.58s) --- PASS: TestCheckSum/subtest7 (0.51s) === RUN TestCopyFile run.go:180: Remote "files root 'rclone-test-forejog4nape'", Local "Local file system at /tmp/rclone31592567", Modify Window "1s" 2024/12/25 02:10:37 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/25 02:10:38 DEBUG : sub/file2: Dst hash empty - aborting Src hash check 2024/12/25 02:10:38 INFO : file1: Copied (new) to: sub/file2 2024/12/25 02:10:38 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2024/12/25 02:10:38 DEBUG : file1: Unchanged skipping 2024/12/25 02:10:38 DEBUG : files root 'rclone-test-forejog4nape': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (2.51s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "files root 'rclone-test-forejog4nape'", Local "Local file system at /tmp/rclone31592567", Modify Window "1s" 2024/12/25 02:10:43 INFO : files root 'rclone-test-forejog4nape': 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.29s) === RUN TestHashSums run.go:180: Remote "files root 'rclone-test-forejog4nape'", Local "Local file system at /tmp/rclone31592567", 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.55s) --- FAIL: TestHashSums/Md5 (0.13s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "files root 'rclone-test-forejog4nape'", Local "Local file system at /tmp/rclone31592567", Modify Window "1s" 2024/12/25 02:10:55 DEBUG : A2: Making directory 2024/12/25 02:10:55 DEBUG : A1/B2: Making directory 2024/12/25 02:10:56 DEBUG : A1/B2/C2: Making directory 2024/12/25 02:10:56 DEBUG : A1/B1/C3: Making directory 2024/12/25 02:10:56 DEBUG : A3: Making directory 2024/12/25 02:10:56 DEBUG : A3/B3: Making directory 2024/12/25 02:10:56 DEBUG : A3/B3/C4: Making directory 2024/12/25 02:10:58 DEBUG : removing 1 level 3 directories 2024/12/25 02:10:58 INFO : A3/B3/C4: Removing directory 2024/12/25 02:11:00 DEBUG : removing 2 level 3 directories 2024/12/25 02:11:00 INFO : A1/B2/C2: Removing directory 2024/12/25 02:11:00 INFO : A1/B1/C3: Removing directory 2024/12/25 02:11:00 DEBUG : removing 2 level 2 directories 2024/12/25 02:11:00 INFO : A3/B3: Removing directory 2024/12/25 02:11:00 INFO : A1/B2: Removing directory 2024/12/25 02:11:00 DEBUG : removing 2 level 1 directories 2024/12/25 02:11:00 INFO : A3: Removing directory 2024/12/25 02:11:00 INFO : A2: Removing directory 2024/12/25 02:11:02 DEBUG : removing 1 level 3 directories 2024/12/25 02:11:02 INFO : A1/B1/C1: Removing directory 2024/12/25 02:11:02 DEBUG : removing 1 level 2 directories 2024/12/25 02:11:02 INFO : A1/B1: Removing directory 2024/12/25 02:11:02 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape/A1/B1 not empty`) 2024/12/25 02:11:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/12/25 02:11:02 DEBUG : pacer: low level retry 2/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape/A1/B1 not empty`) 2024/12/25 02:11:02 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2024/12/25 02:11:02 DEBUG : pacer: Reducing sleep to 30ms 2024/12/25 02:11:02 DEBUG : removing 1 level 1 directories 2024/12/25 02:11:02 INFO : A1: Removing directory 2024/12/25 02:11:03 DEBUG : pacer: Reducing sleep to 22.5ms 2024/12/25 02:11:03 DEBUG : removing 1 level 0 directories 2024/12/25 02:11:03 INFO : files root 'rclone-test-forejog4nape': Removing directory 2024/12/25 02:11:03 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape not empty`) 2024/12/25 02:11:03 DEBUG : pacer: Rate limited, increasing sleep to 45ms 2024/12/25 02:11:03 DEBUG : pacer: low level retry 2/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape not empty`) 2024/12/25 02:11:03 DEBUG : pacer: Rate limited, increasing sleep to 90ms 2024/12/25 02:11:03 DEBUG : pacer: low level retry 3/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape not empty`) 2024/12/25 02:11:03 DEBUG : pacer: Rate limited, increasing sleep to 180ms 2024/12/25 02:11:03 DEBUG : pacer: low level retry 4/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape not empty`) 2024/12/25 02:11:03 DEBUG : pacer: Rate limited, increasing sleep to 360ms 2024/12/25 02:11:03 DEBUG : pacer: low level retry 5/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape not empty`) 2024/12/25 02:11:03 DEBUG : pacer: Rate limited, increasing sleep to 720ms 2024/12/25 02:11:04 DEBUG : pacer: low level retry 6/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape not empty`) 2024/12/25 02:11:04 DEBUG : pacer: Rate limited, increasing sleep to 1.44s 2024/12/25 02:11:04 DEBUG : pacer: low level retry 7/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape not empty`) 2024/12/25 02:11:04 DEBUG : pacer: Rate limited, increasing sleep to 2s 2024/12/25 02:11:06 DEBUG : pacer: Reducing sleep to 1.5s 2024/12/25 02:11:08 DEBUG : pacer: Reducing sleep to 1.125s 2024/12/25 02:11:08 ERROR : : error listing: directory not found 2024/12/25 02:11:09 DEBUG : pacer: Reducing sleep to 843.75ms 2024/12/25 02:11:09 ERROR : : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (14.98s) === RUN TestDirMove run.go:180: Remote "files root 'rclone-test-forejog4nape'", Local "Local file system at /tmp/rclone31592567", Modify Window "1s" 2024/12/25 02:11:10 DEBUG : pacer: Reducing sleep to 632.8125ms 2024/12/25 02:11:12 DEBUG : pacer: Reducing sleep to 474.609375ms 2024/12/25 02:11:12 DEBUG : pacer: Reducing sleep to 355.957031ms 2024/12/25 02:11:13 DEBUG : pacer: Reducing sleep to 266.967773ms 2024/12/25 02:11:13 DEBUG : pacer: Reducing sleep to 200.225829ms 2024/12/25 02:11:14 DEBUG : pacer: Reducing sleep to 150.169371ms 2024/12/25 02:11:14 DEBUG : pacer: Reducing sleep to 112.627028ms 2024/12/25 02:11:15 DEBUG : pacer: Reducing sleep to 84.470271ms 2024/12/25 02:11:15 DEBUG : pacer: Reducing sleep to 63.352703ms 2024/12/25 02:11:16 DEBUG : pacer: Reducing sleep to 47.514527ms 2024/12/25 02:11:16 DEBUG : pacer: Reducing sleep to 35.635895ms 2024/12/25 02:11:16 DEBUG : A1/B2: Making directory 2024/12/25 02:11:16 DEBUG : pacer: Reducing sleep to 26.726921ms 2024/12/25 02:11:16 DEBUG : A1/B1/C3: Making directory 2024/12/25 02:11:16 DEBUG : pacer: Reducing sleep to 20.04519ms 2024/12/25 02:11:16 DEBUG : pacer: Reducing sleep to 15.033892ms 2024/12/25 02:11:16 DEBUG : pacer: Reducing sleep to 11.275419ms 2024/12/25 02:11:16 DEBUG : pacer: Reducing sleep to 10ms 2024/12/25 02:11:20 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/25 02:11:20 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/25 02:11:20 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/25 02:11:20 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/25 02:11:20 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/25 02:11:22 INFO : files root 'rclone-test-forejog4nape': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/25 02:11:24 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/25 02:11:24 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/25 02:11:24 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/25 02:11:24 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/25 02:11:24 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/25 02:11:28 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape/A4/B1 not empty`) 2024/12/25 02:11:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/12/25 02:11:28 DEBUG : pacer: low level retry 2/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape/A4/B1 not empty`) 2024/12/25 02:11:28 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2024/12/25 02:11:28 DEBUG : pacer: low level retry 3/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape/A4/B1 not empty`) 2024/12/25 02:11:28 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2024/12/25 02:11:28 DEBUG : pacer: low level retry 4/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape/A4/B1 not empty`) 2024/12/25 02:11:28 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2024/12/25 02:11:28 DEBUG : pacer: low level retry 5/10 (error Folder Not Empty - `Folder rclone-test-forejog4nape/A4/B1 not empty`) 2024/12/25 02:11:28 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2024/12/25 02:11:28 DEBUG : pacer: Reducing sleep to 240ms 2024/12/25 02:11:29 DEBUG : pacer: Reducing sleep to 180ms 2024/12/25 02:11:29 DEBUG : pacer: Reducing sleep to 135ms --- PASS: TestDirMove (19.72s) FAIL 2024/12/25 02:11:29 DEBUG : files root 'rclone-test-forejog4nape': Purge remote 2024/12/25 02:11:29 DEBUG : pacer: Reducing sleep to 101.25ms "./operations.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestCheckSum|TestCopyFile|TestDeduplicateNewestByHash|TestDirMove|TestRmdirsNoLeaveRoot)$|^TestHashSums$/^Md5$'" - Finished ERROR in 1m8.711820316s (try 2/5): exit status 1: Failed [TestCheckSum TestDeduplicateNewestByHash TestHashSums/Md5]