"./operations.test -test.v -test.timeout 1h0m0s -remote TestPikPak: -verbose" - Starting (try 1/5) 2026/09/20 02:49:24 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu" 2026/09/20 02:49:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:49:25 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:49:26 DEBUG : Creating backend with remote "/tmp/rclone2166958905" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" multithread_test.go:120: multithread writing not supported 2026/09/20 02:49:26 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.29s) === RUN TestMultithreadCopyAbort run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" multithread_test.go:120: multithread writing not supported 2026/09/20 02:49:27 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.29s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/20 02:49:27 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 1 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 0 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 2 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/write/fatal=true 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/20 02:49:27 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 1 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 0 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 2 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/close/fatal=false 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/20 02:49:27 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 1 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 2 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 0 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 3 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/close/fatal=true 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/20 02:49:27 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 1 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 2 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 0 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/20 02:49:27 DEBUG : file.txt: writing chunk 3 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/20 02:49:27 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found --- PASS: TestMultithreadCopyWriterAtErrors (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/open/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/open/fatal=true (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/write/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/write/fatal=true (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/close/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/close/fatal=true (0.00s) === RUN TestSizeDiffers 2026/09/20 02:49:27 DEBUG : a: size = 0 OK 2026/09/20 02:49:27 DEBUG : a: size = 1 (memory) 2026/09/20 02:49:27 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestDirTransferEntry --- PASS: TestDirTransferEntry (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/09/20 02:49:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/20 02:49:27 DEBUG : potato: Seek from 10 to 0 2026/09/20 02:49:27 DEBUG : potato: Seek from 10 to 0 2026/09/20 02:49:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/20 02:49:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Seek from 5 to 2 2026/09/20 02:49:27 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/20 02:49:27 DEBUG : potato: Seek from 7 to 0 2026/09/20 02:49:27 DEBUG : potato: Seek from 7 to 0 2026/09/20 02:49:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/20 02:49:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Seek from 5 to 2 2026/09/20 02:49:27 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/20 02:49:27 DEBUG : potato: Seek from 8 to 0 2026/09/20 02:49:27 DEBUG : potato: Seek from 8 to 0 2026/09/20 02:49:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/20 02:49:27 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/20 02:49:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/20 02:49:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/20 02:49:27 DEBUG : potato: Seek from 5 to 2 2026/09/20 02:49:27 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/20 02:49:27 DEBUG : potato: Seek from 9 to 0 2026/09/20 02:49:27 DEBUG : potato: Seek from 9 to 0 2026/09/20 02:49:27 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:49:28 DEBUG : rutabaga: calculating gcid: failed to unwrap object from src: rutabaga 2026/09/20 02:49:28 DEBUG : rutabaga: gcid = 8277717b2668765d3c4e3449b6be32223a7e3d33 2026/09/20 02:49:28 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:49:28 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:49:28 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:49:29 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:49:29 DEBUG : pacer: Reducing sleep to 112.5ms === RUN TestCheck/1 === RUN TestCheck/2 2026/09/20 02:49:30 DEBUG : empty space: calculating gcid: failed to unwrap object from src: empty space 2026/09/20 02:49:30 DEBUG : empty space: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b === RUN TestCheck/3 2026/09/20 02:49:31 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 02:49:31 DEBUG : potato2: gcid = f284ca644cf64403b777451495ca659cc12415af === RUN TestCheck/4 === RUN TestCheck/5 2026/09/20 02:49:33 DEBUG : remotepotato: calculating gcid: failed to unwrap object from src: remotepotato 2026/09/20 02:49:33 DEBUG : remotepotato: gcid = f284ca644cf64403b777451495ca659cc12415af === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.27s) --- PASS: TestCheck/1 (0.31s) --- PASS: TestCheck/2 (0.30s) --- PASS: TestCheck/3 (0.30s) --- PASS: TestCheck/4 (0.42s) --- PASS: TestCheck/5 (0.30s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.30s) === RUN TestCheckFsError 2026/09/20 02:49:39 DEBUG : Creating backend with remote "nonexistent" 2026/09/20 02:49:39 DEBUG : Creating backend with remote "nonexistent" 2026/09/20 02:49:39 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/20 02:49:39 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/20 02:49:39 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/20 02:49:39 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:49:39 DEBUG : rutabaga: calculating gcid: failed to unwrap object from src: rutabaga 2026/09/20 02:49:39 DEBUG : rutabaga: gcid = 8277717b2668765d3c4e3449b6be32223a7e3d33 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/20 02:49:43 DEBUG : empty space: calculating gcid: failed to unwrap object from src: empty space 2026/09/20 02:49:43 DEBUG : empty space: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b 2026/09/20 02:49:44 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:49:44 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:49:44 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:49:44 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:49:44 DEBUG : pacer: Reducing sleep to 112.5ms === RUN TestCheckDownload/3 2026/09/20 02:49:46 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 02:49:46 DEBUG : potato2: gcid = f284ca644cf64403b777451495ca659cc12415af === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/20 02:49:50 DEBUG : remotepotato: calculating gcid: failed to unwrap object from src: remotepotato 2026/09/20 02:49:50 DEBUG : remotepotato: gcid = f284ca644cf64403b777451495ca659cc12415af === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.50s) --- PASS: TestCheckDownload/1 (1.45s) --- PASS: TestCheckDownload/2 (1.45s) --- PASS: TestCheckDownload/3 (1.60s) --- PASS: TestCheckDownload/4 (1.62s) --- PASS: TestCheckDownload/5 (1.44s) --- PASS: TestCheckDownload/6 (1.56s) --- PASS: TestCheckDownload/7 (0.99s) === RUN TestCheckSizeOnly run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:49:59 DEBUG : rutabaga: calculating gcid: failed to unwrap object from src: rutabaga 2026/09/20 02:49:59 DEBUG : rutabaga: gcid = 8277717b2668765d3c4e3449b6be32223a7e3d33 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/20 02:50:00 DEBUG : empty space: calculating gcid: failed to unwrap object from src: empty space 2026/09/20 02:50:00 DEBUG : empty space: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b === RUN TestCheckSizeOnly/3 2026/09/20 02:50:02 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 02:50:02 DEBUG : potato2: gcid = 1c072bc7ea04a9090f3d2c88d92ee133e136b1d0 2026/09/20 02:50:02 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:50:02 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:50:02 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:50:03 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:50:03 DEBUG : pacer: Reducing sleep to 112.5ms === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/20 02:50:04 DEBUG : remotepotato: calculating gcid: failed to unwrap object from src: remotepotato 2026/09/20 02:50:04 DEBUG : remotepotato: gcid = f284ca644cf64403b777451495ca659cc12415af === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.45s) --- PASS: TestCheckSizeOnly/1 (0.30s) --- PASS: TestCheckSizeOnly/2 (0.29s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.30s) --- PASS: TestCheckSizeOnly/5 (0.31s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.29s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:50:10 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:50:10 DEBUG : test.sum: gcid = 7a6c4fea12fa7bf66997c8b984733019679b2f9f 2026/09/20 02:50:12 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/20 02:50:12 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/20 02:50:12 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/20 02:50:12 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/20 02:50:12 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:50:12 DEBUG : test.sum: gcid = bc9d7ca23a449ced8d5f88b9712e89097981d783 2026/09/20 02:50:15 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/20 02:50:15 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/20 02:50:15 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/20 02:50:15 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.30s) === RUN TestCheckSum run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:50:16 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/data" 2026/09/20 02:50:21 DEBUG : data/banana: calculating gcid: failed to unwrap object from src: data/banana 2026/09/20 02:50:21 DEBUG : data/banana: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 2026/09/20 02:50:21 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:50:21 DEBUG : test.sum: gcid = a5968cd7981dde739b5ed764a5ed354ef42c42b2 2026/09/20 02:50:22 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:50:22 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:50:22 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:50:22 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:50:22 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:50:23 DEBUG : pacer: Reducing sleep to 100ms === RUN TestCheckSum/subtest1 2026/09/20 02:50:25 DEBUG : data/potato: calculating gcid: failed to unwrap object from src: data/potato 2026/09/20 02:50:25 DEBUG : data/potato: gcid = 7a3c15f717358c93392def5ff0639db84c0d363b 2026/09/20 02:50:25 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:50:25 DEBUG : test.sum: gcid = a5968cd7981dde739b5ed764a5ed354ef42c42b2 === RUN TestCheckSum/subtest2 2026/09/20 02:50:29 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:50:29 DEBUG : test.sum: gcid = f3a0ff69df1baee079fa197e53142fe40231e82b === RUN TestCheckSum/subtest3 2026/09/20 02:50:34 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:50:34 DEBUG : test.sum: gcid = 4432a75a15f9e866fc8b0361de0580e4ab920bea === RUN TestCheckSum/subtest4 === NAME TestCheckSum check_test.go:411: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:411 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: An error is expected but got nil. Test: TestCheckSum Messages: no expected error in run 4 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:432 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSum Messages: wrong error count 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{"", "= banana", "= potato"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) "", - (string) (len=8) "* banana", + (string) (len=8) "= banana", (string) (len=8) "= potato" Test: TestCheckSum 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{"", "banana", "potato"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=2) { +([]string) (len=3) { (string) "", + (string) (len=6) "banana", (string) (len=6) "potato" Test: TestCheckSum 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: TestCheckSum Messages: wrong differ result in run 4 2026/09/20 02:50:38 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:50:38 DEBUG : test.sum: gcid = c2c6d29ce2f4e1f6e3e830802ef4a15c32af89c4 2026/09/20 02:50:38 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:50:38 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:50:38 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:50:39 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:50:39 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:50:40 DEBUG : pacer: Reducing sleep to 100ms === RUN TestCheckSum/subtest5 2026/09/20 02:50:42 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:50:42 DEBUG : test.sum: gcid = 903d92580da389428c3eace6c6dce692463e75e8 === RUN TestCheckSum/subtest6 === NAME TestCheckSum 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 : 1 Test: TestCheckSum Messages: wrong error count in run 6 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{"", "* potato", "+ orange", "= banana"} actual : []string{"", "+ orange", "= banana", "= potato"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=8) "* potato", (string) (len=8) "+ orange", - (string) (len=8) "= banana" + (string) (len=8) "= banana", + (string) (len=8) "= potato" } Test: TestCheckSum Messages: wrong combined result in run 6 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"} actual : []string{"", "banana", "potato"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) "", - (string) (len=6) "banana" + (string) (len=6) "banana", + (string) (len=6) "potato" } Test: TestCheckSum Messages: wrong match result in run 6 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{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSum Messages: wrong differ result in run 6 2026/09/20 02:50:46 DEBUG : data/banana: calculating gcid: failed to unwrap object from src: data/banana 2026/09/20 02:50:46 DEBUG : data/banana: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 2026/09/20 02:50:48 DEBUG : data/potato: calculating gcid: failed to unwrap object from src: data/potato 2026/09/20 02:50:48 DEBUG : data/potato: gcid = 7a3c15f717358c93392def5ff0639db84c0d363b 2026/09/20 02:50:50 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:50:50 DEBUG : test.sum: gcid = 551b7ddca65803810ea668343a66646180a0c0b7 === RUN TestCheckSum/subtest7 2026/09/20 02:50:59 DEBUG : data: Rmdir: contains trashed file: "potato" 2026/09/20 02:50:59 DEBUG : data: Rmdir: contains trashed file: "banana" 2026/09/20 02:50:59 DEBUG : data: Rmdir: contains trashed file: "potato" 2026/09/20 02:50:59 DEBUG : data: Rmdir: contains trashed file: "banana" --- FAIL: TestCheckSum (43.78s) --- PASS: TestCheckSum/subtest1 (1.46s) --- PASS: TestCheckSum/subtest2 (1.15s) --- PASS: TestCheckSum/subtest3 (1.73s) --- PASS: TestCheckSum/subtest4 (1.76s) --- PASS: TestCheckSum/subtest5 (1.23s) --- PASS: TestCheckSum/subtest6 (1.17s) --- PASS: TestCheckSum/subtest7 (1.77s) === RUN TestCheckSumDownload run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:51:00 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/data" 2026/09/20 02:51:03 DEBUG : data/banana: calculating gcid: failed to unwrap object from src: data/banana 2026/09/20 02:51:03 DEBUG : data/banana: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 2026/09/20 02:51:03 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:51:03 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:51:03 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:51:04 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:51:04 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:51:04 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:51:04 DEBUG : test.sum: gcid = a5968cd7981dde739b5ed764a5ed354ef42c42b2 2026/09/20 02:51:05 DEBUG : pacer: Reducing sleep to 100ms === RUN TestCheckSumDownload/subtest1 2026/09/20 02:51:08 DEBUG : data/potato: calculating gcid: failed to unwrap object from src: data/potato 2026/09/20 02:51:08 DEBUG : data/potato: gcid = 7a3c15f717358c93392def5ff0639db84c0d363b 2026/09/20 02:51:09 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:51:09 DEBUG : test.sum: gcid = a5968cd7981dde739b5ed764a5ed354ef42c42b2 === RUN TestCheckSumDownload/subtest2 2026/09/20 02:51:14 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:51:14 DEBUG : test.sum: gcid = f3a0ff69df1baee079fa197e53142fe40231e82b === RUN TestCheckSumDownload/subtest3 2026/09/20 02:51:20 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:51:20 DEBUG : test.sum: gcid = 4432a75a15f9e866fc8b0361de0580e4ab920bea 2026/09/20 02:51:20 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:51:20 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:51:20 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:51:21 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:51:21 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:51:22 DEBUG : pacer: Reducing sleep to 100ms === RUN TestCheckSumDownload/subtest4 2026/09/20 02:51:26 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:51:26 DEBUG : test.sum: gcid = c2c6d29ce2f4e1f6e3e830802ef4a15c32af89c4 === RUN TestCheckSumDownload/subtest5 2026/09/20 02:51:32 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:51:32 DEBUG : test.sum: gcid = 903d92580da389428c3eace6c6dce692463e75e8 === RUN TestCheckSumDownload/subtest6 2026/09/20 02:51:37 DEBUG : data/banana: calculating gcid: failed to unwrap object from src: data/banana 2026/09/20 02:51:37 DEBUG : data/banana: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 2026/09/20 02:51:39 DEBUG : data/potato: calculating gcid: failed to unwrap object from src: data/potato 2026/09/20 02:51:39 DEBUG : data/potato: gcid = 7a3c15f717358c93392def5ff0639db84c0d363b 2026/09/20 02:51:41 DEBUG : test.sum: calculating gcid: failed to unwrap object from src: test.sum 2026/09/20 02:51:41 DEBUG : test.sum: gcid = 551b7ddca65803810ea668343a66646180a0c0b7 2026/09/20 02:51:42 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:51:42 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:51:42 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:51:42 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:51:43 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:51:43 DEBUG : pacer: Reducing sleep to 100ms === RUN TestCheckSumDownload/subtest7 2026/09/20 02:51:51 DEBUG : data: Rmdir: contains trashed file: "potato" 2026/09/20 02:51:51 DEBUG : data: Rmdir: contains trashed file: "banana" 2026/09/20 02:51:51 DEBUG : data: Rmdir: contains trashed file: "potato" 2026/09/20 02:51:51 DEBUG : data: Rmdir: contains trashed file: "banana" --- PASS: TestCheckSumDownload (52.09s) --- PASS: TestCheckSumDownload/subtest1 (2.61s) --- PASS: TestCheckSumDownload/subtest2 (3.03s) --- PASS: TestCheckSumDownload/subtest3 (2.50s) --- PASS: TestCheckSumDownload/subtest4 (3.16s) --- PASS: TestCheckSumDownload/subtest5 (2.84s) --- PASS: TestCheckSumDownload/subtest6 (2.95s) --- PASS: TestCheckSumDownload/subtest7 (2.37s) === RUN TestCheckSumConcurrency 2026/09/20 02:51:52 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/20 02:51:52 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/20 02:51:52 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/20 02:51:52 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/20 02:51:52 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/20 02:51:52 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/20 02:51:52 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/20 02:51:52 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/20 02:51:52 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/20 02:51:52 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/20 02:51:52 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/20 02:51:52 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/20 02:51:52 DEBUG : Creating backend with remote "TestPikPak:rclone-test-himiqix7caju" 2026/09/20 02:51:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:51:57 DEBUG : Creating backend with remote "/tmp/rclone3718762367" run.go:198: Remote "PikPak root 'rclone-test-himiqix7caju'", Local "Local file system at /tmp/rclone3718762367", Modify Window "876000h0m0s" 2026/09/20 02:51:58 DEBUG : hello, world!: calculating gcid: failed to unwrap object from src: hello, world! 2026/09/20 02:51:58 DEBUG : hello, world!: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 upper checkfile vs. lower remote (without normalization) 2026/09/20 02:51:59 ERROR : hello, world!: sum not found 2026/09/20 02:51:59 ERROR : HELLO, WORLD!: file not in PikPak root 'rclone-test-himiqix7caju' 2026/09/20 02:51:59 NOTICE: PikPak root 'rclone-test-himiqix7caju': 1 files missing 2026/09/20 02:51:59 NOTICE: 1 hashes missing 2026/09/20 02:51:59 NOTICE: PikPak root 'rclone-test-himiqix7caju': 1 differences found 2026/09/20 02:51:59 NOTICE: PikPak root 'rclone-test-himiqix7caju': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/20 02:52:01 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:01 NOTICE: PikPak root 'rclone-test-himiqix7caju': 0 differences found 2026/09/20 02:52:01 NOTICE: PikPak root 'rclone-test-himiqix7caju': 1 matching files 2026/09/20 02:52:01 DEBUG : Creating backend with remote "TestPikPak:rclone-test-qozigod6wofa" 2026/09/20 02:52:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:52:03 DEBUG : Creating backend with remote "/tmp/rclone802760828" run.go:198: Remote "PikPak root 'rclone-test-qozigod6wofa'", Local "Local file system at /tmp/rclone802760828", Modify Window "876000h0m0s" 2026/09/20 02:52:04 DEBUG : HELLO, WORLD!: calculating gcid: failed to unwrap object from src: HELLO, WORLD! 2026/09/20 02:52:04 DEBUG : HELLO, WORLD!: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 lower checkfile vs. upper remote (without normalization) 2026/09/20 02:52:05 ERROR : HELLO, WORLD!: sum not found 2026/09/20 02:52:05 ERROR : hello, world!: file not in PikPak root 'rclone-test-qozigod6wofa' 2026/09/20 02:52:05 NOTICE: PikPak root 'rclone-test-qozigod6wofa': 1 files missing 2026/09/20 02:52:05 NOTICE: 1 hashes missing 2026/09/20 02:52:05 NOTICE: PikPak root 'rclone-test-qozigod6wofa': 1 differences found 2026/09/20 02:52:05 NOTICE: PikPak root 'rclone-test-qozigod6wofa': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/20 02:52:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:06 NOTICE: PikPak root 'rclone-test-qozigod6wofa': 0 differences found 2026/09/20 02:52:06 NOTICE: PikPak root 'rclone-test-qozigod6wofa': 1 matching files 2026/09/20 02:52:06 DEBUG : Creating backend with remote "TestPikPak:rclone-test-pitukiw7xira" 2026/09/20 02:52:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:52:07 DEBUG : Creating backend with remote "/tmp/rclone3992316346" run.go:198: Remote "PikPak root 'rclone-test-pitukiw7xira'", Local "Local file system at /tmp/rclone3992316346", Modify Window "876000h0m0s" 2026/09/20 02:52:08 DEBUG : HeLlO, wOrLd!: calculating gcid: failed to unwrap object from src: HeLlO, wOrLd! 2026/09/20 02:52:08 DEBUG : HeLlO, wOrLd!: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/20 02:52:09 ERROR : HeLlO, wOrLd!: sum not found 2026/09/20 02:52:09 ERROR : hello, world!: file not in PikPak root 'rclone-test-pitukiw7xira' 2026/09/20 02:52:09 NOTICE: PikPak root 'rclone-test-pitukiw7xira': 1 files missing 2026/09/20 02:52:09 NOTICE: 1 hashes missing 2026/09/20 02:52:09 NOTICE: PikPak root 'rclone-test-pitukiw7xira': 1 differences found 2026/09/20 02:52:09 NOTICE: PikPak root 'rclone-test-pitukiw7xira': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/20 02:52:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:11 NOTICE: PikPak root 'rclone-test-pitukiw7xira': 0 differences found 2026/09/20 02:52:11 NOTICE: PikPak root 'rclone-test-pitukiw7xira': 1 matching files 2026/09/20 02:52:11 DEBUG : Creating backend with remote "TestPikPak:rclone-test-rakameq9gebe" 2026/09/20 02:52:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:52:13 DEBUG : Creating backend with remote "/tmp/rclone3108737369" run.go:198: Remote "PikPak root 'rclone-test-rakameq9gebe'", Local "Local file system at /tmp/rclone3108737369", Modify Window "876000h0m0s" 2026/09/20 02:52:16 DEBUG : HELLO, WORLD!: calculating gcid: failed to unwrap object from src: HELLO, WORLD! 2026/09/20 02:52:16 DEBUG : HELLO, WORLD!: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/20 02:52:17 ERROR : HELLO, WORLD!: sum not found 2026/09/20 02:52:17 ERROR : HeLlO, wOrLd!: file not in PikPak root 'rclone-test-rakameq9gebe' 2026/09/20 02:52:17 NOTICE: PikPak root 'rclone-test-rakameq9gebe': 1 files missing 2026/09/20 02:52:17 NOTICE: 1 hashes missing 2026/09/20 02:52:17 NOTICE: PikPak root 'rclone-test-rakameq9gebe': 1 differences found 2026/09/20 02:52:17 NOTICE: PikPak root 'rclone-test-rakameq9gebe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/20 02:52:19 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:19 NOTICE: PikPak root 'rclone-test-rakameq9gebe': 0 differences found 2026/09/20 02:52:19 NOTICE: PikPak root 'rclone-test-rakameq9gebe': 1 matching files 2026/09/20 02:52:19 DEBUG : Creating backend with remote "TestPikPak:rclone-test-lisotid2saqa" 2026/09/20 02:52:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:52:21 DEBUG : Creating backend with remote "/tmp/rclone3112684657" run.go:198: Remote "PikPak root 'rclone-test-lisotid2saqa'", Local "Local file system at /tmp/rclone3112684657", Modify Window "876000h0m0s" 2026/09/20 02:52:22 DEBUG : 測試_Русский___ě_áñ: calculating gcid: failed to unwrap object from src: 測試_Русский___ě_áñ 2026/09/20 02:52:22 DEBUG : 測試_Русский___ě_áñ: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 2026/09/20 02:52:22 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:52:22 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:52:23 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:52:23 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:52:23 DEBUG : pacer: Reducing sleep to 112.5ms NFD checkfile vs. NFC remote (without normalization) 2026/09/20 02:52:24 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:52:24 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/20 02:52:24 ERROR : 測試_Русский___ě_áñ: file not in PikPak root 'rclone-test-lisotid2saqa' 2026/09/20 02:52:24 NOTICE: PikPak root 'rclone-test-lisotid2saqa': 1 files missing 2026/09/20 02:52:24 NOTICE: 1 hashes missing 2026/09/20 02:52:24 NOTICE: PikPak root 'rclone-test-lisotid2saqa': 1 differences found 2026/09/20 02:52:24 NOTICE: PikPak root 'rclone-test-lisotid2saqa': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/20 02:52:25 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:25 NOTICE: PikPak root 'rclone-test-lisotid2saqa': 0 differences found 2026/09/20 02:52:25 NOTICE: PikPak root 'rclone-test-lisotid2saqa': 1 matching files 2026/09/20 02:52:25 DEBUG : Creating backend with remote "TestPikPak:rclone-test-humubuh7duti" 2026/09/20 02:52:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:52:28 DEBUG : Creating backend with remote "/tmp/rclone146024434" run.go:198: Remote "PikPak root 'rclone-test-humubuh7duti'", Local "Local file system at /tmp/rclone146024434", Modify Window "876000h0m0s" 2026/09/20 02:52:29 DEBUG : 測試_Русский___ě_áñ: calculating gcid: failed to unwrap object from src: 測試_Русский___ě_áñ 2026/09/20 02:52:29 DEBUG : 測試_Русский___ě_áñ: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 NFC checkfile vs. NFD remote (without normalization) 2026/09/20 02:52:30 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/20 02:52:30 ERROR : 測試_Русский___ě_áñ: file not in PikPak root 'rclone-test-humubuh7duti' 2026/09/20 02:52:30 NOTICE: PikPak root 'rclone-test-humubuh7duti': 1 files missing 2026/09/20 02:52:30 NOTICE: 1 hashes missing 2026/09/20 02:52:30 NOTICE: PikPak root 'rclone-test-humubuh7duti': 1 differences found 2026/09/20 02:52:30 NOTICE: PikPak root 'rclone-test-humubuh7duti': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/20 02:52:31 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:31 NOTICE: PikPak root 'rclone-test-humubuh7duti': 0 differences found 2026/09/20 02:52:31 NOTICE: PikPak root 'rclone-test-humubuh7duti': 1 matching files 2026/09/20 02:52:31 DEBUG : Creating backend with remote "TestPikPak:rclone-test-hecoyax7qika" 2026/09/20 02:52:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:52:33 DEBUG : Creating backend with remote "/tmp/rclone2454262124" run.go:198: Remote "PikPak root 'rclone-test-hecoyax7qika'", Local "Local file system at /tmp/rclone2454262124", Modify Window "876000h0m0s" 2026/09/20 02:52:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: calculating gcid: failed to unwrap object from src: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/09/20 02:52:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 NFDx2 checkfile vs. both remote (without normalization) 2026/09/20 02:52:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/20 02:52:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in PikPak root 'rclone-test-hecoyax7qika' 2026/09/20 02:52:35 NOTICE: PikPak root 'rclone-test-hecoyax7qika': 1 files missing 2026/09/20 02:52:35 NOTICE: 1 hashes missing 2026/09/20 02:52:35 NOTICE: PikPak root 'rclone-test-hecoyax7qika': 1 differences found 2026/09/20 02:52:35 NOTICE: PikPak root 'rclone-test-hecoyax7qika': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/20 02:52:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:36 NOTICE: PikPak root 'rclone-test-hecoyax7qika': 0 differences found 2026/09/20 02:52:36 NOTICE: PikPak root 'rclone-test-hecoyax7qika': 1 matching files 2026/09/20 02:52:36 DEBUG : Creating backend with remote "TestPikPak:rclone-test-fuqubiq5caqo" 2026/09/20 02:52:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:52:38 DEBUG : Creating backend with remote "/tmp/rclone4216359163" run.go:198: Remote "PikPak root 'rclone-test-fuqubiq5caqo'", Local "Local file system at /tmp/rclone4216359163", Modify Window "876000h0m0s" 2026/09/20 02:52:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: calculating gcid: failed to unwrap object from src: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/09/20 02:52:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 NFCx2 checkfile vs. both remote (without normalization) 2026/09/20 02:52:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/20 02:52:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in PikPak root 'rclone-test-fuqubiq5caqo' 2026/09/20 02:52:40 NOTICE: PikPak root 'rclone-test-fuqubiq5caqo': 1 files missing 2026/09/20 02:52:40 NOTICE: 1 hashes missing 2026/09/20 02:52:40 NOTICE: PikPak root 'rclone-test-fuqubiq5caqo': 1 differences found 2026/09/20 02:52:40 NOTICE: PikPak root 'rclone-test-fuqubiq5caqo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/20 02:52:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:41 NOTICE: PikPak root 'rclone-test-fuqubiq5caqo': 0 differences found 2026/09/20 02:52:41 NOTICE: PikPak root 'rclone-test-fuqubiq5caqo': 1 matching files 2026/09/20 02:52:41 DEBUG : Creating backend with remote "TestPikPak:rclone-test-radojoy2mime" 2026/09/20 02:52:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:52:42 DEBUG : Creating backend with remote "/tmp/rclone1554157237" run.go:198: Remote "PikPak root 'rclone-test-radojoy2mime'", Local "Local file system at /tmp/rclone1554157237", Modify Window "876000h0m0s" 2026/09/20 02:52:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: calculating gcid: failed to unwrap object from src: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/09/20 02:52:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 both checkfile vs. NFDx2 remote (without normalization) 2026/09/20 02:52:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/20 02:52:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in PikPak root 'rclone-test-radojoy2mime' 2026/09/20 02:52:44 NOTICE: PikPak root 'rclone-test-radojoy2mime': 1 files missing 2026/09/20 02:52:44 NOTICE: 1 hashes missing 2026/09/20 02:52:44 NOTICE: PikPak root 'rclone-test-radojoy2mime': 1 differences found 2026/09/20 02:52:44 NOTICE: PikPak root 'rclone-test-radojoy2mime': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/20 02:52:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:46 NOTICE: PikPak root 'rclone-test-radojoy2mime': 0 differences found 2026/09/20 02:52:46 NOTICE: PikPak root 'rclone-test-radojoy2mime': 1 matching files 2026/09/20 02:52:46 DEBUG : Creating backend with remote "TestPikPak:rclone-test-bisakow6zatu" 2026/09/20 02:52:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:52:47 DEBUG : Creating backend with remote "/tmp/rclone2670077673" run.go:198: Remote "PikPak root 'rclone-test-bisakow6zatu'", Local "Local file system at /tmp/rclone2670077673", Modify Window "876000h0m0s" 2026/09/20 02:52:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: calculating gcid: failed to unwrap object from src: 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/09/20 02:52:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: gcid = 5a20dd2421f633d21da85b8911f9f37677f212d5 2026/09/20 02:52:48 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:52:48 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:52:49 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:52:49 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:52:50 DEBUG : pacer: Reducing sleep to 112.5ms both checkfile vs. NFCx2 remote (without normalization) 2026/09/20 02:52:50 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:52:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/20 02:52:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in PikPak root 'rclone-test-bisakow6zatu' 2026/09/20 02:52:50 NOTICE: PikPak root 'rclone-test-bisakow6zatu': 1 files missing 2026/09/20 02:52:50 NOTICE: 1 hashes missing 2026/09/20 02:52:50 NOTICE: PikPak root 'rclone-test-bisakow6zatu': 1 differences found 2026/09/20 02:52:50 NOTICE: PikPak root 'rclone-test-bisakow6zatu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/20 02:52:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/20 02:52:51 NOTICE: PikPak root 'rclone-test-bisakow6zatu': 0 differences found 2026/09/20 02:52:51 NOTICE: PikPak root 'rclone-test-bisakow6zatu': 1 matching files 2026/09/20 02:52:51 DEBUG : PikPak root 'rclone-test-bisakow6zatu': Purge remote 2026/09/20 02:52:52 DEBUG : PikPak root 'rclone-test-radojoy2mime': Purge remote 2026/09/20 02:52:53 DEBUG : PikPak root 'rclone-test-fuqubiq5caqo': Purge remote 2026/09/20 02:52:55 DEBUG : PikPak root 'rclone-test-hecoyax7qika': Purge remote 2026/09/20 02:52:56 DEBUG : PikPak root 'rclone-test-humubuh7duti': Purge remote 2026/09/20 02:52:57 DEBUG : PikPak root 'rclone-test-lisotid2saqa': Purge remote 2026/09/20 02:52:58 DEBUG : PikPak root 'rclone-test-rakameq9gebe': Purge remote 2026/09/20 02:52:59 DEBUG : PikPak root 'rclone-test-pitukiw7xira': Purge remote 2026/09/20 02:53:00 DEBUG : PikPak root 'rclone-test-qozigod6wofa': Purge remote 2026/09/20 02:53:01 DEBUG : PikPak root 'rclone-test-himiqix7caju': Purge remote --- PASS: TestApplyTransforms (70.65s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:53:04 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/20 02:53:05 DEBUG : sub/file2: gcid = 3823E2B83A3BA8D1137EFC1FE13E3A2E7CFB8D82 2026/09/20 02:53:05 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:53:05 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:53:06 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:53:07 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:53:07 DEBUG : sub/file2: size = 14 OK 2026/09/20 02:53:07 DEBUG : sub/file2: Dst hash empty - aborting Src hash check 2026/09/20 02:53:07 INFO : file1: Copied (new) to: sub/file2 2026/09/20 02:53:07 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:53:07 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:53:07 DEBUG : sub/file2: size = 14 OK 2026/09/20 02:53:07 DEBUG : file1: Sizes identical 2026/09/20 02:53:07 DEBUG : file1: Unchanged skipping 2026/09/20 02:53:08 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': don't need to copy/move sub/file2, it is already at target location 2026/09/20 02:53:10 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestCopyFile (8.93s) === RUN TestCopyLongFile run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.55s) === RUN TestCopyFileBackupDir run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:53:13 DEBUG : dst/file1: calculating gcid: failed to unwrap object from src: dst/file1 2026/09/20 02:53:13 DEBUG : dst/file1: gcid = 66e72e3c725e3b9944f9c9209cdea6d9187af7e0 2026/09/20 02:53:14 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/backup" 2026/09/20 02:53:14 DEBUG : Config file has changed externally - reloading 2026/09/20 02:53:19 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2166958905) 2026/09/20 02:53:19 DEBUG : dst/file1: size = 18 (PikPak root 'rclone-test-jocebeb2tawu') 2026/09/20 02:53:19 DEBUG : dst/file1: Sizes differ 2026/09/20 02:53:22 INFO : dst/file1: Moved (server-side) 2026/09/20 02:53:22 DEBUG : dst/file1: gcid = 3823E2B83A3BA8D1137EFC1FE13E3A2E7CFB8D82 2026/09/20 02:53:23 DEBUG : dst/file1: size = 14 OK 2026/09/20 02:53:23 DEBUG : dst/file1: Dst hash empty - aborting Src hash check 2026/09/20 02:53:23 INFO : dst/file1: Copied (new) 2026/09/20 02:53:27 DEBUG : dst: Rmdir: contains trashed file: "file1" 2026/09/20 02:53:28 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2026/09/20 02:53:30 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestCopyFileBackupDir (18.77s) === RUN TestCopyFileCompareDest run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:53:31 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/dst" 2026/09/20 02:53:31 DEBUG : Config file has changed externally - reloading 2026/09/20 02:53:34 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/CompareDest" 2026/09/20 02:53:37 DEBUG : one: Need to transfer - File not found at Destination 2026/09/20 02:53:38 DEBUG : one: gcid = 74445CD742AF268FD22866DA0D12758951D638F7 2026/09/20 02:53:39 DEBUG : one: size = 3 OK 2026/09/20 02:53:39 DEBUG : one: Dst hash empty - aborting Src hash check 2026/09/20 02:53:39 INFO : one: Copied (new) 2026/09/20 02:53:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone2166958905) 2026/09/20 02:53:40 DEBUG : one: size = 3 (PikPak root 'rclone-test-jocebeb2tawu/dst') 2026/09/20 02:53:40 DEBUG : one: Sizes differ 2026/09/20 02:53:41 DEBUG : one: gcid = 9F917A3EA1B24AF2E77A328BEA3B8D3CD96D53A7 2026/09/20 02:53:44 DEBUG : one: size = 5 OK 2026/09/20 02:53:44 DEBUG : one: Dst hash empty - aborting Src hash check 2026/09/20 02:53:44 INFO : one: Copied (replaced existing) 2026/09/20 02:53:44 DEBUG : dst/one: calculating gcid: failed to unwrap object from src: dst/one 2026/09/20 02:53:44 DEBUG : dst/one: gcid = 74445cd742af268fd22866da0d12758951d638f7 2026/09/20 02:53:45 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:53:45 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:53:45 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:53:45 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:53:46 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:53:46 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:53:48 DEBUG : CompareDest/one: calculating gcid: failed to unwrap object from src: CompareDest/one 2026/09/20 02:53:48 DEBUG : CompareDest/one: gcid = 9f917a3ea1b24af2e77a328bea3b8d3cd96d53a7 2026/09/20 02:53:49 DEBUG : one: size = 5 (Local file system at /tmp/rclone2166958905) 2026/09/20 02:53:49 DEBUG : one: size = 3 (PikPak root 'rclone-test-jocebeb2tawu/dst') 2026/09/20 02:53:49 DEBUG : one: Sizes differ 2026/09/20 02:53:50 DEBUG : one: size = 5 OK 2026/09/20 02:53:50 DEBUG : one: Sizes identical 2026/09/20 02:53:50 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/20 02:53:51 DEBUG : CompareDest/two: calculating gcid: failed to unwrap object from src: CompareDest/two 2026/09/20 02:53:51 DEBUG : CompareDest/two: gcid = a41bee51488264c01b96de959a9142af1a75205e 2026/09/20 02:53:52 DEBUG : two: Need to transfer - File not found at Destination 2026/09/20 02:53:52 DEBUG : two: size = 3 OK 2026/09/20 02:53:52 DEBUG : two: Sizes identical 2026/09/20 02:53:52 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/20 02:53:53 DEBUG : two: Need to transfer - File not found at Destination 2026/09/20 02:53:54 DEBUG : two: size = 3 OK 2026/09/20 02:53:54 DEBUG : two: Sizes identical 2026/09/20 02:53:54 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/20 02:53:55 DEBUG : two: Need to transfer - File not found at Destination 2026/09/20 02:53:56 DEBUG : two: size = 5 (Local file system at /tmp/rclone2166958905) 2026/09/20 02:53:56 DEBUG : two: size = 3 (PikPak root 'rclone-test-jocebeb2tawu/CompareDest') 2026/09/20 02:53:56 DEBUG : two: Sizes differ 2026/09/20 02:53:56 DEBUG : two: gcid = AB96B6D2950AA019FA94C28BB7DBD117D049F997 2026/09/20 02:53:56 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:53:56 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:53:57 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:53:58 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:53:58 DEBUG : two: size = 5 OK 2026/09/20 02:53:58 DEBUG : two: Dst hash empty - aborting Src hash check 2026/09/20 02:53:58 INFO : two: Copied (new) 2026/09/20 02:54:03 DEBUG : dst: Rmdir: contains trashed file: "two" 2026/09/20 02:54:03 DEBUG : dst: Rmdir: contains trashed file: "one" 2026/09/20 02:54:03 DEBUG : dst: Rmdir: contains trashed file: "one" 2026/09/20 02:54:03 DEBUG : dst: Rmdir: contains trashed file: "one" 2026/09/20 02:54:05 DEBUG : CompareDest: Rmdir: contains trashed file: "two" 2026/09/20 02:54:05 DEBUG : CompareDest: Rmdir: contains trashed file: "one" --- PASS: TestCopyFileCompareDest (35.02s) === RUN TestCopyFileCopyDest run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:54:06 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/dst" 2026/09/20 02:54:08 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/CopyDest" 2026/09/20 02:54:10 DEBUG : one: Need to transfer - File not found at Destination 2026/09/20 02:54:12 DEBUG : one: gcid = 74445CD742AF268FD22866DA0D12758951D638F7 2026/09/20 02:54:12 DEBUG : one: size = 3 OK 2026/09/20 02:54:12 DEBUG : one: Dst hash empty - aborting Src hash check 2026/09/20 02:54:12 INFO : one: Copied (new) 2026/09/20 02:54:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone2166958905) 2026/09/20 02:54:14 DEBUG : one: size = 3 (PikPak root 'rclone-test-jocebeb2tawu/dst') 2026/09/20 02:54:14 DEBUG : one: Sizes differ 2026/09/20 02:54:14 DEBUG : one: gcid = 9F917A3EA1B24AF2E77A328BEA3B8D3CD96D53A7 2026/09/20 02:54:16 DEBUG : one: size = 5 OK 2026/09/20 02:54:16 DEBUG : one: Dst hash empty - aborting Src hash check 2026/09/20 02:54:16 INFO : one: Copied (replaced existing) 2026/09/20 02:54:17 DEBUG : dst/one: calculating gcid: failed to unwrap object from src: dst/one 2026/09/20 02:54:17 DEBUG : dst/one: gcid = 74445cd742af268fd22866da0d12758951d638f7 2026/09/20 02:54:20 DEBUG : CopyDest/one: calculating gcid: failed to unwrap object from src: CopyDest/one 2026/09/20 02:54:20 DEBUG : CopyDest/one: gcid = 9f917a3ea1b24af2e77a328bea3b8d3cd96d53a7 2026/09/20 02:54:21 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/BackupDir" 2026/09/20 02:54:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone2166958905) 2026/09/20 02:54:23 DEBUG : one: size = 3 (PikPak root 'rclone-test-jocebeb2tawu/dst') 2026/09/20 02:54:23 DEBUG : one: Sizes differ 2026/09/20 02:54:24 DEBUG : one: size = 5 OK 2026/09/20 02:54:24 DEBUG : one: Sizes identical 2026/09/20 02:54:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone2166958905) 2026/09/20 02:54:24 DEBUG : one: size = 3 (PikPak root 'rclone-test-jocebeb2tawu/dst') 2026/09/20 02:54:24 DEBUG : one: Sizes differ 2026/09/20 02:54:26 INFO : one: Moved (server-side) 2026/09/20 02:54:28 DEBUG : one: size = 5 OK 2026/09/20 02:54:28 DEBUG : one: Dst hash empty - aborting Src hash check 2026/09/20 02:54:28 DEBUG : one: Src hash empty - aborting Dst hash check 2026/09/20 02:54:28 INFO : one: Copied (server-side copy) 2026/09/20 02:54:28 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/20 02:54:29 DEBUG : CopyDest/two: calculating gcid: failed to unwrap object from src: CopyDest/two 2026/09/20 02:54:29 DEBUG : CopyDest/two: gcid = a41bee51488264c01b96de959a9142af1a75205e 2026/09/20 02:54:29 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:54:29 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:54:29 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:54:30 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:54:30 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:54:30 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:54:31 DEBUG : two: Need to transfer - File not found at Destination 2026/09/20 02:54:31 DEBUG : two: size = 3 OK 2026/09/20 02:54:31 DEBUG : two: Sizes identical 2026/09/20 02:54:33 DEBUG : two: size = 3 OK 2026/09/20 02:54:33 DEBUG : two: Dst hash empty - aborting Src hash check 2026/09/20 02:54:33 DEBUG : two: Src hash empty - aborting Dst hash check 2026/09/20 02:54:33 INFO : two: Copied (server-side copy) 2026/09/20 02:54:33 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/20 02:54:34 DEBUG : two: size = 3 OK 2026/09/20 02:54:34 DEBUG : two: Sizes identical 2026/09/20 02:54:34 DEBUG : two: Unchanged skipping 2026/09/20 02:54:35 DEBUG : CopyDest/three: calculating gcid: failed to unwrap object from src: CopyDest/three 2026/09/20 02:54:35 DEBUG : CopyDest/three: gcid = aa5f498bee9d8e3a091610f6b4456e1a09763c27 2026/09/20 02:54:36 DEBUG : three: Need to transfer - File not found at Destination 2026/09/20 02:54:37 DEBUG : three: size = 7 (Local file system at /tmp/rclone2166958905) 2026/09/20 02:54:37 DEBUG : three: size = 5 (PikPak root 'rclone-test-jocebeb2tawu/CopyDest') 2026/09/20 02:54:37 DEBUG : three: Sizes differ 2026/09/20 02:54:37 DEBUG : three: Destination not found in --copy-dest 2026/09/20 02:54:37 DEBUG : three: gcid = C50301B336BB04A6BB73A9CEEB02478ED3C3EFC9 2026/09/20 02:54:38 DEBUG : three: size = 7 OK 2026/09/20 02:54:38 DEBUG : three: Dst hash empty - aborting Src hash check 2026/09/20 02:54:38 INFO : three: Copied (new) 2026/09/20 02:54:47 DEBUG : dst: Rmdir: contains trashed file: "three" 2026/09/20 02:54:47 DEBUG : dst: Rmdir: contains trashed file: "two" 2026/09/20 02:54:47 DEBUG : dst: Rmdir: contains trashed file: "one" 2026/09/20 02:54:47 DEBUG : dst: Rmdir: contains trashed file: "one" 2026/09/20 02:54:47 DEBUG : dst: Rmdir: contains trashed file: "one" 2026/09/20 02:54:48 DEBUG : CopyDest: Rmdir: contains trashed file: "three" 2026/09/20 02:54:48 DEBUG : CopyDest: Rmdir: contains trashed file: "two" 2026/09/20 02:54:48 DEBUG : CopyDest: Rmdir: contains trashed file: "one" 2026/09/20 02:54:49 DEBUG : BackupDir: Rmdir: contains trashed file: "one" --- PASS: TestCopyFileCopyDest (44.60s) === RUN TestCopyInplace run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.55s) === RUN TestCopyLongFileName run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.54s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.54s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:54:53 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/20 02:54:54 DEBUG : TestCopyFileMaxTransfer/file1: gcid = 3823E2B83A3BA8D1137EFC1FE13E3A2E7CFB8D82 2026/09/20 02:54:54 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/20 02:54:54 DEBUG : TestCopyFileMaxTransfer/file1: Dst hash empty - aborting Src hash check 2026/09/20 02:54:54 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/20 02:54:55 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/20 02:54:56 DEBUG : TestCopyFileMaxTransfer/file2: calculating gcid: 2026/09/20 02:54:56 DEBUG : TestCopyFileMaxTransfer/file2: gcid = ed862ff423aa587ef708a700e814cdda41fb71b6 2026/09/20 02:54:57 DEBUG : file2: canceling upload: failed to upload: operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://vip-lixian-07.mypikpak.com/upload_tmp/ED862FF423AA587EF708A700E814CDDA41FB71B6_1789872896509019989?x-id=PutObject": max transfer limit reached as set by --max-transfer 2026/09/20 02:54:58 DEBUG : file2: waiting 500ms for the cancellation to be effective 2026/09/20 02:54:59 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to upload: operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://vip-lixian-07.mypikpak.com/upload_tmp/ED862FF423AA587EF708A700E814CDDA41FB71B6_1789872896509019989?x-id=PutObject": max transfer limit reached as set by --max-transfer 2026/09/20 02:55:00 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/20 02:55:01 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/20 02:55:01 DEBUG : TestCopyFileMaxTransfer/file4: calculating gcid: 2026/09/20 02:55:01 DEBUG : TestCopyFileMaxTransfer/file4: gcid = 249d9e22c68fdf1a7fa8ac96af6f47863a8c4a1f 2026/09/20 02:55:03 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/20 02:55:03 DEBUG : TestCopyFileMaxTransfer/file4: Dst hash empty - aborting Src hash check 2026/09/20 02:55:03 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/09/20 02:55:07 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file4" 2026/09/20 02:55:07 DEBUG : TestCopyFileMaxTransfer: Rmdir: contains trashed file: "file1" --- PASS: TestCopyFileMaxTransfer (15.80s) === RUN TestDeduplicateInteractive run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.57s) === RUN TestDeduplicateSkip run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.56s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.55s) === RUN TestDeduplicateFirst run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.55s) === RUN TestDeduplicateNewest run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.55s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:43: Can't run this test without modtimes --- SKIP: TestDeduplicateNewestByHash (0.54s) === RUN TestDeduplicateOldest run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.56s) === RUN TestDeduplicateLargest run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.56s) === RUN TestDeduplicateSmallest run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.55s) === RUN TestDeduplicateRename run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.55s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.54s) === RUN TestMergeDirs run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.55s) === RUN TestListDirSorted run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:55:15 DEBUG : a.txt: calculating gcid: failed to unwrap object from src: a.txt 2026/09/20 02:55:15 DEBUG : a.txt: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 02:55:15 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:55:15 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:55:15 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:55:16 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:55:16 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:55:16 DEBUG : zend.txt: calculating gcid: failed to unwrap object from src: zend.txt 2026/09/20 02:55:16 DEBUG : zend.txt: gcid = 6b4f89a54e2d27ecd7e8da05b4ab8fd9d1d8b119 2026/09/20 02:55:17 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:55:17 DEBUG : sub dir/hello world: calculating gcid: failed to unwrap object from src: sub dir/hello world 2026/09/20 02:55:17 DEBUG : sub dir/hello world: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 02:55:18 DEBUG : sub dir/hello world2: calculating gcid: failed to unwrap object from src: sub dir/hello world2 2026/09/20 02:55:18 DEBUG : sub dir/hello world2: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 02:55:19 DEBUG : sub dir/ignore dir/.ignore: calculating gcid: failed to unwrap object from src: sub dir/ignore dir/.ignore 2026/09/20 02:55:19 DEBUG : sub dir/ignore dir/.ignore: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b 2026/09/20 02:55:20 DEBUG : sub dir/ignore dir/should be ignored: calculating gcid: failed to unwrap object from src: sub dir/ignore dir/should be ignored 2026/09/20 02:55:20 DEBUG : sub dir/ignore dir/should be ignored: gcid = c81b77cdac94f0358bdc0125ce254748cc2cf332 2026/09/20 02:55:20 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:55:20 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:55:20 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:55:21 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:55:21 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:55:21 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:55:22 DEBUG : sub dir/sub sub dir/hello world3: calculating gcid: failed to unwrap object from src: sub dir/sub sub dir/hello world3 2026/09/20 02:55:22 DEBUG : sub dir/sub sub dir/hello world3: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 02:55:24 DEBUG : a.txt: Excluded (Size Filter) 2026/09/20 02:55:24 DEBUG : a.txt: Excluded 2026/09/20 02:55:24 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/20 02:55:24 DEBUG : sub dir/hello world2: Excluded 2026/09/20 02:55:24 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/20 02:55:24 DEBUG : sub dir/hello world: Excluded 2026/09/20 02:55:25 DEBUG : sub dir/ignore dir: Excluded 2026/09/20 02:55:25 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/20 02:55:25 DEBUG : sub dir/hello world2: Excluded 2026/09/20 02:55:25 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/20 02:55:25 DEBUG : sub dir/hello world: Excluded 2026/09/20 02:55:25 DEBUG : sub dir/ignore dir: Excluded 2026/09/20 02:55:34 DEBUG : sub dir/sub sub dir: Rmdir: contains trashed file: "hello world3" 2026/09/20 02:55:36 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: "should be ignored" 2026/09/20 02:55:36 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: ".ignore" 2026/09/20 02:55:37 DEBUG : sub dir: Rmdir: contains trashed file: "sub sub dir" 2026/09/20 02:55:37 DEBUG : sub dir: Rmdir: contains trashed file: "ignore dir" 2026/09/20 02:55:37 DEBUG : sub dir: Rmdir: contains trashed file: "hello world2" 2026/09/20 02:55:37 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestListDirSorted (23.63s) === RUN TestListDirSortedFn run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:55:39 DEBUG : a.txt: calculating gcid: failed to unwrap object from src: a.txt 2026/09/20 02:55:39 DEBUG : a.txt: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 02:55:39 DEBUG : zend.txt: calculating gcid: failed to unwrap object from src: zend.txt 2026/09/20 02:55:39 DEBUG : zend.txt: gcid = 6b4f89a54e2d27ecd7e8da05b4ab8fd9d1d8b119 2026/09/20 02:55:41 DEBUG : sub dir/hello world: calculating gcid: failed to unwrap object from src: sub dir/hello world 2026/09/20 02:55:41 DEBUG : sub dir/hello world: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 02:55:41 DEBUG : sub dir/hello world2: calculating gcid: failed to unwrap object from src: sub dir/hello world2 2026/09/20 02:55:41 DEBUG : sub dir/hello world2: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 02:55:42 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:55:42 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:55:42 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:55:42 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:55:42 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:55:43 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:55:43 DEBUG : sub dir/ignore dir/.ignore: calculating gcid: failed to unwrap object from src: sub dir/ignore dir/.ignore 2026/09/20 02:55:43 DEBUG : sub dir/ignore dir/.ignore: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b 2026/09/20 02:55:44 DEBUG : sub dir/ignore dir/should be ignored: calculating gcid: failed to unwrap object from src: sub dir/ignore dir/should be ignored 2026/09/20 02:55:44 DEBUG : sub dir/ignore dir/should be ignored: gcid = c81b77cdac94f0358bdc0125ce254748cc2cf332 2026/09/20 02:55:45 DEBUG : sub dir/sub sub dir/hello world3: calculating gcid: failed to unwrap object from src: sub dir/sub sub dir/hello world3 2026/09/20 02:55:45 DEBUG : sub dir/sub sub dir/hello world3: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 02:55:47 DEBUG : a.txt: Excluded (Size Filter) 2026/09/20 02:55:47 DEBUG : a.txt: Excluded 2026/09/20 02:55:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/20 02:55:47 DEBUG : sub dir/hello world2: Excluded 2026/09/20 02:55:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/20 02:55:47 DEBUG : sub dir/hello world: Excluded 2026/09/20 02:55:48 DEBUG : sub dir/ignore dir: Excluded 2026/09/20 02:55:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/20 02:55:48 DEBUG : sub dir/hello world2: Excluded 2026/09/20 02:55:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/20 02:55:48 DEBUG : sub dir/hello world: Excluded 2026/09/20 02:55:48 DEBUG : sub dir/ignore dir: Excluded 2026/09/20 02:55:58 DEBUG : sub dir/sub sub dir: Rmdir: contains trashed file: "hello world3" 2026/09/20 02:55:59 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: "should be ignored" 2026/09/20 02:55:59 DEBUG : sub dir/ignore dir: Rmdir: contains trashed file: ".ignore" 2026/09/20 02:56:00 DEBUG : sub dir: Rmdir: contains trashed file: "sub sub dir" 2026/09/20 02:56:00 DEBUG : sub dir: Rmdir: contains trashed file: "ignore dir" 2026/09/20 02:56:00 DEBUG : sub dir: Rmdir: contains trashed file: "hello world2" 2026/09/20 02:56:00 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestListDirSortedFn (23.21s) === RUN TestListJSON run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:56:02 DEBUG : file1: calculating gcid: failed to unwrap object from src: file1 2026/09/20 02:56:02 DEBUG : file1: gcid = 839c4d8680ad563c8036f78ba0eea2b2d61a305a 2026/09/20 02:56:03 DEBUG : sub/file2: calculating gcid: failed to unwrap object from src: sub/file2 2026/09/20 02:56:03 DEBUG : sub/file2: gcid = ef6bba6cfe8d11201be3a556e1fb9a0cbcb2ecc7 2026/09/20 02:56:03 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:56:03 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:56:04 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:56:04 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:56:04 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:56:05 DEBUG : pacer: Reducing sleep to 100ms === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes === RUN TestListJSON/Metadata 2026/09/20 02:56:11 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestListJSON (10.33s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.55s) --- PASS: TestListJSON/SubDir (0.28s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.29s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.28s) === RUN TestStatJSON run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:56:12 DEBUG : file1: calculating gcid: failed to unwrap object from src: file1 2026/09/20 02:56:12 DEBUG : file1: gcid = 839c4d8680ad563c8036f78ba0eea2b2d61a305a 2026/09/20 02:56:13 DEBUG : sub/file2: calculating gcid: failed to unwrap object from src: sub/file2 2026/09/20 02:56:13 DEBUG : sub/file2: gcid = ef6bba6cfe8d11201be3a556e1fb9a0cbcb2ecc7 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/09/20 02:56:18 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/notfound" 2026/09/20 02:56:25 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestStatJSON (14.20s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.57s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.57s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.28s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.30s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (3.44s) === RUN TestStatJSONMemory 2026/09/20 02:56:26 DEBUG : Creating backend with remote ":memory:" 2026/09/20 02:56:26 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/20 02:56:26 DEBUG : sub/file1: size = 5 OK 2026/09/20 02:56:26 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/20 02:56:26 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestStatJSONConfinement --- PASS: TestStatJSONConfinement (0.00s) === RUN TestMkdir run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:56:26 INFO : PikPak root 'rclone-test-jocebeb2tawu': Making directory 2026/09/20 02:56:26 INFO : PikPak root 'rclone-test-jocebeb2tawu': Making directory --- PASS: TestMkdir (0.82s) === RUN TestLsd run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:56:28 DEBUG : sub dir/hello world: calculating gcid: failed to unwrap object from src: sub dir/hello world 2026/09/20 02:56:28 DEBUG : sub dir/hello world: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 02:56:31 DEBUG : sub dir: Rmdir: contains trashed file: "hello world" --- PASS: TestLsd (5.37s) === RUN TestLs run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:56:33 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 02:56:33 DEBUG : potato2: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 02:56:33 DEBUG : empty space: calculating gcid: failed to unwrap object from src: empty space 2026/09/20 02:56:33 DEBUG : empty space: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b 2026/09/20 02:56:34 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:56:34 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:56:34 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:56:34 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:56:34 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:56:35 DEBUG : pacer: Reducing sleep to 100ms --- PASS: TestLs (5.06s) === RUN TestLsWithFilesFrom run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:56:38 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 02:56:38 DEBUG : potato2: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 02:56:38 DEBUG : empty space: calculating gcid: failed to unwrap object from src: empty space 2026/09/20 02:56:38 DEBUG : empty space: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b 2026/09/20 02:56:39 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/20 02:56:39 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.02s) === RUN TestLsLong run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:56:43 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 02:56:43 DEBUG : potato2: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 02:56:43 DEBUG : empty space: calculating gcid: failed to unwrap object from src: empty space 2026/09/20 02:56:43 DEBUG : empty space: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b --- PASS: TestLsLong (4.55s) === RUN TestHashSums run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:56:47 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 02:56:47 DEBUG : potato2: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 02:56:48 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:56:48 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:56:48 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:56:48 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:56:48 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:56:48 DEBUG : empty space: calculating gcid: failed to unwrap object from src: empty space 2026/09/20 02:56:48 DEBUG : empty space: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b 2026/09/20 02:56:49 DEBUG : pacer: Reducing sleep to 100ms === RUN TestHashSums/Md5 operations_test.go:284: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:284 Error: " empty space\n potato2\n" does not contain "336d5ebc5436534e61d16e63ddfca327 empty space\n" Test: TestHashSums/Md5 operations_test.go:284: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:284 Error: " empty space\n potato2\n" does not contain "d6548b156ea68a4e003e786df99eee76 potato2\n" Test: TestHashSums/Md5 === RUN TestHashSums/Md5Download --- FAIL: TestHashSums (6.52s) --- FAIL: TestHashSums/Md5 (0.28s) --- PASS: TestHashSums/Md5Download (1.52s) === RUN TestHashSumsWithErrors 2026/09/20 02:56:53 DEBUG : Creating backend with remote ":memory:" 2026/09/20 02:56:53 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/20 02:56:53 ERROR : file1: hash unsupported: hash type not supported 2026/09/20 02:56:53 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/20 02:56:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/20 02:56:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/20 02:56:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/20 02:56:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/20 02:56:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/20 02:56:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/20 02:56:53 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/20 02:56:53 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:56:54 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 02:56:54 DEBUG : potato2: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 02:56:54 DEBUG : empty space: calculating gcid: failed to unwrap object from src: empty space 2026/09/20 02:56:54 DEBUG : empty space: gcid = 09f49478af9c899f0e74bf1a8e2ec667345a178b 2026/09/20 02:56:56 DEBUG : sub dir/potato3: calculating gcid: failed to unwrap object from src: sub dir/potato3 2026/09/20 02:56:56 DEBUG : sub dir/potato3: gcid = 6b4f89a54e2d27ecd7e8da05b4ab8fd9d1d8b119 2026/09/20 02:57:01 DEBUG : sub dir: Rmdir: contains trashed file: "potato3" --- PASS: TestCount (8.72s) === RUN TestDelete run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:57:02 DEBUG : small: calculating gcid: failed to unwrap object from src: small 2026/09/20 02:57:02 DEBUG : small: gcid = 6b5edde567f4f29018862811195dbd14b8addd2a 2026/09/20 02:57:03 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:57:03 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:57:03 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:57:03 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:57:04 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:57:04 DEBUG : medium: calculating gcid: failed to unwrap object from src: medium 2026/09/20 02:57:04 DEBUG : medium: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 02:57:04 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:57:04 DEBUG : large: calculating gcid: failed to unwrap object from src: large 2026/09/20 02:57:04 DEBUG : large: gcid = 3263d761482234c1af659712f0f2b3d89f5f7e15 2026/09/20 02:57:05 DEBUG : Waiting for deletions to finish 2026/09/20 02:57:05 DEBUG : large: Excluded (Size Filter) 2026/09/20 02:57:05 DEBUG : large: Excluded 2026/09/20 02:57:06 INFO : small: Deleted 2026/09/20 02:57:06 INFO : medium: Deleted --- PASS: TestDelete (6.14s) === RUN TestMaxDelete run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:57:09 DEBUG : small: calculating gcid: failed to unwrap object from src: small 2026/09/20 02:57:09 DEBUG : small: gcid = 6b5edde567f4f29018862811195dbd14b8addd2a 2026/09/20 02:57:09 DEBUG : medium: calculating gcid: failed to unwrap object from src: medium 2026/09/20 02:57:09 DEBUG : medium: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 02:57:10 DEBUG : large: calculating gcid: failed to unwrap object from src: large 2026/09/20 02:57:10 DEBUG : large: gcid = 3263d761482234c1af659712f0f2b3d89f5f7e15 2026/09/20 02:57:10 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:57:10 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:57:10 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:57:11 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:57:11 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:57:11 DEBUG : Waiting for deletions to finish 2026/09/20 02:57:11 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:57:11 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/20 02:57:12 INFO : large: Deleted 2026/09/20 02:57:12 INFO : medium: Deleted --- PASS: TestMaxDelete (6.57s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:57:15 DEBUG : small: calculating gcid: failed to unwrap object from src: small 2026/09/20 02:57:15 DEBUG : small: gcid = 6b5edde567f4f29018862811195dbd14b8addd2a 2026/09/20 02:57:16 DEBUG : medium: calculating gcid: failed to unwrap object from src: medium 2026/09/20 02:57:16 DEBUG : medium: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 02:57:16 DEBUG : large: calculating gcid: failed to unwrap object from src: large 2026/09/20 02:57:16 DEBUG : large: gcid = 3263d761482234c1af659712f0f2b3d89f5f7e15 2026/09/20 02:57:17 DEBUG : Waiting for deletions to finish 2026/09/20 02:57:17 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/20 02:57:19 INFO : medium: Deleted 2026/09/20 02:57:19 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.20s) === RUN TestMaxDeleteSize run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:57:21 DEBUG : small: calculating gcid: failed to unwrap object from src: small 2026/09/20 02:57:21 DEBUG : small: gcid = 6b5edde567f4f29018862811195dbd14b8addd2a 2026/09/20 02:57:22 DEBUG : medium: calculating gcid: failed to unwrap object from src: medium 2026/09/20 02:57:22 DEBUG : medium: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 02:57:22 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:57:22 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:57:23 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:57:23 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:57:23 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:57:23 DEBUG : large: calculating gcid: failed to unwrap object from src: large 2026/09/20 02:57:23 DEBUG : large: gcid = 3263d761482234c1af659712f0f2b3d89f5f7e15 2026/09/20 02:57:24 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:57:24 DEBUG : Waiting for deletions to finish 2026/09/20 02:57:24 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/20 02:57:25 INFO : medium: Deleted 2026/09/20 02:57:25 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.65s) === RUN TestReadFile run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:57:28 DEBUG : ReadFile: calculating gcid: failed to unwrap object from src: ReadFile 2026/09/20 02:57:28 DEBUG : ReadFile: gcid = 219ef2f29392e835317274cfba85fd4136daa3d1 --- PASS: TestReadFile (4.51s) === RUN TestRetry 2026/09/20 02:57:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/20 02:57:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/20 02:57:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/20 02:57:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/20 02:57:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/20 02:57:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/20 02:57:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:57:33 DEBUG : file1: calculating gcid: failed to unwrap object from src: file1 2026/09/20 02:57:33 DEBUG : file1: gcid = 4d8356ed1af6fd7e9537777328c6d176effe38a0 2026/09/20 02:57:33 DEBUG : file2: calculating gcid: failed to unwrap object from src: file2 2026/09/20 02:57:33 DEBUG : file2: gcid = 9e3614f5e363b3d1060c1e4d6738e7c26804ae41 --- PASS: TestCat (14.95s) === RUN TestPurge 2026/09/20 02:57:47 DEBUG : Creating backend with remote "TestPikPak:rclone-test-hecawil4mowi" 2026/09/20 02:57:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/20 02:57:49 DEBUG : Creating backend with remote "/tmp/rclone2744068612" run.go:198: Remote "PikPak root 'rclone-test-hecawil4mowi'", Local "Local file system at /tmp/rclone2744068612", Modify Window "876000h0m0s" 2026/09/20 02:57:53 DEBUG : A1/B1/C1/one: calculating gcid: failed to unwrap object from src: A1/B1/C1/one 2026/09/20 02:57:53 DEBUG : A1/B1/C1/one: gcid = a02aa727cf2e8c5e6f07a382910c4028d65a053a 2026/09/20 02:57:54 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:57:54 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:57:54 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:57:55 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:57:55 INFO : A2: Making directory 2026/09/20 02:57:56 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:57:56 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:57:56 INFO : A1/B2: Making directory 2026/09/20 02:57:57 INFO : A1/B2/C2: Making directory 2026/09/20 02:57:59 INFO : A1/B1/C3: Making directory 2026/09/20 02:57:59 INFO : A3: Making directory 2026/09/20 02:58:01 INFO : A3/B3: Making directory 2026/09/20 02:58:02 INFO : A3/B3/C4: Making directory 2026/09/20 02:58:03 DEBUG : A1/two: calculating gcid: failed to unwrap object from src: A1/two 2026/09/20 02:58:03 DEBUG : A1/two: gcid = 8be34f24d29e7b61ee00e4d5aadae5cbc713d120 2026/09/20 02:58:09 ERROR : error listing: directory not found 2026/09/20 02:58:09 DEBUG : PikPak root 'rclone-test-hecawil4mowi': Purge remote 2026/09/20 02:58:09 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.78s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:58:11 DEBUG : A1/B1/C1/one: calculating gcid: failed to unwrap object from src: A1/B1/C1/one 2026/09/20 02:58:11 DEBUG : A1/B1/C1/one: gcid = a02aa727cf2e8c5e6f07a382910c4028d65a053a 2026/09/20 02:58:11 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:58:11 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:58:12 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:58:12 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:58:12 INFO : A2: Making directory 2026/09/20 02:58:12 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:58:12 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:58:12 INFO : A1/B2: Making directory 2026/09/20 02:58:13 INFO : A1/B2/C2: Making directory 2026/09/20 02:58:14 INFO : A1/B1/C3: Making directory 2026/09/20 02:58:14 INFO : A3: Making directory 2026/09/20 02:58:15 INFO : A3/B3: Making directory 2026/09/20 02:58:15 INFO : A3/B3/C4: Making directory 2026/09/20 02:58:16 DEBUG : A1/two: calculating gcid: failed to unwrap object from src: A1/two 2026/09/20 02:58:16 DEBUG : A1/two: gcid = 8be34f24d29e7b61ee00e4d5aadae5cbc713d120 2026/09/20 02:58:19 DEBUG : removing 1 level 3 directories 2026/09/20 02:58:19 INFO : A3/B3/C4: Removing directory 2026/09/20 02:58:23 DEBUG : removing 2 level 3 directories 2026/09/20 02:58:23 INFO : A1/B2/C2: Removing directory 2026/09/20 02:58:23 INFO : A1/B1/C3: Removing directory 2026/09/20 02:58:24 DEBUG : removing 2 level 2 directories 2026/09/20 02:58:24 INFO : A3/B3: Removing directory 2026/09/20 02:58:24 INFO : A1/B2: Removing directory 2026/09/20 02:58:25 DEBUG : A3/B3: Rmdir: contains trashed file: "C4" 2026/09/20 02:58:25 DEBUG : A1/B2: Rmdir: contains trashed file: "C2" 2026/09/20 02:58:26 DEBUG : pacer: low level retry 1/10 (error trash (trash) is still in PHASE_TYPE_RUNNING) 2026/09/20 02:58:26 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:58:26 DEBUG : pacer: low level retry 1/10 (error trash (trash) is still in PHASE_TYPE_PENDING) 2026/09/20 02:58:26 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/20 02:58:26 DEBUG : pacer: Reducing sleep to 300ms 2026/09/20 02:58:26 DEBUG : pacer: Reducing sleep to 225ms 2026/09/20 02:58:26 DEBUG : removing 2 level 1 directories 2026/09/20 02:58:26 INFO : A3: Removing directory 2026/09/20 02:58:26 INFO : A2: Removing directory 2026/09/20 02:58:27 DEBUG : pacer: Reducing sleep to 168.75ms 2026/09/20 02:58:27 DEBUG : A3: Rmdir: contains trashed file: "B3" 2026/09/20 02:58:27 DEBUG : pacer: Reducing sleep to 126.5625ms 2026/09/20 02:58:27 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:58:33 DEBUG : removing 1 level 3 directories 2026/09/20 02:58:33 INFO : A1/B1/C1: Removing directory 2026/09/20 02:58:33 DEBUG : A1/B1/C1: Rmdir: contains trashed file: "one" 2026/09/20 02:58:34 DEBUG : removing 1 level 2 directories 2026/09/20 02:58:34 INFO : A1/B1: Removing directory 2026/09/20 02:58:35 DEBUG : A1/B1: Rmdir: contains trashed file: "C3" 2026/09/20 02:58:35 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2026/09/20 02:58:36 DEBUG : removing 1 level 1 directories 2026/09/20 02:58:36 INFO : A1: Removing directory 2026/09/20 02:58:36 DEBUG : A1: Rmdir: contains trashed file: "B2" 2026/09/20 02:58:36 DEBUG : A1: Rmdir: contains trashed file: "B1" 2026/09/20 02:58:36 DEBUG : A1: Rmdir: contains trashed file: "two" 2026/09/20 02:58:37 DEBUG : removing 1 level 0 directories 2026/09/20 02:58:37 INFO : PikPak root 'rclone-test-jocebeb2tawu': Removing directory 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "A3" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "A2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "A1" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "sub dir" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "sub dir" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "sub" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "sub" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "sub dir" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "sub dir" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "TestCopyFileMaxTransfer" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "BackupDir" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "CopyDest" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "dst" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "CompareDest" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "dst" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "backup" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "dst" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "sub" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "data" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "data" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "file2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "file1" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "ReadFile" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "large" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "medium" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "small" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "large" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "medium" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "small" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "large" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "medium" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "small" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "large" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "medium" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "small" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "empty space" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "potato2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "empty space" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "potato2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "empty space" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "potato2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "empty space" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "potato2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "empty space" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "potato2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "file1" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "file1" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "zend.txt" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "a.txt" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "zend.txt" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "a.txt" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "test.sum" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "remotepotato" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "potato2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "empty space" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "rutabaga" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "remotepotato" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "potato2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "empty space" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "rutabaga" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "remotepotato" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "potato2" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "empty space" 2026/09/20 02:58:38 DEBUG : Rmdir: contains trashed file: "rutabaga" 2026/09/20 02:58:39 ERROR : error listing: directory not found 2026/09/20 02:58:39 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (30.36s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:58:40 INFO : A1: Making directory 2026/09/20 02:58:41 INFO : A1/B1: Making directory 2026/09/20 02:58:41 INFO : A1/B1/C1: Making directory 2026/09/20 02:58:44 DEBUG : removing 1 level 3 directories 2026/09/20 02:58:44 INFO : A1/B1/C1: Removing directory 2026/09/20 02:58:45 DEBUG : removing 1 level 2 directories 2026/09/20 02:58:45 INFO : A1/B1: Removing directory 2026/09/20 02:58:45 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2026/09/20 02:58:48 DEBUG : A1: Rmdir: contains trashed file: "B1" --- PASS: TestRmdirsLeaveRoot (9.72s) === RUN TestRmdirsWithFilter run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:58:49 INFO : A1: Making directory 2026/09/20 02:58:50 INFO : A1/B1: Making directory 2026/09/20 02:58:50 INFO : A1/B1/C1: Making directory 2026/09/20 02:58:53 DEBUG : removing 1 level 3 directories 2026/09/20 02:58:53 INFO : A1/B1/C1: Removing directory 2026/09/20 02:58:54 DEBUG : removing 1 level 2 directories 2026/09/20 02:58:54 INFO : A1/B1: Removing directory 2026/09/20 02:58:55 DEBUG : A1/B1: Rmdir: contains trashed file: "C1" 2026/09/20 02:58:57 DEBUG : A1: Rmdir: contains trashed file: "B1" --- PASS: TestRmdirsWithFilter (9.44s) === RUN TestCopyURL run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:58:59 DEBUG : file1: calculating gcid: failed to unwrap object from src: file1 2026/09/20 02:58:59 DEBUG : file1: gcid = 28f410a807493c690a853b8305d2a936c60ea582 2026/09/20 02:59:00 DEBUG : file1: size = 14 OK 2026/09/20 02:59:00 DEBUG : file1: Dst hash empty - aborting Src hash check 2026/09/20 02:59:00 DEBUG : filename.txt: File name found in url 2026/09/20 02:59:00 DEBUG : filename.txt: calculating gcid: failed to unwrap object from src: filename.txt 2026/09/20 02:59:00 DEBUG : filename.txt: gcid = 28f410a807493c690a853b8305d2a936c60ea582 2026/09/20 02:59:01 DEBUG : filename.txt: size = 14 OK 2026/09/20 02:59:01 DEBUG : filename.txt: Dst hash empty - aborting Src hash check 2026/09/20 02:59:01 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/20 02:59:01 DEBUG : headerfilename.txt: calculating gcid: failed to unwrap object from src: headerfilename.txt 2026/09/20 02:59:01 DEBUG : headerfilename.txt: gcid = 28f410a807493c690a853b8305d2a936c60ea582 2026/09/20 02:59:01 DEBUG : headerfilename.txt: size = 14 OK 2026/09/20 02:59:01 DEBUG : headerfilename.txt: Dst hash empty - aborting Src hash check 2026/09/20 02:59:02 DEBUG : file2: calculating gcid: failed to unwrap object from src: file2 2026/09/20 02:59:02 DEBUG : file2: gcid = 28f410a807493c690a853b8305d2a936c60ea582 2026/09/20 02:59:02 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:59:02 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:59:02 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:59:03 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:59:03 DEBUG : file2: size = 14 OK 2026/09/20 02:59:03 DEBUG : file2: Dst hash empty - aborting Src hash check 2026/09/20 02:59:03 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:59:03 DEBUG : pacer: Reducing sleep to 100ms --- PASS: TestCopyURL (9.00s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:59:08 DEBUG : file1: calculating gcid: failed to unwrap object from src: file1 2026/09/20 02:59:08 DEBUG : file1: gcid = 28f410a807493c690a853b8305d2a936c60ea582 2026/09/20 02:59:08 DEBUG : file1: size = 14 OK 2026/09/20 02:59:08 DEBUG : file1: Dst hash empty - aborting Src hash check --- PASS: TestCopyURLDownloadHeaders (2.27s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:59:10 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/20 02:59:11 DEBUG : sub/file2: gcid = 3823E2B83A3BA8D1137EFC1FE13E3A2E7CFB8D82 2026/09/20 02:59:12 DEBUG : sub/file2: size = 14 OK 2026/09/20 02:59:12 DEBUG : sub/file2: Dst hash empty - aborting Src hash check 2026/09/20 02:59:12 INFO : file1: Copied (new) to: sub/file2 2026/09/20 02:59:12 INFO : file1: Deleted 2026/09/20 02:59:13 DEBUG : sub/file2: size = 14 OK 2026/09/20 02:59:13 DEBUG : file1: Sizes identical 2026/09/20 02:59:13 DEBUG : file1: Unchanged skipping 2026/09/20 02:59:13 INFO : file1: Deleted 2026/09/20 02:59:13 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': don't need to copy/move sub/file2, it is already at target location 2026/09/20 02:59:16 DEBUG : sub: Rmdir: contains trashed file: "file2" --- PASS: TestMoveFile (7.01s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:59:17 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/20 02:59:18 DEBUG : file1: gcid = 3823E2B83A3BA8D1137EFC1FE13E3A2E7CFB8D82 2026/09/20 02:59:18 DEBUG : file1: size = 14 OK 2026/09/20 02:59:18 DEBUG : file1: Dst hash empty - aborting Src hash check 2026/09/20 02:59:18 INFO : file1: Copied (new) 2026/09/20 02:59:18 INFO : file1: Deleted 2026/09/20 02:59:19 DEBUG : file1: Destination exists, skipping 2026/09/20 02:59:19 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.77s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFile (0.54s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.55s) === RUN TestMoveFileBackupDir run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:59:23 DEBUG : dst/file1: calculating gcid: failed to unwrap object from src: dst/file1 2026/09/20 02:59:23 DEBUG : dst/file1: gcid = 66e72e3c725e3b9944f9c9209cdea6d9187af7e0 2026/09/20 02:59:24 DEBUG : Creating backend with remote "TestPikPak:rclone-test-jocebeb2tawu/backup" 2026/09/20 02:59:26 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2166958905) 2026/09/20 02:59:26 DEBUG : dst/file1: size = 18 (PikPak root 'rclone-test-jocebeb2tawu') 2026/09/20 02:59:26 DEBUG : dst/file1: Sizes differ 2026/09/20 02:59:29 INFO : dst/file1: Moved (server-side) 2026/09/20 02:59:29 DEBUG : dst/file1: gcid = 3823E2B83A3BA8D1137EFC1FE13E3A2E7CFB8D82 2026/09/20 02:59:30 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:59:30 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:59:30 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:59:30 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:59:30 DEBUG : dst/file1: size = 14 OK 2026/09/20 02:59:30 DEBUG : dst/file1: Dst hash empty - aborting Src hash check 2026/09/20 02:59:30 INFO : dst/file1: Copied (new) 2026/09/20 02:59:30 INFO : dst/file1: Deleted 2026/09/20 02:59:31 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:59:31 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:59:34 DEBUG : dst: Rmdir: contains trashed file: "file1" 2026/09/20 02:59:36 DEBUG : backup/dst: Rmdir: contains trashed file: "file1" 2026/09/20 02:59:37 DEBUG : backup: Rmdir: contains trashed file: "dst" --- PASS: TestMoveFileBackupDir (16.74s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 02:59:39 DEBUG : A1/one: calculating gcid: failed to unwrap object from src: A1/one 2026/09/20 02:59:39 DEBUG : A1/one: gcid = 74445cd742af268fd22866da0d12758951d638f7 2026/09/20 02:59:40 DEBUG : A1/two: calculating gcid: failed to unwrap object from src: A1/two 2026/09/20 02:59:40 DEBUG : A1/two: gcid = a41bee51488264c01b96de959a9142af1a75205e 2026/09/20 02:59:41 DEBUG : A1/B1/three: calculating gcid: failed to unwrap object from src: A1/B1/three 2026/09/20 02:59:41 DEBUG : A1/B1/three: gcid = aa5f498bee9d8e3a091610f6b4456e1a09763c27 2026/09/20 02:59:43 DEBUG : A1/B1/C1/four: calculating gcid: failed to unwrap object from src: A1/B1/C1/four 2026/09/20 02:59:43 DEBUG : A1/B1/C1/four: gcid = 8b8f52fdefe3ab828c814dda9a27cc4d9355c89b 2026/09/20 02:59:44 DEBUG : A1/B1/C2/five: calculating gcid: failed to unwrap object from src: A1/B1/C2/five 2026/09/20 02:59:44 DEBUG : A1/B1/C2/five: gcid = c5a78b0666272ddddef4fa491d9527439267a27a 2026/09/20 02:59:44 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 02:59:44 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 02:59:44 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 02:59:45 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 02:59:45 INFO : A1/B2: Making directory 2026/09/20 02:59:45 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 02:59:45 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 02:59:45 INFO : A1/B1/C3: Making directory 2026/09/20 02:59:56 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/20 02:59:56 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/20 02:59:56 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/20 02:59:57 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/20 02:59:57 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/20 03:00:04 DEBUG : A2/B1: Rmdir: contains trashed file: "C3" 2026/09/20 03:00:04 DEBUG : A2/B1: Rmdir: contains trashed file: "C2" 2026/09/20 03:00:04 DEBUG : A2/B1: Rmdir: contains trashed file: "C1" 2026/09/20 03:00:06 DEBUG : A2: Rmdir: contains trashed file: "B2" 2026/09/20 03:00:06 DEBUG : A2: Rmdir: contains trashed file: "B1" 2026/09/20 03:00:09 INFO : PikPak root 'rclone-test-jocebeb2tawu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/20 03:00:16 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/20 03:00:16 DEBUG : pacer: low level retry 1/10 (error move (move) is still in PHASE_TYPE_PENDING) 2026/09/20 03:00:16 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 03:00:16 DEBUG : pacer: low level retry 1/10 (error move (move) is still in PHASE_TYPE_PENDING) 2026/09/20 03:00:16 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/20 03:00:17 DEBUG : pacer: low level retry 1/10 (error move (move) is still in PHASE_TYPE_PENDING) 2026/09/20 03:00:17 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/20 03:00:17 DEBUG : pacer: Reducing sleep to 600ms 2026/09/20 03:00:17 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/20 03:00:17 DEBUG : pacer: Reducing sleep to 450ms 2026/09/20 03:00:17 DEBUG : pacer: low level retry 2/10 (error move (move) is still in PHASE_TYPE_PENDING) 2026/09/20 03:00:17 DEBUG : pacer: Rate limited, increasing sleep to 900ms 2026/09/20 03:00:18 DEBUG : pacer: low level retry 2/10 (error move (move) is still in PHASE_TYPE_PENDING) 2026/09/20 03:00:18 DEBUG : pacer: Rate limited, increasing sleep to 1.8s 2026/09/20 03:00:18 DEBUG : pacer: Reducing sleep to 1.35s 2026/09/20 03:00:18 INFO : A3/two: Moved (server-side) to: A4/two 2026/09/20 03:00:20 DEBUG : pacer: Reducing sleep to 1.0125s 2026/09/20 03:00:22 DEBUG : pacer: Reducing sleep to 759.375ms 2026/09/20 03:00:23 DEBUG : pacer: Reducing sleep to 569.53125ms 2026/09/20 03:00:23 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/20 03:00:23 DEBUG : pacer: Reducing sleep to 427.148437ms 2026/09/20 03:00:23 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/20 03:00:25 DEBUG : pacer: Reducing sleep to 320.361327ms 2026/09/20 03:00:25 DEBUG : pacer: Reducing sleep to 240.270995ms 2026/09/20 03:00:26 DEBUG : pacer: Reducing sleep to 180.203246ms 2026/09/20 03:00:26 DEBUG : pacer: Reducing sleep to 135.152434ms 2026/09/20 03:00:26 DEBUG : pacer: Reducing sleep to 101.364325ms 2026/09/20 03:00:27 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 03:00:32 DEBUG : A3/B1: Rmdir: contains trashed file: "C3" 2026/09/20 03:00:32 DEBUG : A3/B1: Rmdir: contains trashed file: "C2" 2026/09/20 03:00:32 DEBUG : A3/B1: Rmdir: contains trashed file: "C1" 2026/09/20 03:00:34 DEBUG : A3: Rmdir: contains trashed file: "B2" 2026/09/20 03:00:34 DEBUG : A3: Rmdir: contains trashed file: "B1" 2026/09/20 03:00:50 DEBUG : A4/B1/C2: Rmdir: contains trashed file: "five" 2026/09/20 03:00:52 DEBUG : A4/B1/C1: Rmdir: contains trashed file: "four" 2026/09/20 03:00:53 DEBUG : A4/B1: Rmdir: contains trashed file: "C3" 2026/09/20 03:00:53 DEBUG : A4/B1: Rmdir: contains trashed file: "C2" 2026/09/20 03:00:53 DEBUG : A4/B1: Rmdir: contains trashed file: "C1" 2026/09/20 03:00:53 DEBUG : A4/B1: Rmdir: contains trashed file: "three" 2026/09/20 03:00:55 DEBUG : A4: Rmdir: contains trashed file: "B2" 2026/09/20 03:00:55 DEBUG : A4: Rmdir: contains trashed file: "B1" 2026/09/20 03:00:55 DEBUG : A4: Rmdir: contains trashed file: "two" 2026/09/20 03:00:55 DEBUG : A4: Rmdir: contains trashed file: "one" --- PASS: TestDirMove (79.37s) === RUN TestGetFsInfo run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" --- PASS: TestGetFsInfo (0.57s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:00:59 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/20 03:00:59 DEBUG : no_checksum_small_file_from_pipe: calculating gcid: failed to unwrap object from src: no_checksum_small_file_from_pipe 2026/09/20 03:00:59 DEBUG : no_checksum_small_file_from_pipe: gcid = 1b96dfb19709048214f8215d1cee1a347536a727 2026/09/20 03:00:59 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/20 03:00:59 DEBUG : no_checksum_small_file_from_pipe: Dst hash empty - aborting Src hash check 2026/09/20 03:00:59 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/20 03:00:59 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/20 03:01:00 DEBUG : no_checksum_big_file_from_pipe: calculating gcid: failed to unwrap object from src: no_checksum_big_file_from_pipe 2026/09/20 03:01:00 DEBUG : no_checksum_big_file_from_pipe: gcid = 1315e68e90c13b7640fd1aaa15f4040ce7b47434 2026/09/20 03:01:01 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/20 03:01:01 DEBUG : no_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check 2026/09/20 03:01:01 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:07 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/20 03:01:07 DEBUG : with_checksum_small_file_from_pipe: calculating gcid: failed to unwrap object from src: with_checksum_small_file_from_pipe 2026/09/20 03:01:07 DEBUG : with_checksum_small_file_from_pipe: gcid = 1b96dfb19709048214f8215d1cee1a347536a727 2026/09/20 03:01:08 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/20 03:01:08 DEBUG : with_checksum_small_file_from_pipe: Dst hash empty - aborting Src hash check 2026/09/20 03:01:08 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/20 03:01:08 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/20 03:01:08 DEBUG : with_checksum_big_file_from_pipe: calculating gcid: failed to unwrap object from src: with_checksum_big_file_from_pipe 2026/09/20 03:01:08 DEBUG : with_checksum_big_file_from_pipe: gcid = 1315e68e90c13b7640fd1aaa15f4040ce7b47434 2026/09/20 03:01:08 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/20 03:01:08 DEBUG : with_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check 2026/09/20 03:01:08 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:12 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/20 03:01:13 DEBUG : ignore_checksum_small_file_from_pipe: calculating gcid: failed to unwrap object from src: ignore_checksum_small_file_from_pipe 2026/09/20 03:01:13 DEBUG : ignore_checksum_small_file_from_pipe: gcid = 1b96dfb19709048214f8215d1cee1a347536a727 2026/09/20 03:01:14 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 03:01:14 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 03:01:14 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 03:01:15 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 03:01:15 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/20 03:01:15 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/09/20 03:01:15 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/20 03:01:15 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 03:01:15 DEBUG : ignore_checksum_big_file_from_pipe: calculating gcid: failed to unwrap object from src: ignore_checksum_big_file_from_pipe 2026/09/20 03:01:15 DEBUG : ignore_checksum_big_file_from_pipe: gcid = 1315e68e90c13b7640fd1aaa15f4040ce7b47434 2026/09/20 03:01:16 DEBUG : pacer: Reducing sleep to 100ms 2026/09/20 03:01:16 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/20 03:01:16 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:19 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/20 03:01:20 DEBUG : ignore_checksum_small_file_from_pipe: calculating gcid: failed to unwrap object from src: ignore_checksum_small_file_from_pipe 2026/09/20 03:01:20 DEBUG : ignore_checksum_small_file_from_pipe: gcid = 1b96dfb19709048214f8215d1cee1a347536a727 2026/09/20 03:01:20 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/20 03:01:20 DEBUG : ignore_checksum_small_file_from_pipe: Dst hash empty - aborting Src hash check 2026/09/20 03:01:20 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/20 03:01:20 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/20 03:01:20 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/20 03:01:21 DEBUG : ignore_checksum_big_file_from_pipe: calculating gcid: failed to unwrap object from src: ignore_checksum_big_file_from_pipe 2026/09/20 03:01:21 DEBUG : ignore_checksum_big_file_from_pipe: gcid = 1315e68e90c13b7640fd1aaa15f4040ce7b47434 2026/09/20 03:01:22 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/20 03:01:22 DEBUG : ignore_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check 2026/09/20 03:01:22 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/20 03:01:22 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (27.78s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.65s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.09s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.22s) === RUN TestRcatMetadata run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.57s) === RUN TestRcatSize run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:27 DEBUG : potato1: calculating gcid: failed to unwrap object from src: potato1 2026/09/20 03:01:27 DEBUG : potato1: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 03:01:28 DEBUG : potato1: size = 60 OK 2026/09/20 03:01:28 DEBUG : potato1: Dst hash empty - aborting Src hash check 2026/09/20 03:01:28 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': File to upload is small (60 bytes), uploading instead of streaming 2026/09/20 03:01:28 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 03:01:28 DEBUG : potato2: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 03:01:29 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 03:01:29 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 03:01:29 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 03:01:29 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 03:01:29 DEBUG : potato2: size = 60 OK 2026/09/20 03:01:29 DEBUG : potato2: Dst hash empty - aborting Src hash check 2026/09/20 03:01:29 DEBUG : potato2: Size of src and dst objects identical 2026/09/20 03:01:30 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 03:01:31 DEBUG : pacer: Reducing sleep to 100ms --- PASS: TestRcatSize (8.54s) === RUN TestRcatSizeShortEOF run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:36 DEBUG : potato1: calculating gcid: failed to unwrap object from src: potato1 2026/09/20 03:01:36 DEBUG : potato1: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 03:01:36 DEBUG : potato1: size = 120 (PikPak root 'rclone-test-jocebeb2tawu') 2026/09/20 03:01:36 DEBUG : potato1: size = 60 (PikPak root 'rclone-test-jocebeb2tawu') 2026/09/20 03:01:36 ERROR : potato1: corrupted on transfer: sizes differ src 120 vs dst(PikPak root 'rclone-test-jocebeb2tawu') 60 2026/09/20 03:01:36 INFO : potato1: Removing failed copy --- PASS: TestRcatSizeShortEOF (2.59s) === RUN TestRcatSizeMetadata run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" operations_test.go:1660: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.57s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:39 DEBUG : potato1: calculating gcid: failed to unwrap object from src: potato1 2026/09/20 03:01:39 DEBUG : potato1: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 03:01:40 DEBUG : potato1: size = 60 OK 2026/09/20 03:01:40 DEBUG : potato1: Dst hash empty - aborting Src hash check --- PASS: TestRcatSizeUploadHeaders (3.61s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:42 DEBUG : potato1: calculating gcid: failed to unwrap object from src: potato1 2026/09/20 03:01:42 DEBUG : potato1: gcid = 8cf19f4a29e05530175b97f53f9ee3cda8134f9b 2026/09/20 03:01:44 DEBUG : potato1: size = 60 OK 2026/09/20 03:01:44 DEBUG : potato1: Dst hash empty - aborting Src hash check operations_test.go:1801: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1801 Error: An error is expected but got nil. Test: TestRcatSizeChecksum/Corrupted === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:46 DEBUG : potato4: calculating gcid: failed to unwrap object from src: potato4 2026/09/20 03:01:46 DEBUG : potato4: gcid = 3db08821f7bbe4ccf6fb4181f9012673b5cb3bfd 2026/09/20 03:01:46 DEBUG : potato4: size = 60 (PikPak root 'rclone-test-jocebeb2tawu') 2026/09/20 03:01:46 DEBUG : potato4: size = 59 (PikPak root 'rclone-test-jocebeb2tawu') 2026/09/20 03:01:46 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(PikPak root 'rclone-test-jocebeb2tawu') 59 2026/09/20 03:01:46 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:49 DEBUG : potato2: calculating gcid: failed to unwrap object from src: potato2 2026/09/20 03:01:49 DEBUG : potato2: gcid = 8cf19f4a29e05530175b97f53f9ee3cda8134f9b 2026/09/20 03:01:49 DEBUG : pacer: low level retry 1/10 (error Error "captcha_invalid" (9): Verification code is invalid) 2026/09/20 03:01:49 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2026/09/20 03:01:49 DEBUG : Saving config "captcha_token" in section "TestPikPak" of the config file 2026/09/20 03:01:50 DEBUG : pacer: Reducing sleep to 150ms 2026/09/20 03:01:50 DEBUG : potato2: size = 60 OK 2026/09/20 03:01:50 DEBUG : pacer: Reducing sleep to 112.5ms 2026/09/20 03:01:50 DEBUG : pacer: Reducing sleep to 100ms === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:52 DEBUG : potato3: calculating gcid: failed to unwrap object from src: potato3 2026/09/20 03:01:52 DEBUG : potato3: gcid = f284ca644cf64403b777451495ca659cc12415af 2026/09/20 03:01:52 DEBUG : potato3: size = 60 OK --- FAIL: TestRcatSizeChecksum (12.20s) --- FAIL: TestRcatSizeChecksum/Corrupted (3.17s) --- PASS: TestRcatSizeChecksum/SizeDiffers (3.41s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.79s) --- PASS: TestRcatSizeChecksum/NoHashes (2.83s) === RUN TestTouchDir run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" operations_test.go:1842: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (0.57s) === RUN TestMkdirMetadata run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" operations_test.go:1880: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (1.05s) === RUN TestMkdirModTime run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" operations_test.go:1901: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.58s) === RUN TestCopyDirMetadata run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.57s) === RUN TestSetDirModTime run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" operations_test.go:1983: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.56s) === RUN TestDirsEqual run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" operations_test.go:2034: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.57s) === RUN TestRemoveExisting run.go:198: Remote "PikPak root 'rclone-test-jocebeb2tawu'", Local "Local file system at /tmp/rclone2166958905", Modify Window "876000h0m0s" 2026/09/20 03:01:59 DEBUG : sub dir/test remove existing: calculating gcid: failed to unwrap object from src: sub dir/test remove existing 2026/09/20 03:01:59 DEBUG : sub dir/test remove existing: gcid = 67becf85308acf0261750da1075681ee5c412f05 2026/09/20 03:02:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: calculating gcid: failed to unwrap object from src: sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/20 03:02:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: gcid = ff0a82f2c008deee8efc387c6d8b8f1d944eb980 2026/09/20 03:02:03 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.lafaweb6" before starting 2026/09/20 03:02:05 DEBUG : sub dir/test remove existing.lafaweb6: TEST: removing renamed existing file after operation 2026/09/20 03:02:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rarakid5" before starting 2026/09/20 03:02:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rarakid5: TEST: renaming existing back after failed operation 2026/09/20 03:02:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tepagud9" before starting 2026/09/20 03:02:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tepagud9: TEST: removing renamed existing file after operation 2026/09/20 03:02:15 DEBUG : sub dir: Rmdir: contains trashed file: "test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tepagud9" 2026/09/20 03:02:15 DEBUG : sub dir: Rmdir: contains trashed file: "test remove existing.lafaweb6" --- PASS: TestRemoveExisting (19.38s) === RUN TestRcatInputFailurePreservesDestination 2026/09/20 03:02:18 DEBUG : Creating backend with remote "/tmp/TestRcatInputFailurePreservesDestination2028467481/001" --- PASS: TestRcatInputFailurePreservesDestination (0.00s) === RUN TestRcAbout rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) === RUN TestRcGetFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcGetFile (0.00s) FAIL 2026/09/20 03:02:18 DEBUG : PikPak root 'rclone-test-jocebeb2tawu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestPikPak: -verbose" - Finished OK in 12m54.794961835s (try 1/5)