"./operations.test -test.v -test.timeout 1h0m0s -remote TestPikPak: -verbose -test.run '^(TestCat|TestCheckSumDownload)$|^TestHashSums$/^Md5Download$'" - Starting (try 2/5) 2025/09/06 03:28:52 DEBUG : Creating backend with remote "TestPikPak:rclone-test-tafivac1mure" 2025/09/06 03:28:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/06 03:28:53 DEBUG : Creating backend with remote "/tmp/rclone4172454725" === RUN TestCheckSumDownload run.go:180: Remote "PikPak root 'rclone-test-tafivac1mure'", Local "Local file system at /tmp/rclone4172454725", Modify Window "876000h0m0s" 2025/09/06 03:28:53 DEBUG : Creating backend with remote "TestPikPak:rclone-test-tafivac1mure/data" 2025/09/06 03:28:56 DEBUG : data/banana: calculating gcid: failed to unwrap object from src: data/banana 2025/09/06 03:28:56 DEBUG : data/banana: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 2025/09/06 03:28:58 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2025/09/06 03:28:58 DEBUG : test.sum: gcid = a5968cd7981dde739b5ed764a5ed354ef42c42b2 === RUN TestCheckSumDownload/subtest1 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 0 actual : 1 Test: TestCheckSumDownload Messages: wrong error count in run 1 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "2025/09/06 03:30:05 ERROR : banana: Failed to calculate hash: can't download: no link\n2025/09/06 03:30:05 NOTICE: PikPak root 'rclone-test-tafivac1mure/data': 0 differences found\n2025/09/06 03:30:05 NOTICE: PikPak root 'rclone-test-tafivac1mure/data': 1 errors while checking\n" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "= banana"} actual : []string{"", "! banana"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) "", - (string) (len=8) "= banana" + (string) (len=8) "! banana" } Test: TestCheckSumDownload Messages: wrong combined result in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:422 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{} actual : []string{"", "banana"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=6) "banana" } Test: TestCheckSumDownload Messages: wrong error result in run 1 2025/09/06 03:30:06 DEBUG : data/potato: calculating gcid: failed to unwrap object from src: data/potato 2025/09/06 03:30:06 DEBUG : data/potato: gcid = 7a3c15f717358c93392def5ff0639db84c0d363b 2025/09/06 03:30:08 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2025/09/06 03:30:08 DEBUG : test.sum: gcid = a5968cd7981dde739b5ed764a5ed354ef42c42b2 === RUN TestCheckSumDownload/subtest2 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 2 Test: TestCheckSumDownload Messages: wrong error count in run 2 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "2025/09/06 03:30:14 ERROR : potato: sum not found\n2025/09/06 03:31:20 ERROR : banana: Failed to calculate hash: can't download: no link\n2025/09/06 03:31:20 NOTICE: 1 hashes missing\n2025/09/06 03:31:20 NOTICE: PikPak root 'rclone-test-tafivac1mure/data': 1 differences found\n2025/09/06 03:31:20 NOTICE: PikPak root 'rclone-test-tafivac1mure/data': 2 errors while checking\n" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "- potato", "= banana"} actual : []string{"", "! banana", "- potato"} Diff: --- Expected +++ Actual @@ -2,4 +2,4 @@ (string) "", - (string) (len=8) "- potato", - (string) (len=8) "= banana" + (string) (len=8) "! banana", + (string) (len=8) "- potato" } Test: TestCheckSumDownload Messages: wrong combined result in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:422 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{} actual : []string{"", "banana"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=6) "banana" } Test: TestCheckSumDownload Messages: wrong error result in run 2 2025/09/06 03:31:21 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2025/09/06 03:31:22 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2025/09/06 03:31:22 DEBUG : test.sum: gcid = f3a0ff69df1baee079fa197e53142fe40231e82b === RUN TestCheckSumDownload/subtest3 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: failed to parse sum file: can't download: no link Test: TestCheckSumDownload Messages: unexpected error in run 3 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 3 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 3 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "= banana", "= potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "= banana", - (string) (len=8) "= potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 3 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 3 2025/09/06 03:32:29 DEBUG : pacer: Reducing sleep to 1.5s 2025/09/06 03:32:29 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2025/09/06 03:32:29 DEBUG : test.sum: gcid = 4432a75a15f9e866fc8b0361de0580e4ab920bea 2025/09/06 03:32:32 DEBUG : pacer: Reducing sleep to 1.125s 2025/09/06 03:32:33 DEBUG : pacer: Reducing sleep to 843.75ms 2025/09/06 03:32:34 DEBUG : pacer: Reducing sleep to 632.8125ms 2025/09/06 03:32:35 DEBUG : pacer: Reducing sleep to 474.609375ms 2025/09/06 03:32:35 DEBUG : pacer: Reducing sleep to 355.957031ms 2025/09/06 03:32:36 DEBUG : pacer: Reducing sleep to 266.967773ms === RUN TestCheckSumDownload/subtest4 2025/09/06 03:33:32 DEBUG : pacer: Reducing sleep to 168.940542ms 2025/09/06 03:33:32 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2025/09/06 03:33:32 DEBUG : test.sum: gcid = c2c6d29ce2f4e1f6e3e830802ef4a15c32af89c4 2025/09/06 03:33:32 DEBUG : pacer: Reducing sleep to 126.705406ms 2025/09/06 03:33:33 DEBUG : pacer: Reducing sleep to 100ms === RUN TestCheckSumDownload/subtest5 2025/09/06 03:34:38 DEBUG : pacer: Reducing sleep to 100ms 2025/09/06 03:34:38 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2025/09/06 03:34:38 DEBUG : test.sum: gcid = 903d92580da389428c3eace6c6dce692463e75e8 === RUN TestCheckSumDownload/subtest6 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 3 Test: TestCheckSumDownload Messages: wrong error count in run 6 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "2025/09/06 03:35:20 ERROR : potato: files differ\n2025/09/06 03:35:46 ERROR : banana: Failed to calculate hash: can't download: no link\n2025/09/06 03:35:46 ERROR : orange: file not in PikPak root 'rclone-test-tafivac1mure/data'\n2025/09/06 03:35:46 NOTICE: PikPak root 'rclone-test-tafivac1mure/data': 1 files missing\n2025/09/06 03:35:46 NOTICE: PikPak root 'rclone-test-tafivac1mure/data': 1 differences found\n2025/09/06 03:35:46 NOTICE: PikPak root 'rclone-test-tafivac1mure/data': 3 errors while checking\n" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "* potato", "+ orange", "= banana"} actual : []string{"", "! banana", "* potato", "+ orange"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", + (string) (len=8) "! banana", (string) (len=8) "* potato", - (string) (len=8) "+ orange", - (string) (len=8) "= banana" + (string) (len=8) "+ orange" } Test: TestCheckSumDownload Messages: wrong combined result in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 6 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:422 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{} actual : []string{"", "banana"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=6) "banana" } Test: TestCheckSumDownload Messages: wrong error result in run 6 2025/09/06 03:35:47 DEBUG : data/banana: calculating gcid: failed to unwrap object from src: data/banana 2025/09/06 03:35:47 DEBUG : data/banana: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 2025/09/06 03:35:50 DEBUG : data/potato: calculating gcid: failed to unwrap object from src: data/potato 2025/09/06 03:35:50 DEBUG : data/potato: gcid = 7a3c15f717358c93392def5ff0639db84c0d363b 2025/09/06 03:35:53 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2025/09/06 03:35:53 DEBUG : test.sum: gcid = 551b7ddca65803810ea668343a66646180a0c0b7 === RUN TestCheckSumDownload/subtest7 2025/09/06 03:37:36 DEBUG : pacer: Reducing sleep to 843.75ms 2025/09/06 03:37:38 DEBUG : pacer: Reducing sleep to 632.8125ms 2025/09/06 03:37:38 DEBUG : pacer: Reducing sleep to 474.609375ms 2025/09/06 03:37:39 DEBUG : pacer: Reducing sleep to 355.957031ms 2025/09/06 03:37:39 DEBUG : pacer: Reducing sleep to 266.967773ms 2025/09/06 03:37:40 DEBUG : pacer: Reducing sleep to 200.225829ms 2025/09/06 03:37:41 DEBUG : pacer: Reducing sleep to 150.169371ms 2025/09/06 03:37:41 DEBUG : pacer: Reducing sleep to 112.627028ms 2025/09/06 03:37:42 DEBUG : pacer: Reducing sleep to 100ms 2025/09/06 03:37:42 DEBUG : data: Rmdir: contains trashed file: "potato" 2025/09/06 03:37:42 DEBUG : data: Rmdir: contains trashed file: "banana" 2025/09/06 03:37:42 DEBUG : data: Rmdir: contains trashed file: "potato" 2025/09/06 03:37:42 DEBUG : data: Rmdir: contains trashed file: "banana" --- FAIL: TestCheckSumDownload (529.81s) --- PASS: TestCheckSumDownload/subtest1 (65.62s) --- PASS: TestCheckSumDownload/subtest2 (68.91s) --- PASS: TestCheckSumDownload/subtest3 (63.23s) --- PASS: TestCheckSumDownload/subtest4 (55.89s) --- PASS: TestCheckSumDownload/subtest5 (63.15s) --- PASS: TestCheckSumDownload/subtest6 (65.72s) --- PASS: TestCheckSumDownload/subtest7 (99.90s) === RUN TestHashSums run.go:180: Remote "PikPak root 'rclone-test-tafivac1mure'", Local "Local file system at /tmp/rclone4172454725", Modify Window "876000h0m0s" 2025/09/06 03:37:43 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2025/09/06 03:37:43 DEBUG : potato2: gcid = f284ca644cf64403b777451495ca659cc12415af 2025/09/06 03:37:45 DEBUG : empty space: calculating gcid: failed to unwrap object from src: empty space 2025/09/06 03:37:45 DEBUG : empty space: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b === RUN TestHashSums/Md5Download 2025/09/06 03:37:53 DEBUG : pacer: low level retry 1/10 (error no link) 2025/09/06 03:37:53 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2025/09/06 03:37:53 DEBUG : pacer: low level retry 1/10 (error no link) 2025/09/06 03:37:53 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2025/09/06 03:37:59 DEBUG : pacer: low level retry 2/10 (error no link) 2025/09/06 03:37:59 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2025/09/06 03:37:59 DEBUG : pacer: low level retry 2/10 (error no link) 2025/09/06 03:37:59 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2025/09/06 03:38:06 DEBUG : pacer: low level retry 3/10 (error no link) 2025/09/06 03:38:06 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/09/06 03:38:06 DEBUG : pacer: low level retry 3/10 (error no link) 2025/09/06 03:38:12 DEBUG : pacer: low level retry 4/10 (error no link) 2025/09/06 03:38:14 DEBUG : pacer: low level retry 4/10 (error no link) 2025/09/06 03:38:18 DEBUG : pacer: low level retry 5/10 (error no link) 2025/09/06 03:38:20 DEBUG : pacer: low level retry 5/10 (error no link) 2025/09/06 03:38:24 DEBUG : pacer: low level retry 6/10 (error no link) 2025/09/06 03:38:26 DEBUG : pacer: low level retry 6/10 (error no link) 2025/09/06 03:38:27 DEBUG : pacer: Reducing sleep to 1.5s 2025/09/06 03:38:30 DEBUG : pacer: Reducing sleep to 1.125s 2025/09/06 03:38:31 DEBUG : pacer: low level retry 7/10 (error no link) 2025/09/06 03:38:31 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/09/06 03:38:37 DEBUG : pacer: low level retry 8/10 (error no link) 2025/09/06 03:38:44 DEBUG : pacer: low level retry 9/10 (error no link) 2025/09/06 03:38:50 DEBUG : pacer: low level retry 10/10 (error no link) 2025/09/06 03:38:50 ERROR : empty space: failed to open file empty space: can't download: no link operations_test.go:280: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:280 Error: "d6548b156ea68a4e003e786df99eee76 potato2\n" does not contain "336d5ebc5436534e61d16e63ddfca327 empty space\n" Test: TestHashSums/Md5Download 2025/09/06 03:38:50 DEBUG : pacer: Reducing sleep to 1.5s 2025/09/06 03:38:52 DEBUG : pacer: Reducing sleep to 1.125s 2025/09/06 03:38:54 DEBUG : pacer: Reducing sleep to 843.75ms 2025/09/06 03:38:55 DEBUG : pacer: Reducing sleep to 632.8125ms 2025/09/06 03:38:56 DEBUG : pacer: Reducing sleep to 474.609375ms 2025/09/06 03:38:56 DEBUG : pacer: Reducing sleep to 355.957031ms --- FAIL: TestHashSums (73.54s) --- FAIL: TestHashSums/Md5Download (63.68s) === RUN TestCat run.go:180: Remote "PikPak root 'rclone-test-tafivac1mure'", Local "Local file system at /tmp/rclone4172454725", Modify Window "876000h0m0s" 2025/09/06 03:38:57 DEBUG : pacer: Reducing sleep to 266.967773ms 2025/09/06 03:38:57 DEBUG : file1: calculating gcid: failed to unwrap object from src: file1 2025/09/06 03:38:57 DEBUG : file1: gcid = 4d8356ed1af6fd7e9537777328c6d176effe38a0 2025/09/06 03:38:58 DEBUG : pacer: Reducing sleep to 200.225829ms 2025/09/06 03:38:59 DEBUG : pacer: Reducing sleep to 150.169371ms 2025/09/06 03:38:59 DEBUG : file2: calculating gcid: failed to unwrap object from src: file2 2025/09/06 03:38:59 DEBUG : file2: gcid = 9e3614f5e363b3d1060c1e4d6738e7c26804ae41 2025/09/06 03:39:00 DEBUG : pacer: Reducing sleep to 112.627028ms 2025/09/06 03:39:00 DEBUG : pacer: Reducing sleep to 100ms 2025/09/06 03:39:07 DEBUG : pacer: low level retry 1/10 (error no link) 2025/09/06 03:39:07 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2025/09/06 03:39:07 DEBUG : pacer: Reducing sleep to 150ms 2025/09/06 03:39:08 DEBUG : pacer: Reducing sleep to 112.5ms 2025/09/06 03:39:14 DEBUG : pacer: low level retry 1/10 (error no link) 2025/09/06 03:39:14 DEBUG : pacer: Rate limited, increasing sleep to 225ms 2025/09/06 03:39:21 DEBUG : pacer: low level retry 2/10 (error no link) 2025/09/06 03:39:21 DEBUG : pacer: Rate limited, increasing sleep to 450ms 2025/09/06 03:39:27 DEBUG : pacer: low level retry 3/10 (error no link) 2025/09/06 03:39:27 DEBUG : pacer: Rate limited, increasing sleep to 900ms 2025/09/06 03:39:28 DEBUG : pacer: Reducing sleep to 675ms 2025/09/06 03:39:29 DEBUG : pacer: Reducing sleep to 506.25ms 2025/09/06 03:39:29 DEBUG : pacer: Reducing sleep to 379.6875ms 2025/09/06 03:39:36 DEBUG : pacer: low level retry 1/10 (error no link) 2025/09/06 03:39:36 DEBUG : pacer: Rate limited, increasing sleep to 759.375ms 2025/09/06 03:39:42 DEBUG : pacer: low level retry 2/10 (error no link) 2025/09/06 03:39:42 DEBUG : pacer: Rate limited, increasing sleep to 1.51875s 2025/09/06 03:39:48 DEBUG : pacer: low level retry 3/10 (error no link) 2025/09/06 03:39:48 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/09/06 03:39:55 DEBUG : pacer: low level retry 4/10 (error no link) 2025/09/06 03:39:55 DEBUG : pacer: Reducing sleep to 1.5s 2025/09/06 03:39:57 DEBUG : pacer: Reducing sleep to 1.125s 2025/09/06 03:39:59 DEBUG : pacer: Reducing sleep to 843.75ms 2025/09/06 03:39:59 DEBUG : pacer: Reducing sleep to 632.8125ms 2025/09/06 03:40:00 DEBUG : pacer: Reducing sleep to 474.609375ms 2025/09/06 03:40:07 DEBUG : pacer: low level retry 1/10 (error no link) 2025/09/06 03:40:07 DEBUG : pacer: Rate limited, increasing sleep to 949.21875ms 2025/09/06 03:40:13 DEBUG : pacer: low level retry 2/10 (error no link) 2025/09/06 03:40:13 DEBUG : pacer: Rate limited, increasing sleep to 1.8984375s 2025/09/06 03:40:20 DEBUG : pacer: low level retry 3/10 (error no link) 2025/09/06 03:40:20 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/09/06 03:40:26 DEBUG : pacer: low level retry 4/10 (error no link) 2025/09/06 03:40:32 DEBUG : pacer: low level retry 5/10 (error no link) 2025/09/06 03:40:33 DEBUG : pacer: Reducing sleep to 1.5s 2025/09/06 03:40:35 DEBUG : pacer: Reducing sleep to 1.125s 2025/09/06 03:40:42 DEBUG : pacer: low level retry 1/10 (error no link) 2025/09/06 03:40:42 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/09/06 03:40:48 DEBUG : pacer: low level retry 2/10 (error no link) 2025/09/06 03:40:49 DEBUG : pacer: Reducing sleep to 1.5s 2025/09/06 03:40:51 DEBUG : pacer: Reducing sleep to 1.125s 2025/09/06 03:40:52 DEBUG : pacer: Reducing sleep to 843.75ms 2025/09/06 03:40:54 DEBUG : pacer: Reducing sleep to 632.8125ms 2025/09/06 03:40:55 DEBUG : pacer: Reducing sleep to 474.609375ms 2025/09/06 03:41:01 DEBUG : pacer: low level retry 1/10 (error no link) 2025/09/06 03:41:01 DEBUG : pacer: Rate limited, increasing sleep to 949.21875ms 2025/09/06 03:41:08 DEBUG : pacer: low level retry 2/10 (error no link) 2025/09/06 03:41:08 DEBUG : pacer: Rate limited, increasing sleep to 1.8984375s 2025/09/06 03:41:09 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2025/09/06 03:41:09 DEBUG : Config file has changed externally - reloading 2025/09/06 03:41:15 DEBUG : pacer: low level retry 3/10 (error no link) 2025/09/06 03:41:15 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/09/06 03:41:22 DEBUG : pacer: low level retry 4/10 (error no link) 2025/09/06 03:41:28 DEBUG : pacer: low level retry 5/10 (error no link) 2025/09/06 03:41:34 DEBUG : pacer: low level retry 6/10 (error no link) 2025/09/06 03:41:41 DEBUG : pacer: low level retry 7/10 (error no link) 2025/09/06 03:41:47 DEBUG : pacer: low level retry 8/10 (error no link) 2025/09/06 03:41:53 DEBUG : pacer: low level retry 9/10 (error no link) 2025/09/06 03:41:54 DEBUG : pacer: Reducing sleep to 1.5s 2025/09/06 03:41:56 DEBUG : pacer: Reducing sleep to 1.125s 2025/09/06 03:41:57 DEBUG : pacer: Reducing sleep to 843.75ms 2025/09/06 03:41:59 DEBUG : pacer: Reducing sleep to 632.8125ms 2025/09/06 03:42:00 DEBUG : pacer: Reducing sleep to 474.609375ms 2025/09/06 03:42:07 DEBUG : pacer: low level retry 1/10 (error no link) 2025/09/06 03:42:07 DEBUG : pacer: Rate limited, increasing sleep to 949.21875ms 2025/09/06 03:42:08 DEBUG : pacer: Reducing sleep to 711.914062ms 2025/09/06 03:42:09 DEBUG : pacer: Reducing sleep to 533.935546ms 2025/09/06 03:42:09 DEBUG : pacer: Reducing sleep to 400.451659ms 2025/09/06 03:42:10 DEBUG : pacer: Reducing sleep to 300.338744ms 2025/09/06 03:42:10 DEBUG : pacer: Reducing sleep to 225.254058ms 2025/09/06 03:42:11 DEBUG : pacer: Reducing sleep to 168.940543ms 2025/09/06 03:42:11 DEBUG : pacer: Reducing sleep to 126.705407ms 2025/09/06 03:42:12 DEBUG : pacer: Reducing sleep to 100ms --- PASS: TestCat (195.40s) FAIL 2025/09/06 03:42:12 DEBUG : PikPak root 'rclone-test-tafivac1mure': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestPikPak: -verbose -test.run '^(TestCat|TestCheckSumDownload)$|^TestHashSums$/^Md5Download$'" - Finished ERROR in 13m21.218280406s (try 2/5): exit status 1: Failed [TestCheckSumDownload TestHashSums/Md5Download]