"./operations.test -test.v -test.timeout 1h0m0s -remote TestPcloud: -verbose -test.run '^(TestApplyTransforms|TestCheckSumDownload|TestCopyInplace|TestCopyLongFileName|TestMultithreadCopyAbort)$'" - Starting (try 5/5) 2025/04/13 06:54:18 DEBUG : Creating backend with remote "TestPcloud:rclone-test-cisuqoz5duyo" 2025/04/13 06:54:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:54:19 DEBUG : Creating backend with remote "/tmp/rclone1135485958" === RUN TestMultithreadCopyAbort run.go:180: Remote "pcloud root 'rclone-test-cisuqoz5duyo'", Local "Local file system at /tmp/rclone1135485958", Modify Window "1s" 2025/04/13 06:54:32 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because destination uses OpenWriterAt fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache 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/multithread_test.go:327 Error: Should be true Test: TestMultithreadCopyAbort Messages: listing wrong, want got test-multithread-abort (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/multithread_test.go:327 Error: Should be true Test: TestMultithreadCopyAbort Messages: Unexpected file "test-multithread-abort" --- FAIL: TestMultithreadCopyAbort (21.34s) === RUN TestCheckSumDownload run.go:180: Remote "pcloud root 'rclone-test-cisuqoz5duyo'", Local "Local file system at /tmp/rclone1135485958", Modify Window "1s" 2025/04/13 06:54:40 DEBUG : Creating backend with remote "TestPcloud:rclone-test-cisuqoz5duyo/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === NAME TestCheckSumDownload 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: TestCheckSumDownload Messages: wrong error count in run 2 check_test.go:417: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 2 check_test.go:419: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 2 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", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "- potato", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 2 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:422 /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: TestCheckSumDownload Messages: wrong missingonsrc result in run 2 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{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 2 === RUN TestCheckSumDownload/subtest3 === NAME TestCheckSumDownload check_test.go:408: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:408 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Received unexpected error: cannot open sum file: object not found Test: TestCheckSumDownload Messages: unexpected error in run 3 check_test.go:417: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 3 check_test.go:419: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 3 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{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "= banana", - (string) (len=8) "= potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 3 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", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 3 === RUN TestCheckSumDownload/subtest4 === NAME TestCheckSumDownload 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 : 2 Test: TestCheckSumDownload Messages: wrong error count in run 4 check_test.go:417: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: "2025/04/13 06:54:44 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: \"Sun, 13 Apr 2025 06:54:44 +0000\": parsing time \"Sun, 13 Apr 2025 06:54:44 +0000\" as \"Mon Jan _2 15:04:05 2006\": cannot parse \", 13 Apr 2025 06:54:44 +0000\" as \" \"\n2025/04/13 06:54:44 ERROR : banana: file not in pcloud root 'rclone-test-cisuqoz5duyo/data'\n2025/04/13 06:54:44 ERROR : potato: file not in pcloud root 'rclone-test-cisuqoz5duyo/data'\n2025/04/13 06:54:44 NOTICE: pcloud root 'rclone-test-cisuqoz5duyo/data': 2 files missing\n2025/04/13 06:54:44 NOTICE: pcloud root 'rclone-test-cisuqoz5duyo/data': 2 differences found\n2025/04/13 06:54:44 NOTICE: pcloud root 'rclone-test-cisuqoz5duyo/data': 2 errors while checking\n" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 4 check_test.go:419: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks 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,4 +2,4 @@ (string) "", - (string) (len=8) "* banana", - (string) (len=8) "= potato" + (string) (len=8) "+ banana", + (string) (len=8) "+ potato" } Test: TestCheckSumDownload 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:423 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{} actual : []string{"", "banana", "potato"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=6) "banana", + (string) (len=6) "potato" } Test: TestCheckSumDownload Messages: wrong missingondst 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{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload 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: TestCheckSumDownload Messages: wrong differ result in run 4 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure === RUN TestCheckSumDownload/subtest5 === NAME TestCheckSumDownload 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 : 3 Test: TestCheckSumDownload Messages: wrong error count in run 5 check_test.go:417: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: "2025/04/13 06:54:52 DEBUG : Couldn't parse Date: from server edef6.pcloud.com: \"Sun, 13 Apr 2025 06:54:52 +0000\": parsing time \"Sun, 13 Apr 2025 06:54:52 +0000\" as \"Mon Jan _2 15:04:05 2006\": cannot parse \", 13 Apr 2025 06:54:52 +0000\" as \" \"\n2025/04/13 06:54:52 ERROR : banana: file not in pcloud root 'rclone-test-cisuqoz5duyo/data'\n2025/04/13 06:54:52 ERROR : orange: file not in pcloud root 'rclone-test-cisuqoz5duyo/data'\n2025/04/13 06:54:52 ERROR : potato: file not in pcloud root 'rclone-test-cisuqoz5duyo/data'\n2025/04/13 06:54:52 NOTICE: pcloud root 'rclone-test-cisuqoz5duyo/data': 3 files missing\n2025/04/13 06:54:52 NOTICE: pcloud root 'rclone-test-cisuqoz5duyo/data': 3 differences found\n2025/04/13 06:54:52 NOTICE: pcloud root 'rclone-test-cisuqoz5duyo/data': 3 errors while checking\n" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 5 check_test.go:419: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 5 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{"", "+ orange", "= banana", "= potato"} actual : []string{"", "+ banana", "+ orange", "+ potato"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", + (string) (len=8) "+ banana", (string) (len=8) "+ orange", - (string) (len=8) "= banana", - (string) (len=8) "= potato" + (string) (len=8) "+ potato" } Test: TestCheckSumDownload Messages: wrong combined result in run 5 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:423 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{"", "orange"} actual : []string{"", "banana", "orange", "potato"} Diff: --- Expected +++ Actual @@ -1,4 +1,6 @@ -([]string) (len=2) { +([]string) (len=4) { (string) "", - (string) (len=6) "orange" + (string) (len=6) "banana", + (string) (len=6) "orange", + (string) (len=6) "potato" } Test: TestCheckSumDownload Messages: wrong missingondst result in run 5 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", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 5 === RUN TestCheckSumDownload/subtest6 === NAME TestCheckSumDownload 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 : 0 Test: TestCheckSumDownload Messages: wrong error count in run 6 check_test.go:417: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 6 check_test.go:419: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks 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{} Diff: --- Expected +++ Actual @@ -1,6 +1,2 @@ -([]string) (len=4) { - (string) "", - (string) (len=8) "* potato", - (string) (len=8) "+ orange", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload 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:423 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{"", "orange"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "orange" +([]string) { } Test: TestCheckSumDownload Messages: wrong missingondst 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{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload 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: TestCheckSumDownload Messages: wrong differ result in run 6 === RUN TestCheckSumDownload/subtest7 === NAME TestCheckSumDownload check_test.go:408: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:408 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Received unexpected error: file not in pcloud root 'rclone-test-cisuqoz5duyo/data' Test: TestCheckSumDownload Messages: unexpected error in run 7 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: 0 actual : 2 Test: TestCheckSumDownload Messages: wrong error count in run 7 check_test.go:417: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: "2025/04/13 06:54:54 DEBUG : Couldn't parse Date: from server edef4.pcloud.com: \"Sun, 13 Apr 2025 06:54:53 +0000\": parsing time \"Sun, 13 Apr 2025 06:54:53 +0000\" as \"Mon Jan _2 15:04:05 2006\": cannot parse \", 13 Apr 2025 06:54:53 +0000\" as \" \"\n2025/04/13 06:54:54 ERROR : banana: file not in pcloud root 'rclone-test-cisuqoz5duyo/data'\n2025/04/13 06:54:54 ERROR : potato: file not in pcloud root 'rclone-test-cisuqoz5duyo/data'\n2025/04/13 06:54:54 NOTICE: pcloud root 'rclone-test-cisuqoz5duyo/data': 2 files missing\n2025/04/13 06:54:54 NOTICE: pcloud root 'rclone-test-cisuqoz5duyo/data': 2 differences found\n2025/04/13 06:54:54 NOTICE: pcloud root 'rclone-test-cisuqoz5duyo/data': 2 errors while checking\n" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 7 check_test.go:419: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 7 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,4 +2,4 @@ (string) "", - (string) (len=8) "= banana", - (string) (len=8) "= potato" + (string) (len=8) "+ banana", + (string) (len=8) "+ potato" } Test: TestCheckSumDownload Messages: wrong combined result in run 7 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:423 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{} actual : []string{"", "banana", "potato"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=6) "banana", + (string) (len=6) "potato" } Test: TestCheckSumDownload Messages: wrong missingondst result in run 7 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", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 7 --- FAIL: TestCheckSumDownload (14.00s) --- PASS: TestCheckSumDownload/subtest1 (0.58s) --- PASS: TestCheckSumDownload/subtest2 (0.08s) --- PASS: TestCheckSumDownload/subtest3 (0.08s) --- PASS: TestCheckSumDownload/subtest4 (0.33s) --- PASS: TestCheckSumDownload/subtest5 (0.33s) --- PASS: TestCheckSumDownload/subtest6 (0.08s) --- PASS: TestCheckSumDownload/subtest7 (0.36s) === RUN TestApplyTransforms 2025/04/13 06:54:54 DEBUG : Creating backend with remote "TestPcloud:rclone-test-qofobiw6yera" 2025/04/13 06:54:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:54:55 DEBUG : Creating backend with remote "/tmp/rclone3867719165" run.go:180: Remote "pcloud root 'rclone-test-qofobiw6yera'", Local "Local file system at /tmp/rclone3867719165", Modify Window "1s" upper checkfile vs. lower remote (without normalization) 2025/04/13 06:54:55 ERROR : hello, world!: sum not found 2025/04/13 06:54:55 ERROR : HELLO, WORLD!: file not in pcloud root 'rclone-test-qofobiw6yera' 2025/04/13 06:54:55 NOTICE: pcloud root 'rclone-test-qofobiw6yera': 1 files missing 2025/04/13 06:54:55 NOTICE: 1 hashes missing 2025/04/13 06:54:55 NOTICE: pcloud root 'rclone-test-qofobiw6yera': 2 differences found 2025/04/13 06:54:55 NOTICE: pcloud root 'rclone-test-qofobiw6yera': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/13 06:54:55 ERROR : hello, world!: file not in pcloud root 'rclone-test-qofobiw6yera' 2025/04/13 06:54:55 NOTICE: pcloud root 'rclone-test-qofobiw6yera': 1 files missing 2025/04/13 06:54:55 NOTICE: pcloud root 'rclone-test-qofobiw6yera': 1 differences found 2025/04/13 06:54:55 NOTICE: pcloud root 'rclone-test-qofobiw6yera': 1 errors while checking check_test.go:595: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:595 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:598 Error: Received unexpected error: file not in pcloud root 'rclone-test-qofobiw6yera' Test: TestApplyTransforms Messages: unexpected error for upper checkfile vs. lower remote (with normalization) HELLO, WORLD! hello, world! 2025/04/13 06:54:55 DEBUG : Creating backend with remote "TestPcloud:rclone-test-sozafox9faqo" 2025/04/13 06:54:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:54:56 DEBUG : Creating backend with remote "/tmp/rclone2052639891" run.go:180: Remote "pcloud root 'rclone-test-sozafox9faqo'", Local "Local file system at /tmp/rclone2052639891", Modify Window "1s" lower checkfile vs. upper remote (without normalization) 2025/04/13 06:54:57 ERROR : HELLO, WORLD!: sum not found 2025/04/13 06:54:57 ERROR : hello, world!: file not in pcloud root 'rclone-test-sozafox9faqo' 2025/04/13 06:54:57 NOTICE: pcloud root 'rclone-test-sozafox9faqo': 1 files missing 2025/04/13 06:54:57 NOTICE: 1 hashes missing 2025/04/13 06:54:57 NOTICE: pcloud root 'rclone-test-sozafox9faqo': 2 differences found 2025/04/13 06:54:57 NOTICE: pcloud root 'rclone-test-sozafox9faqo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/13 06:54:57 DEBUG : Couldn't parse Date: from server evc686.pcloud.com: "Sun, 13 Apr 2025 06:54:57 +0000": parsing time "Sun, 13 Apr 2025 06:54:57 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 13 Apr 2025 06:54:57 +0000" as " " 2025/04/13 06:54:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:54:57 NOTICE: pcloud root 'rclone-test-sozafox9faqo': 0 differences found 2025/04/13 06:54:57 NOTICE: pcloud root 'rclone-test-sozafox9faqo': 1 matching files 2025/04/13 06:54:57 DEBUG : Creating backend with remote "TestPcloud:rclone-test-kososot4yawe" 2025/04/13 06:54:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:54:57 DEBUG : Creating backend with remote "/tmp/rclone3216564590" run.go:180: Remote "pcloud root 'rclone-test-kososot4yawe'", Local "Local file system at /tmp/rclone3216564590", Modify Window "1s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/13 06:54:58 ERROR : HeLlO, wOrLd!: sum not found 2025/04/13 06:54:58 ERROR : hello, world!: file not in pcloud root 'rclone-test-kososot4yawe' 2025/04/13 06:54:58 NOTICE: pcloud root 'rclone-test-kososot4yawe': 1 files missing 2025/04/13 06:54:58 NOTICE: 1 hashes missing 2025/04/13 06:54:58 NOTICE: pcloud root 'rclone-test-kososot4yawe': 2 differences found 2025/04/13 06:54:58 NOTICE: pcloud root 'rclone-test-kososot4yawe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/13 06:54:58 ERROR : hello, world!: file not in pcloud root 'rclone-test-kososot4yawe' 2025/04/13 06:54:58 NOTICE: pcloud root 'rclone-test-kososot4yawe': 1 files missing 2025/04/13 06:54:58 NOTICE: pcloud root 'rclone-test-kososot4yawe': 1 differences found 2025/04/13 06:54:58 NOTICE: pcloud root 'rclone-test-kososot4yawe': 1 errors while checking check_test.go:595: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:595 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:600 Error: Received unexpected error: file not in pcloud root 'rclone-test-kososot4yawe' Test: TestApplyTransforms Messages: unexpected error for lower checkfile vs. upperlowermixed remote (with normalization) hello, world! HeLlO, wOrLd! 2025/04/13 06:54:58 DEBUG : Creating backend with remote "TestPcloud:rclone-test-koqocum4kiju" 2025/04/13 06:54:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:54:59 DEBUG : Creating backend with remote "/tmp/rclone2327414388" run.go:180: Remote "pcloud root 'rclone-test-koqocum4kiju'", Local "Local file system at /tmp/rclone2327414388", Modify Window "1s" upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/13 06:54:59 ERROR : HeLlO, wOrLd!: file not in pcloud root 'rclone-test-koqocum4kiju' 2025/04/13 06:54:59 NOTICE: pcloud root 'rclone-test-koqocum4kiju': 1 files missing 2025/04/13 06:54:59 NOTICE: pcloud root 'rclone-test-koqocum4kiju': 1 differences found 2025/04/13 06:54:59 NOTICE: pcloud root 'rclone-test-koqocum4kiju': 1 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/13 06:55:00 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Sun, 13 Apr 2025 06:54:59 +0000": parsing time "Sun, 13 Apr 2025 06:54:59 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 13 Apr 2025 06:54:59 +0000" as " " 2025/04/13 06:55:00 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:55:00 NOTICE: pcloud root 'rclone-test-koqocum4kiju': 0 differences found 2025/04/13 06:55:00 NOTICE: pcloud root 'rclone-test-koqocum4kiju': 1 matching files 2025/04/13 06:55:00 DEBUG : Creating backend with remote "TestPcloud:rclone-test-kadotag6yuwa" 2025/04/13 06:55:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:55:00 DEBUG : Creating backend with remote "/tmp/rclone1488142398" run.go:180: Remote "pcloud root 'rclone-test-kadotag6yuwa'", Local "Local file system at /tmp/rclone1488142398", Modify Window "1s" NFD checkfile vs. NFC remote (without normalization) 2025/04/13 06:55:01 ERROR : 測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-kadotag6yuwa' 2025/04/13 06:55:01 NOTICE: pcloud root 'rclone-test-kadotag6yuwa': 1 files missing 2025/04/13 06:55:01 NOTICE: pcloud root 'rclone-test-kadotag6yuwa': 1 differences found 2025/04/13 06:55:01 NOTICE: pcloud root 'rclone-test-kadotag6yuwa': 1 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/13 06:55:01 ERROR : 測試_русский___ě_áñ: file not in pcloud root 'rclone-test-kadotag6yuwa' 2025/04/13 06:55:01 NOTICE: pcloud root 'rclone-test-kadotag6yuwa': 1 files missing 2025/04/13 06:55:01 NOTICE: pcloud root 'rclone-test-kadotag6yuwa': 1 differences found 2025/04/13 06:55:01 NOTICE: pcloud root 'rclone-test-kadotag6yuwa': 1 errors while checking check_test.go:595: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:595 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:602 Error: Received unexpected error: file not in pcloud root 'rclone-test-kadotag6yuwa' Test: TestApplyTransforms Messages: unexpected error for NFD checkfile vs. NFC remote (with normalization) 測試_Русский___ě_áñ 測試_Русский___ě_áñ 2025/04/13 06:55:01 DEBUG : Creating backend with remote "TestPcloud:rclone-test-deraqey8tibi" 2025/04/13 06:55:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:55:01 DEBUG : Creating backend with remote "/tmp/rclone3953534170" run.go:180: Remote "pcloud root 'rclone-test-deraqey8tibi'", Local "Local file system at /tmp/rclone3953534170", Modify Window "1s" NFC checkfile vs. NFD remote (without normalization) 2025/04/13 06:55:02 ERROR : 測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-deraqey8tibi' 2025/04/13 06:55:02 NOTICE: pcloud root 'rclone-test-deraqey8tibi': 1 files missing 2025/04/13 06:55:02 NOTICE: pcloud root 'rclone-test-deraqey8tibi': 1 differences found 2025/04/13 06:55:02 NOTICE: pcloud root 'rclone-test-deraqey8tibi': 1 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/13 06:55:02 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Sun, 13 Apr 2025 06:55:02 +0000": parsing time "Sun, 13 Apr 2025 06:55:02 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 13 Apr 2025 06:55:02 +0000" as " " 2025/04/13 06:55:02 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:55:02 NOTICE: pcloud root 'rclone-test-deraqey8tibi': 0 differences found 2025/04/13 06:55:02 NOTICE: pcloud root 'rclone-test-deraqey8tibi': 1 matching files 2025/04/13 06:55:02 DEBUG : Creating backend with remote "TestPcloud:rclone-test-bevasog0zaca" 2025/04/13 06:55:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:55:03 DEBUG : Creating backend with remote "/tmp/rclone2426733176" run.go:180: Remote "pcloud root 'rclone-test-bevasog0zaca'", Local "Local file system at /tmp/rclone2426733176", Modify Window "1s" NFDx2 checkfile vs. both remote (without normalization) 2025/04/13 06:55:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 06:55:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-bevasog0zaca' 2025/04/13 06:55:03 NOTICE: pcloud root 'rclone-test-bevasog0zaca': 1 files missing 2025/04/13 06:55:03 NOTICE: 1 hashes missing 2025/04/13 06:55:03 NOTICE: pcloud root 'rclone-test-bevasog0zaca': 2 differences found 2025/04/13 06:55:03 NOTICE: pcloud root 'rclone-test-bevasog0zaca': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/13 06:55:04 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Sun, 13 Apr 2025 06:55:04 +0000": parsing time "Sun, 13 Apr 2025 06:55:04 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 13 Apr 2025 06:55:04 +0000" as " " 2025/04/13 06:55:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:55:04 NOTICE: pcloud root 'rclone-test-bevasog0zaca': 0 differences found 2025/04/13 06:55:04 NOTICE: pcloud root 'rclone-test-bevasog0zaca': 1 matching files 2025/04/13 06:55:04 DEBUG : Creating backend with remote "TestPcloud:rclone-test-tezicun3mivu" 2025/04/13 06:55:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:55:04 DEBUG : Creating backend with remote "/tmp/rclone1002021362" run.go:180: Remote "pcloud root 'rclone-test-tezicun3mivu'", Local "Local file system at /tmp/rclone1002021362", Modify Window "1s" NFCx2 checkfile vs. both remote (without normalization) 2025/04/13 06:55:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-tezicun3mivu' 2025/04/13 06:55:05 NOTICE: pcloud root 'rclone-test-tezicun3mivu': 1 files missing 2025/04/13 06:55:05 NOTICE: pcloud root 'rclone-test-tezicun3mivu': 1 differences found 2025/04/13 06:55:05 NOTICE: pcloud root 'rclone-test-tezicun3mivu': 1 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/13 06:55:05 ERROR : 測試_русский___ě_áñ測試_русский___ě_áñ: file not in pcloud root 'rclone-test-tezicun3mivu' 2025/04/13 06:55:05 NOTICE: pcloud root 'rclone-test-tezicun3mivu': 1 files missing 2025/04/13 06:55:05 NOTICE: pcloud root 'rclone-test-tezicun3mivu': 1 differences found 2025/04/13 06:55:05 NOTICE: pcloud root 'rclone-test-tezicun3mivu': 1 errors while checking check_test.go:595: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:595 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:605 Error: Received unexpected error: file not in pcloud root 'rclone-test-tezicun3mivu' Test: TestApplyTransforms Messages: unexpected error for NFCx2 checkfile vs. both remote (with normalization) 測試_Русский___ě_áñ測試_Русский___ě_áñ 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/04/13 06:55:05 DEBUG : Creating backend with remote "TestPcloud:rclone-test-bicasoz2huxa" 2025/04/13 06:55:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:55:05 DEBUG : Creating backend with remote "/tmp/rclone489242137" run.go:180: Remote "pcloud root 'rclone-test-bicasoz2huxa'", Local "Local file system at /tmp/rclone489242137", Modify Window "1s" both checkfile vs. NFDx2 remote (without normalization) 2025/04/13 06:55:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 06:55:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-bicasoz2huxa' 2025/04/13 06:55:06 NOTICE: pcloud root 'rclone-test-bicasoz2huxa': 1 files missing 2025/04/13 06:55:06 NOTICE: 1 hashes missing 2025/04/13 06:55:06 NOTICE: pcloud root 'rclone-test-bicasoz2huxa': 2 differences found 2025/04/13 06:55:06 NOTICE: pcloud root 'rclone-test-bicasoz2huxa': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/13 06:55:06 ERROR : 測試_русский___ě_áñ測試_русский___ě_áñ: file not in pcloud root 'rclone-test-bicasoz2huxa' 2025/04/13 06:55:06 NOTICE: pcloud root 'rclone-test-bicasoz2huxa': 1 files missing 2025/04/13 06:55:06 NOTICE: pcloud root 'rclone-test-bicasoz2huxa': 1 differences found 2025/04/13 06:55:06 NOTICE: pcloud root 'rclone-test-bicasoz2huxa': 1 errors while checking check_test.go:595: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:595 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:606 Error: Received unexpected error: file not in pcloud root 'rclone-test-bicasoz2huxa' Test: TestApplyTransforms Messages: unexpected error for both checkfile vs. NFDx2 remote (with normalization) 測試_Русский___ě_áñ測試_Русский___ě_áñ 測試_Русский___ě_áñ測試_Русский___ě_áñ 2025/04/13 06:55:06 DEBUG : Creating backend with remote "TestPcloud:rclone-test-tekulot7botu" 2025/04/13 06:55:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:55:06 DEBUG : Creating backend with remote "/tmp/rclone2684405376" run.go:180: Remote "pcloud root 'rclone-test-tekulot7botu'", Local "Local file system at /tmp/rclone2684405376", Modify Window "1s" both checkfile vs. NFCx2 remote (without normalization) 2025/04/13 06:55:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 06:55:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-tekulot7botu' 2025/04/13 06:55:07 NOTICE: pcloud root 'rclone-test-tekulot7botu': 1 files missing 2025/04/13 06:55:07 NOTICE: 1 hashes missing 2025/04/13 06:55:07 NOTICE: pcloud root 'rclone-test-tekulot7botu': 2 differences found 2025/04/13 06:55:07 NOTICE: pcloud root 'rclone-test-tekulot7botu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/13 06:55:07 DEBUG : Couldn't parse Date: from server evc686.pcloud.com: "Sun, 13 Apr 2025 06:55:07 +0000": parsing time "Sun, 13 Apr 2025 06:55:07 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 13 Apr 2025 06:55:07 +0000" as " " 2025/04/13 06:55:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:55:07 NOTICE: pcloud root 'rclone-test-tekulot7botu': 0 differences found 2025/04/13 06:55:07 NOTICE: pcloud root 'rclone-test-tekulot7botu': 1 matching files 2025/04/13 06:55:07 DEBUG : pcloud root 'rclone-test-tekulot7botu': Purge remote 2025/04/13 06:55:07 DEBUG : pcloud root 'rclone-test-bicasoz2huxa': Purge remote 2025/04/13 06:55:07 DEBUG : pcloud root 'rclone-test-tezicun3mivu': Purge remote 2025/04/13 06:55:08 DEBUG : pcloud root 'rclone-test-bevasog0zaca': Purge remote 2025/04/13 06:55:08 DEBUG : pcloud root 'rclone-test-deraqey8tibi': Purge remote 2025/04/13 06:55:08 DEBUG : pcloud root 'rclone-test-kadotag6yuwa': Purge remote 2025/04/13 06:55:08 DEBUG : pcloud root 'rclone-test-koqocum4kiju': Purge remote 2025/04/13 06:55:08 DEBUG : pcloud root 'rclone-test-kososot4yawe': Purge remote 2025/04/13 06:55:08 DEBUG : pcloud root 'rclone-test-sozafox9faqo': Purge remote 2025/04/13 06:55:08 DEBUG : pcloud root 'rclone-test-qofobiw6yera': Purge remote --- FAIL: TestApplyTransforms (14.11s) === RUN TestCopyInplace run.go:180: Remote "pcloud root 'rclone-test-cisuqoz5duyo'", Local "Local file system at /tmp/rclone1135485958", Modify Window "1s" 2025/04/13 06:55:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/13 06:55:09 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/04/13 06:55:09 INFO : file1: Copied (new) to: sub/file2 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache 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/copy_test.go:384 Error: Should be true Test: TestCopyInplace Messages: listing wrong, want sub/file2 (14) got fstest.go:197: Not found "sub/file2" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /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/copy_test.go:384 Error: Not equal: expected: 0 actual : 1 Test: TestCopyInplace Messages: 1 objects not found 2025/04/13 06:55:17 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/13 06:55:17 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/04/13 06:55:17 INFO : file1: Copied (new) to: sub/file2 2025/04/13 06:55:17 DEBUG : pcloud root 'rclone-test-cisuqoz5duyo': don't need to copy/move sub/file2, it is already at target location --- FAIL: TestCopyInplace (9.43s) === RUN TestCopyLongFileName run.go:180: Remote "pcloud root 'rclone-test-cisuqoz5duyo'", Local "Local file system at /tmp/rclone1135485958", Modify Window "1s" 2025/04/13 06:55:18 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/13 06:55:18 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/04/13 06:55:18 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.53508f02.partial: renamed to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/04/13 06:55:18 INFO : file1: Copied (new) to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache 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/copy_test.go:417 Error: Should be true Test: TestCopyLongFileName Messages: listing wrong, want sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 (14) got fstest.go:197: Not found "sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /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/copy_test.go:417 Error: Not equal: expected: 0 actual : 1 Test: TestCopyLongFileName Messages: 1 objects not found 2025/04/13 06:55:26 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/13 06:55:26 ERROR : file1: Failed to copy: failed to make directory: pcloud error: File or folder already exists. (2004) copy_test.go:420: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:420 Error: Received unexpected error: failed to make directory: pcloud error: File or folder already exists. (2004) Test: TestCopyLongFileName --- FAIL: TestCopyLongFileName (9.65s) FAIL 2025/04/13 06:55:27 DEBUG : pcloud root 'rclone-test-cisuqoz5duyo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestPcloud: -verbose -test.run '^(TestApplyTransforms|TestCheckSumDownload|TestCopyInplace|TestCopyLongFileName|TestMultithreadCopyAbort)$'" - Finished ERROR in 1m9.347339273s (try 5/5): exit status 1: Failed [TestMultithreadCopyAbort TestCheckSumDownload TestApplyTransforms TestCopyInplace TestCopyLongFileName]