"./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Starting (try 1/5) 2025/12/09 02:15:11 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-tatagaf8puhe" 2025/12/09 02:15:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:15:12 DEBUG : Creating backend with remote "/tmp/rclone3354486028" === 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2025/12/09 02:15:12 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2025/12/09 02:15:12 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.21s) === RUN TestSizeDiffers 2025/12/09 02:15:12 DEBUG : a: size = 0 OK 2025/12/09 02:15:12 DEBUG : a: size = 1 (memory) 2025/12/09 02:15:12 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/12/09 02:15:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/12/09 02:15:12 DEBUG : potato: Seek from 10 to 0 2025/12/09 02:15:12 DEBUG : potato: Seek from 10 to 0 2025/12/09 02:15:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/12/09 02:15:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Seek from 5 to 2 2025/12/09 02:15:12 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/12/09 02:15:12 DEBUG : potato: Seek from 7 to 0 2025/12/09 02:15:12 DEBUG : potato: Seek from 7 to 0 2025/12/09 02:15:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/12/09 02:15:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Seek from 5 to 2 2025/12/09 02:15:12 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/12/09 02:15:12 DEBUG : potato: Seek from 8 to 0 2025/12/09 02:15:12 DEBUG : potato: Seek from 8 to 0 2025/12/09 02:15:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/12/09 02:15:12 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/09 02:15:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 02:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 02:15:12 DEBUG : potato: Seek from 5 to 2 2025/12/09 02:15:12 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/12/09 02:15:12 DEBUG : potato: Seek from 9 to 0 2025/12/09 02:15:12 DEBUG : potato: Seek from 9 to 0 2025/12/09 02:15:12 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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.86s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.20s) --- PASS: TestCheck/5 (0.19s) --- PASS: TestCheck/6 (0.21s) --- PASS: TestCheck/7 (0.19s) === RUN TestCheckFsError 2025/12/09 02:15:30 DEBUG : Creating backend with remote "nonexistent" 2025/12/09 02:15:30 DEBUG : Creating backend with remote "nonexistent" 2025/12/09 02:15:30 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/12/09 02:15:30 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/12/09 02:15:30 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/12/09 02:15:30 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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.66s) --- FAIL: TestCheckDownload/1 (0.42s) --- FAIL: TestCheckDownload/2 (0.59s) --- FAIL: TestCheckDownload/3 (0.42s) --- FAIL: TestCheckDownload/4 (0.82s) --- FAIL: TestCheckDownload/5 (1.06s) --- FAIL: TestCheckDownload/6 (0.82s) --- FAIL: TestCheckDownload/7 (1.00s) === RUN TestCheckSizeOnly run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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 (16.22s) --- PASS: TestCheckSizeOnly/1 (0.18s) --- PASS: TestCheckSizeOnly/2 (0.20s) --- PASS: TestCheckSizeOnly/3 (0.18s) --- PASS: TestCheckSizeOnly/4 (0.19s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.29s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" check_test.go:311: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:311 Error: Received unexpected error: Open failed: RootURL not set Test: TestParseSumFile check_test.go:313: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:313 Error: Not equal: expected: 4 actual : 0 Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "1" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "2" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -2 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "4" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -4 + Test: TestParseSumFile 2025/12/09 02:16:10 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:16:16 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-tatagaf8puhe/data" check_test.go:350: Linkbox root 'rclone-test-tatagaf8puhe/data' lacks md5, skipping --- SKIP: TestCheckSum (1.32s) === RUN TestCheckSumDownload run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:16:17 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-tatagaf8puhe/data" === RUN TestCheckSumDownload/subtest1 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: failed to parse sum file: Open failed: RootURL not set Test: TestCheckSumDownload Messages: unexpected error in run 1 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 1 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 1 2025/12/09 02:16:27 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest2 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 2 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 2 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "- potato", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "- potato", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:418 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong missingonsrc result in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 2 2025/12/09 02:16:32 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest3 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: failed to parse sum file: Open failed: RootURL not set Test: TestCheckSumDownload Messages: unexpected error in run 3 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 3 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 3 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "= banana", "= potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "= banana", - (string) (len=8) "= potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 3 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 3 2025/12/09 02:16:36 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest4 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 4 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 4 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 4 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "* banana", "= potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "* banana", - (string) (len=8) "= potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 4 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 4 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:421 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong differ result in run 4 2025/12/09 02:16:40 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest5 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 5 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 5 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 5 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "+ orange", "= banana", "= potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,6 +1,2 @@ -([]string) (len=4) { - (string) "", - (string) (len=8) "+ orange", - (string) (len=8) "= banana", - (string) (len=8) "= potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 5 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "orange"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "orange" +([]string) { } Test: TestCheckSumDownload Messages: wrong missingondst result in run 5 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 5 2025/12/09 02:16:45 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest6 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 6 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 6 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "* potato", "+ orange", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,6 +1,2 @@ -([]string) (len=4) { - (string) "", - (string) (len=8) "* potato", - (string) (len=8) "+ orange", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "orange"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "orange" +([]string) { } Test: TestCheckSumDownload Messages: wrong missingondst result in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:421 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong differ result in run 6 2025/12/09 02:16:49 DEBUG : data/banana: Update: removing old file 2025/12/09 02:16:53 DEBUG : data/potato: Update: removing old file 2025/12/09 02:16:56 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 (49.46s) --- PASS: TestCheckSumDownload/subtest1 (0.42s) --- PASS: TestCheckSumDownload/subtest2 (0.43s) --- PASS: TestCheckSumDownload/subtest3 (0.41s) --- PASS: TestCheckSumDownload/subtest4 (0.42s) --- PASS: TestCheckSumDownload/subtest5 (0.51s) --- PASS: TestCheckSumDownload/subtest6 (0.49s) --- PASS: TestCheckSumDownload/subtest7 (0.42s) === RUN TestApplyTransforms 2025/12/09 02:17:06 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-rahugih7lije" 2025/12/09 02:17:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:07 DEBUG : Creating backend with remote "/tmp/rclone4067459946" run.go:185: Remote "Linkbox root 'rclone-test-rahugih7lije'", Local "Local file system at /tmp/rclone4067459946", Modify Window "876000h0m0s" upper checkfile vs. lower remote (without normalization) 2025/12/09 02:17:11 ERROR : hello, world!: sum not found 2025/12/09 02:17:11 ERROR : HELLO, WORLD!: file not in Linkbox root 'rclone-test-rahugih7lije' 2025/12/09 02:17:11 NOTICE: Linkbox root 'rclone-test-rahugih7lije': 1 files missing 2025/12/09 02:17:11 NOTICE: 1 hashes missing 2025/12/09 02:17:11 NOTICE: Linkbox root 'rclone-test-rahugih7lije': 1 differences found 2025/12/09 02:17:11 NOTICE: Linkbox root 'rclone-test-rahugih7lije': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/12/09 02:17:11 ERROR : hello, world!: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:11 NOTICE: Linkbox root 'rclone-test-rahugih7lije': 0 differences found 2025/12/09 02:17:11 NOTICE: Linkbox root 'rclone-test-rahugih7lije': 1 errors while checking 2025/12/09 02:17:11 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-rofosog3podi" 2025/12/09 02:17:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:12 DEBUG : Creating backend with remote "/tmp/rclone3394151630" run.go:185: Remote "Linkbox root 'rclone-test-rofosog3podi'", Local "Local file system at /tmp/rclone3394151630", Modify Window "876000h0m0s" lower checkfile vs. upper remote (without normalization) 2025/12/09 02:17:16 ERROR : HELLO, WORLD!: sum not found 2025/12/09 02:17:16 ERROR : hello, world!: file not in Linkbox root 'rclone-test-rofosog3podi' 2025/12/09 02:17:16 NOTICE: Linkbox root 'rclone-test-rofosog3podi': 1 files missing 2025/12/09 02:17:16 NOTICE: 1 hashes missing 2025/12/09 02:17:16 NOTICE: Linkbox root 'rclone-test-rofosog3podi': 1 differences found 2025/12/09 02:17:16 NOTICE: Linkbox root 'rclone-test-rofosog3podi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/12/09 02:17:16 ERROR : HELLO, WORLD!: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:16 NOTICE: Linkbox root 'rclone-test-rofosog3podi': 0 differences found 2025/12/09 02:17:16 NOTICE: Linkbox root 'rclone-test-rofosog3podi': 1 errors while checking 2025/12/09 02:17:16 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-ceyalec1vaze" 2025/12/09 02:17:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:17 DEBUG : Creating backend with remote "/tmp/rclone4182393570" run.go:185: Remote "Linkbox root 'rclone-test-ceyalec1vaze'", Local "Local file system at /tmp/rclone4182393570", Modify Window "876000h0m0s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/12/09 02:17:21 ERROR : HeLlO, wOrLd!: sum not found 2025/12/09 02:17:21 ERROR : hello, world!: file not in Linkbox root 'rclone-test-ceyalec1vaze' 2025/12/09 02:17:21 NOTICE: Linkbox root 'rclone-test-ceyalec1vaze': 1 files missing 2025/12/09 02:17:21 NOTICE: 1 hashes missing 2025/12/09 02:17:21 NOTICE: Linkbox root 'rclone-test-ceyalec1vaze': 1 differences found 2025/12/09 02:17:21 NOTICE: Linkbox root 'rclone-test-ceyalec1vaze': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/12/09 02:17:21 ERROR : HeLlO, wOrLd!: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:21 NOTICE: Linkbox root 'rclone-test-ceyalec1vaze': 0 differences found 2025/12/09 02:17:21 NOTICE: Linkbox root 'rclone-test-ceyalec1vaze': 1 errors while checking 2025/12/09 02:17:21 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-cobirap6fuki" 2025/12/09 02:17:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:22 DEBUG : Creating backend with remote "/tmp/rclone1719217318" run.go:185: Remote "Linkbox root 'rclone-test-cobirap6fuki'", Local "Local file system at /tmp/rclone1719217318", Modify Window "876000h0m0s" upperlowermixed checkfile vs. upper remote (without normalization) 2025/12/09 02:17:26 ERROR : HELLO, WORLD!: sum not found 2025/12/09 02:17:26 ERROR : HeLlO, wOrLd!: file not in Linkbox root 'rclone-test-cobirap6fuki' 2025/12/09 02:17:26 NOTICE: Linkbox root 'rclone-test-cobirap6fuki': 1 files missing 2025/12/09 02:17:26 NOTICE: 1 hashes missing 2025/12/09 02:17:26 NOTICE: Linkbox root 'rclone-test-cobirap6fuki': 1 differences found 2025/12/09 02:17:26 NOTICE: Linkbox root 'rclone-test-cobirap6fuki': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/12/09 02:17:26 ERROR : HELLO, WORLD!: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:26 NOTICE: Linkbox root 'rclone-test-cobirap6fuki': 0 differences found 2025/12/09 02:17:26 NOTICE: Linkbox root 'rclone-test-cobirap6fuki': 1 errors while checking 2025/12/09 02:17:26 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-vemuduq4zini" 2025/12/09 02:17:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:27 DEBUG : Creating backend with remote "/tmp/rclone3618683830" run.go:185: Remote "Linkbox root 'rclone-test-vemuduq4zini'", Local "Local file system at /tmp/rclone3618683830", Modify Window "876000h0m0s" NFD checkfile vs. NFC remote (without normalization) 2025/12/09 02:17:31 ERROR : 測試_Русский___ě_áñ: sum not found 2025/12/09 02:17:31 ERROR : 測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-vemuduq4zini' 2025/12/09 02:17:31 NOTICE: Linkbox root 'rclone-test-vemuduq4zini': 1 files missing 2025/12/09 02:17:31 NOTICE: 1 hashes missing 2025/12/09 02:17:31 NOTICE: Linkbox root 'rclone-test-vemuduq4zini': 1 differences found 2025/12/09 02:17:31 NOTICE: Linkbox root 'rclone-test-vemuduq4zini': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/12/09 02:17:31 ERROR : 測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:31 NOTICE: Linkbox root 'rclone-test-vemuduq4zini': 0 differences found 2025/12/09 02:17:31 NOTICE: Linkbox root 'rclone-test-vemuduq4zini': 1 errors while checking 2025/12/09 02:17:31 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-devilip2folu" 2025/12/09 02:17:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:32 DEBUG : Creating backend with remote "/tmp/rclone1048458552" run.go:185: Remote "Linkbox root 'rclone-test-devilip2folu'", Local "Local file system at /tmp/rclone1048458552", Modify Window "876000h0m0s" NFC checkfile vs. NFD remote (without normalization) 2025/12/09 02:17:36 ERROR : 測試_Русский___ě_áñ: sum not found 2025/12/09 02:17:36 ERROR : 測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-devilip2folu' 2025/12/09 02:17:36 NOTICE: Linkbox root 'rclone-test-devilip2folu': 1 files missing 2025/12/09 02:17:36 NOTICE: 1 hashes missing 2025/12/09 02:17:36 NOTICE: Linkbox root 'rclone-test-devilip2folu': 1 differences found 2025/12/09 02:17:36 NOTICE: Linkbox root 'rclone-test-devilip2folu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/12/09 02:17:36 ERROR : 測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:36 NOTICE: Linkbox root 'rclone-test-devilip2folu': 0 differences found 2025/12/09 02:17:36 NOTICE: Linkbox root 'rclone-test-devilip2folu': 1 errors while checking 2025/12/09 02:17:36 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-namuvon5zexe" 2025/12/09 02:17:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:37 DEBUG : Creating backend with remote "/tmp/rclone2165096734" run.go:185: Remote "Linkbox root 'rclone-test-namuvon5zexe'", Local "Local file system at /tmp/rclone2165096734", Modify Window "876000h0m0s" NFDx2 checkfile vs. both remote (without normalization) 2025/12/09 02:17:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/09 02:17:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-namuvon5zexe' 2025/12/09 02:17:41 NOTICE: Linkbox root 'rclone-test-namuvon5zexe': 1 files missing 2025/12/09 02:17:41 NOTICE: 1 hashes missing 2025/12/09 02:17:41 NOTICE: Linkbox root 'rclone-test-namuvon5zexe': 1 differences found 2025/12/09 02:17:41 NOTICE: Linkbox root 'rclone-test-namuvon5zexe': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/12/09 02:17:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:41 NOTICE: Linkbox root 'rclone-test-namuvon5zexe': 0 differences found 2025/12/09 02:17:41 NOTICE: Linkbox root 'rclone-test-namuvon5zexe': 1 errors while checking 2025/12/09 02:17:41 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xuwapay9rece" 2025/12/09 02:17:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:42 DEBUG : Creating backend with remote "/tmp/rclone3952554416" run.go:185: Remote "Linkbox root 'rclone-test-xuwapay9rece'", Local "Local file system at /tmp/rclone3952554416", Modify Window "876000h0m0s" NFCx2 checkfile vs. both remote (without normalization) 2025/12/09 02:17:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/09 02:17:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-xuwapay9rece' 2025/12/09 02:17:46 NOTICE: Linkbox root 'rclone-test-xuwapay9rece': 1 files missing 2025/12/09 02:17:46 NOTICE: 1 hashes missing 2025/12/09 02:17:46 NOTICE: Linkbox root 'rclone-test-xuwapay9rece': 1 differences found 2025/12/09 02:17:46 NOTICE: Linkbox root 'rclone-test-xuwapay9rece': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/12/09 02:17:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:46 NOTICE: Linkbox root 'rclone-test-xuwapay9rece': 0 differences found 2025/12/09 02:17:46 NOTICE: Linkbox root 'rclone-test-xuwapay9rece': 1 errors while checking 2025/12/09 02:17:46 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-jaxayiy0hico" 2025/12/09 02:17:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:47 DEBUG : Creating backend with remote "/tmp/rclone167427852" run.go:185: Remote "Linkbox root 'rclone-test-jaxayiy0hico'", Local "Local file system at /tmp/rclone167427852", Modify Window "876000h0m0s" both checkfile vs. NFDx2 remote (without normalization) 2025/12/09 02:17:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/09 02:17:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-jaxayiy0hico' 2025/12/09 02:17:51 NOTICE: Linkbox root 'rclone-test-jaxayiy0hico': 1 files missing 2025/12/09 02:17:51 NOTICE: 1 hashes missing 2025/12/09 02:17:51 NOTICE: Linkbox root 'rclone-test-jaxayiy0hico': 1 differences found 2025/12/09 02:17:51 NOTICE: Linkbox root 'rclone-test-jaxayiy0hico': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/12/09 02:17:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:51 NOTICE: Linkbox root 'rclone-test-jaxayiy0hico': 0 differences found 2025/12/09 02:17:51 NOTICE: Linkbox root 'rclone-test-jaxayiy0hico': 1 errors while checking 2025/12/09 02:17:51 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-yukayec0zilu" 2025/12/09 02:17:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:17:52 DEBUG : Creating backend with remote "/tmp/rclone119723251" run.go:185: Remote "Linkbox root 'rclone-test-yukayec0zilu'", Local "Local file system at /tmp/rclone119723251", Modify Window "876000h0m0s" both checkfile vs. NFCx2 remote (without normalization) 2025/12/09 02:17:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/09 02:17:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-yukayec0zilu' 2025/12/09 02:17:56 NOTICE: Linkbox root 'rclone-test-yukayec0zilu': 1 files missing 2025/12/09 02:17:56 NOTICE: 1 hashes missing 2025/12/09 02:17:56 NOTICE: Linkbox root 'rclone-test-yukayec0zilu': 1 differences found 2025/12/09 02:17:56 NOTICE: Linkbox root 'rclone-test-yukayec0zilu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/12/09 02:17:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/09 02:17:56 NOTICE: Linkbox root 'rclone-test-yukayec0zilu': 0 differences found 2025/12/09 02:17:56 NOTICE: Linkbox root 'rclone-test-yukayec0zilu': 1 errors while checking 2025/12/09 02:17:56 DEBUG : Linkbox root 'rclone-test-yukayec0zilu': Purge remote 2025/12/09 02:17:57 DEBUG : Linkbox root 'rclone-test-jaxayiy0hico': Purge remote 2025/12/09 02:17:59 DEBUG : Linkbox root 'rclone-test-xuwapay9rece': Purge remote 2025/12/09 02:18:00 DEBUG : Linkbox root 'rclone-test-namuvon5zexe': Purge remote 2025/12/09 02:18:01 DEBUG : Linkbox root 'rclone-test-devilip2folu': Purge remote 2025/12/09 02:18:03 DEBUG : Linkbox root 'rclone-test-vemuduq4zini': Purge remote 2025/12/09 02:18:04 DEBUG : Linkbox root 'rclone-test-cobirap6fuki': Purge remote 2025/12/09 02:18:06 DEBUG : Linkbox root 'rclone-test-ceyalec1vaze': Purge remote 2025/12/09 02:18:07 DEBUG : Linkbox root 'rclone-test-rofosog3podi': Purge remote 2025/12/09 02:18:08 DEBUG : Linkbox root 'rclone-test-rahugih7lije': Purge remote --- PASS: TestApplyTransforms (63.06s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:18:10 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/09 02:18:14 DEBUG : sub/file2: size = 14 OK 2025/12/09 02:18:14 INFO : file1: Copied (new) to: sub/file2 2025/12/09 02:18:14 DEBUG : sub/file2: size = 14 OK 2025/12/09 02:18:14 DEBUG : file1: Sizes identical 2025/12/09 02:18:14 DEBUG : file1: Unchanged skipping 2025/12/09 02:18:15 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (9.20s) === RUN TestCopyLongFile run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.51s) === RUN TestCopyFileBackupDir run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:18:20 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-tatagaf8puhe/dst" 2025/12/09 02:18:21 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-tatagaf8puhe/CompareDest" 2025/12/09 02:18:22 DEBUG : one: Need to transfer - File not found at Destination 2025/12/09 02:18:26 DEBUG : one: size = 3 OK 2025/12/09 02:18:26 INFO : one: Copied (new) 2025/12/09 02:18:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone3354486028) 2025/12/09 02:18:27 DEBUG : one: size = 3 (Linkbox root 'rclone-test-tatagaf8puhe/dst') 2025/12/09 02:18:27 DEBUG : one: Sizes differ 2025/12/09 02:18:27 DEBUG : one: Update: removing old file 2025/12/09 02:18:30 DEBUG : one: size = 5 OK 2025/12/09 02:18:30 INFO : one: Copied (replaced existing) 2025/12/09 02:18:31 DEBUG : dst/one: Update: removing old file 2025/12/09 02:18:38 DEBUG : one: size = 5 (Local file system at /tmp/rclone3354486028) 2025/12/09 02:18:38 DEBUG : one: size = 3 (Linkbox root 'rclone-test-tatagaf8puhe/dst') 2025/12/09 02:18:38 DEBUG : one: Sizes differ 2025/12/09 02:18:39 DEBUG : one: size = 5 OK 2025/12/09 02:18:39 DEBUG : one: Sizes identical 2025/12/09 02:18:39 DEBUG : one: Destination found in --compare-dest, skipping 2025/12/09 02:18:42 DEBUG : two: Need to transfer - File not found at Destination 2025/12/09 02:18:42 DEBUG : two: size = 3 OK 2025/12/09 02:18:42 DEBUG : two: Sizes identical 2025/12/09 02:18:42 DEBUG : two: Destination found in --compare-dest, skipping 2025/12/09 02:18:43 DEBUG : two: Need to transfer - File not found at Destination 2025/12/09 02:18:44 DEBUG : two: size = 3 OK 2025/12/09 02:18:44 DEBUG : two: Sizes identical 2025/12/09 02:18:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/12/09 02:18:45 DEBUG : two: Need to transfer - File not found at Destination 2025/12/09 02:18:45 DEBUG : two: size = 5 (Local file system at /tmp/rclone3354486028) 2025/12/09 02:18:45 DEBUG : two: size = 3 (Linkbox root 'rclone-test-tatagaf8puhe/CompareDest') 2025/12/09 02:18:45 DEBUG : two: Sizes differ 2025/12/09 02:18:47 DEBUG : two: size = 5 OK 2025/12/09 02:18:47 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (37.60s) === RUN TestCopyFileCopyDest run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.52s) === RUN TestCopyLongFileName run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.38s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.48s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:18:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/12/09 02:19:04 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2025/12/09 02:19:04 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/12/09 02:19:05 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/12/09 02:19:05 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Update err in reading file: max transfer limit reached as set by --max-transfer 2025/12/09 02:19:06 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/12/09 02:19:06 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/12/09 02:19:09 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2025/12/09 02:19:09 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (15.42s) === RUN TestDeduplicateInteractive run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.46s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.49s) === RUN TestDeduplicateNewest run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.52s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.42s) === RUN TestDeduplicateLargest run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.39s) === RUN TestDeduplicateSmallest run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.49s) === RUN TestDeduplicateRename run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.39s) === RUN TestMergeDirs run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.40s) === RUN TestListDirSorted run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" run.go:290: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-tatagaf8puhe'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSorted (21.35s) === RUN TestListDirSortedFn run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" run.go:290: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-tatagaf8puhe'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSortedFn (21.13s) === RUN TestListJSON run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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 2025/12/09 02:20:10 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (13.52s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (0.30s) --- PASS: TestListJSON/DirsOnly (0.18s) --- PASS: TestListJSON/Recurse (0.40s) --- PASS: TestListJSON/SubDir (0.20s) --- PASS: TestListJSON/NoModTime (0.21s) --- PASS: TestListJSON/NoMimeType (0.19s) --- PASS: TestListJSON/ShowHash (0.31s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.21s) === RUN TestStatJSON run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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 2025/12/09 02:20:25 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-tatagaf8puhe/notfound" 2025/12/09 02:20:25 DEBUG : Config file has changed externally - reloading --- PASS: TestStatJSON (15.33s) --- PASS: TestStatJSON/Root (0.19s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.38s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.20s) --- PASS: TestStatJSON/File (0.35s) --- PASS: TestStatJSON/NotFound (0.39s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.34s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.18s) --- PASS: TestStatJSON/DirDirsOnly (0.20s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.18s) --- PASS: TestStatJSON/RootNotFound (1.03s) === RUN TestMkdir run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:20:31 INFO : Linkbox root 'rclone-test-tatagaf8puhe': Making directory 2025/12/09 02:20:31 INFO : Linkbox root 'rclone-test-tatagaf8puhe': Making directory --- PASS: TestMkdir (0.73s) === RUN TestLsd run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" --- PASS: TestLsd (7.67s) === RUN TestLs run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" --- PASS: TestLs (7.53s) === RUN TestLsWithFilesFrom run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:20:51 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/12/09 02:20:51 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (8.17s) === RUN TestLsLong run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" --- PASS: TestLsLong (7.66s) === RUN TestHashSums run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" --- PASS: TestHashSums (7.36s) === RUN TestHashSumsWithErrors 2025/12/09 02:21:10 DEBUG : Creating backend with remote ":memory:" 2025/12/09 02:21:10 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/12/09 02:21:10 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/12/09 02:21:10 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/12/09 02:21:10 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/12/09 02:21:10 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/12/09 02:21:10 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/12/09 02:21:10 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/12/09 02:21:10 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/12/09 02:21:10 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" --- PASS: TestCount (14.53s) === RUN TestDelete run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:21:31 DEBUG : Waiting for deletions to finish 2025/12/09 02:21:31 DEBUG : large: Excluded (Size Filter) 2025/12/09 02:21:31 DEBUG : large: Excluded 2025/12/09 02:21:32 INFO : medium: Deleted 2025/12/09 02:21:32 INFO : small: Deleted --- PASS: TestDelete (10.10s) === RUN TestMaxDelete run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:21:41 DEBUG : Waiting for deletions to finish 2025/12/09 02:21:41 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/12/09 02:21:42 INFO : large: Deleted 2025/12/09 02:21:43 INFO : medium: Deleted --- PASS: TestMaxDelete (10.76s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:21:51 DEBUG : Waiting for deletions to finish 2025/12/09 02:21:52 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/12/09 02:21:53 INFO : medium: Deleted 2025/12/09 02:21:53 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (10.52s) === RUN TestMaxDeleteSize run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:22:02 DEBUG : Waiting for deletions to finish 2025/12/09 02:22:02 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/12/09 02:22:03 INFO : large: Deleted 2025/12/09 02:22:04 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (10.41s) === RUN TestReadFile run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" operations_test.go:508: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:508 Error: Received unexpected error: failed to open ReadFile: Open failed: RootURL not set Test: TestReadFile --- FAIL: TestReadFile (5.09s) === RUN TestRetry 2025/12/09 02:22:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/12/09 02:22:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/12/09 02:22:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/09 02:22:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/09 02:22:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/09 02:22:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/09 02:22:11 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:22:16 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/09 02:22:17 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,-1,): "" 2025/12/09 02:22:18 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/09 02:22:18 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,5,): "" 2025/12/09 02:22:19 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/09 02:22:19 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(-3,-1,): "" 2025/12/09 02:22:20 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/09 02:22:21 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(1,3,): "" 2025/12/09 02:22:21 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/09 02:22:22 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,-1, ): "" --- FAIL: TestCat (13.88s) === RUN TestPurge 2025/12/09 02:22:25 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-qacewax6waye" 2025/12/09 02:22:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 02:22:26 DEBUG : Creating backend with remote "/tmp/rclone2320710316" run.go:185: Remote "Linkbox root 'rclone-test-qacewax6waye'", Local "Local file system at /tmp/rclone2320710316", Modify Window "876000h0m0s" 2025/12/09 02:22:34 INFO : A2: Making directory 2025/12/09 02:22:35 INFO : A1/B2: Making directory 2025/12/09 02:22:37 INFO : A1/B2/C2: Making directory 2025/12/09 02:22:38 INFO : A1/B1/C3: Making directory 2025/12/09 02:22:40 INFO : A3: Making directory 2025/12/09 02:22:42 INFO : A3/B3: Making directory 2025/12/09 02:22:43 INFO : A3/B3/C4: Making directory 2025/12/09 02:22:53 ERROR : error listing: directory not found 2025/12/09 02:22:53 DEBUG : Linkbox root 'rclone-test-qacewax6waye': Purge remote 2025/12/09 02:22:54 NOTICE: purge failed: directory not found --- PASS: TestPurge (28.71s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:23:00 INFO : A2: Making directory 2025/12/09 02:23:02 INFO : A1/B2: Making directory 2025/12/09 02:23:03 INFO : A1/B2/C2: Making directory 2025/12/09 02:23:05 INFO : A1/B1/C3: Making directory 2025/12/09 02:23:07 INFO : A3: Making directory 2025/12/09 02:23:08 INFO : A3/B3: Making directory 2025/12/09 02:23:10 INFO : A3/B3/C4: Making directory 2025/12/09 02:23:16 DEBUG : removing 1 level 3 directories 2025/12/09 02:23:16 INFO : A3/B3/C4: Removing directory 2025/12/09 02:23:21 DEBUG : removing 2 level 3 directories 2025/12/09 02:23:21 INFO : A1/B2/C2: Removing directory 2025/12/09 02:23:21 INFO : A1/B1/C3: Removing directory 2025/12/09 02:23:23 DEBUG : removing 2 level 2 directories 2025/12/09 02:23:23 INFO : A3/B3: Removing directory 2025/12/09 02:23:23 INFO : A1/B2: Removing directory 2025/12/09 02:23:25 DEBUG : removing 2 level 1 directories 2025/12/09 02:23:25 INFO : A2: Removing directory 2025/12/09 02:23:25 INFO : A3: Removing directory 2025/12/09 02:23:32 DEBUG : removing 1 level 3 directories 2025/12/09 02:23:32 INFO : A1/B1/C1: Removing directory 2025/12/09 02:23:33 DEBUG : removing 1 level 2 directories 2025/12/09 02:23:33 INFO : A1/B1: Removing directory 2025/12/09 02:23:35 DEBUG : removing 1 level 1 directories 2025/12/09 02:23:35 INFO : A1: Removing directory 2025/12/09 02:23:36 DEBUG : removing 1 level 0 directories 2025/12/09 02:23:36 INFO : Linkbox root 'rclone-test-tatagaf8puhe': Removing directory 2025/12/09 02:23:38 ERROR : error listing: directory not found 2025/12/09 02:23:38 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (44.45s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:23:40 INFO : A1: Making directory 2025/12/09 02:23:41 INFO : A1/B1: Making directory 2025/12/09 02:23:43 INFO : A1/B1/C1: Making directory 2025/12/09 02:23:46 DEBUG : removing 1 level 3 directories 2025/12/09 02:23:46 INFO : A1/B1/C1: Removing directory 2025/12/09 02:23:48 DEBUG : removing 1 level 2 directories 2025/12/09 02:23:48 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (13.73s) === RUN TestRmdirsWithFilter run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:23:52 INFO : A1: Making directory 2025/12/09 02:23:53 INFO : A1/B1: Making directory 2025/12/09 02:23:55 INFO : A1/B1/C1: Making directory 2025/12/09 02:23:58 DEBUG : removing 1 level 3 directories 2025/12/09 02:23:58 INFO : A1/B1/C1: Removing directory 2025/12/09 02:24:00 DEBUG : removing 1 level 2 directories 2025/12/09 02:24:00 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (12.21s) === RUN TestCopyURL run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:24:07 DEBUG : filename.txt: File name found in url 2025/12/09 02:24:09 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (15.45s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:24:20 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/09 02:24:23 DEBUG : sub/file2: size = 14 OK 2025/12/09 02:24:23 INFO : file1: Copied (new) to: sub/file2 2025/12/09 02:24:23 INFO : file1: Deleted 2025/12/09 02:24:24 DEBUG : sub/file2: size = 14 OK 2025/12/09 02:24:24 DEBUG : file1: Sizes identical 2025/12/09 02:24:24 DEBUG : file1: Unchanged skipping 2025/12/09 02:24:24 INFO : file1: Deleted 2025/12/09 02:24:25 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (8.96s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:24:29 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/09 02:24:31 DEBUG : file1: size = 14 OK 2025/12/09 02:24:31 INFO : file1: Copied (new) 2025/12/09 02:24:31 INFO : file1: Deleted 2025/12/09 02:24:32 DEBUG : file1: Destination exists, skipping 2025/12/09 02:24:32 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (5.35s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:24:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/09 02:24:38 DEBUG : sub/file2: size = 14 OK 2025/12/09 02:24:38 INFO : file1: Copied (new) to: sub/file2 2025/12/09 02:24:38 INFO : file1: Deleted 2025/12/09 02:24:38 DEBUG : sub/file2: size = 14 OK 2025/12/09 02:24:38 DEBUG : file1: Sizes identical 2025/12/09 02:24:38 DEBUG : file1: Unchanged skipping 2025/12/09 02:24:38 INFO : file1: Deleted 2025/12/09 02:24:39 DEBUG : sub/file2: moving to sub/File2-rclone-move-xohubil4 2025/12/09 02:24:40 ERROR : sub/file2: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/09 02:24:40 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.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:24:46 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (4.70s) === RUN TestMoveFileBackupDir run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" operations_test.go:1040: Skipping test as remote does not support server-side move or copy --- SKIP: TestMoveFileBackupDir (0.41s) === 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:25:06 INFO : A1/B2: Making directory 2025/12/09 02:25:07 INFO : A1/B1/C3: Making directory 2025/12/09 02:25:23 ERROR : A1/B1/C1/four: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/09 02:25:23 ERROR : A1/B1/C1/four: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/12/09 02:25:23 ERROR : A1/one: Failed to copy: failed to open source object: getting files failed: Get "https://www.linkbox.to/api/open/file_search?name=one&pageNo=1&pageSize=1000&pid=74841447&token=5gyozaWkvgAkGJOT": context canceled 2025/12/09 02:25:23 ERROR : A1/one: Not deleting source as copy failed: failed to open source object: getting files failed: Get "https://www.linkbox.to/api/open/file_search?name=one&pageNo=1&pageSize=1000&pid=74841447&token=5gyozaWkvgAkGJOT": context canceled 2025/12/09 02:25:23 ERROR : A1/two: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/09 02:25:23 ERROR : A1/two: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/12/09 02:25:23 ERROR : A1/B1/three: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/09 02:25:23 ERROR : A1/B1/three: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/12/09 02:25:23 ERROR : A1/B1/C2/five: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/09 02:25:23 ERROR : A1/B1/C2/five: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set operations_test.go:1388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1388 Error: Received unexpected error: RenameDir renames: failed to open source object: Open failed: RootURL not set Test: TestDirMove --- FAIL: TestDirMove (62.88s) === RUN TestGetFsInfo run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" --- PASS: TestGetFsInfo (0.38s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:25:52 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': File to upload is small (34 bytes), uploading instead of streaming 2025/12/09 02:25:54 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2025/12/09 02:25:54 NOTICE: Linkbox root 'rclone-test-tatagaf8puhe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/12/09 02:25:54 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/09 02:25:54 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/09 02:25:56 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2025/12/09 02:25:56 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:25:59 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': File to upload is small (34 bytes), uploading instead of streaming 2025/12/09 02:26:02 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2025/12/09 02:26:02 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/09 02:26:02 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/09 02:26:04 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2025/12/09 02:26:04 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:26:07 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': File to upload is small (34 bytes), uploading instead of streaming 2025/12/09 02:26:10 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/12/09 02:26:10 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2025/12/09 02:26:10 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/09 02:26:12 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/12/09 02:26:12 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:26:15 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': File to upload is small (34 bytes), uploading instead of streaming 2025/12/09 02:26:17 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/12/09 02:26:17 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/09 02:26:17 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/09 02:26:19 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/12/09 02:26:19 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (30.82s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.54s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.97s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.70s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.61s) === RUN TestRcatMetadata run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.40s) === RUN TestRcatSize run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" 2025/12/09 02:26:25 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': File to upload is small (60 bytes), uploading instead of streaming 2025/12/09 02:26:27 DEBUG : potato2: size = 60 OK 2025/12/09 02:26:27 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (7.36s) === RUN TestRcatSizeMetadata run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.40s) === RUN TestTouchDir run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.61s) === RUN TestMkdirModTime run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.38s) === RUN TestCopyDirMetadata run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.49s) === RUN TestSetDirModTime run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", Modify Window "876000h0m0s" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.38s) === RUN TestDirsEqual run.go:185: Remote "Linkbox root 'rclone-test-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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-tatagaf8puhe'", Local "Local file system at /tmp/rclone3354486028", 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 TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) FAIL 2025/12/09 02:26:34 DEBUG : Linkbox root 'rclone-test-tatagaf8puhe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Finished ERROR in 11m23.84010676s (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]