"./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Starting (try 1/5) 2025/12/06 01:37:54 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xagujay3yidi" 2025/12/06 01:37:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:37:54 DEBUG : Creating backend with remote "/tmp/rclone706151469" === 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-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2025/12/06 01:37:55 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.28s) === RUN TestMultithreadCopyAbort run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2025/12/06 01:37:55 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.20s) === RUN TestSizeDiffers 2025/12/06 01:37:55 DEBUG : a: size = 0 OK 2025/12/06 01:37:55 DEBUG : a: size = 1 (memory) 2025/12/06 01:37:55 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/12/06 01:37:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/12/06 01:37:55 DEBUG : potato: Seek from 10 to 0 2025/12/06 01:37:55 DEBUG : potato: Seek from 10 to 0 2025/12/06 01:37:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/12/06 01:37:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Seek from 5 to 2 2025/12/06 01:37:55 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/12/06 01:37:55 DEBUG : potato: Seek from 7 to 0 2025/12/06 01:37:55 DEBUG : potato: Seek from 7 to 0 2025/12/06 01:37:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/12/06 01:37:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Seek from 5 to 2 2025/12/06 01:37:55 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/12/06 01:37:55 DEBUG : potato: Seek from 8 to 0 2025/12/06 01:37:55 DEBUG : potato: Seek from 8 to 0 2025/12/06 01:37:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/12/06 01:37:55 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/06 01:37:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/06 01:37:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/06 01:37:55 DEBUG : potato: Seek from 5 to 2 2025/12/06 01:37:55 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/12/06 01:37:55 DEBUG : potato: Seek from 9 to 0 2025/12/06 01:37:55 DEBUG : potato: Seek from 9 to 0 2025/12/06 01:37:55 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-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", 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 (18.47s) --- PASS: TestCheck/1 (0.20s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.51s) --- PASS: TestCheck/4 (0.21s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.19s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2025/12/06 01:38:13 DEBUG : Creating backend with remote "nonexistent" 2025/12/06 01:38:13 DEBUG : Creating backend with remote "nonexistent" 2025/12/06 01:38:13 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/12/06 01:38:13 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/06 01:38:13 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/12/06 01:38:13 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-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", 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 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestCheckDownload Messages: listing wrong, want got empty space (1), potato2 (60), remotepotato (60), rutabaga (8) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestCheckDownload Messages: Unexpected file "empty space" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestCheckDownload Messages: Unexpected file "potato2" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestCheckDownload Messages: Unexpected file "remotepotato" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 Error: Should be true Test: TestCheckDownload Messages: Unexpected file "rutabaga" --- FAIL: TestCheckDownload (28.65s) --- FAIL: TestCheckDownload/1 (0.51s) --- FAIL: TestCheckDownload/2 (0.65s) --- FAIL: TestCheckDownload/3 (0.42s) --- FAIL: TestCheckDownload/4 (0.90s) --- FAIL: TestCheckDownload/5 (0.99s) --- FAIL: TestCheckDownload/6 (0.80s) --- FAIL: TestCheckDownload/7 (1.00s) === RUN TestCheckSizeOnly run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", 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.50s) --- PASS: TestCheckSizeOnly/1 (0.19s) --- PASS: TestCheckSizeOnly/2 (0.19s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.20s) --- PASS: TestCheckSizeOnly/5 (0.18s) --- PASS: TestCheckSizeOnly/6 (0.18s) --- PASS: TestCheckSizeOnly/7 (0.20s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", 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/06 01:39:01 DEBUG : test.sum: Update: removing old file check_test.go:311: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:311 Error: Received unexpected error: Open failed: RootURL not set Test: TestParseSumFile check_test.go:313: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:313 Error: Not equal: expected: 4 actual : 0 Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "1" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "2" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -2 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "4" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -4 + Test: TestParseSumFile --- FAIL: TestParseSumFile (8.69s) === RUN TestCheckSum run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:39:07 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xagujay3yidi/data" check_test.go:350: Linkbox root 'rclone-test-xagujay3yidi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.34s) === RUN TestCheckSumDownload run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:39:08 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xagujay3yidi/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/06 01:39:18 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 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:464 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCheckSumDownload Messages: listing wrong, want data/banana (13), data/potato (15), test.sum (82) got data/banana (13), data/potato (15), test(1).sum (41), test.sum (82) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:464 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 Error: Should be true Test: TestCheckSumDownload Messages: Unexpected file "test(1).sum" === 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/06 01:39:34 DEBUG : test.sum: Update: removing old file fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:478 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCheckSumDownload Messages: listing wrong, want data/banana (13), data/potato (15), test.sum (82) got data/banana (13), data/potato (15), test(1).sum (41), test.sum (82) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:478 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 Error: Should be true Test: TestCheckSumDownload Messages: Unexpected file "test(1).sum" === 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/06 01:39:47 DEBUG : test.sum: Update: removing old file fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:493 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCheckSumDownload Messages: listing wrong, want data/banana (13), data/potato (15), test.sum (123) got data/banana (13), data/potato (15), test(1).sum (41), test.sum (123) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:493 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 Error: Should be true Test: TestCheckSumDownload Messages: Unexpected file "test(1).sum" === 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/06 01:40:00 DEBUG : test.sum: Update: removing old file fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:508 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCheckSumDownload Messages: listing wrong, want data/banana (13), data/potato (15), test.sum (123) got data/banana (13), data/potato (15), test(1).sum (41), test.sum (123) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:508 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 Error: Should be true Test: TestCheckSumDownload Messages: Unexpected file "test(1).sum" === 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/06 01:40:14 DEBUG : data/banana: Update: removing old file 2025/12/06 01:40:17 DEBUG : data/potato: Update: removing old file 2025/12/06 01:40:20 DEBUG : test.sum: Update: removing old file fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:525 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCheckSumDownload Messages: listing wrong, want data/banana (13), data/potato (15), test.sum (82) got data/banana (13), data/potato (15), test(1).sum (41), test.sum (82) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:525 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 Error: Should be true Test: TestCheckSumDownload Messages: Unexpected file "test(1).sum" === 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 (92.11s) --- PASS: TestCheckSumDownload/subtest1 (0.42s) --- PASS: TestCheckSumDownload/subtest2 (0.20s) --- PASS: TestCheckSumDownload/subtest3 (0.60s) --- PASS: TestCheckSumDownload/subtest4 (0.72s) --- PASS: TestCheckSumDownload/subtest5 (0.67s) --- PASS: TestCheckSumDownload/subtest6 (0.60s) --- PASS: TestCheckSumDownload/subtest7 (0.77s) === RUN TestApplyTransforms 2025/12/06 01:40:40 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-vopequr4yuya" 2025/12/06 01:40:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:40:41 DEBUG : Creating backend with remote "/tmp/rclone3724499473" run.go:185: Remote "Linkbox root 'rclone-test-vopequr4yuya'", Local "Local file system at /tmp/rclone3724499473", Modify Window "876000h0m0s" upper checkfile vs. lower remote (without normalization) 2025/12/06 01:40:45 ERROR : hello, world!: sum not found 2025/12/06 01:40:45 ERROR : HELLO, WORLD!: file not in Linkbox root 'rclone-test-vopequr4yuya' 2025/12/06 01:40:45 NOTICE: Linkbox root 'rclone-test-vopequr4yuya': 1 files missing 2025/12/06 01:40:45 NOTICE: 1 hashes missing 2025/12/06 01:40:45 NOTICE: Linkbox root 'rclone-test-vopequr4yuya': 1 differences found 2025/12/06 01:40:45 NOTICE: Linkbox root 'rclone-test-vopequr4yuya': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/12/06 01:40:45 ERROR : hello, world!: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:40:45 NOTICE: Linkbox root 'rclone-test-vopequr4yuya': 0 differences found 2025/12/06 01:40:45 NOTICE: Linkbox root 'rclone-test-vopequr4yuya': 1 errors while checking 2025/12/06 01:40:45 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-moguvec6guse" 2025/12/06 01:40:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:40:46 DEBUG : Creating backend with remote "/tmp/rclone1542968357" run.go:185: Remote "Linkbox root 'rclone-test-moguvec6guse'", Local "Local file system at /tmp/rclone1542968357", Modify Window "876000h0m0s" lower checkfile vs. upper remote (without normalization) 2025/12/06 01:40:50 ERROR : HELLO, WORLD!: sum not found 2025/12/06 01:40:50 ERROR : hello, world!: file not in Linkbox root 'rclone-test-moguvec6guse' 2025/12/06 01:40:50 NOTICE: Linkbox root 'rclone-test-moguvec6guse': 1 files missing 2025/12/06 01:40:50 NOTICE: 1 hashes missing 2025/12/06 01:40:50 NOTICE: Linkbox root 'rclone-test-moguvec6guse': 1 differences found 2025/12/06 01:40:50 NOTICE: Linkbox root 'rclone-test-moguvec6guse': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/12/06 01:40:50 ERROR : HELLO, WORLD!: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:40:50 NOTICE: Linkbox root 'rclone-test-moguvec6guse': 0 differences found 2025/12/06 01:40:50 NOTICE: Linkbox root 'rclone-test-moguvec6guse': 1 errors while checking 2025/12/06 01:40:50 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-zofivid3cimu" 2025/12/06 01:40:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:40:51 DEBUG : Creating backend with remote "/tmp/rclone2923146921" run.go:185: Remote "Linkbox root 'rclone-test-zofivid3cimu'", Local "Local file system at /tmp/rclone2923146921", Modify Window "876000h0m0s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/12/06 01:40:55 ERROR : HeLlO, wOrLd!: sum not found 2025/12/06 01:40:55 ERROR : hello, world!: file not in Linkbox root 'rclone-test-zofivid3cimu' 2025/12/06 01:40:55 NOTICE: Linkbox root 'rclone-test-zofivid3cimu': 1 files missing 2025/12/06 01:40:55 NOTICE: 1 hashes missing 2025/12/06 01:40:55 NOTICE: Linkbox root 'rclone-test-zofivid3cimu': 1 differences found 2025/12/06 01:40:55 NOTICE: Linkbox root 'rclone-test-zofivid3cimu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/12/06 01:40:55 ERROR : HeLlO, wOrLd!: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:40:55 NOTICE: Linkbox root 'rclone-test-zofivid3cimu': 0 differences found 2025/12/06 01:40:55 NOTICE: Linkbox root 'rclone-test-zofivid3cimu': 1 errors while checking 2025/12/06 01:40:55 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-quhatek5hohe" 2025/12/06 01:40:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:40:56 DEBUG : Creating backend with remote "/tmp/rclone993420345" run.go:185: Remote "Linkbox root 'rclone-test-quhatek5hohe'", Local "Local file system at /tmp/rclone993420345", Modify Window "876000h0m0s" upperlowermixed checkfile vs. upper remote (without normalization) 2025/12/06 01:41:00 ERROR : HELLO, WORLD!: sum not found 2025/12/06 01:41:00 ERROR : HeLlO, wOrLd!: file not in Linkbox root 'rclone-test-quhatek5hohe' 2025/12/06 01:41:00 NOTICE: Linkbox root 'rclone-test-quhatek5hohe': 1 files missing 2025/12/06 01:41:00 NOTICE: 1 hashes missing 2025/12/06 01:41:00 NOTICE: Linkbox root 'rclone-test-quhatek5hohe': 1 differences found 2025/12/06 01:41:00 NOTICE: Linkbox root 'rclone-test-quhatek5hohe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/12/06 01:41:00 ERROR : HELLO, WORLD!: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:41:00 NOTICE: Linkbox root 'rclone-test-quhatek5hohe': 0 differences found 2025/12/06 01:41:00 NOTICE: Linkbox root 'rclone-test-quhatek5hohe': 1 errors while checking 2025/12/06 01:41:00 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-tusamiy0wuxu" 2025/12/06 01:41:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:41:01 DEBUG : Creating backend with remote "/tmp/rclone3481734900" run.go:185: Remote "Linkbox root 'rclone-test-tusamiy0wuxu'", Local "Local file system at /tmp/rclone3481734900", Modify Window "876000h0m0s" NFD checkfile vs. NFC remote (without normalization) 2025/12/06 01:41:05 ERROR : 測試_Русский___ě_áñ: sum not found 2025/12/06 01:41:05 ERROR : 測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-tusamiy0wuxu' 2025/12/06 01:41:05 NOTICE: Linkbox root 'rclone-test-tusamiy0wuxu': 1 files missing 2025/12/06 01:41:05 NOTICE: 1 hashes missing 2025/12/06 01:41:05 NOTICE: Linkbox root 'rclone-test-tusamiy0wuxu': 1 differences found 2025/12/06 01:41:05 NOTICE: Linkbox root 'rclone-test-tusamiy0wuxu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/12/06 01:41:05 ERROR : 測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:41:05 NOTICE: Linkbox root 'rclone-test-tusamiy0wuxu': 0 differences found 2025/12/06 01:41:05 NOTICE: Linkbox root 'rclone-test-tusamiy0wuxu': 1 errors while checking 2025/12/06 01:41:05 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xobituy5qeke" 2025/12/06 01:41:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:41:06 DEBUG : Creating backend with remote "/tmp/rclone1314219285" run.go:185: Remote "Linkbox root 'rclone-test-xobituy5qeke'", Local "Local file system at /tmp/rclone1314219285", Modify Window "876000h0m0s" NFC checkfile vs. NFD remote (without normalization) 2025/12/06 01:41:10 ERROR : 測試_Русский___ě_áñ: sum not found 2025/12/06 01:41:10 ERROR : 測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-xobituy5qeke' 2025/12/06 01:41:10 NOTICE: Linkbox root 'rclone-test-xobituy5qeke': 1 files missing 2025/12/06 01:41:10 NOTICE: 1 hashes missing 2025/12/06 01:41:10 NOTICE: Linkbox root 'rclone-test-xobituy5qeke': 1 differences found 2025/12/06 01:41:10 NOTICE: Linkbox root 'rclone-test-xobituy5qeke': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/12/06 01:41:10 ERROR : 測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:41:10 NOTICE: Linkbox root 'rclone-test-xobituy5qeke': 0 differences found 2025/12/06 01:41:10 NOTICE: Linkbox root 'rclone-test-xobituy5qeke': 1 errors while checking 2025/12/06 01:41:10 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-taluwir0tuva" 2025/12/06 01:41:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:41:11 DEBUG : Creating backend with remote "/tmp/rclone2315564672" run.go:185: Remote "Linkbox root 'rclone-test-taluwir0tuva'", Local "Local file system at /tmp/rclone2315564672", Modify Window "876000h0m0s" NFDx2 checkfile vs. both remote (without normalization) 2025/12/06 01:41:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/06 01:41:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-taluwir0tuva' 2025/12/06 01:41:15 NOTICE: Linkbox root 'rclone-test-taluwir0tuva': 1 files missing 2025/12/06 01:41:15 NOTICE: 1 hashes missing 2025/12/06 01:41:15 NOTICE: Linkbox root 'rclone-test-taluwir0tuva': 1 differences found 2025/12/06 01:41:15 NOTICE: Linkbox root 'rclone-test-taluwir0tuva': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/12/06 01:41:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:41:15 NOTICE: Linkbox root 'rclone-test-taluwir0tuva': 0 differences found 2025/12/06 01:41:15 NOTICE: Linkbox root 'rclone-test-taluwir0tuva': 1 errors while checking 2025/12/06 01:41:15 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-cedasic8dado" 2025/12/06 01:41:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:41:16 DEBUG : Creating backend with remote "/tmp/rclone1505906980" run.go:185: Remote "Linkbox root 'rclone-test-cedasic8dado'", Local "Local file system at /tmp/rclone1505906980", Modify Window "876000h0m0s" NFCx2 checkfile vs. both remote (without normalization) 2025/12/06 01:41:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/06 01:41:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-cedasic8dado' 2025/12/06 01:41:20 NOTICE: Linkbox root 'rclone-test-cedasic8dado': 1 files missing 2025/12/06 01:41:20 NOTICE: 1 hashes missing 2025/12/06 01:41:20 NOTICE: Linkbox root 'rclone-test-cedasic8dado': 1 differences found 2025/12/06 01:41:20 NOTICE: Linkbox root 'rclone-test-cedasic8dado': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/12/06 01:41:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:41:20 NOTICE: Linkbox root 'rclone-test-cedasic8dado': 0 differences found 2025/12/06 01:41:20 NOTICE: Linkbox root 'rclone-test-cedasic8dado': 1 errors while checking 2025/12/06 01:41:20 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-tiqulum8woba" 2025/12/06 01:41:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:41:21 DEBUG : Creating backend with remote "/tmp/rclone2326851441" run.go:185: Remote "Linkbox root 'rclone-test-tiqulum8woba'", Local "Local file system at /tmp/rclone2326851441", Modify Window "876000h0m0s" both checkfile vs. NFDx2 remote (without normalization) 2025/12/06 01:41:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/06 01:41:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-tiqulum8woba' 2025/12/06 01:41:25 NOTICE: Linkbox root 'rclone-test-tiqulum8woba': 1 files missing 2025/12/06 01:41:25 NOTICE: 1 hashes missing 2025/12/06 01:41:25 NOTICE: Linkbox root 'rclone-test-tiqulum8woba': 1 differences found 2025/12/06 01:41:25 NOTICE: Linkbox root 'rclone-test-tiqulum8woba': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/12/06 01:41:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:41:25 NOTICE: Linkbox root 'rclone-test-tiqulum8woba': 0 differences found 2025/12/06 01:41:25 NOTICE: Linkbox root 'rclone-test-tiqulum8woba': 1 errors while checking 2025/12/06 01:41:25 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-ronizon3lehu" 2025/12/06 01:41:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:41:26 DEBUG : Creating backend with remote "/tmp/rclone3424135890" run.go:185: Remote "Linkbox root 'rclone-test-ronizon3lehu'", Local "Local file system at /tmp/rclone3424135890", Modify Window "876000h0m0s" both checkfile vs. NFCx2 remote (without normalization) 2025/12/06 01:41:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/06 01:41:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-ronizon3lehu' 2025/12/06 01:41:30 NOTICE: Linkbox root 'rclone-test-ronizon3lehu': 1 files missing 2025/12/06 01:41:30 NOTICE: 1 hashes missing 2025/12/06 01:41:30 NOTICE: Linkbox root 'rclone-test-ronizon3lehu': 1 differences found 2025/12/06 01:41:30 NOTICE: Linkbox root 'rclone-test-ronizon3lehu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/12/06 01:41:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Failed to calculate hash: Open failed: RootURL not set 2025/12/06 01:41:30 NOTICE: Linkbox root 'rclone-test-ronizon3lehu': 0 differences found 2025/12/06 01:41:30 NOTICE: Linkbox root 'rclone-test-ronizon3lehu': 1 errors while checking 2025/12/06 01:41:30 DEBUG : Linkbox root 'rclone-test-ronizon3lehu': Purge remote 2025/12/06 01:41:32 DEBUG : Linkbox root 'rclone-test-tiqulum8woba': Purge remote 2025/12/06 01:41:33 DEBUG : Linkbox root 'rclone-test-cedasic8dado': Purge remote 2025/12/06 01:41:34 DEBUG : Linkbox root 'rclone-test-taluwir0tuva': Purge remote 2025/12/06 01:41:36 DEBUG : Linkbox root 'rclone-test-xobituy5qeke': Purge remote 2025/12/06 01:41:37 DEBUG : Linkbox root 'rclone-test-tusamiy0wuxu': Purge remote 2025/12/06 01:41:38 DEBUG : Linkbox root 'rclone-test-quhatek5hohe': Purge remote 2025/12/06 01:41:40 DEBUG : Linkbox root 'rclone-test-zofivid3cimu': Purge remote 2025/12/06 01:41:41 DEBUG : Linkbox root 'rclone-test-moguvec6guse': Purge remote 2025/12/06 01:41:42 DEBUG : Linkbox root 'rclone-test-vopequr4yuya': Purge remote --- PASS: TestApplyTransforms (63.06s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:41:44 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/06 01:41:47 DEBUG : sub/file2: size = 14 OK 2025/12/06 01:41:47 INFO : file1: Copied (new) to: sub/file2 2025/12/06 01:41:48 DEBUG : sub/file2: size = 14 OK 2025/12/06 01:41:48 DEBUG : file1: Sizes identical 2025/12/06 01:41:48 DEBUG : file1: Unchanged skipping 2025/12/06 01:41:49 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (9.03s) === RUN TestCopyLongFile run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.40s) === RUN TestCopyFileBackupDir run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" copy_test.go:174: Skipping test as remote does not support server-side move or copy --- SKIP: TestCopyFileBackupDir (0.41s) === RUN TestCopyFileCompareDest run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:41:53 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xagujay3yidi/dst" 2025/12/06 01:41:54 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xagujay3yidi/CompareDest" 2025/12/06 01:41:55 DEBUG : one: Need to transfer - File not found at Destination 2025/12/06 01:41:59 DEBUG : one: size = 3 OK 2025/12/06 01:41:59 INFO : one: Copied (new) 2025/12/06 01:42:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone706151469) 2025/12/06 01:42:00 DEBUG : one: size = 3 (Linkbox root 'rclone-test-xagujay3yidi/dst') 2025/12/06 01:42:00 DEBUG : one: Sizes differ 2025/12/06 01:42:00 DEBUG : one: Update: removing old file 2025/12/06 01:42:04 DEBUG : one: size = 5 OK 2025/12/06 01:42:04 INFO : one: Copied (replaced existing) 2025/12/06 01:42:04 DEBUG : dst/one: Update: removing old file 2025/12/06 01:42:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone706151469) 2025/12/06 01:42:12 DEBUG : one: size = 3 (Linkbox root 'rclone-test-xagujay3yidi/dst') 2025/12/06 01:42:12 DEBUG : one: Sizes differ 2025/12/06 01:42:13 DEBUG : one: size = 5 OK 2025/12/06 01:42:13 DEBUG : one: Sizes identical 2025/12/06 01:42:13 DEBUG : one: Destination found in --compare-dest, skipping 2025/12/06 01:42:16 DEBUG : two: Need to transfer - File not found at Destination 2025/12/06 01:42:17 DEBUG : two: size = 3 OK 2025/12/06 01:42:17 DEBUG : two: Sizes identical 2025/12/06 01:42:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/12/06 01:42:18 DEBUG : two: Need to transfer - File not found at Destination 2025/12/06 01:42:18 DEBUG : two: size = 3 OK 2025/12/06 01:42:18 DEBUG : two: Sizes identical 2025/12/06 01:42:18 DEBUG : two: Destination found in --compare-dest, skipping 2025/12/06 01:42:19 DEBUG : two: Need to transfer - File not found at Destination 2025/12/06 01:42:19 DEBUG : two: size = 5 (Local file system at /tmp/rclone706151469) 2025/12/06 01:42:19 DEBUG : two: size = 3 (Linkbox root 'rclone-test-xagujay3yidi/CompareDest') 2025/12/06 01:42:19 DEBUG : two: Sizes differ 2025/12/06 01:42:22 DEBUG : two: size = 5 OK 2025/12/06 01:42:22 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (37.88s) === RUN TestCopyFileCopyDest run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (0.48s) === RUN TestCopyInplace run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.56s) === RUN TestCopyLongFileName run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.39s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.40s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:42:33 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/12/06 01:42:37 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2025/12/06 01:42:37 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/12/06 01:42:38 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/12/06 01:42:38 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Update err in reading file: max transfer limit reached as set by --max-transfer 2025/12/06 01:42:39 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/12/06 01:42:40 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/12/06 01:42:43 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2025/12/06 01:42:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (14.74s) === RUN TestDeduplicateInteractive run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.40s) === RUN TestDeduplicateSkip run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.49s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.38s) === RUN TestDeduplicateFirst run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.40s) === RUN TestDeduplicateNewest run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.40s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.45s) === RUN TestDeduplicateLargest run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.40s) === RUN TestDeduplicateSmallest run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.40s) === RUN TestDeduplicateRename run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.51s) === RUN TestMergeDirs run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.38s) === RUN TestListDirSorted run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" run.go:290: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-xagujay3yidi'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSorted (21.63s) === RUN TestListDirSortedFn run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" run.go:290: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-xagujay3yidi'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSortedFn (21.19s) === RUN TestListJSON run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", 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/06 01:43:44 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (14.01s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (0.20s) --- PASS: TestListJSON/DirsOnly (0.20s) --- PASS: TestListJSON/Recurse (0.41s) --- PASS: TestListJSON/SubDir (0.20s) --- PASS: TestListJSON/NoModTime (0.29s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.20s) --- PASS: TestListJSON/Metadata (0.20s) === RUN TestStatJSON run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", 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/06 01:43:59 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xagujay3yidi/notfound" --- PASS: TestStatJSON (15.67s) --- PASS: TestStatJSON/Root (0.20s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.20s) --- PASS: TestStatJSON/Dir (0.40s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.29s) --- PASS: TestStatJSON/File (0.34s) --- PASS: TestStatJSON/NotFound (0.38s) --- PASS: TestStatJSON/DirFilesOnly (0.28s) --- PASS: TestStatJSON/FileFilesOnly (0.34s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.18s) --- PASS: TestStatJSON/DirDirsOnly (0.21s) --- PASS: TestStatJSON/FileDirsOnly (0.20s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.20s) --- PASS: TestStatJSON/RootNotFound (1.08s) === RUN TestMkdir run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:44:05 INFO : Linkbox root 'rclone-test-xagujay3yidi': Making directory 2025/12/06 01:44:05 INFO : Linkbox root 'rclone-test-xagujay3yidi': Making directory --- PASS: TestMkdir (0.60s) === RUN TestLsd run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" --- PASS: TestLsd (7.70s) === RUN TestLs run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" --- PASS: TestLs (7.64s) === RUN TestLsWithFilesFrom run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:44:25 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/12/06 01:44:25 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (7.83s) === RUN TestLsLong run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" --- PASS: TestLsLong (7.57s) === RUN TestHashSums run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" --- PASS: TestHashSums (7.27s) === RUN TestHashSumsWithErrors 2025/12/06 01:44:44 DEBUG : Creating backend with remote ":memory:" 2025/12/06 01:44:44 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/12/06 01:44:44 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/12/06 01:44:44 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/12/06 01:44:44 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/12/06 01:44:44 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/12/06 01:44:44 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/12/06 01:44:44 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/12/06 01:44:44 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/12/06 01:44:44 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-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:44:46 DEBUG : potato2: Trying to read object after upload: try again in 100ms (1/10) --- PASS: TestCount (14.86s) === RUN TestDelete run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:45:05 DEBUG : Waiting for deletions to finish 2025/12/06 01:45:05 DEBUG : large: Excluded (Size Filter) 2025/12/06 01:45:05 DEBUG : large: Excluded 2025/12/06 01:45:07 INFO : medium: Deleted 2025/12/06 01:45:07 INFO : small: Deleted --- PASS: TestDelete (10.32s) === RUN TestMaxDelete run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:45:15 DEBUG : Waiting for deletions to finish 2025/12/06 01:45:16 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/12/06 01:45:17 INFO : large: Deleted 2025/12/06 01:45:17 INFO : medium: Deleted --- PASS: TestMaxDelete (10.61s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:45:26 DEBUG : Waiting for deletions to finish 2025/12/06 01:45:26 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/12/06 01:45:27 INFO : medium: Deleted 2025/12/06 01:45:28 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (10.60s) === RUN TestMaxDeleteSize run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:45:36 DEBUG : Waiting for deletions to finish 2025/12/06 01:45:37 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/12/06 01:45:38 INFO : large: Deleted 2025/12/06 01:45:38 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (10.62s) === RUN TestReadFile run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", 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.07s) === RUN TestRetry 2025/12/06 01:45:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/12/06 01:45:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/12/06 01:45:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/06 01:45:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/06 01:45:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/06 01:45:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/06 01:45:46 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-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:45:51 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/06 01:45:51 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,-1,): "" 2025/12/06 01:45:52 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/06 01:45:53 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,5,): "" 2025/12/06 01:45:53 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/06 01:45:54 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(-3,-1,): "" 2025/12/06 01:45:55 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/06 01:45:55 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(1,3,): "" 2025/12/06 01:45:56 ERROR : file1: Failed to open: Open failed: RootURL not set 2025/12/06 01:45:56 ERROR : file2: Failed to open: Open failed: RootURL not set operations_test.go:566: Incorrect output from Cat(0,-1, ): "" --- FAIL: TestCat (13.56s) === RUN TestPurge 2025/12/06 01:45:59 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-fiduyuc2yaro" 2025/12/06 01:45:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/06 01:46:00 DEBUG : Creating backend with remote "/tmp/rclone3632863777" run.go:185: Remote "Linkbox root 'rclone-test-fiduyuc2yaro'", Local "Local file system at /tmp/rclone3632863777", Modify Window "876000h0m0s" 2025/12/06 01:46:08 INFO : A2: Making directory 2025/12/06 01:46:10 INFO : A1/B2: Making directory 2025/12/06 01:46:11 INFO : A1/B2/C2: Making directory 2025/12/06 01:46:13 INFO : A1/B1/C3: Making directory 2025/12/06 01:46:14 INFO : A3: Making directory 2025/12/06 01:46:16 INFO : A3/B3: Making directory 2025/12/06 01:46:17 INFO : A3/B3/C4: Making directory 2025/12/06 01:46:28 ERROR : error listing: directory not found 2025/12/06 01:46:28 DEBUG : Linkbox root 'rclone-test-fiduyuc2yaro': Purge remote 2025/12/06 01:46:28 NOTICE: purge failed: directory not found --- PASS: TestPurge (28.79s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:46:35 INFO : A2: Making directory 2025/12/06 01:46:36 INFO : A1/B2: Making directory 2025/12/06 01:46:38 INFO : A1/B2/C2: Making directory 2025/12/06 01:46:39 INFO : A1/B1/C3: Making directory 2025/12/06 01:46:41 INFO : A3: Making directory 2025/12/06 01:46:43 INFO : A3/B3: Making directory 2025/12/06 01:46:44 INFO : A3/B3/C4: Making directory 2025/12/06 01:46:50 DEBUG : removing 1 level 3 directories 2025/12/06 01:46:50 INFO : A3/B3/C4: Removing directory 2025/12/06 01:46:56 DEBUG : removing 2 level 3 directories 2025/12/06 01:46:56 INFO : A1/B2/C2: Removing directory 2025/12/06 01:46:56 INFO : A1/B1/C3: Removing directory 2025/12/06 01:46:58 DEBUG : removing 2 level 2 directories 2025/12/06 01:46:58 INFO : A3/B3: Removing directory 2025/12/06 01:46:58 INFO : A1/B2: Removing directory 2025/12/06 01:46:59 DEBUG : removing 2 level 1 directories 2025/12/06 01:46:59 INFO : A3: Removing directory 2025/12/06 01:46:59 INFO : A2: Removing directory 2025/12/06 01:47:06 DEBUG : removing 1 level 3 directories 2025/12/06 01:47:06 INFO : A1/B1/C1: Removing directory 2025/12/06 01:47:08 DEBUG : removing 1 level 2 directories 2025/12/06 01:47:08 INFO : A1/B1: Removing directory 2025/12/06 01:47:09 DEBUG : removing 1 level 1 directories 2025/12/06 01:47:09 INFO : A1: Removing directory 2025/12/06 01:47:11 DEBUG : removing 1 level 0 directories 2025/12/06 01:47:11 INFO : Linkbox root 'rclone-test-xagujay3yidi': Removing directory 2025/12/06 01:47:13 ERROR : error listing: directory not found 2025/12/06 01:47:13 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (44.71s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:47:14 INFO : A1: Making directory 2025/12/06 01:47:16 INFO : A1/B1: Making directory 2025/12/06 01:47:17 INFO : A1/B1/C1: Making directory 2025/12/06 01:47:20 DEBUG : removing 1 level 3 directories 2025/12/06 01:47:20 INFO : A1/B1/C1: Removing directory 2025/12/06 01:47:22 DEBUG : removing 1 level 2 directories 2025/12/06 01:47:22 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (13.22s) === RUN TestRmdirsWithFilter run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:47:26 INFO : A1: Making directory 2025/12/06 01:47:28 INFO : A1/B1: Making directory 2025/12/06 01:47:29 INFO : A1/B1/C1: Making directory 2025/12/06 01:47:32 DEBUG : removing 1 level 3 directories 2025/12/06 01:47:32 INFO : A1/B1/C1: Removing directory 2025/12/06 01:47:34 DEBUG : removing 1 level 2 directories 2025/12/06 01:47:34 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (12.16s) === RUN TestCopyURL run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:47:42 DEBUG : filename.txt: File name found in url 2025/12/06 01:47:44 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (15.39s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:47:54 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/06 01:47:57 DEBUG : sub/file2: size = 14 OK 2025/12/06 01:47:57 INFO : file1: Copied (new) to: sub/file2 2025/12/06 01:47:57 INFO : file1: Deleted 2025/12/06 01:47:58 DEBUG : sub/file2: size = 14 OK 2025/12/06 01:47:58 DEBUG : file1: Sizes identical 2025/12/06 01:47:58 DEBUG : file1: Unchanged skipping 2025/12/06 01:47:58 INFO : file1: Deleted 2025/12/06 01:47:58 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (8.84s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:48:03 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/06 01:48:05 DEBUG : file1: size = 14 OK 2025/12/06 01:48:05 INFO : file1: Copied (new) 2025/12/06 01:48:05 INFO : file1: Deleted 2025/12/06 01:48:06 DEBUG : file1: Destination exists, skipping 2025/12/06 01:48:06 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (5.29s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:48:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/06 01:48:12 DEBUG : sub/file2: size = 14 OK 2025/12/06 01:48:12 INFO : file1: Copied (new) to: sub/file2 2025/12/06 01:48:12 INFO : file1: Deleted 2025/12/06 01:48:12 DEBUG : sub/file2: size = 14 OK 2025/12/06 01:48:12 DEBUG : file1: Sizes identical 2025/12/06 01:48:12 DEBUG : file1: Unchanged skipping 2025/12/06 01:48:12 INFO : file1: Deleted 2025/12/06 01:48:13 DEBUG : sub/file2: moving to sub/File2-rclone-move-fenutuq0 2025/12/06 01:48:14 ERROR : sub/file2: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:14 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.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:48:20 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (4.77s) === RUN TestMoveFileBackupDir run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" operations_test.go:1040: Skipping test as remote does not support server-side move or copy --- SKIP: TestMoveFileBackupDir (0.38s) === 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-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:48:39 INFO : A1/B2: Making directory 2025/12/06 01:48:40 INFO : A1/B1/C3: Making directory 2025/12/06 01:48:56 ERROR : A1/one: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:56 ERROR : A1/one: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:56 ERROR : A1/two: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:56 ERROR : A1/two: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:56 ERROR : A1/B1/three: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:56 ERROR : A1/B1/three: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:56 ERROR : A1/B1/C1/four: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:56 ERROR : A1/B1/C1/four: Not deleting source as copy failed: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:56 ERROR : A1/B1/C2/five: Failed to copy: failed to open source object: Open failed: RootURL not set 2025/12/06 01:48:56 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.18s) === RUN TestGetFsInfo run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:49:25 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.40s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:49:25 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': File to upload is small (34 bytes), uploading instead of streaming 2025/12/06 01:49:27 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2025/12/06 01:49:27 NOTICE: Linkbox root 'rclone-test-xagujay3yidi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/12/06 01:49:27 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/06 01:49:27 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/06 01:49:29 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2025/12/06 01:49:29 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-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:49:33 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': File to upload is small (34 bytes), uploading instead of streaming 2025/12/06 01:49:35 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2025/12/06 01:49:35 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/06 01:49:35 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/06 01:49:37 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2025/12/06 01:49:37 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-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:49:40 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': File to upload is small (34 bytes), uploading instead of streaming 2025/12/06 01:49:43 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/12/06 01:49:43 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2025/12/06 01:49:43 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/06 01:49:45 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/12/06 01:49:45 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:49:48 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': File to upload is small (34 bytes), uploading instead of streaming 2025/12/06 01:49:50 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/12/06 01:49:50 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/06 01:49:50 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/06 01:49:52 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/12/06 01:49:52 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (30.73s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.66s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.66s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.62s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.80s) === RUN TestRcatMetadata run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.48s) === RUN TestRcatSize run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" 2025/12/06 01:49:58 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': File to upload is small (60 bytes), uploading instead of streaming 2025/12/06 01:50:00 DEBUG : potato2: size = 60 OK 2025/12/06 01:50:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (7.57s) === RUN TestRcatSizeMetadata run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.48s) === RUN TestTouchDir run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", 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-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.48s) === RUN TestMkdirModTime run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.49s) === RUN TestCopyDirMetadata run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.38s) === RUN TestSetDirModTime run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.40s) === RUN TestDirsEqual run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.45s) === RUN TestRemoveExisting run.go:185: Remote "Linkbox root 'rclone-test-xagujay3yidi'", Local "Local file system at /tmp/rclone706151469", Modify Window "876000h0m0s" operations_test.go:1900: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.48s) === 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/06 01:50:07 DEBUG : Linkbox root 'rclone-test-xagujay3yidi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Finished ERROR in 12m14.945938083s (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]