"./operations.test -test.v -test.timeout 1h0m0s -remote TestPremiumizeMe: -verbose -test.run '^(TestCat|TestCheckSumDownload|TestParseSumFile|TestReadFile)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$'" - Starting (try 4/5) 2026/08/21 01:04:47 DEBUG : Creating backend with remote "TestPremiumizeMe:rclone-test-nikalab4geci" 2026/08/21 01:04:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/21 01:04:47 DEBUG : Creating backend with remote "/tmp/rclone2360200346" === RUN TestCheckDownload run.go:198: Remote "premiumize.me root 'rclone-test-nikalab4geci'", Local "Local file system at /tmp/rclone2360200346", Modify Window "876000h0m0s" === RUN TestCheckDownload/1 check_test.go:90: 1: Expecting 0 errors but got 2 check_test.go:93: 1: Total files matching line missing === NAME TestCheckDownload check_test.go:56: Error Trace: /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:60 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:63 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:65 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:90: 2: Expecting 1 errors but got 3 check_test.go:93: 2: Total files matching line missing === NAME TestCheckDownload check_test.go:56: Error Trace: /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:60 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:63 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:65 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:90: 3: Expecting 2 errors but got 4 check_test.go:93: 3: Total files matching line missing === NAME TestCheckDownload check_test.go:56: Error Trace: /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:60 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:63 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:65 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:90: 4: Expecting 1 errors but got 3 === NAME TestCheckDownload check_test.go:56: Error Trace: /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:60 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:63 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:65 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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/5 check_test.go:90: 5: Expecting 1 errors but got 3 === NAME TestCheckDownload check_test.go:56: Error Trace: /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:60 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:63 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:65 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:90: 6: Expecting 2 errors but got 4 === NAME TestCheckDownload check_test.go:56: Error Trace: /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:60 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 Error: Not equal: expected: []string{"", "* empty space", "- remotepotato", "= potato2", "= rutabaga"} actual : []string{"", "! rutabaga", "* empty space", "- remotepotato", "= potato2"} Diff: --- Expected +++ Actual @@ -2,6 +2,6 @@ (string) "", + (string) (len=10) "! rutabaga", (string) (len=13) "* empty space", (string) (len=14) "- remotepotato", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "= potato2" } Test: TestCheckDownload Messages: combined check_test.go:56: Error Trace: /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:63 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:65 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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/7 check_test.go:90: 7: Expecting 1 errors but got 3 === NAME TestCheckDownload check_test.go:56: Error Trace: /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:60 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:63 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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:56: Error Trace: /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:65 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 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 (5.67s) --- FAIL: TestCheckDownload/1 (0.39s) --- FAIL: TestCheckDownload/2 (0.28s) --- FAIL: TestCheckDownload/3 (0.21s) --- FAIL: TestCheckDownload/4 (0.22s) --- FAIL: TestCheckDownload/5 (0.17s) --- FAIL: TestCheckDownload/6 (0.26s) --- FAIL: TestCheckDownload/7 (0.15s) === RUN TestParseSumFile run.go:198: Remote "premiumize.me root 'rclone-test-nikalab4geci'", Local "Local file system at /tmp/rclone2360200346", Modify Window "876000h0m0s" 2026/08/21 01:04:53 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/21 01:04:53 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/21 01:04:53 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/21 01:04:53 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/21 01:04:53 DEBUG : test.sum: Moving old file out the way to "test.sum.viricok2" 2026/08/21 01:04:54 DEBUG : test.sum: Removing old file check_test.go:315: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:315 Error: Received unexpected error: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
Test: TestParseSumFile check_test.go:317: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:317 Error: Not equal: expected: 4 actual : 0 Test: TestParseSumFile check_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:320 Error: Not equal: expected: "1" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 + Test: TestParseSumFile check_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:320 Error: Not equal: expected: "2" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -2 + Test: TestParseSumFile check_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:320 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestParseSumFile check_test.go:320: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:320 Error: Not equal: expected: "4" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -4 + Test: TestParseSumFile --- FAIL: TestParseSumFile (2.03s) === RUN TestCheckSumDownload run.go:198: Remote "premiumize.me root 'rclone-test-nikalab4geci'", Local "Local file system at /tmp/rclone2360200346", Modify Window "876000h0m0s" 2026/08/21 01:04:55 DEBUG : Creating backend with remote "TestPremiumizeMe:rclone-test-nikalab4geci/data" === RUN TestCheckSumDownload/subtest1 2026/08/21 01:04:58 DEBUG : test.sum: Moving old file out the way to "test.sum.beziler3" 2026/08/21 01:04:59 DEBUG : test.sum: Removing old file === RUN TestCheckSumDownload/subtest2 2026/08/21 01:04:59 DEBUG : test.sum: Moving old file out the way to "test.sum.hewisam3" 2026/08/21 01:05:00 DEBUG : test.sum: Removing old file === RUN TestCheckSumDownload/subtest3 === NAME TestCheckSumDownload check_test.go:408: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:408 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Received unexpected error: failed to parse sum file: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
Test: TestCheckSumDownload Messages: unexpected error in run 3 check_test.go:417: Error Trace: /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:432 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 3 check_test.go:419: Error Trace: /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:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 3 check_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /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:432 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:424 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: []string{"", "banana", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 3 2026/08/21 01:05:00 DEBUG : test.sum: Moving old file out the way to "test.sum.juvupil1" 2026/08/21 01:05:01 DEBUG : test.sum: Removing old file === RUN TestCheckSumDownload/subtest4 === NAME TestCheckSumDownload 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:432 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 4 check_test.go:417: Error Trace: /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:432 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 4 check_test.go:419: Error Trace: /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:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 4 check_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /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:432 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:424 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:425 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 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/08/21 01:05:02 DEBUG : test.sum: Moving old file out the way to "test.sum.jovaraj5" 2026/08/21 01:05:02 DEBUG : test.sum: Removing old file === RUN TestCheckSumDownload/subtest5 === NAME TestCheckSumDownload 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:432 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 5 check_test.go:417: Error Trace: /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:432 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 5 check_test.go:419: Error Trace: /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:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 5 check_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /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:432 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:423 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:424 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 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/08/21 01:05:03 DEBUG : test.sum: Moving old file out the way to "test.sum.rogetit7" 2026/08/21 01:05:03 DEBUG : test.sum: Removing old file === RUN TestCheckSumDownload/subtest6 2026/08/21 01:05:04 DEBUG : data/banana: Moving old file out the way to "banana.fuvovoy5" 2026/08/21 01:05:05 DEBUG : data/banana: Removing old file 2026/08/21 01:05:05 DEBUG : data/potato: Moving old file out the way to "potato.wegamiq8" 2026/08/21 01:05:06 DEBUG : data/potato: Removing old file 2026/08/21 01:05:06 DEBUG : test.sum: Moving old file out the way to "test.sum.wihuyex9" 2026/08/21 01:05:07 DEBUG : test.sum: Removing old file === RUN TestCheckSumDownload/subtest7 === NAME TestCheckSumDownload check_test.go:408: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:408 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Received unexpected error: failed to parse sum file: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
Test: TestCheckSumDownload Messages: unexpected error in run 7 check_test.go:417: Error Trace: /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:432 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 7 check_test.go:419: Error Trace: /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:432 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 7 check_test.go:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /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:432 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:388: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:388 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:424 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 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 (13.28s) --- PASS: TestCheckSumDownload/subtest1 (0.63s) --- PASS: TestCheckSumDownload/subtest2 (0.37s) --- PASS: TestCheckSumDownload/subtest3 (0.16s) --- PASS: TestCheckSumDownload/subtest4 (0.11s) --- PASS: TestCheckSumDownload/subtest5 (0.13s) --- PASS: TestCheckSumDownload/subtest6 (0.45s) --- PASS: TestCheckSumDownload/subtest7 (0.16s) === RUN TestReadFile run.go:198: Remote "premiumize.me root 'rclone-test-nikalab4geci'", Local "Local file system at /tmp/rclone2360200346", Modify Window "876000h0m0s" operations_test.go:509: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:509 Error: Received unexpected error: failed to open ReadFile: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
Test: TestReadFile --- FAIL: TestReadFile (1.63s) === RUN TestCat run.go:198: Remote "premiumize.me root 'rclone-test-nikalab4geci'", Local "Local file system at /tmp/rclone2360200346", Modify Window "876000h0m0s" 2026/08/21 01:05:11 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:05:11 ERROR : file2: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
operations_test.go:567: Incorrect output from Cat(0,-1,): "" 2026/08/21 01:05:11 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:05:11 ERROR : file2: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
operations_test.go:567: Incorrect output from Cat(0,5,): "" 2026/08/21 01:05:11 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:05:11 ERROR : file2: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
operations_test.go:567: Incorrect output from Cat(-3,-1,): "" 2026/08/21 01:05:12 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:05:12 ERROR : file2: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
operations_test.go:567: Incorrect output from Cat(1,3,): "" 2026/08/21 01:05:12 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:05:12 ERROR : file2: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
operations_test.go:567: Incorrect output from Cat(0,-1, ): "" --- FAIL: TestCat (2.76s) FAIL 2026/08/21 01:05:12 DEBUG : premiumize.me root 'rclone-test-nikalab4geci': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestPremiumizeMe: -verbose -test.run '^(TestCat|TestCheckSumDownload|TestParseSumFile|TestReadFile)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$'" - Finished ERROR in 25.769659525s (try 4/5): exit status 1: Failed [TestCheckDownload/1 TestCheckDownload/2 TestCheckDownload/3 TestCheckDownload/4 TestCheckDownload/5 TestCheckDownload/6 TestCheckDownload/7 TestParseSumFile TestCheckSumDownload TestReadFile TestCat]