"./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestCat|TestCheckSumDownload|TestCopyFileMaxTransfer|TestDirMove|TestListDirSortedFn|TestParseSumFile|TestReadFile|TestRmdirsNoLeaveRoot)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$'" - Starting (try 3/5) 2025/04/29 05:20:59 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-koneduh7xoxi" 2025/04/29 05:20:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/29 05:21:00 DEBUG : Creating backend with remote "/tmp/rclone3656178857" === RUN TestCheckDownload run.go:180: Remote "Linkbox root 'rclone-test-koneduh7xoxi'", Local "Local file system at /tmp/rclone3656178857", Modify Window "876000h0m0s" === RUN TestCheckDownload/1 check_test.go:89: 1: Expecting 0 errors but got 2 check_test.go:92: 1: Total files matching line missing === NAME TestCheckDownload check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:57 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 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:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /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:97 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:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:62 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 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:89: 2: Expecting 1 errors but got 3 check_test.go:92: 2: Total files matching line missing === NAME TestCheckDownload check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:57 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 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:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /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:97 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:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:62 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 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:95: 3: Expecting 1 total matching files but got 0 === NAME TestCheckDownload check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:57 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 Error: Not equal: expected: []string{"", "+ potato2", "- empty space", "= rutabaga"} actual : []string{"", "+ potato2", "+ rutabaga"} Diff: --- Expected +++ Actual @@ -1,6 +1,5 @@ -([]string) (len=4) { +([]string) (len=3) { (string) "", (string) (len=9) "+ potato2", - (string) (len=13) "- empty space", - (string) (len=10) "= rutabaga" + (string) (len=10) "+ rutabaga" } Test: TestCheckDownload Messages: combined check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:58 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 Error: Not equal: expected: []string{"", "empty space"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=11) "empty space" +([]string) { } Test: TestCheckDownload Messages: missingonsrc check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /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:97 Error: Not equal: expected: []string{"", "potato2"} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) "", - (string) (len=7) "potato2" + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: missingondst check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /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:97 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 === RUN TestCheckDownload/4 check_test.go:89: 4: Expecting 1 errors but got 5 check_test.go:92: 4: Total files matching line missing === NAME TestCheckDownload check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:57 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 Error: Not equal: expected: []string{"", "- empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "- empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "- empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "- empty space" } Test: TestCheckDownload Messages: combined check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /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:97 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:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:62 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/5 check_test.go:89: 5: Expecting 1 errors but got 5 check_test.go:92: 5: Total files matching line missing === NAME TestCheckDownload check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:57 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 Error: Not equal: expected: []string{"", "* empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "* empty space" } Test: TestCheckDownload Messages: combined check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /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:97 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:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:62 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/6 check_test.go:89: 6: Expecting 2 errors but got 6 check_test.go:92: 6: Total files matching line missing === NAME TestCheckDownload check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:57 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 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:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /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:97 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:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:62 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 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:89: 7: Expecting 1 errors but got 5 check_test.go:92: 7: Total files matching line missing === NAME TestCheckDownload check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:57 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 Error: Not equal: expected: []string{"", "* empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "* empty space" } Test: TestCheckDownload Messages: combined check_test.go:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /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:97 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:53: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:62 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:97 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error --- FAIL: TestCheckDownload (45.72s) --- FAIL: TestCheckDownload/1 (0.40s) --- FAIL: TestCheckDownload/2 (0.53s) --- FAIL: TestCheckDownload/3 (10.35s) --- FAIL: TestCheckDownload/4 (0.91s) --- FAIL: TestCheckDownload/5 (0.78s) --- FAIL: TestCheckDownload/6 (0.58s) --- FAIL: TestCheckDownload/7 (0.77s) === RUN TestParseSumFile run.go:180: Remote "Linkbox root 'rclone-test-koneduh7xoxi'", Local "Local file system at /tmp/rclone3656178857", Modify Window "876000h0m0s" check_test.go:314: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:314 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: 4 actual : 0 Test: TestParseSumFile check_test.go:319: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:319 Error: Not equal: expected: "1" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 + Test: TestParseSumFile check_test.go:319: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:319 Error: Not equal: expected: "2" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -2 + Test: TestParseSumFile check_test.go:319: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:319 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestParseSumFile check_test.go:319: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:319 Error: Not equal: expected: "4" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -4 + Test: TestParseSumFile 2025/04/29 05:21:49 DEBUG : test.sum: Update: removing old file 2025/04/29 05:22:03 DEBUG : test.sum: Trying to read object after upload: try again in 100ms (1/10) check_test.go:314: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:314 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: 4 actual : 0 Test: TestParseSumFile check_test.go:319: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:319 Error: Not equal: expected: "1" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 + Test: TestParseSumFile check_test.go:319: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:319 Error: Not equal: expected: "2" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -2 + Test: TestParseSumFile check_test.go:319: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:319 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestParseSumFile check_test.go:319: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:319 Error: Not equal: expected: "4" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -4 + Test: TestParseSumFile --- FAIL: TestParseSumFile (20.58s) === RUN TestCheckSumDownload run.go:180: Remote "Linkbox root 'rclone-test-koneduh7xoxi'", Local "Local file system at /tmp/rclone3656178857", Modify Window "876000h0m0s" 2025/04/29 05:22:06 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-koneduh7xoxi/data" 2025/04/29 05:22:06 DEBUG : Config file has changed externally - reloading === RUN TestCheckSumDownload/subtest1 === 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: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestCheckSumDownload Messages: unexpected error in run 1 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 1 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: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 1 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 1 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 1 2025/04/29 05:22:20 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest2 === 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 2 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 2 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 2 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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{"", "- 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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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: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 missingonsrc result in run 2 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 2 2025/04/29 05:22:25 DEBUG : test.sum: Update: 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: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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 2025/04/29 05:22:46 DEBUG : test.sum: Update: removing old file fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure === 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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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 2025/04/29 05:23:09 DEBUG : test.sum: Update: 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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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 2025/04/29 05:23:14 DEBUG : test.sum: Update: removing old file 2025/04/29 05:23:28 DEBUG : test.sum: Trying to read object after upload: try again in 100ms (1/10) === RUN TestCheckSumDownload/subtest6 === 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: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 6 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 6 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 6 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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{"", "* 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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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 6 check_test.go:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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"} 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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong differ result in run 6 2025/04/29 05:23:30 DEBUG : data/banana: Update: removing old file 2025/04/29 05:23:35 DEBUG : data/potato: Update: removing old file 2025/04/29 05:23:39 DEBUG : test.sum: Update: 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: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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:387: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:387 /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 run.go:125: removing file "test.sum" failed - try 1/3: could not Remove: Linkbox error 500: Post "http://192.168.0.133:9200/zdisk_item/_search": context deadline exceeded --- FAIL: TestCheckSumDownload (127.65s) --- PASS: TestCheckSumDownload/subtest1 (0.38s) --- PASS: TestCheckSumDownload/subtest2 (0.37s) --- PASS: TestCheckSumDownload/subtest3 (0.39s) --- PASS: TestCheckSumDownload/subtest4 (0.39s) --- PASS: TestCheckSumDownload/subtest5 (0.37s) --- PASS: TestCheckSumDownload/subtest6 (0.37s) --- PASS: TestCheckSumDownload/subtest7 (0.38s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Linkbox root 'rclone-test-koneduh7xoxi'", Local "Local file system at /tmp/rclone3656178857", Modify Window "876000h0m0s" 2025/04/29 05:24:14 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/29 05:24:19 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/29 05:24:20 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/29 05:24:20 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Update err in reading file: max transfer limit reached as set by --max-transfer 2025/04/29 05:24:21 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/29 05:24:22 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/29 05:24:25 ERROR : TestCopyFileMaxTransfer/file4: Failed to copy: Update second step failed: Linkbox error 500: user upload file not exist copy_test.go:504: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:504 Error: Received unexpected error: Update second step failed: Linkbox error 500: user upload file not exist Test: TestCopyFileMaxTransfer --- FAIL: TestCopyFileMaxTransfer (15.09s) === RUN TestListDirSortedFn run.go:180: Remote "Linkbox root 'rclone-test-koneduh7xoxi'", Local "Local file system at /tmp/rclone3656178857", Modify Window "876000h0m0s" 2025/04/29 05:24:44 DEBUG : zend.txt: Trying to read object after upload: try again in 100ms (1/10) run.go:285: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-koneduh7xoxi'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSortedFn (46.93s) === RUN TestReadFile run.go:180: Remote "Linkbox root 'rclone-test-koneduh7xoxi'", Local "Local file system at /tmp/rclone3656178857", Modify Window "876000h0m0s" operations_test.go:508: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:508 Error: Received unexpected error: failed to open ReadFile: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestReadFile --- FAIL: TestReadFile (6.48s) === RUN TestCat run.go:180: Remote "Linkbox root 'rclone-test-koneduh7xoxi'", Local "Local file system at /tmp/rclone3656178857", Modify Window "876000h0m0s" 2025/04/29 05:25:28 ERROR : file1: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2025/04/29 05:25:29 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,): "" 2025/04/29 05:25:30 ERROR : file1: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2025/04/29 05:25:30 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,): "" 2025/04/29 05:25:30 ERROR : file1: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2025/04/29 05:25:31 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,): "" 2025/04/29 05:25:31 ERROR : file1: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2025/04/29 05:25:31 ERROR : file2: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" operations_test.go:566: Incorrect output from Cat(1,3,): "" 2025/04/29 05:25:32 ERROR : file1: Failed to open: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2025/04/29 05:25:32 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, ): "" --- FAIL: TestCat (13.70s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Linkbox root 'rclone-test-koneduh7xoxi'", Local "Local file system at /tmp/rclone3656178857", Modify Window "876000h0m0s" 2025/04/29 05:25:44 INFO : A2: Making directory 2025/04/29 05:25:46 INFO : A1/B2: Making directory 2025/04/29 05:25:48 INFO : A1/B2/C2: Making directory 2025/04/29 05:25:50 INFO : A1/B1/C3: Making directory 2025/04/29 05:25:52 INFO : A3: Making directory 2025/04/29 05:25:53 INFO : A3/B3: Making directory 2025/04/29 05:25:56 INFO : A3/B3/C4: Making directory 2025/04/29 05:26:03 DEBUG : removing 1 level 3 directories 2025/04/29 05:26:03 INFO : A3/B3/C4: Removing directory 2025/04/29 05:26:10 DEBUG : removing 2 level 3 directories 2025/04/29 05:26:10 INFO : A1/B2/C2: Removing directory 2025/04/29 05:26:10 INFO : A1/B1/C3: Removing directory 2025/04/29 05:26:12 DEBUG : removing 2 level 2 directories 2025/04/29 05:26:12 INFO : A3/B3: Removing directory 2025/04/29 05:26:12 INFO : A1/B2: Removing directory 2025/04/29 05:26:14 DEBUG : removing 2 level 1 directories 2025/04/29 05:26:14 INFO : A3: Removing directory 2025/04/29 05:26:14 INFO : A2: Removing directory 2025/04/29 05:26:32 DEBUG : removing 1 level 3 directories 2025/04/29 05:26:32 INFO : A1/B1/C1: Removing directory 2025/04/29 05:26:34 DEBUG : removing 1 level 2 directories 2025/04/29 05:26:34 INFO : A1/B1: Removing directory 2025/04/29 05:26:36 DEBUG : removing 1 level 1 directories 2025/04/29 05:26:36 INFO : A1: Removing directory 2025/04/29 05:26:38 DEBUG : removing 1 level 0 directories 2025/04/29 05:26:38 INFO : Linkbox root 'rclone-test-koneduh7xoxi': Removing directory 2025/04/29 05:26:40 ERROR : : error listing: directory not found 2025/04/29 05:26:40 ERROR : : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (64.37s) === RUN TestDirMove run.go:180: Remote "Linkbox root 'rclone-test-koneduh7xoxi'", Local "Local file system at /tmp/rclone3656178857", Modify Window "876000h0m0s" 2025/04/29 05:27:28 INFO : A1/B2: Making directory 2025/04/29 05:27:30 INFO : A1/B1/C3: Making directory fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure 2025/04/29 05:28:05 ERROR : A1/one: Failed to copy: failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2025/04/29 05:28:05 ERROR : A1/one: Not deleting source as copy failed: failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2025/04/29 05:28:05 ERROR : A1/B1/three: Failed to copy: failed to open source object: Open failed: Get "https://aht.nuplink2.net/pool/pub/02/78/78/35d6d33467aae9a2e3dccb4b6b027878/5?token=59dae0728febcc5c7c64b1d7fbffd9a2&ts=1745904472&ip=65.108.87.141": context canceled 2025/04/29 05:28:05 ERROR : A1/B1/three: Not deleting source as copy failed: failed to open source object: Open failed: Get "https://aht.nuplink2.net/pool/pub/02/78/78/35d6d33467aae9a2e3dccb4b6b027878/5?token=59dae0728febcc5c7c64b1d7fbffd9a2&ts=1745904472&ip=65.108.87.141": context canceled 2025/04/29 05:28:05 ERROR : A1/B1/C2/five: Failed to copy: failed to open source object: Open failed: Get "https://aht.nuplink2.net/pool/pub/0d/14/f5/30056e1cab7a61d256fc8edd970d14f5/4?token=01793b06209d4b59990daa5bcca1e67a&ts=1745904473&ip=65.108.87.141": context canceled 2025/04/29 05:28:05 ERROR : A1/B1/C2/five: Not deleting source as copy failed: failed to open source object: Open failed: Get "https://aht.nuplink2.net/pool/pub/0d/14/f5/30056e1cab7a61d256fc8edd970d14f5/4?token=01793b06209d4b59990daa5bcca1e67a&ts=1745904473&ip=65.108.87.141": context canceled 2025/04/29 05:28:05 ERROR : A1/B1/C1/four: Failed to copy: failed to open source object: Open failed: Get "https://aht.nuplink2.net/pool/pub/ef/57/72/8cbad96aced40b3838dd9f07f6ef5772/4?token=1d969569a5d82851f8391882ca72f821&ts=1745904473&ip=65.108.87.141": context canceled 2025/04/29 05:28:05 ERROR : A1/B1/C1/four: Not deleting source as copy failed: failed to open source object: Open failed: Get "https://aht.nuplink2.net/pool/pub/ef/57/72/8cbad96aced40b3838dd9f07f6ef5772/4?token=1d969569a5d82851f8391882ca72f821&ts=1745904473&ip=65.108.87.141": context canceled 2025/04/29 05:28:06 ERROR : A1/two: Failed to copy: failed to open source object: Open failed: Get "https://aht.nuplink2.net/pool/pub/82/0a/61/b8a9f715dbb64fd5c56e7783c6820a61/3?token=d6f969d0d3363501460beed4fc52f3ce&ts=1745904471&ip=65.108.87.141": context canceled 2025/04/29 05:28:06 ERROR : A1/two: Not deleting source as copy failed: failed to open source object: Open failed: Get "https://aht.nuplink2.net/pool/pub/82/0a/61/b8a9f715dbb64fd5c56e7783c6820a61/3?token=d6f969d0d3363501460beed4fc52f3ce&ts=1745904471&ip=65.108.87.141": context canceled operations_test.go:1380: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1380 Error: Received unexpected error: RenameDir renames: failed to open source object: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestDirMove run.go:125: removing dir "A1/B1" failed - try 1/3: directory not empty run.go:125: removing dir "A1/B1" failed - try 2/3: directory not empty run.go:125: removing dir "A1/B1" failed - try 3/3: directory not empty run.go:128: removing dir "A1/B1" failed: directory not empty run.go:125: removing dir "A1" failed - try 1/3: directory not empty run.go:125: removing dir "A1" failed - try 2/3: directory not empty run.go:125: removing dir "A1" failed - try 3/3: directory not empty run.go:128: removing dir "A1" failed: directory not empty fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache 2025/04/29 05:29:00 ERROR : : error listing: directory not found fstest.go:286: Sleeping for 7s just to make sure --- FAIL: TestDirMove (146.31s) FAIL 2025/04/29 05:29:07 DEBUG : Linkbox root 'rclone-test-koneduh7xoxi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^(TestCat|TestCheckSumDownload|TestCopyFileMaxTransfer|TestDirMove|TestListDirSortedFn|TestParseSumFile|TestReadFile|TestRmdirsNoLeaveRoot)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$'" - Finished ERROR in 8m12.672749981s (try 3/5): exit status 1: Failed [TestCheckDownload/1 TestCheckDownload/2 TestCheckDownload/3 TestCheckDownload/4 TestCheckDownload/5 TestCheckDownload/6 TestCheckDownload/7 TestParseSumFile TestCheckSumDownload TestCopyFileMaxTransfer TestListDirSortedFn TestReadFile TestCat TestDirMove]