"./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestCaseInsensitiveMoveFileDryRun|TestCat|TestCheckSumDownload|TestCopyDirMetadata|TestCopyFileCompareDest|TestCopyURLDownloadHeaders|TestDirMove|TestDirsEqual|TestGetFsInfo|TestListDirSortedFn|TestMkdirMetadata|TestMkdirModTime|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestParseSumFile|TestRcatMetadata|TestRcatSize|TestRcatSizeMetadata|TestRcatSizeUploadHeaders|TestRemoveExisting|TestSetDirModTime|TestTouchDir)$|^TestCheckDownload$/^(5|6|7)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Starting (try 2/5) 2026/04/30 03:17:11 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-sufezuq7feze" 2026/04/30 03:17:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/30 03:17:11 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': Using cached web token 2026/04/30 03:17:12 DEBUG : Creating backend with remote "/tmp/rclone589886508" === RUN TestCheckDownload run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" === RUN TestCheckDownload/5 check_test.go:86: 5: Expecting 1 errors but got 3 === 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{"", "! rutabaga", "* empty space", "= potato2"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", + (string) (len=10) "! rutabaga", (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (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{"", "potato2", "rutabaga"} actual : []string{"", "potato2"} Diff: --- Expected +++ Actual @@ -1,5 +1,4 @@ -([]string) (len=3) { +([]string) (len=2) { (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" + (string) (len=7) "potato2" } 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/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 3 === 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{"", "! rutabaga", "* empty space", "= potato2"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", + (string) (len=10) "! rutabaga", (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (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{"", "potato2", "rutabaga"} actual : []string{"", "potato2"} Diff: --- Expected +++ Actual @@ -1,5 +1,4 @@ -([]string) (len=3) { +([]string) (len=2) { (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" + (string) (len=7) "potato2" } 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 --- FAIL: TestCheckDownload (17.61s) --- FAIL: TestCheckDownload/5 (0.53s) --- FAIL: TestCheckDownload/6 (0.44s) --- FAIL: TestCheckDownload/7 (0.60s) === RUN TestParseSumFile run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:17:32 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/30 03:17:32 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/30 03:17:32 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/30 03:17:32 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/30 03:17:32 DEBUG : test.sum: Update: removing old file 2026/04/30 03:17:35 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/30 03:17:35 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/30 03:17:35 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/30 03:17:35 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.65s) === RUN TestCheckSumDownload run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:17:37 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-sufezuq7feze/data" 2026/04/30 03:17:37 DEBUG : Linkbox root 'rclone-test-sufezuq7feze/data': Using cached web token === RUN TestCheckSumDownload/subtest1 === 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: 0 actual : 1 Test: TestCheckSumDownload Messages: wrong error count 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: "2026/04/30 03:17:45 ERROR : banana: Failed to calculate hash: Open failed: HTTP error 403 (403 Forbidden) returned body: \"ip incorrect\"\n2026/04/30 03:17:45 NOTICE: Linkbox root 'rclone-test-sufezuq7feze/data': 0 differences found\n2026/04/30 03:17:45 NOTICE: Linkbox root 'rclone-test-sufezuq7feze/data': 1 errors while checking\n" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files 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{"", "! banana"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) "", - (string) (len=8) "= banana" + (string) (len=8) "! banana" } 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 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:422 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{} actual : []string{"", "banana"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=6) "banana" } Test: TestCheckSumDownload Messages: wrong error result in run 1 2026/04/30 03:17:47 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest2 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 2 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 2 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "- potato", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "- potato", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:418 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong missingonsrc result in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 2 2026/04/30 03:17:51 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest3 2026/04/30 03:17:55 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest4 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 4 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 4 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 4 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "* banana", "= potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "* banana", - (string) (len=8) "= potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 4 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 4 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:421 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong differ result in run 4 2026/04/30 03:17:59 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest5 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 5 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 5 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 5 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "+ orange", "= banana", "= potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,6 +1,2 @@ -([]string) (len=4) { - (string) "", - (string) (len=8) "+ orange", - (string) (len=8) "= banana", - (string) (len=8) "= potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 5 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "orange"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "orange" +([]string) { } Test: TestCheckSumDownload Messages: wrong missingondst result in run 5 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 5 2026/04/30 03:18:03 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest6 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 6 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 6 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "* potato", "+ orange", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,6 +1,2 @@ -([]string) (len=4) { - (string) "", - (string) (len=8) "* potato", - (string) (len=8) "+ orange", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "orange"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "orange" +([]string) { } Test: TestCheckSumDownload Messages: wrong missingondst result in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:421 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong differ result in run 6 2026/04/30 03:18:08 DEBUG : data/banana: Update: removing old file 2026/04/30 03:18:11 DEBUG : data/potato: Update: removing old file 2026/04/30 03:18:14 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest7 --- FAIL: TestCheckSumDownload (46.98s) --- PASS: TestCheckSumDownload/subtest1 (0.73s) --- PASS: TestCheckSumDownload/subtest2 (0.24s) --- PASS: TestCheckSumDownload/subtest3 (0.68s) --- PASS: TestCheckSumDownload/subtest4 (0.23s) --- PASS: TestCheckSumDownload/subtest5 (0.24s) --- PASS: TestCheckSumDownload/subtest6 (0.23s) --- PASS: TestCheckSumDownload/subtest7 (0.81s) === RUN TestCopyFileCompareDest run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:18:24 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-sufezuq7feze/dst" 2026/04/30 03:18:24 DEBUG : Linkbox root 'rclone-test-sufezuq7feze/dst': Using cached web token 2026/04/30 03:18:25 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-sufezuq7feze/CompareDest" 2026/04/30 03:18:25 DEBUG : Linkbox root 'rclone-test-sufezuq7feze/CompareDest': Using cached web token 2026/04/30 03:18:26 DEBUG : one: Need to transfer - File not found at Destination 2026/04/30 03:18:30 DEBUG : one: size = 3 OK 2026/04/30 03:18:30 INFO : one: Copied (new) 2026/04/30 03:18:31 DEBUG : one: size = 5 (Local file system at /tmp/rclone589886508) 2026/04/30 03:18:31 DEBUG : one: size = 3 (Linkbox root 'rclone-test-sufezuq7feze/dst') 2026/04/30 03:18:31 DEBUG : one: Sizes differ 2026/04/30 03:18:31 DEBUG : one: Update: removing old file 2026/04/30 03:18:34 DEBUG : one: size = 5 OK 2026/04/30 03:18:34 INFO : one: Copied (replaced existing) 2026/04/30 03:18:35 DEBUG : dst/one: Update: removing old file 2026/04/30 03:18:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone589886508) 2026/04/30 03:18:42 DEBUG : one: size = 3 (Linkbox root 'rclone-test-sufezuq7feze/dst') 2026/04/30 03:18:42 DEBUG : one: Sizes differ 2026/04/30 03:18:43 DEBUG : one: size = 5 OK 2026/04/30 03:18:43 DEBUG : one: Sizes identical 2026/04/30 03:18:43 DEBUG : one: Destination found in --compare-dest, skipping 2026/04/30 03:18:46 DEBUG : two: Need to transfer - File not found at Destination 2026/04/30 03:18:46 DEBUG : two: size = 3 OK 2026/04/30 03:18:46 DEBUG : two: Sizes identical 2026/04/30 03:18:46 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/30 03:18:47 DEBUG : two: Need to transfer - File not found at Destination 2026/04/30 03:18:47 DEBUG : two: size = 3 OK 2026/04/30 03:18:47 DEBUG : two: Sizes identical 2026/04/30 03:18:47 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/30 03:18:49 DEBUG : two: Need to transfer - File not found at Destination 2026/04/30 03:18:49 DEBUG : two: size = 5 (Local file system at /tmp/rclone589886508) 2026/04/30 03:18:49 DEBUG : two: size = 3 (Linkbox root 'rclone-test-sufezuq7feze/CompareDest') 2026/04/30 03:18:49 DEBUG : two: Sizes differ 2026/04/30 03:18:51 DEBUG : two: size = 5 OK 2026/04/30 03:18:51 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (36.00s) === RUN TestListDirSortedFn run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" run.go:290: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-sufezuq7feze'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSortedFn (20.63s) === RUN TestCat run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:19:26 ERROR : file2: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" operations_test.go:566: Incorrect output from Cat(0,-1,): "ABCDEFGHIJ" 2026/04/30 03:19:26 ERROR : file2: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" operations_test.go:566: Incorrect output from Cat(0,5,): "ABCDE" 2026/04/30 03:19:27 ERROR : file1: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:19:27 ERROR : file2: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" operations_test.go:566: Incorrect output from Cat(-3,-1,): "" 2026/04/30 03:19:28 ERROR : file1: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" operations_test.go:566: Incorrect output from Cat(0,-1, ): "012345678\n" --- FAIL: TestCat (10.23s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" --- PASS: TestCopyURLDownloadHeaders (3.63s) === RUN TestMoveFile run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:19:35 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/30 03:19:39 DEBUG : sub/file2: size = 14 OK 2026/04/30 03:19:39 INFO : file1: Copied (new) to: sub/file2 2026/04/30 03:19:39 INFO : file1: Deleted 2026/04/30 03:19:39 DEBUG : sub/file2: size = 14 OK 2026/04/30 03:19:39 DEBUG : file1: Sizes identical 2026/04/30 03:19:39 DEBUG : file1: Unchanged skipping 2026/04/30 03:19:39 INFO : file1: Deleted 2026/04/30 03:19:40 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (8.60s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:19:44 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/30 03:19:46 DEBUG : file1: size = 14 OK 2026/04/30 03:19:46 INFO : file1: Copied (new) 2026/04/30 03:19:46 INFO : file1: Deleted 2026/04/30 03:19:46 DEBUG : file1: Destination exists, skipping 2026/04/30 03:19:46 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:19:50 DEBUG : hello: Trying to read object after upload: try again in 100ms (1/10) 2026/04/30 03:19:51 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (4.73s) === RUN TestMoveFileBackupDir run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1063: Skipping test as remote does not support server-side move or copy --- SKIP: TestMoveFileBackupDir (0.43s) === RUN TestDirMove run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:20:09 INFO : A1/B2: Making directory 2026/04/30 03:20:10 INFO : A1/B1/C3: Making directory 2026/04/30 03:20:24 ERROR : A1/B1/three: Failed to copy: failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:20:24 ERROR : A1/B1/three: Not deleting source as copy failed: failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:20:25 ERROR : A1/B1/C1/four: Failed to copy: failed to open source object: Open failed: Get "https://aht.nuplink.top/pool/pub/ef/57/72/8cbad96aced40b3838dd9f07f6ef5772/4?token=a06d6101b1455b9c26de765660ef6db6&ts=1777519214&ip=65.108.87.141": failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:20:25 ERROR : A1/B1/C1/four: Not deleting source as copy failed: failed to open source object: Open failed: Get "https://aht.nuplink.top/pool/pub/ef/57/72/8cbad96aced40b3838dd9f07f6ef5772/4?token=a06d6101b1455b9c26de765660ef6db6&ts=1777519214&ip=65.108.87.141": failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:20:25 ERROR : A1/B1/C2/five: Failed to copy: failed to open source object: Open failed: Get "https://aht.nuplink3.net/pool/pub/0d/14/f5/30056e1cab7a61d256fc8edd970d14f5/4?token=46f9f0d8454ab47044c06eaaf8f8cab1&ts=1777519214&ip=65.108.87.141": failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:20:25 ERROR : A1/B1/C2/five: Not deleting source as copy failed: failed to open source object: Open failed: Get "https://aht.nuplink3.net/pool/pub/0d/14/f5/30056e1cab7a61d256fc8edd970d14f5/4?token=46f9f0d8454ab47044c06eaaf8f8cab1&ts=1777519214&ip=65.108.87.141": failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:20:25 ERROR : A1/one: Failed to copy: failed to open source object: Open failed: Get "https://aht.nuplink3.net/pool/pub/06/ab/82/f97c5d29941bfb1b2fdab0874906ab82/3?token=5e87f4e04eb8e314d354ca15fa656839&ts=1777519213&ip=65.108.87.141": failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:20:25 ERROR : A1/one: Not deleting source as copy failed: failed to open source object: Open failed: Get "https://aht.nuplink3.net/pool/pub/06/ab/82/f97c5d29941bfb1b2fdab0874906ab82/3?token=5e87f4e04eb8e314d354ca15fa656839&ts=1777519213&ip=65.108.87.141": failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:20:25 ERROR : A1/two: Failed to copy: failed to open source object: Open failed: Get "https://aht.nuplink3.net/pool/pub/82/0a/61/b8a9f715dbb64fd5c56e7783c6820a61/3?token=108de5c14b68d74c016e85b291698ea3&ts=1777519213&ip=65.108.87.141": failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/30 03:20:25 ERROR : A1/two: Not deleting source as copy failed: failed to open source object: Open failed: Get "https://aht.nuplink3.net/pool/pub/82/0a/61/b8a9f715dbb64fd5c56e7783c6820a61/3?token=108de5c14b68d74c016e85b291698ea3&ts=1777519213&ip=65.108.87.141": failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" operations_test.go:1411: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1411 Error: Received unexpected error: RenameDir renames: failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestDirMove --- FAIL: TestDirMove (59.67s) === RUN TestGetFsInfo run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" --- PASS: TestGetFsInfo (0.40s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:20:53 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': File to upload is small (34 bytes), uploading instead of streaming 2026/04/30 03:20:55 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/04/30 03:20:55 NOTICE: Linkbox root 'rclone-test-sufezuq7feze': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/04/30 03:20:55 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/30 03:20:55 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/30 03:20:57 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/04/30 03:20:57 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-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:21:01 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': File to upload is small (34 bytes), uploading instead of streaming 2026/04/30 03:21:03 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/04/30 03:21:03 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/30 03:21:03 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/30 03:21:04 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/04/30 03:21:04 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:21:08 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': File to upload is small (34 bytes), uploading instead of streaming 2026/04/30 03:21:10 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/30 03:21:10 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/04/30 03:21:10 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/30 03:21:12 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/30 03:21:12 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:21:15 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': File to upload is small (34 bytes), uploading instead of streaming 2026/04/30 03:21:17 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/30 03:21:17 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/30 03:21:17 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/30 03:21:19 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/30 03:21:19 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (29.21s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.33s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.35s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.24s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.29s) === RUN TestRcatMetadata run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1563: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.39s) === RUN TestRcatSize run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" 2026/04/30 03:21:25 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': File to upload is small (60 bytes), uploading instead of streaming 2026/04/30 03:21:27 DEBUG : potato2: size = 60 OK 2026/04/30 03:21:27 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (7.09s) === RUN TestRcatSizeMetadata run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.39s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" --- PASS: TestRcatSizeUploadHeaders (3.63s) === RUN TestTouchDir run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1735: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (0.40s) === RUN TestMkdirMetadata run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.44s) === RUN TestMkdirModTime run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.39s) === RUN TestCopyDirMetadata run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.42s) === RUN TestSetDirModTime run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.39s) === RUN TestDirsEqual run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.40s) === RUN TestRemoveExisting run.go:185: Remote "Linkbox root 'rclone-test-sufezuq7feze'", Local "Local file system at /tmp/rclone589886508", Modify Window "876000h0m0s" operations_test.go:1962: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.40s) FAIL 2026/04/30 03:21:37 DEBUG : Linkbox root 'rclone-test-sufezuq7feze': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestCaseInsensitiveMoveFileDryRun|TestCat|TestCheckSumDownload|TestCopyDirMetadata|TestCopyFileCompareDest|TestCopyURLDownloadHeaders|TestDirMove|TestDirsEqual|TestGetFsInfo|TestListDirSortedFn|TestMkdirMetadata|TestMkdirModTime|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestParseSumFile|TestRcatMetadata|TestRcatSize|TestRcatSizeMetadata|TestRcatSizeUploadHeaders|TestRemoveExisting|TestSetDirModTime|TestTouchDir)$|^TestCheckDownload$/^(5|6|7)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Finished ERROR in 4m26.651306706s (try 2/5): exit status 1: Failed [TestCheckDownload/5 TestCheckDownload/6 TestCheckDownload/7 TestCheckSumDownload TestListDirSortedFn TestCat TestDirMove]