"./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Starting (try 1/5) 2026/09/09 01:58:42 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-pemitir7qaho" 2026/09/09 01:58:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/09 01:58:42 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': Using cached web token 2026/09/09 01:58:43 DEBUG : Creating backend with remote "/tmp/rclone2885559522" === 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 "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" multithread_test.go:120: multithread writing not supported 2026/09/09 01:58:44 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.38s) === RUN TestMultithreadCopyAbort run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" multithread_test.go:120: multithread writing not supported 2026/09/09 01:58:44 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.37s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/09 01:58:44 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 1 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 0 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 2 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/09 01:58:44 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/09 01:58:44 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/09 01:58:44 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 1 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 2 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 0 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/09 01:58:44 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/09 01:58:44 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/09 01:58:44 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 1 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 2 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 3 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 0 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/09 01:58:44 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/09 01:58:44 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/09 01:58:44 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 1 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 2 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 0 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/09 01:58:44 DEBUG : file.txt: writing chunk 3 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/09 01:58:44 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/09 01:58:44 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/09 01:58:44 DEBUG : a: size = 0 OK 2026/09/09 01:58:44 DEBUG : a: size = 1 (memory) 2026/09/09 01:58:44 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/09 01:58:44 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/09 01:58:44 DEBUG : potato: Seek from 10 to 0 2026/09/09 01:58:44 DEBUG : potato: Seek from 10 to 0 2026/09/09 01:58:44 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/09 01:58:44 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Seek from 5 to 2 2026/09/09 01:58:44 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/09 01:58:44 DEBUG : potato: Seek from 7 to 0 2026/09/09 01:58:44 DEBUG : potato: Seek from 7 to 0 2026/09/09 01:58:44 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/09 01:58:44 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Seek from 5 to 2 2026/09/09 01:58:44 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/09 01:58:44 DEBUG : potato: Seek from 8 to 0 2026/09/09 01:58:44 DEBUG : potato: Seek from 8 to 0 2026/09/09 01:58:44 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/09 01:58:44 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/09 01:58:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/09 01:58:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/09 01:58:44 DEBUG : potato: Seek from 5 to 2 2026/09/09 01:58:44 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/09 01:58:44 DEBUG : potato: Seek from 9 to 0 2026/09/09 01:58:44 DEBUG : potato: Seek from 9 to 0 2026/09/09 01:58:44 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.01s) --- 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 "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 2026/09/09 01:59:02 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:02 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 01:59:02 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:02 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 01:59:02 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:02 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 01:59:03 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:03 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 01:59:05 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:07 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:09 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:11 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:13 DEBUG : pacer: Reducing sleep to 1.5s --- PASS: TestCheck (28.90s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.20s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.20s) --- PASS: TestCheck/5 (0.20s) --- PASS: TestCheck/6 (0.20s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2026/09/09 01:59:13 DEBUG : Creating backend with remote "nonexistent" 2026/09/09 01:59:13 DEBUG : Config file has changed externally - reloading 2026/09/09 01:59:13 DEBUG : Creating backend with remote "nonexistent" 2026/09/09 01:59:13 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/09 01:59:13 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/09 01:59:13 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/09 01:59:13 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 01:59:15 DEBUG : pacer: Reducing sleep to 1.125s 2026/09/09 01:59:16 DEBUG : pacer: Reducing sleep to 843.75ms 2026/09/09 01:59:19 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/09/09 01:59:19 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/09/09 01:59:19 DEBUG : pacer: Reducing sleep to 355.957031ms === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (24.28s) --- PASS: TestCheckDownload/1 (1.53s) --- PASS: TestCheckDownload/2 (0.23s) --- PASS: TestCheckDownload/3 (0.23s) --- PASS: TestCheckDownload/4 (1.14s) --- PASS: TestCheckDownload/5 (0.43s) --- PASS: TestCheckDownload/6 (0.43s) --- PASS: TestCheckDownload/7 (0.60s) === RUN TestCheckSizeOnly run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/09/09 01:59:51 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:51 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 01:59:51 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:51 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 01:59:51 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:51 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 01:59:52 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:52 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 01:59:54 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:56 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 01:59:58 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:00 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:02 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:04 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) === NAME TestCheckSizeOnly run.go:173: removing file "remotepotato" failed - try 1/3: sleeping 1s: could not Remove: invalid character '<' looking for beginning of value 2026/09/09 02:00:06 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:08 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:10 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:12 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:15 DEBUG : pacer: Reducing sleep to 1.5s 2026/09/09 02:00:17 DEBUG : pacer: Reducing sleep to 1.125s 2026/09/09 02:00:17 DEBUG : pacer: Reducing sleep to 843.75ms --- PASS: TestCheckSizeOnly (40.14s) --- PASS: TestCheckSizeOnly/1 (0.20s) --- PASS: TestCheckSizeOnly/2 (0.21s) --- PASS: TestCheckSizeOnly/3 (0.20s) --- PASS: TestCheckSizeOnly/4 (0.21s) --- PASS: TestCheckSizeOnly/5 (0.20s) --- PASS: TestCheckSizeOnly/6 (0.20s) --- PASS: TestCheckSizeOnly/7 (0.20s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:00:18 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/09/09 02:00:19 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/09/09 02:00:21 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/09/09 02:00:21 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/09/09 02:00:22 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/09/09 02:00:22 DEBUG : pacer: Reducing sleep to 200ms 2026/09/09 02:00:22 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/09 02:00:22 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/09 02:00:22 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/09 02:00:22 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/09 02:00:23 DEBUG : test.sum: Update: removing old file 2026/09/09 02:00:27 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/09 02:00:27 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/09 02:00:27 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/09 02:00:27 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (11.31s) === RUN TestCheckSum run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:00:29 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-pemitir7qaho/data" 2026/09/09 02:00:29 DEBUG : Config file has changed externally - reloading 2026/09/09 02:00:29 DEBUG : Linkbox root 'rclone-test-pemitir7qaho/data': Using cached web token check_test.go:354: Linkbox root 'rclone-test-pemitir7qaho/data' lacks md5, skipping --- SKIP: TestCheckSum (1.90s) === RUN TestCheckSumDownload run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:00:30 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-pemitir7qaho/data" 2026/09/09 02:00:30 DEBUG : Config file has changed externally - reloading 2026/09/09 02:00:30 DEBUG : Linkbox root 'rclone-test-pemitir7qaho/data': Using cached web token === RUN TestCheckSumDownload/subtest1 2026/09/09 02:00:43 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest2 2026/09/09 02:00:47 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest3 2026/09/09 02:00:53 DEBUG : test.sum: Update: removing old file 2026/09/09 02:00:54 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:54 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 02:00:54 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:54 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 02:00:55 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:55 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 02:00:55 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:55 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 02:00:57 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:00:59 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:01 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:03 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:05 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:07 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) === NAME TestCheckSumDownload run.go:299: Retry Put of "test.sum" to Linkbox root 'rclone-test-pemitir7qaho': 1/10 (Update err in unmarshaling response: invalid character '<' looking for beginning of value) 2026/09/09 02:01:09 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:11 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:13 DEBUG : pacer: Reducing sleep to 1.5s 2026/09/09 02:01:15 DEBUG : pacer: Reducing sleep to 1.125s 2026/09/09 02:01:18 DEBUG : pacer: Reducing sleep to 843.75ms 2026/09/09 02:01:18 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/09/09 02:01:19 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/09/09 02:01:20 DEBUG : pacer: Reducing sleep to 355.957031ms === RUN TestCheckSumDownload/subtest4 2026/09/09 02:01:21 DEBUG : pacer: Reducing sleep to 200ms 2026/09/09 02:01:21 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest5 2026/09/09 02:01:26 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest6 2026/09/09 02:01:30 DEBUG : data/banana: Update: removing old file 2026/09/09 02:01:34 DEBUG : data/potato: Update: removing old file 2026/09/09 02:01:37 DEBUG : test.sum: Update: removing old file === RUN TestCheckSumDownload/subtest7 2026/09/09 02:01:44 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:44 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 02:01:45 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:45 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 02:01:45 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:45 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 02:01:46 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:46 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 02:01:47 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:49 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:51 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:53 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:55 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:01:57 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) === NAME TestCheckSumDownload run.go:173: removing file "data/potato" failed - try 1/3: sleeping 1s: could not Remove: invalid character '<' looking for beginning of value 2026/09/09 02:01:59 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:01 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:03 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:05 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:07 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:09 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:11 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:15 DEBUG : pacer: Reducing sleep to 1.5s 2026/09/09 02:02:16 DEBUG : pacer: Reducing sleep to 1.125s 2026/09/09 02:02:18 DEBUG : pacer: Reducing sleep to 843.75ms 2026/09/09 02:02:18 DEBUG : pacer: Reducing sleep to 632.8125ms --- PASS: TestCheckSumDownload (107.90s) --- PASS: TestCheckSumDownload/subtest1 (2.55s) --- PASS: TestCheckSumDownload/subtest2 (0.48s) --- PASS: TestCheckSumDownload/subtest3 (1.61s) --- PASS: TestCheckSumDownload/subtest4 (1.33s) --- PASS: TestCheckSumDownload/subtest5 (0.78s) --- PASS: TestCheckSumDownload/subtest6 (0.66s) --- PASS: TestCheckSumDownload/subtest7 (0.67s) === RUN TestCheckSumConcurrency 2026/09/09 02:02:18 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/09 02:02:18 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/09 02:02:18 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/09 02:02:18 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/09 02:02:18 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/09 02:02:18 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/09 02:02:18 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/09 02:02:18 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/09 02:02:18 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/09 02:02:18 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/09 02:02:18 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/09 02:02:18 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/09 02:02:18 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-puxusip1duce" 2026/09/09 02:02:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/09 02:02:18 DEBUG : Linkbox root 'rclone-test-puxusip1duce': Using cached web token 2026/09/09 02:02:19 DEBUG : Creating backend with remote "/tmp/rclone1657105987" run.go:198: Remote "Linkbox root 'rclone-test-puxusip1duce'", Local "Local file system at /tmp/rclone1657105987", Modify Window "876000h0m0s" upper checkfile vs. lower remote (without normalization) 2026/09/09 02:02:23 ERROR : hello, world!: sum not found 2026/09/09 02:02:23 ERROR : HELLO, WORLD!: file not in Linkbox root 'rclone-test-puxusip1duce' 2026/09/09 02:02:23 NOTICE: Linkbox root 'rclone-test-puxusip1duce': 1 files missing 2026/09/09 02:02:23 NOTICE: 1 hashes missing 2026/09/09 02:02:23 NOTICE: Linkbox root 'rclone-test-puxusip1duce': 1 differences found 2026/09/09 02:02:23 NOTICE: Linkbox root 'rclone-test-puxusip1duce': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/09 02:02:24 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/09 02:02:24 NOTICE: Linkbox root 'rclone-test-puxusip1duce': 0 differences found 2026/09/09 02:02:24 NOTICE: Linkbox root 'rclone-test-puxusip1duce': 1 matching files 2026/09/09 02:02:24 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-kocizaz7cumo" 2026/09/09 02:02:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/09 02:02:24 DEBUG : Linkbox root 'rclone-test-kocizaz7cumo': Using cached web token 2026/09/09 02:02:25 DEBUG : Creating backend with remote "/tmp/rclone1722952371" run.go:198: Remote "Linkbox root 'rclone-test-kocizaz7cumo'", Local "Local file system at /tmp/rclone1722952371", Modify Window "876000h0m0s" lower checkfile vs. upper remote (without normalization) 2026/09/09 02:02:29 ERROR : HELLO, WORLD!: sum not found 2026/09/09 02:02:29 ERROR : hello, world!: file not in Linkbox root 'rclone-test-kocizaz7cumo' 2026/09/09 02:02:29 NOTICE: Linkbox root 'rclone-test-kocizaz7cumo': 1 files missing 2026/09/09 02:02:29 NOTICE: 1 hashes missing 2026/09/09 02:02:29 NOTICE: Linkbox root 'rclone-test-kocizaz7cumo': 1 differences found 2026/09/09 02:02:29 NOTICE: Linkbox root 'rclone-test-kocizaz7cumo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/09 02:02:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/09 02:02:29 NOTICE: Linkbox root 'rclone-test-kocizaz7cumo': 0 differences found 2026/09/09 02:02:29 NOTICE: Linkbox root 'rclone-test-kocizaz7cumo': 1 matching files 2026/09/09 02:02:29 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-towayix5hizu" 2026/09/09 02:02:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/09 02:02:29 DEBUG : Linkbox root 'rclone-test-towayix5hizu': Using cached web token 2026/09/09 02:02:30 DEBUG : Creating backend with remote "/tmp/rclone1534461154" 2026/09/09 02:02:30 DEBUG : Config file has changed externally - reloading run.go:198: Remote "Linkbox root 'rclone-test-towayix5hizu'", Local "Local file system at /tmp/rclone1534461154", Modify Window "876000h0m0s" lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/09 02:02:34 ERROR : HeLlO, wOrLd!: sum not found 2026/09/09 02:02:34 ERROR : hello, world!: file not in Linkbox root 'rclone-test-towayix5hizu' 2026/09/09 02:02:34 NOTICE: Linkbox root 'rclone-test-towayix5hizu': 1 files missing 2026/09/09 02:02:34 NOTICE: 1 hashes missing 2026/09/09 02:02:34 NOTICE: Linkbox root 'rclone-test-towayix5hizu': 1 differences found 2026/09/09 02:02:34 NOTICE: Linkbox root 'rclone-test-towayix5hizu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/09 02:02:34 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/09 02:02:34 NOTICE: Linkbox root 'rclone-test-towayix5hizu': 0 differences found 2026/09/09 02:02:34 NOTICE: Linkbox root 'rclone-test-towayix5hizu': 1 matching files 2026/09/09 02:02:34 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xuxifok0rime" 2026/09/09 02:02:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/09 02:02:34 DEBUG : Linkbox root 'rclone-test-xuxifok0rime': Using cached web token 2026/09/09 02:02:35 DEBUG : Creating backend with remote "/tmp/rclone3640092454" run.go:198: Remote "Linkbox root 'rclone-test-xuxifok0rime'", Local "Local file system at /tmp/rclone3640092454", Modify Window "876000h0m0s" upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/09 02:02:40 ERROR : HELLO, WORLD!: sum not found 2026/09/09 02:02:40 ERROR : HeLlO, wOrLd!: file not in Linkbox root 'rclone-test-xuxifok0rime' 2026/09/09 02:02:40 NOTICE: Linkbox root 'rclone-test-xuxifok0rime': 1 files missing 2026/09/09 02:02:40 NOTICE: 1 hashes missing 2026/09/09 02:02:40 NOTICE: Linkbox root 'rclone-test-xuxifok0rime': 1 differences found 2026/09/09 02:02:40 NOTICE: Linkbox root 'rclone-test-xuxifok0rime': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/09 02:02:40 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/09 02:02:40 NOTICE: Linkbox root 'rclone-test-xuxifok0rime': 0 differences found 2026/09/09 02:02:40 NOTICE: Linkbox root 'rclone-test-xuxifok0rime': 1 matching files 2026/09/09 02:02:40 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-nuneqat0wojo" 2026/09/09 02:02:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/09 02:02:40 DEBUG : Linkbox root 'rclone-test-nuneqat0wojo': Using cached web token 2026/09/09 02:02:41 DEBUG : Creating backend with remote "/tmp/rclone1404201642" run.go:198: Remote "Linkbox root 'rclone-test-nuneqat0wojo'", Local "Local file system at /tmp/rclone1404201642", Modify Window "876000h0m0s" NFD checkfile vs. NFC remote (without normalization) 2026/09/09 02:02:45 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/09 02:02:45 ERROR : 測試_Русский___ě_áñ: file not in Linkbox root 'rclone-test-nuneqat0wojo' 2026/09/09 02:02:45 NOTICE: Linkbox root 'rclone-test-nuneqat0wojo': 1 files missing 2026/09/09 02:02:45 NOTICE: 1 hashes missing 2026/09/09 02:02:45 NOTICE: Linkbox root 'rclone-test-nuneqat0wojo': 1 differences found 2026/09/09 02:02:45 NOTICE: Linkbox root 'rclone-test-nuneqat0wojo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/09 02:02:46 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/09 02:02:46 NOTICE: Linkbox root 'rclone-test-nuneqat0wojo': 0 differences found 2026/09/09 02:02:46 NOTICE: Linkbox root 'rclone-test-nuneqat0wojo': 1 matching files 2026/09/09 02:02:46 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-qovekon4jusa" 2026/09/09 02:02:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/09 02:02:46 DEBUG : Linkbox root 'rclone-test-qovekon4jusa': Using cached web token 2026/09/09 02:02:47 DEBUG : Creating backend with remote "/tmp/rclone1118688661" run.go:198: Remote "Linkbox root 'rclone-test-qovekon4jusa'", Local "Local file system at /tmp/rclone1118688661", Modify Window "876000h0m0s" 2026/09/09 02:02:47 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:47 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 02:02:47 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:47 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 02:02:48 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:48 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 02:02:48 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:48 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 02:02:50 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:52 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:54 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:56 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:02:58 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:00 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) run.go:255: Failed to mkdir "Linkbox root 'rclone-test-qovekon4jusa'": failed to make directory: CreateDir failed: invalid character '<' looking for beginning of value 2026/09/09 02:03:00 DEBUG : Linkbox root 'rclone-test-qovekon4jusa': Purge remote 2026/09/09 02:03:02 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:04 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:06 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:08 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:10 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:12 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:14 DEBUG : pacer: Reducing sleep to 1.5s 2026/09/09 02:03:14 NOTICE: purge failed: directory not found 2026/09/09 02:03:14 DEBUG : Linkbox root 'rclone-test-nuneqat0wojo': Purge remote 2026/09/09 02:03:16 DEBUG : Linkbox root 'rclone-test-xuxifok0rime': Purge remote 2026/09/09 02:03:17 DEBUG : Linkbox root 'rclone-test-towayix5hizu': Purge remote 2026/09/09 02:03:18 DEBUG : Linkbox root 'rclone-test-kocizaz7cumo': Purge remote 2026/09/09 02:03:20 DEBUG : Linkbox root 'rclone-test-puxusip1duce': Purge remote --- FAIL: TestApplyTransforms (62.60s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:03:21 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/09/09 02:03:21 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/09 02:03:22 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/09/09 02:03:23 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/09/09 02:03:24 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/09/09 02:03:24 DEBUG : pacer: Reducing sleep to 200ms 2026/09/09 02:03:26 DEBUG : sub/file2: size = 14 OK 2026/09/09 02:03:26 INFO : file1: Copied (new) to: sub/file2 2026/09/09 02:03:26 DEBUG : sub/file2: size = 14 OK 2026/09/09 02:03:26 DEBUG : file1: Sizes identical 2026/09/09 02:03:26 DEBUG : file1: Unchanged skipping 2026/09/09 02:03:27 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (9.44s) === RUN TestCopyLongFile run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.40s) === RUN TestCopyFileBackupDir run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" copy_test.go:174: Skipping test as remote does not support server-side move or copy --- SKIP: TestCopyFileBackupDir (0.41s) === RUN TestCopyFileCompareDest run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:03:31 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-pemitir7qaho/dst" 2026/09/09 02:03:31 DEBUG : Linkbox root 'rclone-test-pemitir7qaho/dst': Using cached web token 2026/09/09 02:03:33 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-pemitir7qaho/CompareDest" 2026/09/09 02:03:33 DEBUG : Linkbox root 'rclone-test-pemitir7qaho/CompareDest': Using cached web token 2026/09/09 02:03:34 DEBUG : one: Need to transfer - File not found at Destination 2026/09/09 02:03:38 DEBUG : one: size = 3 OK 2026/09/09 02:03:38 INFO : one: Copied (new) 2026/09/09 02:03:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone2885559522) 2026/09/09 02:03:39 DEBUG : one: size = 3 (Linkbox root 'rclone-test-pemitir7qaho/dst') 2026/09/09 02:03:39 DEBUG : one: Sizes differ 2026/09/09 02:03:39 DEBUG : one: Update: removing old file 2026/09/09 02:03:42 DEBUG : one: size = 5 OK 2026/09/09 02:03:42 INFO : one: Copied (replaced existing) 2026/09/09 02:03:42 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:42 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 02:03:42 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:42 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 02:03:43 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:43 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 02:03:44 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:44 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 02:03:45 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:47 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:49 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:51 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:53 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:55 DEBUG : pacer: low level retry 10/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:55 ERROR : error listing: getting files failed: invalid character '<' looking for beginning of value fstest.go:283: Error listing: getting files failed: invalid character '<' looking for beginning of value 2026/09/09 02:03:57 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:03:59 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:04:01 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:04:03 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:04:05 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:04:07 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:04:09 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:04:11 DEBUG : pacer: low level retry 8/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:04:13 DEBUG : pacer: low level retry 9/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:04:15 DEBUG : pacer: Reducing sleep to 1.5s 2026/09/09 02:04:18 DEBUG : pacer: Reducing sleep to 1.125s 2026/09/09 02:04:20 DEBUG : pacer: Reducing sleep to 843.75ms 2026/09/09 02:04:20 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/09/09 02:04:22 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/09/09 02:04:22 DEBUG : pacer: Reducing sleep to 355.957031ms --- FAIL: TestCopyFileCompareDest (51.26s) === RUN TestCopyFileCopyDest run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy 2026/09/09 02:04:23 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/09/09 02:04:23 DEBUG : pacer: Reducing sleep to 200.225829ms --- SKIP: TestCopyFileCopyDest (0.83s) === RUN TestCopyInplace run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported 2026/09/09 02:04:24 DEBUG : pacer: Reducing sleep to 200ms --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.40s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.40s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:04:25 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/09 02:04:28 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/09 02:04:28 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/09 02:04:29 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/09 02:04:29 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Update err in reading file: max transfer limit reached as set by --max-transfer 2026/09/09 02:04:30 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/09 02:04:30 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/09 02:04:33 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/09 02:04:33 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (13.95s) === RUN TestDeduplicateInteractive run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.40s) === RUN TestDeduplicateSkip run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.40s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.40s) === RUN TestDeduplicateFirst run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.43s) === RUN TestDeduplicateNewest run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.40s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:37: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.43s) === RUN TestDeduplicateOldest run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.40s) === RUN TestDeduplicateLargest run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.42s) === RUN TestDeduplicateSmallest run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.40s) === RUN TestDeduplicateRename run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.41s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.40s) === RUN TestMergeDirs run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.41s) === RUN TestListDirSorted run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" run.go:303: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-pemitir7qaho'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSorted (21.36s) === RUN TestListDirSortedFn run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:05:07 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:05:07 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 02:05:07 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:05:07 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 02:05:07 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:05:07 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 02:05:08 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:05:08 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 02:05:10 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:05:12 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:05:14 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:05:16 DEBUG : pacer: Reducing sleep to 1.5s 2026/09/09 02:05:18 DEBUG : pacer: Reducing sleep to 1.125s 2026/09/09 02:05:19 DEBUG : pacer: Reducing sleep to 843.75ms 2026/09/09 02:05:22 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/09/09 02:05:22 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/09/09 02:05:22 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/09/09 02:05:24 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/09/09 02:05:24 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/09/09 02:05:25 DEBUG : pacer: Reducing sleep to 200ms run.go:303: Failed to put "sub dir/ignore dir/.ignore" to "Linkbox root 'rclone-test-pemitir7qaho'": Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 --- FAIL: TestListDirSortedFn (34.83s) === RUN TestListJSON run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" === 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 2026/09/09 02:05:48 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (12.96s) --- PASS: TestListJSON/Default (0.21s) --- PASS: TestListJSON/FilesOnly (0.20s) --- PASS: TestListJSON/DirsOnly (0.20s) --- PASS: TestListJSON/Recurse (0.41s) --- PASS: TestListJSON/SubDir (0.20s) --- PASS: TestListJSON/NoModTime (0.20s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.20s) --- PASS: TestListJSON/HashTypes (0.20s) --- PASS: TestListJSON/Metadata (0.20s) === RUN TestStatJSON run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" === 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/09 02:06:01 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-pemitir7qaho/notfound" 2026/09/09 02:06:01 DEBUG : Config file has changed externally - reloading 2026/09/09 02:06:01 DEBUG : Linkbox root 'rclone-test-pemitir7qaho/notfound': Using cached web token --- PASS: TestStatJSON (15.32s) --- PASS: TestStatJSON/Root (0.20s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.40s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.20s) --- PASS: TestStatJSON/File (0.20s) --- PASS: TestStatJSON/NotFound (0.40s) --- PASS: TestStatJSON/DirFilesOnly (0.20s) --- PASS: TestStatJSON/FileFilesOnly (0.20s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.20s) --- PASS: TestStatJSON/FileDirsOnly (0.21s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.22s) --- PASS: TestStatJSON/RootNotFound (1.70s) === RUN TestStatJSONMemory 2026/09/09 02:06:08 DEBUG : Creating backend with remote ":memory:" 2026/09/09 02:06:08 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/09 02:06:08 DEBUG : sub/file1: size = 5 OK 2026/09/09 02:06:08 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/09 02:06:08 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 "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:06:08 INFO : Linkbox root 'rclone-test-pemitir7qaho': Making directory 2026/09/09 02:06:08 INFO : Linkbox root 'rclone-test-pemitir7qaho': Making directory --- PASS: TestMkdir (0.65s) === RUN TestLsd run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" --- PASS: TestLsd (7.60s) === RUN TestLs run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" --- PASS: TestLs (7.49s) === RUN TestLsWithFilesFrom run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:06:28 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/09 02:06:28 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (7.99s) === RUN TestLsLong run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" --- PASS: TestLsLong (7.46s) === RUN TestHashSums run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" --- PASS: TestHashSums (7.22s) === RUN TestHashSumsWithErrors 2026/09/09 02:06:46 DEBUG : Creating backend with remote ":memory:" 2026/09/09 02:06:46 ERROR : file1: hash unsupported: hash type not supported 2026/09/09 02:06:46 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/09 02:06:46 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/09 02:06:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/09 02:06:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/09 02:06:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/09 02:06:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/09 02:06:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/09 02:06:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/09 02:06:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/09 02:06:46 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 "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" --- PASS: TestCount (14.21s) === RUN TestDelete run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:07:07 DEBUG : Waiting for deletions to finish 2026/09/09 02:07:07 DEBUG : large: Excluded (Size Filter) 2026/09/09 02:07:07 DEBUG : large: Excluded 2026/09/09 02:07:08 INFO : medium: Deleted 2026/09/09 02:07:09 INFO : small: Deleted --- PASS: TestDelete (9.95s) === RUN TestMaxDelete run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:07:17 DEBUG : Waiting for deletions to finish 2026/09/09 02:07:17 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/09 02:07:18 INFO : large: Deleted 2026/09/09 02:07:18 INFO : medium: Deleted --- PASS: TestMaxDelete (10.28s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:07:27 DEBUG : Waiting for deletions to finish 2026/09/09 02:07:27 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/09 02:07:29 INFO : medium: Deleted 2026/09/09 02:07:29 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (10.38s) === RUN TestMaxDeleteSize run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:07:37 DEBUG : Waiting for deletions to finish 2026/09/09 02:07:38 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/09 02:07:39 INFO : large: Deleted 2026/09/09 02:07:39 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (10.25s) === RUN TestReadFile run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" --- PASS: TestReadFile (4.78s) === RUN TestRetry 2026/09/09 02:07:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/09 02:07:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/09 02:07:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/09 02:07:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/09 02:07:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/09 02:07:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/09 02:07:46 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 "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" --- PASS: TestCat (10.26s) === RUN TestPurge 2026/09/09 02:07:56 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wiwuqiw5joqu" 2026/09/09 02:07:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/09 02:07:56 DEBUG : Linkbox root 'rclone-test-wiwuqiw5joqu': Using cached web token 2026/09/09 02:07:57 DEBUG : Creating backend with remote "/tmp/rclone1995787792" run.go:198: Remote "Linkbox root 'rclone-test-wiwuqiw5joqu'", Local "Local file system at /tmp/rclone1995787792", Modify Window "876000h0m0s" 2026/09/09 02:08:06 INFO : A2: Making directory 2026/09/09 02:08:08 INFO : A1/B2: Making directory 2026/09/09 02:08:09 INFO : A1/B2/C2: Making directory 2026/09/09 02:08:11 INFO : A1/B1/C3: Making directory 2026/09/09 02:08:12 INFO : A3: Making directory 2026/09/09 02:08:14 INFO : A3/B3: Making directory 2026/09/09 02:08:15 INFO : A3/B3/C4: Making directory 2026/09/09 02:08:26 ERROR : error listing: directory not found 2026/09/09 02:08:26 DEBUG : Linkbox root 'rclone-test-wiwuqiw5joqu': Purge remote 2026/09/09 02:08:26 NOTICE: purge failed: directory not found --- PASS: TestPurge (29.65s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:08:33 INFO : A2: Making directory 2026/09/09 02:08:34 INFO : A1/B2: Making directory 2026/09/09 02:08:36 INFO : A1/B2/C2: Making directory 2026/09/09 02:08:37 INFO : A1/B1/C3: Making directory 2026/09/09 02:08:39 INFO : A3: Making directory 2026/09/09 02:08:40 INFO : A3/B3: Making directory 2026/09/09 02:08:42 INFO : A3/B3/C4: Making directory 2026/09/09 02:08:48 DEBUG : removing 1 level 3 directories 2026/09/09 02:08:48 INFO : A3/B3/C4: Removing directory 2026/09/09 02:08:54 DEBUG : removing 2 level 3 directories 2026/09/09 02:08:54 INFO : A1/B2/C2: Removing directory 2026/09/09 02:08:54 INFO : A1/B1/C3: Removing directory 2026/09/09 02:08:56 DEBUG : removing 2 level 2 directories 2026/09/09 02:08:56 INFO : A3/B3: Removing directory 2026/09/09 02:08:56 INFO : A1/B2: Removing directory 2026/09/09 02:08:58 DEBUG : removing 2 level 1 directories 2026/09/09 02:08:58 INFO : A2: Removing directory 2026/09/09 02:08:58 INFO : A3: Removing directory 2026/09/09 02:09:04 DEBUG : removing 1 level 3 directories 2026/09/09 02:09:04 INFO : A1/B1/C1: Removing directory 2026/09/09 02:09:06 DEBUG : removing 1 level 2 directories 2026/09/09 02:09:06 INFO : A1/B1: Removing directory 2026/09/09 02:09:07 DEBUG : removing 1 level 1 directories 2026/09/09 02:09:07 INFO : A1: Removing directory 2026/09/09 02:09:09 DEBUG : removing 1 level 0 directories 2026/09/09 02:09:09 INFO : Linkbox root 'rclone-test-pemitir7qaho': Removing directory 2026/09/09 02:09:09 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:09:09 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 02:09:09 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:09:09 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 02:09:10 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:09:10 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 02:09:11 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:09:11 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 02:09:12 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:09:14 DEBUG : pacer: low level retry 6/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:09:16 DEBUG : pacer: low level retry 7/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:09:19 DEBUG : pacer: Reducing sleep to 1.5s 2026/09/09 02:09:21 DEBUG : pacer: Reducing sleep to 1.125s 2026/09/09 02:09:21 ERROR : error listing: directory not found 2026/09/09 02:09:22 DEBUG : pacer: Reducing sleep to 843.75ms 2026/09/09 02:09:22 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (55.84s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:09:23 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/09/09 02:09:25 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/09/09 02:09:25 INFO : A1: Making directory 2026/09/09 02:09:25 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/09/09 02:09:27 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/09/09 02:09:27 INFO : A1/B1: Making directory 2026/09/09 02:09:27 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/09/09 02:09:28 DEBUG : pacer: Reducing sleep to 200ms 2026/09/09 02:09:28 INFO : A1/B1/C1: Making directory 2026/09/09 02:09:31 DEBUG : removing 1 level 3 directories 2026/09/09 02:09:31 INFO : A1/B1/C1: Removing directory 2026/09/09 02:09:33 DEBUG : removing 1 level 2 directories 2026/09/09 02:09:33 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (14.74s) === RUN TestRmdirsWithFilter run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:09:37 INFO : A1: Making directory 2026/09/09 02:09:38 INFO : A1/B1: Making directory 2026/09/09 02:09:40 INFO : A1/B1/C1: Making directory 2026/09/09 02:09:43 DEBUG : removing 1 level 3 directories 2026/09/09 02:09:43 INFO : A1/B1/C1: Removing directory 2026/09/09 02:09:44 DEBUG : removing 1 level 2 directories 2026/09/09 02:09:44 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (11.75s) === RUN TestCopyURL run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:09:51 DEBUG : file1: size = 14 OK 2026/09/09 02:09:51 DEBUG : filename.txt: File name found in url 2026/09/09 02:09:53 DEBUG : filename.txt: size = 14 OK 2026/09/09 02:09:53 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/09 02:09:55 DEBUG : headerfilename.txt: size = 14 OK 2026/09/09 02:09:57 DEBUG : file2: size = 14 OK --- PASS: TestCopyURL (14.81s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:10:05 DEBUG : file1: size = 14 OK --- PASS: TestCopyURLDownloadHeaders (3.72s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:10:07 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/09 02:10:11 DEBUG : sub/file2: size = 14 OK 2026/09/09 02:10:11 INFO : file1: Copied (new) to: sub/file2 2026/09/09 02:10:11 INFO : file1: Deleted 2026/09/09 02:10:11 DEBUG : sub/file2: size = 14 OK 2026/09/09 02:10:11 DEBUG : file1: Sizes identical 2026/09/09 02:10:11 DEBUG : file1: Unchanged skipping 2026/09/09 02:10:11 INFO : file1: Deleted 2026/09/09 02:10:12 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (8.66s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:10:16 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/09 02:10:18 DEBUG : file1: size = 14 OK 2026/09/09 02:10:18 INFO : file1: Copied (new) 2026/09/09 02:10:18 INFO : file1: Deleted 2026/09/09 02:10:18 DEBUG : file1: Destination exists, skipping 2026/09/09 02:10:18 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.56s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:10:20 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/09 02:10:24 DEBUG : sub/file2: size = 14 OK 2026/09/09 02:10:24 INFO : file1: Copied (new) to: sub/file2 2026/09/09 02:10:24 INFO : file1: Deleted 2026/09/09 02:10:25 DEBUG : sub/file2: size = 14 OK 2026/09/09 02:10:25 DEBUG : file1: Sizes identical 2026/09/09 02:10:25 DEBUG : file1: Unchanged skipping 2026/09/09 02:10:25 INFO : file1: Deleted 2026/09/09 02:10:26 DEBUG : sub/file2: moving to sub/File2-rclone-move-mawiwug2 2026/09/09 02:10:28 DEBUG : sub/File2-rclone-move-mawiwug2: size = 14 OK 2026/09/09 02:10:28 INFO : sub/file2: Copied (new) to: sub/File2-rclone-move-mawiwug2 2026/09/09 02:10:29 INFO : sub/file2: Deleted 2026/09/09 02:10:29 DEBUG : sub/file2: moving to sub/File2 2026/09/09 02:10:31 DEBUG : sub/File2: Trying to read object after upload: try again in 100ms (1/10) 2026/09/09 02:10:32 DEBUG : sub/File2: Trying to read object after upload: try again in 200ms (2/10) 2026/09/09 02:10:32 DEBUG : sub/File2: Trying to read object after upload: try again in 400ms (3/10) 2026/09/09 02:10:33 DEBUG : sub/File2: Trying to read object after upload: try again in 800ms (4/10) 2026/09/09 02:10:34 DEBUG : sub/File2: Trying to read object after upload: try again in 1.6s (5/10) 2026/09/09 02:10:36 DEBUG : sub/File2: Trying to read object after upload: try again in 3.2s (6/10) 2026/09/09 02:10:39 DEBUG : sub/File2: Trying to read object after upload: try again in 6.4s (7/10) 2026/09/09 02:10:46 DEBUG : sub/File2: Trying to read object after upload: try again in 12.8s (8/10) 2026/09/09 02:10:59 DEBUG : sub/File2: Trying to read object after upload: try again in 25.6s (9/10) 2026/09/09 02:11:25 DEBUG : sub/File2: Trying to read object after upload: try again in 51.2s (10/10) 2026/09/09 02:12:16 ERROR : sub/File2-rclone-move-mawiwug2: Failed to copy: object not found 2026/09/09 02:12:16 ERROR : sub/File2-rclone-move-mawiwug2: Not deleting source as copy failed: object not found operations_test.go:1040: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1040 Error: Received unexpected error: object not found Test: TestCaseInsensitiveMoveFile --- FAIL: TestCaseInsensitiveMoveFile (120.30s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:12:23 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (4.55s) === RUN TestMoveFileBackupDir run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:1067: Skipping test as remote does not support server-side move or copy --- SKIP: TestMoveFileBackupDir (0.41s) === 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 "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:12:42 INFO : A1/B2: Making directory 2026/09/09 02:12:44 INFO : A1/B1/C3: Making directory 2026/09/09 02:13:02 DEBUG : A2/B1/C1/four: size = 4 OK 2026/09/09 02:13:02 INFO : A1/B1/C1/four: Copied (new) to: A2/B1/C1/four 2026/09/09 02:13:03 DEBUG : A2/two: size = 3 OK 2026/09/09 02:13:03 INFO : A1/two: Copied (new) to: A2/two 2026/09/09 02:13:03 DEBUG : A2/one: size = 3 OK 2026/09/09 02:13:03 INFO : A1/one: Copied (new) to: A2/one 2026/09/09 02:13:04 DEBUG : A2/B1/three: size = 5 OK 2026/09/09 02:13:04 INFO : A1/B1/three: Copied (new) to: A2/B1/three 2026/09/09 02:13:04 INFO : A1/B1/C1/four: Deleted 2026/09/09 02:13:04 DEBUG : A2/B1/C2/five: size = 4 OK 2026/09/09 02:13:04 INFO : A1/B1/C2/five: Copied (new) to: A2/B1/C2/five 2026/09/09 02:13:05 INFO : A1/two: Deleted 2026/09/09 02:13:05 INFO : A1/one: Deleted 2026/09/09 02:13:05 INFO : A1/B1/three: Deleted 2026/09/09 02:13:06 INFO : A1/B1/C2/five: Deleted 2026/09/09 02:13:21 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:13:21 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 02:13:21 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:13:21 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 02:13:21 DEBUG : pacer: low level retry 3/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:13:21 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 02:13:22 DEBUG : pacer: low level retry 4/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:13:22 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 02:13:24 DEBUG : pacer: low level retry 5/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:13:27 DEBUG : pacer: Reducing sleep to 1.5s 2026/09/09 02:13:28 DEBUG : pacer: Reducing sleep to 1.125s 2026/09/09 02:13:30 DEBUG : pacer: Reducing sleep to 843.75ms 2026/09/09 02:13:31 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/09/09 02:13:33 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/09/09 02:13:33 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/09/09 02:13:34 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/09/09 02:13:35 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/09/09 02:13:35 DEBUG : pacer: Reducing sleep to 200ms 2026/09/09 02:13:40 DEBUG : A3/B1/C1/four: size = 4 OK 2026/09/09 02:13:40 INFO : A2/B1/C1/four: Copied (new) to: A3/B1/C1/four 2026/09/09 02:13:40 DEBUG : A3/B1/C2/five: size = 4 OK 2026/09/09 02:13:40 INFO : A2/B1/C2/five: Copied (new) to: A3/B1/C2/five 2026/09/09 02:13:41 DEBUG : A3/two: size = 3 OK 2026/09/09 02:13:41 INFO : A2/two: Copied (new) to: A3/two 2026/09/09 02:13:41 DEBUG : A3/one: size = 3 OK 2026/09/09 02:13:41 INFO : A2/one: Copied (new) to: A3/one 2026/09/09 02:13:41 DEBUG : A3/B1/three: size = 5 OK 2026/09/09 02:13:41 INFO : A2/B1/three: Copied (new) to: A3/B1/three 2026/09/09 02:13:41 INFO : A2/B1/C1/four: Deleted 2026/09/09 02:13:42 INFO : A2/B1/C2/five: Deleted 2026/09/09 02:13:42 INFO : A2/two: Deleted 2026/09/09 02:13:43 INFO : A2/one: Deleted 2026/09/09 02:13:43 INFO : A2/B1/three: Deleted 2026/09/09 02:13:53 INFO : Linkbox root 'rclone-test-pemitir7qaho': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/09 02:14:09 DEBUG : A4/B1/three: size = 5 OK 2026/09/09 02:14:09 INFO : A3/B1/three: Copied (new) to: A4/B1/three 2026/09/09 02:14:10 DEBUG : A4/B1/C2/five: size = 4 OK 2026/09/09 02:14:10 INFO : A3/B1/C2/five: Copied (new) to: A4/B1/C2/five 2026/09/09 02:14:10 DEBUG : A4/B1/C1/four: size = 4 OK 2026/09/09 02:14:10 INFO : A3/B1/C1/four: Copied (new) to: A4/B1/C1/four 2026/09/09 02:14:10 DEBUG : A4/one: size = 3 OK 2026/09/09 02:14:10 INFO : A3/one: Copied (new) to: A4/one 2026/09/09 02:14:11 DEBUG : A4/two: size = 3 OK 2026/09/09 02:14:11 INFO : A3/two: Copied (new) to: A4/two 2026/09/09 02:14:11 INFO : A3/B1/three: Deleted 2026/09/09 02:14:11 INFO : A3/B1/C2/five: Deleted 2026/09/09 02:14:12 INFO : A3/B1/C1/four: Deleted 2026/09/09 02:14:12 INFO : A3/one: Deleted 2026/09/09 02:14:12 INFO : A3/two: Deleted 2026/09/09 02:14:22 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:14:22 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 02:14:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:14:23 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2026/09/09 02:14:23 DEBUG : pacer: low level retry 1/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:14:23 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2026/09/09 02:14:24 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:14:24 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/09/09 02:14:25 DEBUG : pacer: low level retry 2/10 (error invalid character '<' looking for beginning of value) 2026/09/09 02:14:28 DEBUG : pacer: Reducing sleep to 1.5s 2026/09/09 02:14:30 DEBUG : pacer: Reducing sleep to 1.125s 2026/09/09 02:14:31 DEBUG : pacer: Reducing sleep to 843.75ms 2026/09/09 02:14:32 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/09/09 02:14:33 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/09/09 02:14:35 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/09/09 02:14:36 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/09/09 02:14:36 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/09/09 02:14:37 DEBUG : pacer: Reducing sleep to 200ms --- PASS: TestDirMove (144.95s) === RUN TestGetFsInfo run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:14:50 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.42s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:14:51 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': File to upload is small (34 bytes), uploading instead of streaming 2026/09/09 02:14:53 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/09 02:14:53 NOTICE: Linkbox root 'rclone-test-pemitir7qaho': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/09/09 02:14:53 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/09 02:14:53 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/09 02:14:55 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/09 02:14:55 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:14:59 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': File to upload is small (34 bytes), uploading instead of streaming 2026/09/09 02:15:01 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/09 02:15:01 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/09 02:15:01 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/09 02:15:03 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/09 02:15:03 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:15:07 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': File to upload is small (34 bytes), uploading instead of streaming 2026/09/09 02:15:09 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/09 02:15:09 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/09/09 02:15:09 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/09 02:15:11 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/09 02:15:11 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:15:14 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': File to upload is small (34 bytes), uploading instead of streaming 2026/09/09 02:15:16 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/09 02:15:16 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/09 02:15:16 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/09 02:15:18 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/09 02:15:18 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (30.89s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.47s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (8.41s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.51s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.50s) === RUN TestRcatMetadata run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.41s) === RUN TestRcatSize run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:15:24 DEBUG : potato1: size = 60 OK 2026/09/09 02:15:24 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': File to upload is small (60 bytes), uploading instead of streaming 2026/09/09 02:15:26 DEBUG : potato2: size = 60 OK 2026/09/09 02:15:26 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (7.41s) === RUN TestRcatSizeShortEOF run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:15:30 DEBUG : pacer: low level retry 1/1 (error Put "https://upload-api.linkbox.to/tmp/recycle/1d/user/922460207/d6548b156ea68a4e003e786df99eee76_120?AWSAccessKeyId=ZAUGMKBTPLNX0FBOCABG&Expires=1788927330&Signature=zbYkEwl5gXscqCWoMX64Y6U5Z1Y%3D": stream error: stream ID 1; INTERNAL_ERROR; received from peer) 2026/09/09 02:15:30 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/09/09 02:15:30 ERROR : potato1: Post request put error: update err in uploading file: Put "https://upload-api.linkbox.to/tmp/recycle/1d/user/922460207/d6548b156ea68a4e003e786df99eee76_120?AWSAccessKeyId=ZAUGMKBTPLNX0FBOCABG&Expires=1788927330&Signature=zbYkEwl5gXscqCWoMX64Y6U5Z1Y%3D": stream error: stream ID 1; INTERNAL_ERROR; received from peer 2026/09/09 02:15:31 DEBUG : pacer: Reducing sleep to 300ms 2026/09/09 02:15:31 DEBUG : pacer: Reducing sleep to 225ms --- PASS: TestRcatSizeShortEOF (1.54s) === RUN TestRcatSizeMetadata run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:1660: Skipping as destination doesn't support user metadata 2026/09/09 02:15:31 DEBUG : pacer: Reducing sleep to 200ms --- SKIP: TestRcatSizeMetadata (0.53s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:15:34 DEBUG : potato1: size = 60 OK --- PASS: TestRcatSizeUploadHeaders (3.76s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:1797: Skipping as destination doesn't support hashes === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:15:38 DEBUG : potato4: size = 60 (Linkbox root 'rclone-test-pemitir7qaho') 2026/09/09 02:15:38 DEBUG : potato4: size = 59 (Linkbox root 'rclone-test-pemitir7qaho') 2026/09/09 02:15:38 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(Linkbox root 'rclone-test-pemitir7qaho') 59 2026/09/09 02:15:38 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:15:42 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" 2026/09/09 02:15:45 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (11.82s) --- SKIP: TestRcatSizeChecksum/Corrupted (0.40s) --- PASS: TestRcatSizeChecksum/SizeDiffers (3.96s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (3.68s) --- PASS: TestRcatSizeChecksum/NoHashes (3.78s) === RUN TestTouchDir run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:1842: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (0.41s) === RUN TestMkdirMetadata run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:1880: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.43s) === RUN TestMkdirModTime run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:1901: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.46s) === RUN TestCopyDirMetadata run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.40s) === RUN TestSetDirModTime run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:1983: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.40s) === RUN TestDirsEqual run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:2034: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.41s) === RUN TestRemoveExisting run.go:198: Remote "Linkbox root 'rclone-test-pemitir7qaho'", Local "Local file system at /tmp/rclone2885559522", Modify Window "876000h0m0s" operations_test.go:2103: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.41s) === 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/09 02:15:50 DEBUG : Linkbox root 'rclone-test-pemitir7qaho': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Finished ERROR in 17m9.241111753s (try 1/5): exit status 1: Failed [TestApplyTransforms TestCopyFileCompareDest]