"./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Starting (try 1/5) 2026/01/16 01:29:06 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-midijim4tove" 2026/01/16 01:29:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:29:07 DEBUG : Creating backend with remote "/tmp/rclone4131207989" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/01/16 01:29:07 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.20s) === RUN TestMultithreadCopyAbort run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/01/16 01:29:07 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.20s) === RUN TestSizeDiffers 2026/01/16 01:29:07 DEBUG : a: size = 0 OK 2026/01/16 01:29:07 DEBUG : a: size = 1 (memory) 2026/01/16 01:29:07 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/01/16 01:29:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/01/16 01:29:07 DEBUG : potato: Seek from 10 to 0 2026/01/16 01:29:07 DEBUG : potato: Seek from 10 to 0 2026/01/16 01:29:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/01/16 01:29:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Seek from 5 to 2 2026/01/16 01:29:07 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/01/16 01:29:07 DEBUG : potato: Seek from 7 to 0 2026/01/16 01:29:07 DEBUG : potato: Seek from 7 to 0 2026/01/16 01:29:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/01/16 01:29:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Seek from 5 to 2 2026/01/16 01:29:07 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/01/16 01:29:07 DEBUG : potato: Seek from 8 to 0 2026/01/16 01:29:07 DEBUG : potato: Seek from 8 to 0 2026/01/16 01:29:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/01/16 01:29:07 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/16 01:29:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/16 01:29:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/16 01:29:07 DEBUG : potato: Seek from 5 to 2 2026/01/16 01:29:07 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/01/16 01:29:07 DEBUG : potato: Seek from 9 to 0 2026/01/16 01:29:07 DEBUG : potato: Seek from 9 to 0 2026/01/16 01:29:07 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (17.89s) --- PASS: TestCheck/1 (0.20s) --- PASS: TestCheck/2 (0.20s) --- PASS: TestCheck/3 (0.20s) --- PASS: TestCheck/4 (0.20s) --- PASS: TestCheck/5 (0.21s) --- PASS: TestCheck/6 (0.20s) --- PASS: TestCheck/7 (0.21s) === RUN TestCheckFsError 2026/01/16 01:29:25 DEBUG : Creating backend with remote "nonexistent" 2026/01/16 01:29:25 DEBUG : Creating backend with remote "nonexistent" 2026/01/16 01:29:25 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/01/16 01:29:25 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/01/16 01:29:25 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/01/16 01:29:25 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", 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 (20.41s) --- FAIL: TestCheckDownload/1 (0.40s) --- FAIL: TestCheckDownload/2 (0.60s) --- FAIL: TestCheckDownload/3 (0.40s) --- FAIL: TestCheckDownload/4 (0.80s) --- FAIL: TestCheckDownload/5 (0.99s) --- FAIL: TestCheckDownload/6 (0.81s) --- FAIL: TestCheckDownload/7 (1.00s) === RUN TestCheckSizeOnly run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (15.87s) --- PASS: TestCheckSizeOnly/1 (0.20s) --- PASS: TestCheckSizeOnly/2 (0.20s) --- PASS: TestCheckSizeOnly/3 (0.20s) --- PASS: TestCheckSizeOnly/4 (0.20s) --- PASS: TestCheckSizeOnly/5 (0.20s) --- PASS: TestCheckSizeOnly/6 (0.20s) --- PASS: TestCheckSizeOnly/7 (0.20s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", 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 2026/01/16 01:30:04 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.48s) === RUN TestCheckSum run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:30:10 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-midijim4tove/data" check_test.go:350: Linkbox root 'rclone-test-midijim4tove/data' lacks md5, skipping --- SKIP: TestCheckSum (1.39s) === RUN TestCheckSumDownload run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:30:11 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-midijim4tove/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 2026/01/16 01:30:21 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 2026/01/16 01:30:25 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 2026/01/16 01:30:30 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 2026/01/16 01:30:34 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 2026/01/16 01:30:38 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 2026/01/16 01:30:43 DEBUG : data/banana: Update: removing old file 2026/01/16 01:30:46 DEBUG : data/potato: Update: removing old file 2026/01/16 01:30:49 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 (48.33s) --- PASS: TestCheckSumDownload/subtest1 (0.41s) --- PASS: TestCheckSumDownload/subtest2 (0.40s) --- PASS: TestCheckSumDownload/subtest3 (0.41s) --- PASS: TestCheckSumDownload/subtest4 (0.41s) --- PASS: TestCheckSumDownload/subtest5 (0.41s) --- PASS: TestCheckSumDownload/subtest6 (0.40s) --- PASS: TestCheckSumDownload/subtest7 (0.41s) === RUN TestApplyTransforms 2026/01/16 01:31:00 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-humipuy0waki" 2026/01/16 01:31:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:00 DEBUG : Creating backend with remote "/tmp/rclone2928041047" run.go:185: Remote "Linkbox root 'rclone-test-humipuy0waki'", Local "Local file system at /tmp/rclone2928041047", Modify Window "876000h0m0s" upper checkfile vs. lower remote (without normalization) 2026/01/16 01:31:04 ERROR : hello, world!: sum not found 2026/01/16 01:31:04 ERROR : HELLO, WORLD!: file not in Linkbox root 'rclone-test-humipuy0waki' 2026/01/16 01:31:04 NOTICE: Linkbox root 'rclone-test-humipuy0waki': 1 files missing 2026/01/16 01:31:04 NOTICE: 1 hashes missing 2026/01/16 01:31:04 NOTICE: Linkbox root 'rclone-test-humipuy0waki': 1 differences found 2026/01/16 01:31:04 NOTICE: Linkbox root 'rclone-test-humipuy0waki': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/01/16 01:31:05 ERROR : hello, world!: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:05 NOTICE: Linkbox root 'rclone-test-humipuy0waki': 0 differences found 2026/01/16 01:31:05 NOTICE: Linkbox root 'rclone-test-humipuy0waki': 1 errors while checking 2026/01/16 01:31:05 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-suwaquv6foze" 2026/01/16 01:31:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:05 DEBUG : Creating backend with remote "/tmp/rclone868476920" run.go:185: Remote "Linkbox root 'rclone-test-suwaquv6foze'", Local "Local file system at /tmp/rclone868476920", Modify Window "876000h0m0s" lower checkfile vs. upper remote (without normalization) 2026/01/16 01:31:09 ERROR : HELLO, WORLD!: sum not found 2026/01/16 01:31:09 ERROR : hello, world!: file not in Linkbox root 'rclone-test-suwaquv6foze' 2026/01/16 01:31:09 NOTICE: Linkbox root 'rclone-test-suwaquv6foze': 1 files missing 2026/01/16 01:31:09 NOTICE: 1 hashes missing 2026/01/16 01:31:09 NOTICE: Linkbox root 'rclone-test-suwaquv6foze': 1 differences found 2026/01/16 01:31:09 NOTICE: Linkbox root 'rclone-test-suwaquv6foze': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/01/16 01:31:10 ERROR : HELLO, WORLD!: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:10 NOTICE: Linkbox root 'rclone-test-suwaquv6foze': 0 differences found 2026/01/16 01:31:10 NOTICE: Linkbox root 'rclone-test-suwaquv6foze': 1 errors while checking 2026/01/16 01:31:10 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-jejoxar5qovu" 2026/01/16 01:31:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:10 DEBUG : Creating backend with remote "/tmp/rclone2282840140" run.go:185: Remote "Linkbox root 'rclone-test-jejoxar5qovu'", Local "Local file system at /tmp/rclone2282840140", Modify Window "876000h0m0s" lower checkfile vs. upperlowermixed remote (without normalization) 2026/01/16 01:31:14 ERROR : HeLlO, wOrLd!: sum not found 2026/01/16 01:31:14 ERROR : hello, world!: file not in Linkbox root 'rclone-test-jejoxar5qovu' 2026/01/16 01:31:14 NOTICE: Linkbox root 'rclone-test-jejoxar5qovu': 1 files missing 2026/01/16 01:31:14 NOTICE: 1 hashes missing 2026/01/16 01:31:14 NOTICE: Linkbox root 'rclone-test-jejoxar5qovu': 1 differences found 2026/01/16 01:31:14 NOTICE: Linkbox root 'rclone-test-jejoxar5qovu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/01/16 01:31:14 ERROR : HeLlO, wOrLd!: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:14 NOTICE: Linkbox root 'rclone-test-jejoxar5qovu': 0 differences found 2026/01/16 01:31:14 NOTICE: Linkbox root 'rclone-test-jejoxar5qovu': 1 errors while checking 2026/01/16 01:31:14 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-mehodun4yawu" 2026/01/16 01:31:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:15 DEBUG : Creating backend with remote "/tmp/rclone416691425" run.go:185: Remote "Linkbox root 'rclone-test-mehodun4yawu'", Local "Local file system at /tmp/rclone416691425", Modify Window "876000h0m0s" upperlowermixed checkfile vs. upper remote (without normalization) 2026/01/16 01:31:19 ERROR : HELLO, WORLD!: sum not found 2026/01/16 01:31:19 ERROR : HeLlO, wOrLd!: file not in Linkbox root 'rclone-test-mehodun4yawu' 2026/01/16 01:31:19 NOTICE: Linkbox root 'rclone-test-mehodun4yawu': 1 files missing 2026/01/16 01:31:19 NOTICE: 1 hashes missing 2026/01/16 01:31:19 NOTICE: Linkbox root 'rclone-test-mehodun4yawu': 1 differences found 2026/01/16 01:31:19 NOTICE: Linkbox root 'rclone-test-mehodun4yawu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/01/16 01:31:19 ERROR : HELLO, WORLD!: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:19 NOTICE: Linkbox root 'rclone-test-mehodun4yawu': 0 differences found 2026/01/16 01:31:19 NOTICE: Linkbox root 'rclone-test-mehodun4yawu': 1 errors while checking 2026/01/16 01:31:19 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-natabat3mohu" 2026/01/16 01:31:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:20 DEBUG : Creating backend with remote "/tmp/rclone284207485" run.go:185: Remote "Linkbox root 'rclone-test-natabat3mohu'", Local "Local file system at /tmp/rclone284207485", Modify Window "876000h0m0s" NFD checkfile vs. NFC remote (without normalization) 2026/01/16 01:31:24 ERROR : 測試_Русский___ě_áñ: sum not found 2026/01/16 01:31:24 ERROR : 測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-natabat3mohu' 2026/01/16 01:31:24 NOTICE: Linkbox root 'rclone-test-natabat3mohu': 1 files missing 2026/01/16 01:31:24 NOTICE: 1 hashes missing 2026/01/16 01:31:24 NOTICE: Linkbox root 'rclone-test-natabat3mohu': 1 differences found 2026/01/16 01:31:24 NOTICE: Linkbox root 'rclone-test-natabat3mohu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/01/16 01:31:24 ERROR : 測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:24 NOTICE: Linkbox root 'rclone-test-natabat3mohu': 0 differences found 2026/01/16 01:31:24 NOTICE: Linkbox root 'rclone-test-natabat3mohu': 1 errors while checking 2026/01/16 01:31:24 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-hezodab7dera" 2026/01/16 01:31:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:25 DEBUG : Creating backend with remote "/tmp/rclone362083411" run.go:185: Remote "Linkbox root 'rclone-test-hezodab7dera'", Local "Local file system at /tmp/rclone362083411", Modify Window "876000h0m0s" NFC checkfile vs. NFD remote (without normalization) 2026/01/16 01:31:28 ERROR : 測試_Русский___ě_áñ: sum not found 2026/01/16 01:31:28 ERROR : 測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-hezodab7dera' 2026/01/16 01:31:28 NOTICE: Linkbox root 'rclone-test-hezodab7dera': 1 files missing 2026/01/16 01:31:28 NOTICE: 1 hashes missing 2026/01/16 01:31:28 NOTICE: Linkbox root 'rclone-test-hezodab7dera': 1 differences found 2026/01/16 01:31:28 NOTICE: Linkbox root 'rclone-test-hezodab7dera': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/01/16 01:31:29 ERROR : 測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:29 NOTICE: Linkbox root 'rclone-test-hezodab7dera': 0 differences found 2026/01/16 01:31:29 NOTICE: Linkbox root 'rclone-test-hezodab7dera': 1 errors while checking 2026/01/16 01:31:29 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wevuwag6suva" 2026/01/16 01:31:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:29 DEBUG : Creating backend with remote "/tmp/rclone1232726175" run.go:185: Remote "Linkbox root 'rclone-test-wevuwag6suva'", Local "Local file system at /tmp/rclone1232726175", Modify Window "876000h0m0s" NFDx2 checkfile vs. both remote (without normalization) 2026/01/16 01:31:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/01/16 01:31:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-wevuwag6suva' 2026/01/16 01:31:33 NOTICE: Linkbox root 'rclone-test-wevuwag6suva': 1 files missing 2026/01/16 01:31:33 NOTICE: 1 hashes missing 2026/01/16 01:31:33 NOTICE: Linkbox root 'rclone-test-wevuwag6suva': 1 differences found 2026/01/16 01:31:33 NOTICE: Linkbox root 'rclone-test-wevuwag6suva': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/01/16 01:31:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:34 NOTICE: Linkbox root 'rclone-test-wevuwag6suva': 0 differences found 2026/01/16 01:31:34 NOTICE: Linkbox root 'rclone-test-wevuwag6suva': 1 errors while checking 2026/01/16 01:31:34 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-cebiloj2qeka" 2026/01/16 01:31:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:35 DEBUG : Creating backend with remote "/tmp/rclone434942303" run.go:185: Remote "Linkbox root 'rclone-test-cebiloj2qeka'", Local "Local file system at /tmp/rclone434942303", Modify Window "876000h0m0s" NFCx2 checkfile vs. both remote (without normalization) 2026/01/16 01:31:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/01/16 01:31:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-cebiloj2qeka' 2026/01/16 01:31:39 NOTICE: Linkbox root 'rclone-test-cebiloj2qeka': 1 files missing 2026/01/16 01:31:39 NOTICE: 1 hashes missing 2026/01/16 01:31:39 NOTICE: Linkbox root 'rclone-test-cebiloj2qeka': 1 differences found 2026/01/16 01:31:39 NOTICE: Linkbox root 'rclone-test-cebiloj2qeka': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/01/16 01:31:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:39 NOTICE: Linkbox root 'rclone-test-cebiloj2qeka': 0 differences found 2026/01/16 01:31:39 NOTICE: Linkbox root 'rclone-test-cebiloj2qeka': 1 errors while checking 2026/01/16 01:31:39 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-hisefid0vofe" 2026/01/16 01:31:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:39 DEBUG : Creating backend with remote "/tmp/rclone1042640842" run.go:185: Remote "Linkbox root 'rclone-test-hisefid0vofe'", Local "Local file system at /tmp/rclone1042640842", Modify Window "876000h0m0s" both checkfile vs. NFDx2 remote (without normalization) 2026/01/16 01:31:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/01/16 01:31:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-hisefid0vofe' 2026/01/16 01:31:43 NOTICE: Linkbox root 'rclone-test-hisefid0vofe': 1 files missing 2026/01/16 01:31:43 NOTICE: 1 hashes missing 2026/01/16 01:31:43 NOTICE: Linkbox root 'rclone-test-hisefid0vofe': 1 differences found 2026/01/16 01:31:43 NOTICE: Linkbox root 'rclone-test-hisefid0vofe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/01/16 01:31:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:44 NOTICE: Linkbox root 'rclone-test-hisefid0vofe': 0 differences found 2026/01/16 01:31:44 NOTICE: Linkbox root 'rclone-test-hisefid0vofe': 1 errors while checking 2026/01/16 01:31:44 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-yalohip2gosu" 2026/01/16 01:31:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:31:44 DEBUG : Creating backend with remote "/tmp/rclone1398039840" run.go:185: Remote "Linkbox root 'rclone-test-yalohip2gosu'", Local "Local file system at /tmp/rclone1398039840", Modify Window "876000h0m0s" both checkfile vs. NFCx2 remote (without normalization) 2026/01/16 01:31:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/01/16 01:31:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-yalohip2gosu' 2026/01/16 01:31:48 NOTICE: Linkbox root 'rclone-test-yalohip2gosu': 1 files missing 2026/01/16 01:31:48 NOTICE: 1 hashes missing 2026/01/16 01:31:48 NOTICE: Linkbox root 'rclone-test-yalohip2gosu': 1 differences found 2026/01/16 01:31:48 NOTICE: Linkbox root 'rclone-test-yalohip2gosu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/01/16 01:31:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2026/01/16 01:31:48 NOTICE: Linkbox root 'rclone-test-yalohip2gosu': 0 differences found 2026/01/16 01:31:48 NOTICE: Linkbox root 'rclone-test-yalohip2gosu': 1 errors while checking 2026/01/16 01:31:48 DEBUG : Linkbox root 'rclone-test-yalohip2gosu': Purge remote 2026/01/16 01:31:50 DEBUG : Linkbox root 'rclone-test-hisefid0vofe': Purge remote 2026/01/16 01:31:51 DEBUG : Linkbox root 'rclone-test-cebiloj2qeka': Purge remote 2026/01/16 01:31:53 DEBUG : Linkbox root 'rclone-test-wevuwag6suva': Purge remote 2026/01/16 01:31:54 DEBUG : Linkbox root 'rclone-test-hezodab7dera': Purge remote 2026/01/16 01:31:55 DEBUG : Linkbox root 'rclone-test-natabat3mohu': Purge remote 2026/01/16 01:31:57 DEBUG : Linkbox root 'rclone-test-mehodun4yawu': Purge remote 2026/01/16 01:31:58 DEBUG : Linkbox root 'rclone-test-jejoxar5qovu': Purge remote 2026/01/16 01:31:59 DEBUG : Linkbox root 'rclone-test-suwaquv6foze': Purge remote 2026/01/16 01:32:01 DEBUG : Linkbox root 'rclone-test-humipuy0waki': Purge remote --- PASS: TestApplyTransforms (62.22s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:32:02 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/16 01:32:06 DEBUG : sub/file2: size = 14 OK 2026/01/16 01:32:06 INFO : file1: Copied (new) to: sub/file2 2026/01/16 01:32:06 DEBUG : sub/file2: size = 14 OK 2026/01/16 01:32:06 DEBUG : file1: Sizes identical 2026/01/16 01:32:06 DEBUG : file1: Unchanged skipping 2026/01/16 01:32:07 DEBUG : Linkbox root 'rclone-test-midijim4tove': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (8.73s) === RUN TestCopyLongFile run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.40s) === RUN TestCopyFileBackupDir run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" copy_test.go:174: Skipping test as remote does not support server-side move or copy --- SKIP: TestCopyFileBackupDir (0.40s) === RUN TestCopyFileCompareDest run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:32:11 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-midijim4tove/dst" 2026/01/16 01:32:13 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-midijim4tove/CompareDest" 2026/01/16 01:32:13 DEBUG : one: Need to transfer - File not found at Destination 2026/01/16 01:32:17 DEBUG : one: size = 3 OK 2026/01/16 01:32:17 INFO : one: Copied (new) 2026/01/16 01:32:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone4131207989) 2026/01/16 01:32:18 DEBUG : one: size = 3 (Linkbox root 'rclone-test-midijim4tove/dst') 2026/01/16 01:32:18 DEBUG : one: Sizes differ 2026/01/16 01:32:19 DEBUG : one: Update: removing old file 2026/01/16 01:32:22 DEBUG : one: size = 5 OK 2026/01/16 01:32:22 INFO : one: Copied (replaced existing) 2026/01/16 01:32:23 DEBUG : dst/one: Update: removing old file 2026/01/16 01:32:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone4131207989) 2026/01/16 01:32:30 DEBUG : one: size = 3 (Linkbox root 'rclone-test-midijim4tove/dst') 2026/01/16 01:32:30 DEBUG : one: Sizes differ 2026/01/16 01:32:30 DEBUG : one: size = 5 OK 2026/01/16 01:32:30 DEBUG : one: Sizes identical 2026/01/16 01:32:30 DEBUG : one: Destination found in --compare-dest, skipping 2026/01/16 01:32:34 DEBUG : two: Need to transfer - File not found at Destination 2026/01/16 01:32:34 DEBUG : two: size = 3 OK 2026/01/16 01:32:34 DEBUG : two: Sizes identical 2026/01/16 01:32:34 DEBUG : two: Destination found in --compare-dest, skipping 2026/01/16 01:32:35 DEBUG : two: Need to transfer - File not found at Destination 2026/01/16 01:32:35 DEBUG : two: size = 3 OK 2026/01/16 01:32:35 DEBUG : two: Sizes identical 2026/01/16 01:32:35 DEBUG : two: Destination found in --compare-dest, skipping 2026/01/16 01:32:37 DEBUG : two: Need to transfer - File not found at Destination 2026/01/16 01:32:37 DEBUG : two: size = 5 (Local file system at /tmp/rclone4131207989) 2026/01/16 01:32:37 DEBUG : two: size = 3 (Linkbox root 'rclone-test-midijim4tove/CompareDest') 2026/01/16 01:32:37 DEBUG : two: Sizes differ 2026/01/16 01:32:39 DEBUG : two: size = 5 OK 2026/01/16 01:32:39 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (37.26s) === RUN TestCopyFileCopyDest run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (0.40s) === RUN TestCopyInplace run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.40s) === RUN TestCopyLongFileName run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.40s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.40s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:32:50 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/01/16 01:32:55 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/01/16 01:32:55 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/01/16 01:32:55 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/01/16 01:32:55 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Update err in reading file: max transfer limit reached as set by --max-transfer 2026/01/16 01:32:56 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/01/16 01:32:57 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/01/16 01:32:59 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/01/16 01:32:59 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (14.43s) === RUN TestDeduplicateInteractive run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.41s) === RUN TestDeduplicateSkip run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.42s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.40s) === RUN TestDeduplicateFirst run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.40s) === RUN TestDeduplicateNewest run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.40s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.40s) === RUN TestDeduplicateOldest run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.40s) === RUN TestDeduplicateLargest run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.40s) === RUN TestDeduplicateSmallest run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.40s) === RUN TestDeduplicateRename run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.40s) === RUN TestMergeDirs run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.41s) === RUN TestListDirSorted run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" run.go:290: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-midijim4tove'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSorted (20.79s) === RUN TestListDirSortedFn run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" run.go:290: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-midijim4tove'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSortedFn (20.78s) === RUN TestListJSON run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2026/01/16 01:33:59 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (13.45s) --- PASS: TestListJSON/Default (0.20s) --- PASS: TestListJSON/FilesOnly (0.20s) --- PASS: TestListJSON/DirsOnly (0.20s) --- PASS: TestListJSON/Recurse (0.43s) --- PASS: TestListJSON/SubDir (0.21s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.21s) --- PASS: TestListJSON/ShowHash (0.20s) --- PASS: TestListJSON/HashTypes (0.36s) --- PASS: TestListJSON/Metadata (0.20s) === RUN TestStatJSON run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/01/16 01:34:13 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-midijim4tove/notfound" --- PASS: TestStatJSON (15.13s) --- PASS: TestStatJSON/Root (0.20s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.20s) --- PASS: TestStatJSON/Dir (0.40s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.20s) --- PASS: TestStatJSON/File (0.36s) --- PASS: TestStatJSON/NotFound (0.40s) --- PASS: TestStatJSON/DirFilesOnly (0.20s) --- PASS: TestStatJSON/FileFilesOnly (0.36s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.20s) --- PASS: TestStatJSON/DirDirsOnly (0.20s) --- PASS: TestStatJSON/FileDirsOnly (0.21s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.20s) --- PASS: TestStatJSON/RootNotFound (1.08s) === RUN TestMkdir run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:34:19 INFO : Linkbox root 'rclone-test-midijim4tove': Making directory 2026/01/16 01:34:19 INFO : Linkbox root 'rclone-test-midijim4tove': Making directory --- PASS: TestMkdir (0.60s) === RUN TestLsd run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" --- PASS: TestLsd (7.54s) === RUN TestLs run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" --- PASS: TestLs (7.34s) === RUN TestLsWithFilesFrom run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:34:39 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/01/16 01:34:39 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (7.77s) === RUN TestLsLong run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" --- PASS: TestLsLong (7.38s) === RUN TestHashSums run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" --- PASS: TestHashSums (7.61s) === RUN TestHashSumsWithErrors 2026/01/16 01:34:58 DEBUG : Creating backend with remote ":memory:" 2026/01/16 01:34:58 DEBUG : Config file has changed externally - reloading 2026/01/16 01:34:58 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.01s) === RUN TestHashStream 2026/01/16 01:34:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/01/16 01:34:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/01/16 01:34:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/01/16 01:34:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/01/16 01:34:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/01/16 01:34:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/01/16 01:34:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/01/16 01:34:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" --- PASS: TestCount (14.23s) === RUN TestDelete run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:35:18 DEBUG : Waiting for deletions to finish 2026/01/16 01:35:18 DEBUG : large: Excluded (Size Filter) 2026/01/16 01:35:18 DEBUG : large: Excluded 2026/01/16 01:35:20 INFO : medium: Deleted 2026/01/16 01:35:20 INFO : small: Deleted --- PASS: TestDelete (10.12s) === RUN TestMaxDelete run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:35:28 DEBUG : Waiting for deletions to finish 2026/01/16 01:35:28 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/01/16 01:35:30 INFO : large: Deleted 2026/01/16 01:35:30 INFO : medium: Deleted --- PASS: TestMaxDelete (10.22s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:35:38 DEBUG : Waiting for deletions to finish 2026/01/16 01:35:38 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/01/16 01:35:40 INFO : medium: Deleted 2026/01/16 01:35:40 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (10.25s) === RUN TestMaxDeleteSize run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:35:48 DEBUG : Waiting for deletions to finish 2026/01/16 01:35:49 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2026/01/16 01:35:50 INFO : large: Deleted 2026/01/16 01:35:50 INFO : small: Deleted --- PASS: TestMaxDeleteSize (10.09s) === RUN TestReadFile run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", 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 (4.93s) === RUN TestRetry 2026/01/16 01:35:57 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/01/16 01:35:57 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/01/16 01:35:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/16 01:35:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/16 01:35:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/16 01:35:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/16 01:35:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:36:03 ERROR : file1: Failed to open: Open failed: RootURL not set 2026/01/16 01:36:03 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,-1,): "" 2026/01/16 01:36:04 ERROR : file1: Failed to open: Open failed: RootURL not set 2026/01/16 01:36:04 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,5,): "" 2026/01/16 01:36:05 ERROR : file1: Failed to open: Open failed: RootURL not set 2026/01/16 01:36:06 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(-3,-1,): "" 2026/01/16 01:36:06 ERROR : file1: Failed to open: Open failed: RootURL not set 2026/01/16 01:36:07 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(1,3,): "" 2026/01/16 01:36:07 ERROR : file1: Failed to open: Open failed: RootURL not set 2026/01/16 01:36:08 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,-1, ): "" --- FAIL: TestCat (13.68s) === RUN TestPurge 2026/01/16 01:36:11 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-yibecaq4vequ" 2026/01/16 01:36:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/16 01:36:12 DEBUG : Creating backend with remote "/tmp/rclone3533825051" run.go:185: Remote "Linkbox root 'rclone-test-yibecaq4vequ'", Local "Local file system at /tmp/rclone3533825051", Modify Window "876000h0m0s" 2026/01/16 01:36:20 INFO : A2: Making directory 2026/01/16 01:36:22 INFO : A1/B2: Making directory 2026/01/16 01:36:23 INFO : A1/B2/C2: Making directory 2026/01/16 01:36:25 INFO : A1/B1/C3: Making directory 2026/01/16 01:36:26 INFO : A3: Making directory 2026/01/16 01:36:28 INFO : A3/B3: Making directory 2026/01/16 01:36:29 INFO : A3/B3/C4: Making directory 2026/01/16 01:36:40 ERROR : error listing: directory not found 2026/01/16 01:36:40 DEBUG : Linkbox root 'rclone-test-yibecaq4vequ': Purge remote 2026/01/16 01:36:40 NOTICE: purge failed: directory not found --- PASS: TestPurge (29.01s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:36:47 INFO : A2: Making directory 2026/01/16 01:36:48 INFO : A1/B2: Making directory 2026/01/16 01:36:50 INFO : A1/B2/C2: Making directory 2026/01/16 01:36:51 INFO : A1/B1/C3: Making directory 2026/01/16 01:36:53 INFO : A3: Making directory 2026/01/16 01:36:54 INFO : A3/B3: Making directory 2026/01/16 01:36:56 INFO : A3/B3/C4: Making directory 2026/01/16 01:37:02 DEBUG : removing 1 level 3 directories 2026/01/16 01:37:02 INFO : A3/B3/C4: Removing directory 2026/01/16 01:37:07 DEBUG : removing 2 level 3 directories 2026/01/16 01:37:07 INFO : A1/B2/C2: Removing directory 2026/01/16 01:37:07 INFO : A1/B1/C3: Removing directory 2026/01/16 01:37:09 DEBUG : removing 2 level 2 directories 2026/01/16 01:37:09 INFO : A3/B3: Removing directory 2026/01/16 01:37:09 INFO : A1/B2: Removing directory 2026/01/16 01:37:11 DEBUG : removing 2 level 1 directories 2026/01/16 01:37:11 INFO : A3: Removing directory 2026/01/16 01:37:11 INFO : A2: Removing directory 2026/01/16 01:37:18 DEBUG : removing 1 level 3 directories 2026/01/16 01:37:18 INFO : A1/B1/C1: Removing directory 2026/01/16 01:37:20 DEBUG : removing 1 level 2 directories 2026/01/16 01:37:20 INFO : A1/B1: Removing directory 2026/01/16 01:37:21 DEBUG : removing 1 level 1 directories 2026/01/16 01:37:21 INFO : A1: Removing directory 2026/01/16 01:37:23 DEBUG : removing 1 level 0 directories 2026/01/16 01:37:23 INFO : Linkbox root 'rclone-test-midijim4tove': Removing directory 2026/01/16 01:37:24 ERROR : error listing: directory not found 2026/01/16 01:37:25 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (44.59s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:37:26 INFO : A1: Making directory 2026/01/16 01:37:28 INFO : A1/B1: Making directory 2026/01/16 01:37:29 INFO : A1/B1/C1: Making directory 2026/01/16 01:37:32 DEBUG : removing 1 level 3 directories 2026/01/16 01:37:32 INFO : A1/B1/C1: Removing directory 2026/01/16 01:37:34 DEBUG : removing 1 level 2 directories 2026/01/16 01:37:34 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (13.41s) === RUN TestRmdirsWithFilter run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:37:38 INFO : A1: Making directory 2026/01/16 01:37:40 INFO : A1/B1: Making directory 2026/01/16 01:37:41 INFO : A1/B1/C1: Making directory 2026/01/16 01:37:44 DEBUG : removing 1 level 3 directories 2026/01/16 01:37:44 INFO : A1/B1/C1: Removing directory 2026/01/16 01:37:46 DEBUG : removing 1 level 2 directories 2026/01/16 01:37:46 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (11.68s) === RUN TestCopyURL run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:37:53 DEBUG : filename.txt: File name found in url 2026/01/16 01:37:55 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (15.02s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:38:05 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/16 01:38:08 DEBUG : sub/file2: size = 14 OK 2026/01/16 01:38:08 INFO : file1: Copied (new) to: sub/file2 2026/01/16 01:38:08 INFO : file1: Deleted 2026/01/16 01:38:09 DEBUG : sub/file2: size = 14 OK 2026/01/16 01:38:09 DEBUG : file1: Sizes identical 2026/01/16 01:38:09 DEBUG : file1: Unchanged skipping 2026/01/16 01:38:09 INFO : file1: Deleted 2026/01/16 01:38:09 DEBUG : Linkbox root 'rclone-test-midijim4tove': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (8.49s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:38:14 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/16 01:38:16 DEBUG : file1: size = 14 OK 2026/01/16 01:38:16 INFO : file1: Copied (new) 2026/01/16 01:38:16 INFO : file1: Deleted 2026/01/16 01:38:16 DEBUG : file1: Destination exists, skipping 2026/01/16 01:38:16 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (5.10s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:38:19 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/16 01:38:22 DEBUG : sub/file2: size = 14 OK 2026/01/16 01:38:22 INFO : file1: Copied (new) to: sub/file2 2026/01/16 01:38:22 INFO : file1: Deleted 2026/01/16 01:38:23 DEBUG : sub/file2: size = 14 OK 2026/01/16 01:38:23 DEBUG : file1: Sizes identical 2026/01/16 01:38:23 DEBUG : file1: Unchanged skipping 2026/01/16 01:38:23 INFO : file1: Deleted 2026/01/16 01:38:24 DEBUG : sub/file2: moving to sub/File2-rclone-move-lozucur5 2026/01/16 01:38:24 ERROR : sub/file2: Failed to copy: failed to open source object: Open failed: RootURL not set 2026/01/16 01:38:24 ERROR : sub/file2: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set operations_test.go:1013: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1013 Error: Received unexpected error: error while moving file to temporary location: failed to open source object: Open failed: RootURL not set Test: TestCaseInsensitiveMoveFile --- FAIL: TestCaseInsensitiveMoveFile (9.29s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:38:30 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (4.46s) === RUN TestMoveFileBackupDir run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1040: Skipping test as remote does not support server-side move or copy --- SKIP: TestMoveFileBackupDir (0.40s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:38:49 INFO : A1/B2: Making directory 2026/01/16 01:38:50 INFO : A1/B1/C3: Making directory 2026/01/16 01:39:05 ERROR : A1/one: Failed to copy: failed to open source object: Open failed: RootURL not set 2026/01/16 01:39:05 ERROR : A1/one: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2026/01/16 01:39:05 ERROR : A1/B1/C2/five: Failed to copy: failed to open source object: getting files failed: Get "https://www.linkbox.to/api/open/file_search?name=five&pageNo=1&pageSize=1000&pid=77028890&token=5gyozaWkvgAkGJOT": context canceled 2026/01/16 01:39:05 ERROR : A1/B1/C2/five: Not deleting source as copy failed: failed to open source object: getting files failed: Get "https://www.linkbox.to/api/open/file_search?name=five&pageNo=1&pageSize=1000&pid=77028890&token=5gyozaWkvgAkGJOT": context canceled 2026/01/16 01:39:05 ERROR : A1/two: Failed to copy: failed to open source object: Open failed: RootURL not set 2026/01/16 01:39:05 ERROR : A1/two: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2026/01/16 01:39:06 ERROR : A1/B1/three: Failed to copy: failed to open source object: Open failed: RootURL not set 2026/01/16 01:39:06 ERROR : A1/B1/three: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2026/01/16 01:39:06 ERROR : A1/B1/C1/four: Failed to copy: failed to open source object: Open failed: RootURL not set 2026/01/16 01:39:06 ERROR : A1/B1/C1/four: 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 (61.20s) === RUN TestGetFsInfo run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:39:34 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.40s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:39:34 DEBUG : Linkbox root 'rclone-test-midijim4tove': File to upload is small (34 bytes), uploading instead of streaming 2026/01/16 01:39:36 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/01/16 01:39:36 NOTICE: Linkbox root 'rclone-test-midijim4tove': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/01/16 01:39:36 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/01/16 01:39:36 DEBUG : Linkbox root 'rclone-test-midijim4tove': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/01/16 01:39:38 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/01/16 01:39:38 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:39:42 DEBUG : Linkbox root 'rclone-test-midijim4tove': File to upload is small (34 bytes), uploading instead of streaming 2026/01/16 01:39:44 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/01/16 01:39:44 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/01/16 01:39:44 DEBUG : Linkbox root 'rclone-test-midijim4tove': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/01/16 01:39:46 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/01/16 01:39:46 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:39:49 DEBUG : Linkbox root 'rclone-test-midijim4tove': File to upload is small (34 bytes), uploading instead of streaming 2026/01/16 01:39:51 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/01/16 01:39:51 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/01/16 01:39:51 DEBUG : Linkbox root 'rclone-test-midijim4tove': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/01/16 01:39:53 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/01/16 01:39:53 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:39:56 DEBUG : Linkbox root 'rclone-test-midijim4tove': File to upload is small (34 bytes), uploading instead of streaming 2026/01/16 01:39:58 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/01/16 01:39:58 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/01/16 01:39:58 DEBUG : Linkbox root 'rclone-test-midijim4tove': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/01/16 01:40:00 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/01/16 01:40:00 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (29.49s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.33s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.28s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.47s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.40s) === RUN TestRcatMetadata run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.42s) === RUN TestRcatSize run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" 2026/01/16 01:40:06 DEBUG : Linkbox root 'rclone-test-midijim4tove': File to upload is small (60 bytes), uploading instead of streaming 2026/01/16 01:40:08 DEBUG : potato2: size = 60 OK 2026/01/16 01:40:08 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (7.26s) === RUN TestRcatSizeMetadata run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.56s) === RUN TestTouchDir run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1673: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (0.40s) === RUN TestMkdirMetadata run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.41s) === RUN TestMkdirModTime run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.56s) === RUN TestCopyDirMetadata run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.43s) === RUN TestSetDirModTime run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.41s) === RUN TestDirsEqual run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.40s) === RUN TestRemoveExisting run.go:185: Remote "Linkbox root 'rclone-test-midijim4tove'", Local "Local file system at /tmp/rclone4131207989", Modify Window "876000h0m0s" operations_test.go:1900: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.40s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) FAIL 2026/01/16 01:40:15 DEBUG : Linkbox root 'rclone-test-midijim4tove': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Finished ERROR in 11m10.063734715s (try 1/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]