"./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 2/5) 2026/08/21 01:03:49 DEBUG : Creating backend with remote "TestPremiumizeMe:rclone-test-tinahav1qodu" 2026/08/21 01:03:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/21 01:03:50 DEBUG : Creating backend with remote "/tmp/rclone2610603294" === RUN TestCheckDownload run.go:198: Remote "premiumize.me root 'rclone-test-tinahav1qodu'", Local "Local file system at /tmp/rclone2610603294", 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.13s) --- FAIL: TestCheckDownload/1 (0.25s) --- FAIL: TestCheckDownload/2 (0.13s) --- FAIL: TestCheckDownload/3 (0.24s) --- FAIL: TestCheckDownload/4 (0.23s) --- FAIL: TestCheckDownload/5 (0.14s) --- FAIL: TestCheckDownload/6 (0.14s) --- FAIL: TestCheckDownload/7 (0.13s) === RUN TestParseSumFile run.go:198: Remote "premiumize.me root 'rclone-test-tinahav1qodu'", Local "Local file system at /tmp/rclone2610603294", Modify Window "876000h0m0s" 2026/08/21 01:03:56 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/21 01:03:56 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/21 01:03:56 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/21 01:03:56 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/21 01:03:56 DEBUG : test.sum: Moving old file out the way to "test.sum.nifahuc4" 2026/08/21 01:03:56 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.26s) === RUN TestCheckSumDownload run.go:198: Remote "premiumize.me root 'rclone-test-tinahav1qodu'", Local "Local file system at /tmp/rclone2610603294", Modify Window "876000h0m0s" 2026/08/21 01:03:57 DEBUG : Creating backend with remote "TestPremiumizeMe:rclone-test-tinahav1qodu/data" === RUN TestCheckSumDownload/subtest1 2026/08/21 01:04:02 DEBUG : test.sum: Moving old file out the way to "test.sum.zeteget0" 2026/08/21 01:04:02 DEBUG : test.sum: Removing old file === RUN TestCheckSumDownload/subtest2 2026/08/21 01:04:03 DEBUG : test.sum: Moving old file out the way to "test.sum.sucemuj5" 2026/08/21 01:04:03 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:04:04 DEBUG : test.sum: Moving old file out the way to "test.sum.guduliq9" 2026/08/21 01:04:05 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:04:05 DEBUG : test.sum: Moving old file out the way to "test.sum.juwetof3" 2026/08/21 01:04:06 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:04:06 DEBUG : test.sum: Moving old file out the way to "test.sum.xofigow6" 2026/08/21 01:04:07 DEBUG : test.sum: Removing old file === RUN TestCheckSumDownload/subtest6 2026/08/21 01:04:08 DEBUG : data/banana: Moving old file out the way to "banana.telonex6" 2026/08/21 01:04:08 DEBUG : data/banana: Removing old file 2026/08/21 01:04:08 DEBUG : data/potato: Moving old file out the way to "potato.takuzak1" 2026/08/21 01:04:09 DEBUG : data/potato: Removing old file 2026/08/21 01:04:09 DEBUG : test.sum: Moving old file out the way to "test.sum.mevakam6" 2026/08/21 01:04:10 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.59s) --- PASS: TestCheckSumDownload/subtest1 (0.53s) --- PASS: TestCheckSumDownload/subtest2 (0.29s) --- PASS: TestCheckSumDownload/subtest3 (0.15s) --- PASS: TestCheckSumDownload/subtest4 (0.13s) --- PASS: TestCheckSumDownload/subtest5 (0.15s) --- PASS: TestCheckSumDownload/subtest6 (0.38s) --- PASS: TestCheckSumDownload/subtest7 (0.14s) === RUN TestReadFile run.go:198: Remote "premiumize.me root 'rclone-test-tinahav1qodu'", Local "Local file system at /tmp/rclone2610603294", 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.25s) === RUN TestCat run.go:198: Remote "premiumize.me root 'rclone-test-tinahav1qodu'", Local "Local file system at /tmp/rclone2610603294", Modify Window "876000h0m0s" 2026/08/21 01:04:19 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:04:19 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:04:19 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:04:19 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:04:19 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:04:19 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:04:19 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:04:19 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:04:20 ERROR : file1: Failed to open: 403 Forbidden (403): 403 Forbidden

403 Forbidden


nginx/1.24.0 (Ubuntu)
2026/08/21 01:04:20 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 (8.26s) FAIL 2026/08/21 01:04:20 DEBUG : premiumize.me root 'rclone-test-tinahav1qodu': 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 31.055701948s (try 2/5): exit status 1: Failed [TestCheckDownload/1 TestCheckDownload/2 TestCheckDownload/3 TestCheckDownload/4 TestCheckDownload/5 TestCheckDownload/6 TestCheckDownload/7 TestParseSumFile TestCheckSumDownload TestReadFile TestCat]