"./operations.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestCheckSum|TestCopyFileCompareDest|TestDeduplicateNewestByHash)$|^TestHashSums$/^Md5$'" - Starting (try 2/5) 2024/11/01 02:09:00 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-pigihoy0wave" 2024/11/01 02:09:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/01 02:09:01 DEBUG : Creating backend with remote "/tmp/rclone1538016627" === RUN TestCheckSum run.go:180: Remote "files root 'rclone-test-pigihoy0wave'", Local "Local file system at /tmp/rclone1538016627", Modify Window "1s" 2024/11/01 02:09:01 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-pigihoy0wave/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 (16.10s) --- PASS: TestCheckSum/subtest1 (0.52s) --- PASS: TestCheckSum/subtest2 (0.58s) --- PASS: TestCheckSum/subtest3 (0.52s) --- PASS: TestCheckSum/subtest4 (0.52s) --- PASS: TestCheckSum/subtest5 (0.52s) --- PASS: TestCheckSum/subtest6 (0.52s) --- PASS: TestCheckSum/subtest7 (0.54s) === RUN TestCopyFileCompareDest run.go:180: Remote "files root 'rclone-test-pigihoy0wave'", Local "Local file system at /tmp/rclone1538016627", Modify Window "1s" 2024/11/01 02:09:17 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-pigihoy0wave/dst" 2024/11/01 02:09:18 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-pigihoy0wave/CompareDest" 2024/11/01 02:09:18 DEBUG : one: Need to transfer - File not found at Destination 2024/11/01 02:09:20 DEBUG : one: Dst hash empty - aborting Src hash check 2024/11/01 02:09:20 INFO : one: Copied (new) 2024/11/01 02:09:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/01 02:09:21 DEBUG : one: Dst hash empty - aborting Src hash check 2024/11/01 02:09:21 INFO : one: Copied (replaced existing) 2024/11/01 02:09:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/01 02:09:24 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/01 02:09:24 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/01 02:09:25 DEBUG : two: Need to transfer - File not found at Destination 2024/11/01 02:09:25 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/01 02:09:25 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/01 02:09:26 DEBUG : two: Need to transfer - File not found at Destination 2024/11/01 02:09:26 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2024/11/01 02:09:26 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/01 02:09:27 DEBUG : two: Need to transfer - File not found at Destination 2024/11/01 02:09:27 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/01 02:09:28 DEBUG : pacer: low level retry 1/10 (error Put "https://s3.amazonaws.com/objects.brickftp.com/metadata/126732/58761f29-e970-437a-9532-fc609dd9793e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEWLY3MN4YGZQOWA%2F20241101%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241101T020927Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&partNumber=1&response-content-type=application%2Foctet-stream&uploadId=.WKSpfsLIw8S5SSEtA5BcI40XfhubiYJ.rT7nGOpiaBVnVWgo6s4hzyLeDpl_oxC5PI83Fs6RG0cKeESwDsIGBF_AK2cgvlE5fiPnWPTUSCNqZ5D87upeoV0NkZLizz2&X-Amz-Signature=a21493423ea7e3cda5271e71557ba9a62172ad1b19278ac79e78546ffcc88e05": net/http: HTTP/1.x transport connection broken: http: ContentLength=5 with Body length 0) 2024/11/01 02:09:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/11/01 02:09:29 DEBUG : pacer: Reducing sleep to 15ms 2024/11/01 02:09:29 DEBUG : pacer: Reducing sleep to 11.25ms 2024/11/01 02:09:29 ERROR : two: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone1538016627) 5 vs dst(files root 'rclone-test-pigihoy0wave/dst') 0 2024/11/01 02:09:29 INFO : two: Removing failed copy 2024/11/01 02:09:29 DEBUG : pacer: Reducing sleep to 10ms copy_test.go:261: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:261 Error: Received unexpected error: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone1538016627) 5 vs dst(files root 'rclone-test-pigihoy0wave/dst') 0 Test: TestCopyFileCompareDest --- FAIL: TestCopyFileCompareDest (13.60s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "files root 'rclone-test-pigihoy0wave'", Local "Local file system at /tmp/rclone1538016627", Modify Window "1s" 2024/11/01 02:09:33 INFO : files root 'rclone-test-pigihoy0wave': 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.32s) === RUN TestHashSums run.go:180: Remote "files root 'rclone-test-pigihoy0wave'", Local "Local file system at /tmp/rclone1538016627", 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.75s) --- FAIL: TestHashSums/Md5 (0.12s) FAIL 2024/11/01 02:09:45 DEBUG : files root 'rclone-test-pigihoy0wave': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestCheckSum|TestCopyFileCompareDest|TestDeduplicateNewestByHash)$|^TestHashSums$/^Md5$'" - Finished ERROR in 45.368384672s (try 2/5): exit status 1: Failed [TestCheckSum TestCopyFileCompareDest TestDeduplicateNewestByHash TestHashSums/Md5]