"./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestApplyTransforms|TestCat|TestCheckSumDownload|TestDirMove|TestListDirSortedFn|TestParseSumFile|TestReadFile|TestRmdirsLeaveRoot)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$'" - Starting (try 2/5) 2025/11/25 01:14:26 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-zaroqaj8dege" 2025/11/25 01:14:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:14:26 DEBUG : Creating backend with remote "/tmp/rclone2730784253" === RUN TestCheckDownload run.go:185: Remote "Linkbox root 'rclone-test-zaroqaj8dege'", Local "Local file system at /tmp/rclone2730784253", Modify Window "876000h0m0s" === RUN TestCheckDownload/1 check_test.go:86: 1: Expecting 0 errors but got 2 check_test.go:89: 1: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "= rutabaga"} actual : []string{"", "! rutabaga"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) "", - (string) (len=10) "= rutabaga" + (string) (len=10) "! rutabaga" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/2 check_test.go:86: 2: Expecting 1 errors but got 3 check_test.go:89: 2: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "+ potato2", "= rutabaga"} actual : []string{"", "! rutabaga", "+ potato2"} Diff: --- Expected +++ Actual @@ -2,4 +2,4 @@ (string) "", - (string) (len=9) "+ potato2", - (string) (len=10) "= rutabaga" + (string) (len=10) "! rutabaga", + (string) (len=9) "+ potato2" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/3 check_test.go:86: 3: Expecting 2 errors but got 4 check_test.go:89: 3: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "+ potato2", "- empty space", "= rutabaga"} actual : []string{"", "! rutabaga", "+ potato2", "- empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", + (string) (len=10) "! rutabaga", (string) (len=9) "+ potato2", - (string) (len=13) "- empty space", - (string) (len=10) "= rutabaga" + (string) (len=13) "- empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/4 check_test.go:86: 4: Expecting 1 errors but got 5 check_test.go:89: 4: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "- empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "- empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "- empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "- empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/5 check_test.go:86: 5: Expecting 1 errors but got 5 check_test.go:89: 5: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "* empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "* empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/6 check_test.go:86: 6: Expecting 2 errors but got 6 check_test.go:89: 6: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "* empty space", "- remotepotato", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space", "- remotepotato"} Diff: --- Expected +++ Actual @@ -2,6 +2,6 @@ (string) "", + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", (string) (len=13) "* empty space", - (string) (len=14) "- remotepotato", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=14) "- remotepotato" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/7 check_test.go:86: 7: Expecting 1 errors but got 5 check_test.go:89: 7: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "* empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "* empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error --- FAIL: TestCheckDownload (22.87s) --- FAIL: TestCheckDownload/1 (0.40s) --- FAIL: TestCheckDownload/2 (0.59s) --- FAIL: TestCheckDownload/3 (0.40s) --- FAIL: TestCheckDownload/4 (0.83s) --- FAIL: TestCheckDownload/5 (0.99s) --- FAIL: TestCheckDownload/6 (0.88s) --- FAIL: TestCheckDownload/7 (1.00s) === RUN TestParseSumFile run.go:185: Remote "Linkbox root 'rclone-test-zaroqaj8dege'", Local "Local file system at /tmp/rclone2730784253", Modify Window "876000h0m0s" check_test.go:311: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:311 Error: Received unexpected error: Open failed: RootURL not set Test: TestParseSumFile check_test.go:313: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:313 Error: Not equal: expected: 4 actual : 0 Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "1" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "2" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -2 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "4" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -4 + Test: TestParseSumFile 2025/11/25 01:14:52 DEBUG : test.sum: Update: removing old file check_test.go:311: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:311 Error: Received unexpected error: Open failed: RootURL not set Test: TestParseSumFile check_test.go:313: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:313 Error: Not equal: expected: 4 actual : 0 Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "1" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "2" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -2 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "4" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -4 + Test: TestParseSumFile --- FAIL: TestParseSumFile (8.69s) === RUN TestCheckSumDownload run.go:185: Remote "Linkbox root 'rclone-test-zaroqaj8dege'", Local "Local file system at /tmp/rclone2730784253", Modify Window "876000h0m0s" 2025/11/25 01:14:58 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-zaroqaj8dege/data" === RUN TestCheckSumDownload/subtest1 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: failed to parse sum file: Open failed: RootURL not set Test: TestCheckSumDownload Messages: unexpected error in run 1 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:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 1 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 Error: Not equal: expected: []string{"", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 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 1 2025/11/25 01:15:08 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest2 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 2 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:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 2 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 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:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:418 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 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:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 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 2025/11/25 01:15:13 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest3 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: failed to parse sum file: Open failed: RootURL not set Test: TestCheckSumDownload Messages: unexpected error in run 3 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:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 3 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 3 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 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:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 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 2025/11/25 01:15:17 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest4 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count 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:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 4 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 4 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 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 4 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 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:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 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 2025/11/25 01:15:22 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest5 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 5 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:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 5 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 5 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 Error: Not equal: expected: []string{"", "+ orange", "= banana", "= potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,6 +1,2 @@ -([]string) (len=4) { - (string) "", - (string) (len=8) "+ orange", - (string) (len=8) "= banana", - (string) (len=8) "= potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 5 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 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 5 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 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 2025/11/25 01:15:26 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest6 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 6 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:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 6 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 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:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 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:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 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:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 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 2025/11/25 01:15:31 DEBUG : data/banana: Update: removing old file 2025/11/25 01:15:34 DEBUG : data/potato: Update: removing old file 2025/11/25 01:15:37 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest7 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: failed to parse sum file: Open failed: RootURL not set 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:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 7 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 7 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /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:428 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 7 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 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 (50.37s) --- PASS: TestCheckSumDownload/subtest1 (0.42s) --- PASS: TestCheckSumDownload/subtest2 (0.42s) --- PASS: TestCheckSumDownload/subtest3 (0.47s) --- PASS: TestCheckSumDownload/subtest4 (0.52s) --- PASS: TestCheckSumDownload/subtest5 (0.40s) --- PASS: TestCheckSumDownload/subtest6 (0.48s) --- PASS: TestCheckSumDownload/subtest7 (0.55s) === RUN TestApplyTransforms 2025/11/25 01:15:48 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-qodulay6nihi" 2025/11/25 01:15:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:15:49 DEBUG : Creating backend with remote "/tmp/rclone4149907713" run.go:185: Remote "Linkbox root 'rclone-test-qodulay6nihi'", Local "Local file system at /tmp/rclone4149907713", Modify Window "876000h0m0s" upper checkfile vs. lower remote (without normalization) 2025/11/25 01:15:53 ERROR : hello, world!: sum not found 2025/11/25 01:15:53 ERROR : HELLO, WORLD!: file not in Linkbox root 'rclone-test-qodulay6nihi' 2025/11/25 01:15:53 NOTICE: Linkbox root 'rclone-test-qodulay6nihi': 1 files missing 2025/11/25 01:15:53 NOTICE: 1 hashes missing 2025/11/25 01:15:53 NOTICE: Linkbox root 'rclone-test-qodulay6nihi': 1 differences found 2025/11/25 01:15:53 NOTICE: Linkbox root 'rclone-test-qodulay6nihi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/11/25 01:15:53 ERROR : hello, world!: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:15:53 NOTICE: Linkbox root 'rclone-test-qodulay6nihi': 0 differences found 2025/11/25 01:15:53 NOTICE: Linkbox root 'rclone-test-qodulay6nihi': 1 errors while checking 2025/11/25 01:15:53 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-repipew3noxi" 2025/11/25 01:15:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:15:54 DEBUG : Creating backend with remote "/tmp/rclone1831089755" run.go:185: Remote "Linkbox root 'rclone-test-repipew3noxi'", Local "Local file system at /tmp/rclone1831089755", Modify Window "876000h0m0s" lower checkfile vs. upper remote (without normalization) 2025/11/25 01:15:58 ERROR : HELLO, WORLD!: sum not found 2025/11/25 01:15:58 ERROR : hello, world!: file not in Linkbox root 'rclone-test-repipew3noxi' 2025/11/25 01:15:58 NOTICE: Linkbox root 'rclone-test-repipew3noxi': 1 files missing 2025/11/25 01:15:58 NOTICE: 1 hashes missing 2025/11/25 01:15:58 NOTICE: Linkbox root 'rclone-test-repipew3noxi': 1 differences found 2025/11/25 01:15:58 NOTICE: Linkbox root 'rclone-test-repipew3noxi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/11/25 01:15:58 ERROR : HELLO, WORLD!: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:15:58 NOTICE: Linkbox root 'rclone-test-repipew3noxi': 0 differences found 2025/11/25 01:15:58 NOTICE: Linkbox root 'rclone-test-repipew3noxi': 1 errors while checking 2025/11/25 01:15:58 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-joduqoz0gota" 2025/11/25 01:15:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:15:59 DEBUG : Creating backend with remote "/tmp/rclone2037040045" run.go:185: Remote "Linkbox root 'rclone-test-joduqoz0gota'", Local "Local file system at /tmp/rclone2037040045", Modify Window "876000h0m0s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/11/25 01:16:03 ERROR : HeLlO, wOrLd!: sum not found 2025/11/25 01:16:03 ERROR : hello, world!: file not in Linkbox root 'rclone-test-joduqoz0gota' 2025/11/25 01:16:03 NOTICE: Linkbox root 'rclone-test-joduqoz0gota': 1 files missing 2025/11/25 01:16:03 NOTICE: 1 hashes missing 2025/11/25 01:16:03 NOTICE: Linkbox root 'rclone-test-joduqoz0gota': 1 differences found 2025/11/25 01:16:03 NOTICE: Linkbox root 'rclone-test-joduqoz0gota': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/11/25 01:16:04 ERROR : HeLlO, wOrLd!: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:16:04 NOTICE: Linkbox root 'rclone-test-joduqoz0gota': 0 differences found 2025/11/25 01:16:04 NOTICE: Linkbox root 'rclone-test-joduqoz0gota': 1 errors while checking 2025/11/25 01:16:04 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-pebesif8sixa" 2025/11/25 01:16:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:16:04 DEBUG : Creating backend with remote "/tmp/rclone602325716" run.go:185: Remote "Linkbox root 'rclone-test-pebesif8sixa'", Local "Local file system at /tmp/rclone602325716", Modify Window "876000h0m0s" upperlowermixed checkfile vs. upper remote (without normalization) 2025/11/25 01:16:08 ERROR : HELLO, WORLD!: sum not found 2025/11/25 01:16:08 ERROR : HeLlO, wOrLd!: file not in Linkbox root 'rclone-test-pebesif8sixa' 2025/11/25 01:16:08 NOTICE: Linkbox root 'rclone-test-pebesif8sixa': 1 files missing 2025/11/25 01:16:08 NOTICE: 1 hashes missing 2025/11/25 01:16:08 NOTICE: Linkbox root 'rclone-test-pebesif8sixa': 1 differences found 2025/11/25 01:16:08 NOTICE: Linkbox root 'rclone-test-pebesif8sixa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/11/25 01:16:09 ERROR : HELLO, WORLD!: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:16:09 NOTICE: Linkbox root 'rclone-test-pebesif8sixa': 0 differences found 2025/11/25 01:16:09 NOTICE: Linkbox root 'rclone-test-pebesif8sixa': 1 errors while checking 2025/11/25 01:16:09 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-jenexam0sana" 2025/11/25 01:16:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:16:09 DEBUG : Creating backend with remote "/tmp/rclone2986601917" run.go:185: Remote "Linkbox root 'rclone-test-jenexam0sana'", Local "Local file system at /tmp/rclone2986601917", Modify Window "876000h0m0s" NFD checkfile vs. NFC remote (without normalization) 2025/11/25 01:16:13 ERROR : 測試_Русский___ě_áñ: sum not found 2025/11/25 01:16:13 ERROR : 測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-jenexam0sana' 2025/11/25 01:16:13 NOTICE: Linkbox root 'rclone-test-jenexam0sana': 1 files missing 2025/11/25 01:16:13 NOTICE: 1 hashes missing 2025/11/25 01:16:13 NOTICE: Linkbox root 'rclone-test-jenexam0sana': 1 differences found 2025/11/25 01:16:13 NOTICE: Linkbox root 'rclone-test-jenexam0sana': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/11/25 01:16:14 ERROR : 測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:16:14 NOTICE: Linkbox root 'rclone-test-jenexam0sana': 0 differences found 2025/11/25 01:16:14 NOTICE: Linkbox root 'rclone-test-jenexam0sana': 1 errors while checking 2025/11/25 01:16:14 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-coxinol7heqo" 2025/11/25 01:16:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:16:14 DEBUG : Creating backend with remote "/tmp/rclone3268021115" run.go:185: Remote "Linkbox root 'rclone-test-coxinol7heqo'", Local "Local file system at /tmp/rclone3268021115", Modify Window "876000h0m0s" NFC checkfile vs. NFD remote (without normalization) 2025/11/25 01:16:18 ERROR : 測試_Русский___ě_áñ: sum not found 2025/11/25 01:16:18 ERROR : 測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-coxinol7heqo' 2025/11/25 01:16:18 NOTICE: Linkbox root 'rclone-test-coxinol7heqo': 1 files missing 2025/11/25 01:16:18 NOTICE: 1 hashes missing 2025/11/25 01:16:18 NOTICE: Linkbox root 'rclone-test-coxinol7heqo': 1 differences found 2025/11/25 01:16:18 NOTICE: Linkbox root 'rclone-test-coxinol7heqo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/11/25 01:16:19 ERROR : 測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:16:19 NOTICE: Linkbox root 'rclone-test-coxinol7heqo': 0 differences found 2025/11/25 01:16:19 NOTICE: Linkbox root 'rclone-test-coxinol7heqo': 1 errors while checking 2025/11/25 01:16:19 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-silacis4zuyi" 2025/11/25 01:16:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:16:19 DEBUG : Creating backend with remote "/tmp/rclone2038619688" run.go:185: Remote "Linkbox root 'rclone-test-silacis4zuyi'", Local "Local file system at /tmp/rclone2038619688", Modify Window "876000h0m0s" NFDx2 checkfile vs. both remote (without normalization) 2025/11/25 01:16:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/25 01:16:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-silacis4zuyi' 2025/11/25 01:16:24 NOTICE: Linkbox root 'rclone-test-silacis4zuyi': 1 files missing 2025/11/25 01:16:24 NOTICE: 1 hashes missing 2025/11/25 01:16:24 NOTICE: Linkbox root 'rclone-test-silacis4zuyi': 1 differences found 2025/11/25 01:16:24 NOTICE: Linkbox root 'rclone-test-silacis4zuyi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/11/25 01:16:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:16:24 NOTICE: Linkbox root 'rclone-test-silacis4zuyi': 0 differences found 2025/11/25 01:16:24 NOTICE: Linkbox root 'rclone-test-silacis4zuyi': 1 errors while checking 2025/11/25 01:16:24 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-kawibey2muda" 2025/11/25 01:16:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:16:25 DEBUG : Creating backend with remote "/tmp/rclone3920311352" run.go:185: Remote "Linkbox root 'rclone-test-kawibey2muda'", Local "Local file system at /tmp/rclone3920311352", Modify Window "876000h0m0s" NFCx2 checkfile vs. both remote (without normalization) 2025/11/25 01:16:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/25 01:16:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-kawibey2muda' 2025/11/25 01:16:29 NOTICE: Linkbox root 'rclone-test-kawibey2muda': 1 files missing 2025/11/25 01:16:29 NOTICE: 1 hashes missing 2025/11/25 01:16:29 NOTICE: Linkbox root 'rclone-test-kawibey2muda': 1 differences found 2025/11/25 01:16:29 NOTICE: Linkbox root 'rclone-test-kawibey2muda': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/11/25 01:16:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:16:29 NOTICE: Linkbox root 'rclone-test-kawibey2muda': 0 differences found 2025/11/25 01:16:29 NOTICE: Linkbox root 'rclone-test-kawibey2muda': 1 errors while checking 2025/11/25 01:16:29 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-vifetaz2daqi" 2025/11/25 01:16:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:16:29 DEBUG : Creating backend with remote "/tmp/rclone1007593076" run.go:185: Remote "Linkbox root 'rclone-test-vifetaz2daqi'", Local "Local file system at /tmp/rclone1007593076", Modify Window "876000h0m0s" both checkfile vs. NFDx2 remote (without normalization) 2025/11/25 01:16:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/25 01:16:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-vifetaz2daqi' 2025/11/25 01:16:34 NOTICE: Linkbox root 'rclone-test-vifetaz2daqi': 1 files missing 2025/11/25 01:16:34 NOTICE: 1 hashes missing 2025/11/25 01:16:34 NOTICE: Linkbox root 'rclone-test-vifetaz2daqi': 1 differences found 2025/11/25 01:16:34 NOTICE: Linkbox root 'rclone-test-vifetaz2daqi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/11/25 01:16:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:16:34 NOTICE: Linkbox root 'rclone-test-vifetaz2daqi': 0 differences found 2025/11/25 01:16:34 NOTICE: Linkbox root 'rclone-test-vifetaz2daqi': 1 errors while checking 2025/11/25 01:16:34 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-hiraxuh1noze" 2025/11/25 01:16:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/25 01:16:35 DEBUG : Creating backend with remote "/tmp/rclone3855684358" run.go:185: Remote "Linkbox root 'rclone-test-hiraxuh1noze'", Local "Local file system at /tmp/rclone3855684358", Modify Window "876000h0m0s" both checkfile vs. NFCx2 remote (without normalization) 2025/11/25 01:16:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/25 01:16:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-hiraxuh1noze' 2025/11/25 01:16:39 NOTICE: Linkbox root 'rclone-test-hiraxuh1noze': 1 files missing 2025/11/25 01:16:39 NOTICE: 1 hashes missing 2025/11/25 01:16:39 NOTICE: Linkbox root 'rclone-test-hiraxuh1noze': 1 differences found 2025/11/25 01:16:39 NOTICE: Linkbox root 'rclone-test-hiraxuh1noze': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/11/25 01:16:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/11/25 01:16:39 NOTICE: Linkbox root 'rclone-test-hiraxuh1noze': 0 differences found 2025/11/25 01:16:39 NOTICE: Linkbox root 'rclone-test-hiraxuh1noze': 1 errors while checking 2025/11/25 01:16:39 DEBUG : Linkbox root 'rclone-test-hiraxuh1noze': Purge remote 2025/11/25 01:16:41 DEBUG : Linkbox root 'rclone-test-vifetaz2daqi': Purge remote 2025/11/25 01:16:42 DEBUG : Linkbox root 'rclone-test-kawibey2muda': Purge remote 2025/11/25 01:16:43 DEBUG : Linkbox root 'rclone-test-silacis4zuyi': Purge remote 2025/11/25 01:16:45 DEBUG : Linkbox root 'rclone-test-coxinol7heqo': Purge remote 2025/11/25 01:16:46 DEBUG : Linkbox root 'rclone-test-jenexam0sana': Purge remote 2025/11/25 01:16:47 DEBUG : Linkbox root 'rclone-test-pebesif8sixa': Purge remote 2025/11/25 01:16:49 DEBUG : Linkbox root 'rclone-test-joduqoz0gota': Purge remote 2025/11/25 01:16:50 DEBUG : Linkbox root 'rclone-test-repipew3noxi': Purge remote 2025/11/25 01:16:51 DEBUG : Linkbox root 'rclone-test-qodulay6nihi': Purge remote --- PASS: TestApplyTransforms (64.40s) === RUN TestListDirSortedFn run.go:185: Remote "Linkbox root 'rclone-test-zaroqaj8dege'", Local "Local file system at /tmp/rclone2730784253", Modify Window "876000h0m0s" run.go:290: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-zaroqaj8dege'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSortedFn (21.89s) === RUN TestReadFile run.go:185: Remote "Linkbox root 'rclone-test-zaroqaj8dege'", Local "Local file system at /tmp/rclone2730784253", Modify Window "876000h0m0s" operations_test.go:508: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:508 Error: Received unexpected error: failed to open ReadFile: Open failed: RootURL not set Test: TestReadFile --- FAIL: TestReadFile (5.31s) === RUN TestCat run.go:185: Remote "Linkbox root 'rclone-test-zaroqaj8dege'", Local "Local file system at /tmp/rclone2730784253", Modify Window "876000h0m0s" 2025/11/25 01:17:25 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/11/25 01:17:26 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,-1,): "" 2025/11/25 01:17:27 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/11/25 01:17:27 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,5,): "" 2025/11/25 01:17:28 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/11/25 01:17:28 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(-3,-1,): "" 2025/11/25 01:17:29 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/11/25 01:17:30 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(1,3,): "" 2025/11/25 01:17:30 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/11/25 01:17:31 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,-1, ): "" --- FAIL: TestCat (14.28s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "Linkbox root 'rclone-test-zaroqaj8dege'", Local "Local file system at /tmp/rclone2730784253", Modify Window "876000h0m0s" 2025/11/25 01:17:34 INFO : A1: Making directory 2025/11/25 01:17:36 INFO : A1/B1: Making directory 2025/11/25 01:17:37 INFO : A1/B1/C1: Making directory 2025/11/25 01:17:40 DEBUG : removing 1 level 3 directories 2025/11/25 01:17:40 INFO : A1/B1/C1: Removing directory 2025/11/25 01:17:42 DEBUG : removing 1 level 2 directories 2025/11/25 01:17:42 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (12.01s) === RUN TestDirMove run.go:185: Remote "Linkbox root 'rclone-test-zaroqaj8dege'", Local "Local file system at /tmp/rclone2730784253", Modify Window "876000h0m0s" 2025/11/25 01:18:03 INFO : A1/B2: Making directory 2025/11/25 01:18:05 INFO : A1/B1/C3: Making directory 2025/11/25 01:18:20 ERROR : A1/B1/three: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/11/25 01:18:20 ERROR : A1/B1/three: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/11/25 01:18:21 ERROR : A1/B1/C1/four: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/11/25 01:18:21 ERROR : A1/B1/C1/four: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/11/25 01:18:21 ERROR : A1/one: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/11/25 01:18:21 ERROR : A1/one: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/11/25 01:18:21 ERROR : A1/two: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/11/25 01:18:21 ERROR : A1/two: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/11/25 01:18:21 ERROR : A1/B1/C2/five: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/11/25 01:18:21 ERROR : A1/B1/C2/five: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set operations_test.go:1388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1388 Error: Received unexpected error: RenameDir renames: failed to open source object: Open failed: RootURL not set Test: TestDirMove --- FAIL: TestDirMove (63.79s) FAIL 2025/11/25 01:18:50 DEBUG : Linkbox root 'rclone-test-zaroqaj8dege': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestApplyTransforms|TestCat|TestCheckSumDownload|TestDirMove|TestListDirSortedFn|TestParseSumFile|TestReadFile|TestRmdirsLeaveRoot)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$'" - Finished ERROR in 4m25.437606383s (try 2/5): exit status 1: Failed [TestCheckDownload/1 TestCheckDownload/2 TestCheckDownload/3 TestCheckDownload/4 TestCheckDownload/5 TestCheckDownload/6 TestCheckDownload/7 TestParseSumFile TestCheckSumDownload TestListDirSortedFn TestReadFile TestCat TestDirMove]