"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/23 04:22:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa" 2026/09/23 04:22:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:22:14 DEBUG : Starting OpenDrive session with ID: a94d02468416b087dc2b1d747a4949582f75a7428e0cff1689682372551a3d20 2026/09/23 04:22:14 DEBUG : Creating backend with remote "/tmp/rclone1758722709" === 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 "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/23 04:22:14 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.17s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/23 04:22:14 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.17s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/23 04:22:14 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 0 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 2 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 1 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/23 04:22:14 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/23 04:22:14 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/23 04:22:14 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 1 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 0 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 2 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/23 04:22:14 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/23 04:22:14 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/23 04:22:14 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 0 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 1 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 2 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 3 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/23 04:22:14 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/23 04:22:14 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/23 04:22:14 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 1 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 2 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 3 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/23 04:22:14 DEBUG : file.txt: writing chunk 0 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/23 04:22:14 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/23 04:22:14 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/23 04:22:14 DEBUG : a: size = 0 OK 2026/09/23 04:22:14 DEBUG : a: size = 1 (memory) 2026/09/23 04:22:14 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/23 04:22:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/23 04:22:14 DEBUG : potato: Seek from 10 to 0 2026/09/23 04:22:14 DEBUG : potato: Seek from 10 to 0 2026/09/23 04:22:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/23 04:22:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Seek from 5 to 2 2026/09/23 04:22:14 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/23 04:22:14 DEBUG : potato: Seek from 7 to 0 2026/09/23 04:22:14 DEBUG : potato: Seek from 7 to 0 2026/09/23 04:22:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/23 04:22:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Seek from 5 to 2 2026/09/23 04:22:14 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/23 04:22:14 DEBUG : potato: Seek from 8 to 0 2026/09/23 04:22:14 DEBUG : potato: Seek from 8 to 0 2026/09/23 04:22:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/23 04:22:14 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/23 04:22:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/23 04:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/23 04:22:14 DEBUG : potato: Seek from 5 to 2 2026/09/23 04:22:14 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/23 04:22:14 DEBUG : potato: Seek from 9 to 0 2026/09/23 04:22:14 DEBUG : potato: Seek from 9 to 0 2026/09/23 04:22:14 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:22:15 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/23 04:22:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/23 04:22:20 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/23 04:22:22 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.08s) --- PASS: TestCheck/1 (0.17s) --- PASS: TestCheck/2 (0.17s) --- PASS: TestCheck/3 (0.17s) --- PASS: TestCheck/4 (0.17s) --- PASS: TestCheck/5 (0.17s) --- PASS: TestCheck/6 (0.17s) --- PASS: TestCheck/7 (0.17s) === RUN TestCheckFsError 2026/09/23 04:22:24 DEBUG : Creating backend with remote "nonexistent" 2026/09/23 04:22:24 DEBUG : Creating backend with remote "nonexistent" 2026/09/23 04:22:24 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/23 04:22:24 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/23 04:22:24 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/23 04:22:24 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:22:25 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/23 04:22:28 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/23 04:22:30 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/23 04:22:34 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 === NAME TestCheckDownload fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestCheckDownload (19.84s) --- PASS: TestCheckDownload/1 (0.34s) --- PASS: TestCheckDownload/2 (0.52s) --- PASS: TestCheckDownload/3 (0.35s) --- PASS: TestCheckDownload/4 (0.74s) --- PASS: TestCheckDownload/5 (0.54s) --- PASS: TestCheckDownload/6 (0.36s) --- PASS: TestCheckDownload/7 (0.54s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:22:45 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/23 04:22:47 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/23 04:22:49 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/23 04:22:52 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.05s) --- PASS: TestCheckSizeOnly/1 (0.17s) --- PASS: TestCheckSizeOnly/2 (0.17s) --- PASS: TestCheckSizeOnly/3 (0.18s) --- PASS: TestCheckSizeOnly/4 (0.17s) --- PASS: TestCheckSizeOnly/5 (0.18s) --- PASS: TestCheckSizeOnly/6 (0.18s) --- PASS: TestCheckSizeOnly/7 (0.17s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:22:55 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/23 04:22:57 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/23 04:22:57 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/23 04:22:57 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/23 04:22:57 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/23 04:22:57 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/23 04:22:59 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/23 04:22:59 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/23 04:22:59 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/23 04:22:59 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.48s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:23:00 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/data" 2026/09/23 04:23:00 DEBUG : Starting OpenDrive session with ID: 6d582d44c3d5867dc5a464636d8540ed43f4ffc0dadfe0cab30aba59dd00a038 2026/09/23 04:23:02 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/23 04:23:04 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/23 04:23:07 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/23 04:23:08 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/23 04:23:11 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/23 04:23:13 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/23 04:23:16 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/23 04:23:19 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/23 04:23:21 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/23 04:23:22 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/23 04:23:24 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (27.50s) --- PASS: TestCheckSum/subtest1 (0.88s) --- PASS: TestCheckSum/subtest2 (0.69s) --- PASS: TestCheckSum/subtest3 (0.70s) --- PASS: TestCheckSum/subtest4 (0.70s) --- PASS: TestCheckSum/subtest5 (0.70s) --- PASS: TestCheckSum/subtest6 (0.70s) --- PASS: TestCheckSum/subtest7 (0.70s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:23:27 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/data" 2026/09/23 04:23:27 DEBUG : Config file has changed externally - reloading 2026/09/23 04:23:28 DEBUG : Starting OpenDrive session with ID: cfc501c75a5d256ebf7f7a65b44bb43c62d7bc78fc29b4f5ee224e01c56ea72e 2026/09/23 04:23:30 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/23 04:23:31 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/23 04:23:34 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/23 04:23:36 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/23 04:23:39 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/23 04:23:42 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/23 04:23:44 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/23 04:23:47 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/23 04:23:50 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/23 04:23:51 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/23 04:23:53 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (29.06s) --- PASS: TestCheckSumDownload/subtest1 (1.08s) --- PASS: TestCheckSumDownload/subtest2 (0.89s) --- PASS: TestCheckSumDownload/subtest3 (1.24s) --- PASS: TestCheckSumDownload/subtest4 (0.89s) --- PASS: TestCheckSumDownload/subtest5 (0.89s) --- PASS: TestCheckSumDownload/subtest6 (0.90s) --- PASS: TestCheckSumDownload/subtest7 (0.88s) === RUN TestCheckSumConcurrency 2026/09/23 04:23:56 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/23 04:23:56 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/23 04:23:56 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/23 04:23:56 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/23 04:23:56 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/23 04:23:56 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/23 04:23:56 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/23 04:23:56 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/23 04:23:56 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/23 04:23:56 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/23 04:23:56 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/23 04:23:56 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/23 04:23:56 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cevupij3tege" 2026/09/23 04:23:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:23:57 DEBUG : Starting OpenDrive session with ID: 8f02a850cecdf9dd757ce8839b5680a089225b81d378257e240525ef5ce40c85 2026/09/23 04:23:57 DEBUG : Creating backend with remote "/tmp/rclone339291696" run.go:198: Remote "OpenDrive root 'rclone-test-cevupij3tege'", Local "Local file system at /tmp/rclone339291696", Modify Window "1s" 2026/09/23 04:23:58 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/23 04:24:00 ERROR : hello, world!: sum not found 2026/09/23 04:24:00 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-cevupij3tege' 2026/09/23 04:24:00 NOTICE: OpenDrive root 'rclone-test-cevupij3tege': 1 files missing 2026/09/23 04:24:00 NOTICE: 1 hashes missing 2026/09/23 04:24:00 NOTICE: OpenDrive root 'rclone-test-cevupij3tege': 1 differences found 2026/09/23 04:24:00 NOTICE: OpenDrive root 'rclone-test-cevupij3tege': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/23 04:24:00 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:00 NOTICE: OpenDrive root 'rclone-test-cevupij3tege': 0 differences found 2026/09/23 04:24:00 NOTICE: OpenDrive root 'rclone-test-cevupij3tege': 1 matching files 2026/09/23 04:24:00 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vupeguf2yake" 2026/09/23 04:24:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:24:00 DEBUG : Starting OpenDrive session with ID: 8ab74b8fe843f2fd9c29d65b328edb903847fb5635978c3a766b49fe64548fdb 2026/09/23 04:24:01 DEBUG : Creating backend with remote "/tmp/rclone2121294302" run.go:198: Remote "OpenDrive root 'rclone-test-vupeguf2yake'", Local "Local file system at /tmp/rclone2121294302", Modify Window "1s" 2026/09/23 04:24:02 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/23 04:24:03 ERROR : HELLO, WORLD!: sum not found 2026/09/23 04:24:03 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-vupeguf2yake' 2026/09/23 04:24:03 NOTICE: OpenDrive root 'rclone-test-vupeguf2yake': 1 files missing 2026/09/23 04:24:03 NOTICE: 1 hashes missing 2026/09/23 04:24:03 NOTICE: OpenDrive root 'rclone-test-vupeguf2yake': 1 differences found 2026/09/23 04:24:03 NOTICE: OpenDrive root 'rclone-test-vupeguf2yake': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/23 04:24:04 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:04 NOTICE: OpenDrive root 'rclone-test-vupeguf2yake': 0 differences found 2026/09/23 04:24:04 NOTICE: OpenDrive root 'rclone-test-vupeguf2yake': 1 matching files 2026/09/23 04:24:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tipogam6kuyi" 2026/09/23 04:24:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:24:04 DEBUG : Starting OpenDrive session with ID: 276c8beda5525b7c3b2c2934906f7127e27e9c7bbf874f41b9ba3af71395c540 2026/09/23 04:24:04 DEBUG : Creating backend with remote "/tmp/rclone3595982072" run.go:198: Remote "OpenDrive root 'rclone-test-tipogam6kuyi'", Local "Local file system at /tmp/rclone3595982072", Modify Window "1s" 2026/09/23 04:24:06 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/23 04:24:07 ERROR : HeLlO, wOrLd!: sum not found 2026/09/23 04:24:07 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-tipogam6kuyi' 2026/09/23 04:24:07 NOTICE: OpenDrive root 'rclone-test-tipogam6kuyi': 1 files missing 2026/09/23 04:24:07 NOTICE: 1 hashes missing 2026/09/23 04:24:07 NOTICE: OpenDrive root 'rclone-test-tipogam6kuyi': 1 differences found 2026/09/23 04:24:07 NOTICE: OpenDrive root 'rclone-test-tipogam6kuyi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/23 04:24:07 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:07 NOTICE: OpenDrive root 'rclone-test-tipogam6kuyi': 0 differences found 2026/09/23 04:24:07 NOTICE: OpenDrive root 'rclone-test-tipogam6kuyi': 1 matching files 2026/09/23 04:24:07 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wadehuj2sixo" 2026/09/23 04:24:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:24:08 DEBUG : Starting OpenDrive session with ID: 808d68532255c2d3f960f7dd457ec93bf33ef93e452ebb4e53f7d580c68eb7c9 2026/09/23 04:24:08 DEBUG : Creating backend with remote "/tmp/rclone1805928856" run.go:198: Remote "OpenDrive root 'rclone-test-wadehuj2sixo'", Local "Local file system at /tmp/rclone1805928856", Modify Window "1s" 2026/09/23 04:24:09 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/23 04:24:11 ERROR : HELLO, WORLD!: sum not found 2026/09/23 04:24:11 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-wadehuj2sixo' 2026/09/23 04:24:11 NOTICE: OpenDrive root 'rclone-test-wadehuj2sixo': 1 files missing 2026/09/23 04:24:11 NOTICE: 1 hashes missing 2026/09/23 04:24:11 NOTICE: OpenDrive root 'rclone-test-wadehuj2sixo': 1 differences found 2026/09/23 04:24:11 NOTICE: OpenDrive root 'rclone-test-wadehuj2sixo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/23 04:24:11 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:11 NOTICE: OpenDrive root 'rclone-test-wadehuj2sixo': 0 differences found 2026/09/23 04:24:11 NOTICE: OpenDrive root 'rclone-test-wadehuj2sixo': 1 matching files 2026/09/23 04:24:11 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mahefap6vezi" 2026/09/23 04:24:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:24:12 DEBUG : Starting OpenDrive session with ID: 1881aee3575878f175a2a10c55b5f8c374c93d51684eaff54f09036dae21cd21 2026/09/23 04:24:12 DEBUG : Creating backend with remote "/tmp/rclone2651040137" run.go:198: Remote "OpenDrive root 'rclone-test-mahefap6vezi'", Local "Local file system at /tmp/rclone2651040137", Modify Window "1s" 2026/09/23 04:24:13 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/23 04:24:14 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/23 04:24:14 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-mahefap6vezi' 2026/09/23 04:24:14 NOTICE: OpenDrive root 'rclone-test-mahefap6vezi': 1 files missing 2026/09/23 04:24:14 NOTICE: 1 hashes missing 2026/09/23 04:24:14 NOTICE: OpenDrive root 'rclone-test-mahefap6vezi': 1 differences found 2026/09/23 04:24:14 NOTICE: OpenDrive root 'rclone-test-mahefap6vezi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/23 04:24:15 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:15 NOTICE: OpenDrive root 'rclone-test-mahefap6vezi': 0 differences found 2026/09/23 04:24:15 NOTICE: OpenDrive root 'rclone-test-mahefap6vezi': 1 matching files 2026/09/23 04:24:15 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kuxuxiq7jize" 2026/09/23 04:24:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:24:15 DEBUG : Starting OpenDrive session with ID: f7468fe02dbcf4b3b233a2524c32dd432ccc86ecb8c16d7024a0661dceb6c5a4 2026/09/23 04:24:16 DEBUG : Creating backend with remote "/tmp/rclone2455704732" run.go:198: Remote "OpenDrive root 'rclone-test-kuxuxiq7jize'", Local "Local file system at /tmp/rclone2455704732", Modify Window "1s" 2026/09/23 04:24:17 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/23 04:24:18 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/23 04:24:18 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-kuxuxiq7jize' 2026/09/23 04:24:18 NOTICE: OpenDrive root 'rclone-test-kuxuxiq7jize': 1 files missing 2026/09/23 04:24:18 NOTICE: 1 hashes missing 2026/09/23 04:24:18 NOTICE: OpenDrive root 'rclone-test-kuxuxiq7jize': 1 differences found 2026/09/23 04:24:18 NOTICE: OpenDrive root 'rclone-test-kuxuxiq7jize': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/23 04:24:18 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:18 NOTICE: OpenDrive root 'rclone-test-kuxuxiq7jize': 0 differences found 2026/09/23 04:24:18 NOTICE: OpenDrive root 'rclone-test-kuxuxiq7jize': 1 matching files 2026/09/23 04:24:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-meqafay3vulo" 2026/09/23 04:24:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:24:19 DEBUG : Starting OpenDrive session with ID: 272b86cb52e232faf18e3cb96d30beb0711733ea4ace4ce692168df41af364ee 2026/09/23 04:24:19 DEBUG : Creating backend with remote "/tmp/rclone3371887841" run.go:198: Remote "OpenDrive root 'rclone-test-meqafay3vulo'", Local "Local file system at /tmp/rclone3371887841", Modify Window "1s" 2026/09/23 04:24:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/23 04:24:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/23 04:24:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-meqafay3vulo' 2026/09/23 04:24:22 NOTICE: OpenDrive root 'rclone-test-meqafay3vulo': 1 files missing 2026/09/23 04:24:22 NOTICE: 1 hashes missing 2026/09/23 04:24:22 NOTICE: OpenDrive root 'rclone-test-meqafay3vulo': 1 differences found 2026/09/23 04:24:22 NOTICE: OpenDrive root 'rclone-test-meqafay3vulo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/23 04:24:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:22 NOTICE: OpenDrive root 'rclone-test-meqafay3vulo': 0 differences found 2026/09/23 04:24:22 NOTICE: OpenDrive root 'rclone-test-meqafay3vulo': 1 matching files 2026/09/23 04:24:22 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-salituw9luta" 2026/09/23 04:24:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:24:22 DEBUG : Starting OpenDrive session with ID: 25449b113e6fb08af6aa4477c0e8f0c3e957ba997e938a0c2137b88f184bee30 2026/09/23 04:24:23 DEBUG : Creating backend with remote "/tmp/rclone2279556548" run.go:198: Remote "OpenDrive root 'rclone-test-salituw9luta'", Local "Local file system at /tmp/rclone2279556548", Modify Window "1s" 2026/09/23 04:24:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/23 04:24:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/23 04:24:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-salituw9luta' 2026/09/23 04:24:25 NOTICE: OpenDrive root 'rclone-test-salituw9luta': 1 files missing 2026/09/23 04:24:25 NOTICE: 1 hashes missing 2026/09/23 04:24:25 NOTICE: OpenDrive root 'rclone-test-salituw9luta': 1 differences found 2026/09/23 04:24:25 NOTICE: OpenDrive root 'rclone-test-salituw9luta': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/23 04:24:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:26 NOTICE: OpenDrive root 'rclone-test-salituw9luta': 0 differences found 2026/09/23 04:24:26 NOTICE: OpenDrive root 'rclone-test-salituw9luta': 1 matching files 2026/09/23 04:24:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wegemog3luza" 2026/09/23 04:24:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:24:26 DEBUG : Starting OpenDrive session with ID: 73236b8b8bc988359a81b75ca9db945c3a7f5c152cdfcfc94f7ae7d716170b78 2026/09/23 04:24:27 DEBUG : Creating backend with remote "/tmp/rclone2946503121" run.go:198: Remote "OpenDrive root 'rclone-test-wegemog3luza'", Local "Local file system at /tmp/rclone2946503121", Modify Window "1s" 2026/09/23 04:24:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/23 04:24:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/23 04:24:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-wegemog3luza' 2026/09/23 04:24:29 NOTICE: OpenDrive root 'rclone-test-wegemog3luza': 1 files missing 2026/09/23 04:24:29 NOTICE: 1 hashes missing 2026/09/23 04:24:29 NOTICE: OpenDrive root 'rclone-test-wegemog3luza': 1 differences found 2026/09/23 04:24:29 NOTICE: OpenDrive root 'rclone-test-wegemog3luza': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/23 04:24:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:29 NOTICE: OpenDrive root 'rclone-test-wegemog3luza': 0 differences found 2026/09/23 04:24:29 NOTICE: OpenDrive root 'rclone-test-wegemog3luza': 1 matching files 2026/09/23 04:24:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vunavov8koja" 2026/09/23 04:24:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:24:30 DEBUG : Starting OpenDrive session with ID: 21b5989dac4ac8a91000036b9f5d5c77d405f9399c0e7d875e45b78e13ac5020 2026/09/23 04:24:30 DEBUG : Creating backend with remote "/tmp/rclone2380294470" run.go:198: Remote "OpenDrive root 'rclone-test-vunavov8koja'", Local "Local file system at /tmp/rclone2380294470", Modify Window "1s" 2026/09/23 04:24:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/23 04:24:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/23 04:24:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-vunavov8koja' 2026/09/23 04:24:33 NOTICE: OpenDrive root 'rclone-test-vunavov8koja': 1 files missing 2026/09/23 04:24:33 NOTICE: 1 hashes missing 2026/09/23 04:24:33 NOTICE: OpenDrive root 'rclone-test-vunavov8koja': 1 differences found 2026/09/23 04:24:33 NOTICE: OpenDrive root 'rclone-test-vunavov8koja': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/23 04:24:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/23 04:24:33 NOTICE: OpenDrive root 'rclone-test-vunavov8koja': 0 differences found 2026/09/23 04:24:33 NOTICE: OpenDrive root 'rclone-test-vunavov8koja': 1 matching files 2026/09/23 04:24:33 DEBUG : OpenDrive root 'rclone-test-vunavov8koja': Purge remote 2026/09/23 04:24:34 DEBUG : OpenDrive root 'rclone-test-wegemog3luza': Purge remote 2026/09/23 04:24:34 DEBUG : OpenDrive root 'rclone-test-salituw9luta': Purge remote 2026/09/23 04:24:34 DEBUG : OpenDrive root 'rclone-test-meqafay3vulo': Purge remote 2026/09/23 04:24:35 DEBUG : OpenDrive root 'rclone-test-kuxuxiq7jize': Purge remote 2026/09/23 04:24:35 DEBUG : OpenDrive root 'rclone-test-mahefap6vezi': Purge remote 2026/09/23 04:24:35 DEBUG : OpenDrive root 'rclone-test-wadehuj2sixo': Purge remote 2026/09/23 04:24:36 DEBUG : OpenDrive root 'rclone-test-tipogam6kuyi': Purge remote 2026/09/23 04:24:36 DEBUG : OpenDrive root 'rclone-test-vupeguf2yake': Purge remote 2026/09/23 04:24:36 DEBUG : OpenDrive root 'rclone-test-cevupij3tege': Purge remote --- PASS: TestApplyTransforms (40.29s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:24:37 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/23 04:24:38 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/23 04:24:39 DEBUG : sub/file2: size = 14 OK 2026/09/23 04:24:39 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/23 04:24:39 INFO : file1: Copied (new) to: sub/file2 2026/09/23 04:24:40 DEBUG : sub/file2: size = 14 OK 2026/09/23 04:24:40 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/23 04:24:40 DEBUG : file1: Unchanged skipping 2026/09/23 04:24:40 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (4.81s) === RUN TestCopyFileImmutable run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:24:42 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/23 04:24:42 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2026/09/23 04:24:43 DEBUG : existing: size = 6 OK 2026/09/23 04:24:43 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/23 04:24:43 INFO : existing: Copied (new) 2026/09/23 04:24:44 DEBUG : existing: size = 6 OK 2026/09/23 04:24:44 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/23 04:24:44 DEBUG : existing: Unchanged skipping 2026/09/23 04:24:44 DEBUG : existing: size = 8 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:24:44 DEBUG : existing: size = 6 (OpenDrive root 'rclone-test-mavowab9zawa') 2026/09/23 04:24:44 DEBUG : existing: Sizes differ 2026/09/23 04:24:44 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileImmutable (3.83s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" copy_test.go:188: Test only runs on local --- SKIP: TestCopyLongFile (0.35s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:24:47 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/23 04:24:48 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/backup" 2026/09/23 04:24:49 DEBUG : Starting OpenDrive session with ID: 6f421654daffce87cbc2535d6e78308b4fb0169af5c664e422182aee73648839 2026/09/23 04:24:50 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:24:50 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-mavowab9zawa') 2026/09/23 04:24:50 DEBUG : dst/file1: Sizes differ 2026/09/23 04:24:51 INFO : dst/file1: Moved (server-side) 2026/09/23 04:24:52 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/23 04:24:53 DEBUG : dst/file1: size = 14 OK 2026/09/23 04:24:53 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/23 04:24:53 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (9.84s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:24:56 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/dst" 2026/09/23 04:24:56 DEBUG : Starting OpenDrive session with ID: a23f5bf334d45591c3478ab173bddebf60c21743bba0fa15cea5ed7a81f3eed4 2026/09/23 04:24:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/CompareDest" 2026/09/23 04:24:57 DEBUG : Starting OpenDrive session with ID: b9ae48073356a9a1475970f117cb1e7b894c56e9618e252a3b1e0125d4a1532b 2026/09/23 04:24:58 DEBUG : one: Need to transfer - File not found at Destination 2026/09/23 04:24:59 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/23 04:25:00 DEBUG : one: size = 3 OK 2026/09/23 04:25:00 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/23 04:25:00 INFO : one: Copied (new) 2026/09/23 04:25:02 DEBUG : one: size = 5 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:25:02 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-mavowab9zawa/dst') 2026/09/23 04:25:02 DEBUG : one: Sizes differ 2026/09/23 04:25:02 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/23 04:25:03 DEBUG : one: size = 5 OK 2026/09/23 04:25:03 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/23 04:25:03 INFO : one: Copied (replaced existing) 2026/09/23 04:25:04 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/23 04:25:06 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/23 04:25:07 DEBUG : one: size = 5 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:25:07 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-mavowab9zawa/dst') 2026/09/23 04:25:07 DEBUG : one: Sizes differ 2026/09/23 04:25:08 DEBUG : one: size = 5 OK 2026/09/23 04:25:08 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/23 04:25:08 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/23 04:25:09 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/23 04:25:11 DEBUG : two: Need to transfer - File not found at Destination 2026/09/23 04:25:11 DEBUG : two: size = 3 OK 2026/09/23 04:25:11 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/23 04:25:11 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/23 04:25:12 DEBUG : two: Need to transfer - File not found at Destination 2026/09/23 04:25:12 DEBUG : two: size = 3 OK 2026/09/23 04:25:12 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/23 04:25:12 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/23 04:25:13 DEBUG : two: Need to transfer - File not found at Destination 2026/09/23 04:25:13 DEBUG : two: size = 5 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:25:13 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-mavowab9zawa/CompareDest') 2026/09/23 04:25:13 DEBUG : two: Sizes differ 2026/09/23 04:25:14 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/23 04:25:15 DEBUG : two: size = 5 OK 2026/09/23 04:25:15 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/23 04:25:15 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (21.78s) === RUN TestCopyFileCopyDestImmutable run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:25:17 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/dst" 2026/09/23 04:25:18 DEBUG : Starting OpenDrive session with ID: fc8812eed45b9fe54668d7c05d484dc282b69a6723eb5d458843864e90fa418f 2026/09/23 04:25:20 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/23 04:25:22 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/23 04:25:24 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/CopyDest" 2026/09/23 04:25:24 DEBUG : Starting OpenDrive session with ID: 6b96af61c307f660a671fc080035dede52b9ef75e87fccb344d78f19e15e0e51 2026/09/23 04:25:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:25:24 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-mavowab9zawa/dst') 2026/09/23 04:25:24 DEBUG : one: Sizes differ 2026/09/23 04:25:25 DEBUG : one: size = 5 OK 2026/09/23 04:25:25 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/23 04:25:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:25:25 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-mavowab9zawa/dst') 2026/09/23 04:25:25 DEBUG : one: Sizes differ 2026/09/23 04:25:25 ERROR : one: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileCopyDestImmutable (9.43s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:25:27 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/dst" 2026/09/23 04:25:27 DEBUG : Starting OpenDrive session with ID: a370c6aa1dbf26000efeed06f992774faab5a2cbb5209eebc0407f5ec58a665d 2026/09/23 04:25:28 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/CopyDest" 2026/09/23 04:25:29 DEBUG : Starting OpenDrive session with ID: d297844d212120259cdbe40503bae5b12b490c762ec63817fc4fc86dbfe16d14 2026/09/23 04:25:29 DEBUG : one: Need to transfer - File not found at Destination 2026/09/23 04:25:31 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/23 04:25:31 DEBUG : one: size = 3 OK 2026/09/23 04:25:31 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/23 04:25:31 INFO : one: Copied (new) 2026/09/23 04:25:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:25:33 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-mavowab9zawa/dst') 2026/09/23 04:25:33 DEBUG : one: Sizes differ 2026/09/23 04:25:33 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/23 04:25:34 DEBUG : one: size = 5 OK 2026/09/23 04:25:34 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/23 04:25:34 INFO : one: Copied (replaced existing) 2026/09/23 04:25:35 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/23 04:25:37 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/23 04:25:39 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/BackupDir" 2026/09/23 04:25:39 DEBUG : Starting OpenDrive session with ID: bf8292d19d7a51faf5eb0ad4d74464342413237d16b5e8f09ed4d8cb6c11d60d 2026/09/23 04:25:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:25:40 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-mavowab9zawa/dst') 2026/09/23 04:25:40 DEBUG : one: Sizes differ 2026/09/23 04:25:40 DEBUG : one: size = 5 OK 2026/09/23 04:25:40 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/23 04:25:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:25:40 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-mavowab9zawa/dst') 2026/09/23 04:25:40 DEBUG : one: Sizes differ 2026/09/23 04:25:41 INFO : one: Moved (server-side) 2026/09/23 04:25:42 DEBUG : one: size = 5 OK 2026/09/23 04:25:42 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/23 04:25:42 INFO : one: Copied (server-side copy) 2026/09/23 04:25:42 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/23 04:25:43 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/23 04:25:45 DEBUG : two: Need to transfer - File not found at Destination 2026/09/23 04:25:45 DEBUG : two: size = 3 OK 2026/09/23 04:25:45 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/23 04:25:45 DEBUG : two: size = 3 OK 2026/09/23 04:25:45 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/23 04:25:45 INFO : two: Copied (server-side copy) 2026/09/23 04:25:45 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/23 04:25:46 DEBUG : two: size = 3 OK 2026/09/23 04:25:46 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/23 04:25:46 DEBUG : two: Unchanged skipping 2026/09/23 04:25:47 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/23 04:25:49 DEBUG : three: Need to transfer - File not found at Destination 2026/09/23 04:25:49 DEBUG : three: size = 7 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:25:49 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-mavowab9zawa/CopyDest') 2026/09/23 04:25:49 DEBUG : three: Sizes differ 2026/09/23 04:25:49 DEBUG : three: Destination not found in --copy-dest 2026/09/23 04:25:50 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/23 04:25:51 DEBUG : three: size = 7 OK 2026/09/23 04:25:51 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/23 04:25:51 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (27.27s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" copy_test.go:434: Partial uploads not supported --- SKIP: TestCopyInplace (0.34s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" copy_test.go:467: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.35s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" copy_test.go:500: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.34s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:25:55 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/23 04:25:56 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/23 04:25:57 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/23 04:25:57 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/23 04:25:57 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/23 04:25:58 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/23 04:25:59 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/23 04:25:59 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/23 04:25:59 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/23 04:26:00 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/23 04:26:01 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/23 04:26:02 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/23 04:26:02 DEBUG : TestCopyFileMaxTransfer/file4: md5 = cea4a7f85bf639505639cbccd487e2c1 OK 2026/09/23 04:26:02 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (8.28s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.35s) === RUN TestDeduplicateSkip run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.36s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.35s) === RUN TestDeduplicateFirst run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.35s) === RUN TestDeduplicateNewest run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.35s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:26:06 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/23 04:26:08 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/23 04:26:10 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/23 04:26:12 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/23 04:26:13 INFO : OpenDrive root 'rclone-test-mavowab9zawa': Looking for duplicate md5 hashes using newest mode. 2026/09/23 04:26:13 NOTICE: c56bc7bc47ccd49da2cdf9e97c88e8f3: Found 3 files with duplicate md5 hashes 2026/09/23 04:26:13 INFO : one: Deleted 2026/09/23 04:26:14 INFO : also/one: Deleted 2026/09/23 04:26:14 NOTICE: c56bc7bc47ccd49da2cdf9e97c88e8f3: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (10.09s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.35s) === RUN TestDeduplicateLargest run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.35s) === RUN TestDeduplicateSmallest run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.35s) === RUN TestDeduplicateRename run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.35s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.35s) === RUN TestMergeDirs run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.35s) === RUN TestListDirSorted run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:26:18 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/23 04:26:20 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/23 04:26:22 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/23 04:26:24 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/23 04:26:26 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/23 04:26:27 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/23 04:26:30 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/23 04:26:31 DEBUG : a.txt: Excluded (Size Filter) 2026/09/23 04:26:31 DEBUG : a.txt: Excluded 2026/09/23 04:26:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/23 04:26:32 DEBUG : sub dir/hello world: Excluded 2026/09/23 04:26:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/23 04:26:32 DEBUG : sub dir/hello world2: Excluded 2026/09/23 04:26:32 DEBUG : sub dir/ignore dir: Excluded 2026/09/23 04:26:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/23 04:26:33 DEBUG : sub dir/hello world: Excluded 2026/09/23 04:26:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/23 04:26:33 DEBUG : sub dir/hello world2: Excluded 2026/09/23 04:26:33 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (18.80s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:26:37 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/23 04:26:38 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/23 04:26:41 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/23 04:26:42 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/23 04:26:44 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/23 04:26:46 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/23 04:26:48 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/23 04:26:50 DEBUG : a.txt: Excluded (Size Filter) 2026/09/23 04:26:50 DEBUG : a.txt: Excluded 2026/09/23 04:26:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/23 04:26:50 DEBUG : sub dir/hello world: Excluded 2026/09/23 04:26:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/23 04:26:50 DEBUG : sub dir/hello world2: Excluded 2026/09/23 04:26:51 DEBUG : sub dir/ignore dir: Excluded 2026/09/23 04:26:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/23 04:26:51 DEBUG : sub dir/hello world: Excluded 2026/09/23 04:26:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/23 04:26:51 DEBUG : sub dir/hello world2: Excluded 2026/09/23 04:26:51 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (18.63s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:26:55 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/23 04:26:58 DEBUG : sub/file2: Uploading chunk 0, size=9, remain=0 === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes === RUN TestListJSON/Metadata --- PASS: TestListJSON (7.31s) --- PASS: TestListJSON/Default (0.20s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.17s) --- PASS: TestListJSON/Recurse (0.35s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.17s) --- PASS: TestListJSON/NoMimeType (0.18s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.17s) --- PASS: TestListJSON/Metadata (0.17s) === RUN TestStatJSON run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:03 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/23 04:27:05 DEBUG : sub/file2: Uploading chunk 0, size=9, remain=0 === 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/23 04:27:09 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/notfound" 2026/09/23 04:27:09 DEBUG : Starting OpenDrive session with ID: 3d6acc45fc375ebaa395fc766ab7e31083a52bc9f9e6fa6043eb1196d44716c8 --- PASS: TestStatJSON (9.59s) --- PASS: TestStatJSON/Root (0.17s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (0.35s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.17s) --- PASS: TestStatJSON/File (0.35s) --- PASS: TestStatJSON/NotFound (0.34s) --- PASS: TestStatJSON/DirFilesOnly (0.17s) --- PASS: TestStatJSON/FileFilesOnly (0.35s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.17s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.17s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.17s) --- PASS: TestStatJSON/RootNotFound (1.37s) === RUN TestStatJSONMemory 2026/09/23 04:27:12 DEBUG : Creating backend with remote ":memory:" 2026/09/23 04:27:12 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/23 04:27:12 DEBUG : sub/file1: size = 5 OK 2026/09/23 04:27:12 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/23 04:27:12 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 "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:12 INFO : OpenDrive root 'rclone-test-mavowab9zawa': Making directory 2026/09/23 04:27:12 INFO : OpenDrive root 'rclone-test-mavowab9zawa': Making directory --- PASS: TestMkdir (0.52s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:13 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (3.62s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:16 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/23 04:27:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (4.59s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:21 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/23 04:27:23 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/23 04:27:24 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/23 04:27:24 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.76s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:26 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/23 04:27:28 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (4.41s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:30 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/23 04:27:32 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (5.14s) --- PASS: TestHashSums/Md5 (0.18s) --- PASS: TestHashSums/Md5Download (0.38s) === RUN TestHashSumsWithErrors 2026/09/23 04:27:35 DEBUG : Creating backend with remote ":memory:" 2026/09/23 04:27:35 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/23 04:27:35 ERROR : file1: hash unsupported: hash type not supported 2026/09/23 04:27:35 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/23 04:27:35 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/23 04:27:35 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/23 04:27:35 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/23 04:27:35 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/23 04:27:35 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/23 04:27:35 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/23 04:27:35 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/23 04:27:35 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 "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:35 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/23 04:27:37 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/23 04:27:39 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (7.35s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:43 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/23 04:27:44 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/23 04:27:46 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/23 04:27:47 DEBUG : Waiting for deletions to finish 2026/09/23 04:27:47 DEBUG : large: Excluded (Size Filter) 2026/09/23 04:27:47 DEBUG : large: Excluded 2026/09/23 04:27:48 INFO : medium: Deleted 2026/09/23 04:27:48 INFO : small: Deleted --- PASS: TestDelete (6.32s) === RUN TestDeleteFatalError run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:27:49 DEBUG : file0: Uploading chunk 0, size=1, remain=0 2026/09/23 04:27:51 DEBUG : file1: Uploading chunk 0, size=1, remain=0 2026/09/23 04:27:53 DEBUG : file2: Uploading chunk 0, size=1, remain=0 2026/09/23 04:27:54 DEBUG : file3: Uploading chunk 0, size=1, remain=0 2026/09/23 04:27:56 DEBUG : file4: Uploading chunk 0, size=1, remain=0 2026/09/23 04:27:58 DEBUG : file5: Uploading chunk 0, size=1, remain=0 2026/09/23 04:27:59 DEBUG : file6: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:01 DEBUG : file7: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:03 DEBUG : file8: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:04 DEBUG : file9: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:06 DEBUG : file10: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:08 DEBUG : file11: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:09 DEBUG : file12: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:11 DEBUG : file13: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:13 DEBUG : file14: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:15 DEBUG : file15: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:17 DEBUG : file16: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:18 DEBUG : file17: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:20 DEBUG : file18: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:22 DEBUG : file19: Uploading chunk 0, size=1, remain=0 2026/09/23 04:28:23 DEBUG : Waiting for deletions to finish 2026/09/23 04:28:23 ERROR : file1: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file10: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file11: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file12: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file13: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file14: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file15: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file16: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file0: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file17: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file19: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file18: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file2: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file3: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file5: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file6: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file7: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file4: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file9: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:23 ERROR : file8: Got fatal error on delete: --max-delete threshold reached --- PASS: TestDeleteFatalError (38.69s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:28:28 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/23 04:28:29 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/23 04:28:31 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/23 04:28:32 DEBUG : Waiting for deletions to finish 2026/09/23 04:28:32 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/23 04:28:33 INFO : medium: Deleted 2026/09/23 04:28:33 INFO : large: Deleted --- PASS: TestMaxDelete (6.60s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:28:34 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/23 04:28:36 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/23 04:28:38 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/23 04:28:39 DEBUG : Waiting for deletions to finish 2026/09/23 04:28:39 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/23 04:28:39 INFO : small: Deleted 2026/09/23 04:28:39 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.77s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:28:41 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/23 04:28:43 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/23 04:28:44 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/23 04:28:46 DEBUG : Waiting for deletions to finish 2026/09/23 04:28:46 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/23 04:28:46 INFO : large: Deleted 2026/09/23 04:28:46 INFO : medium: Deleted operations_test.go:523: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:523 Error: Not equal: expected: 1 actual : 3 Test: TestMaxDeleteSize --- FAIL: TestMaxDeleteSize (6.98s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:28:48 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.70s) === RUN TestRetry 2026/09/23 04:28:51 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/23 04:28:51 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/23 04:28:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/23 04:28:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/23 04:28:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/23 04:28:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.04s) === RUN TestRetryAfterContextCancel 2026/09/23 04:28:51 DEBUG : Sleeping for 1h0m0s (as indicated by the server) to obey Retry-After error: BANG: trying again in 1h0m0s --- PASS: TestRetryAfterContextCancel (0.00s) === RUN TestRetryAfterLastTry --- PASS: TestRetryAfterLastTry (0.00s) === RUN TestCat run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:28:52 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/23 04:28:54 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (8.83s) === RUN TestPurge 2026/09/23 04:29:00 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cotanuw0rama" 2026/09/23 04:29:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/23 04:29:00 DEBUG : Starting OpenDrive session with ID: 38b5349ca0cb9763179c71b092dfef59319f4ae9b147ab302eb7fb05db3aa3be 2026/09/23 04:29:01 DEBUG : Creating backend with remote "/tmp/rclone1544118676" run.go:198: Remote "OpenDrive root 'rclone-test-cotanuw0rama'", Local "Local file system at /tmp/rclone1544118676", Modify Window "1s" 2026/09/23 04:29:03 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/23 04:29:04 INFO : A2: Making directory 2026/09/23 04:29:04 INFO : A1/B2: Making directory 2026/09/23 04:29:05 INFO : A1/B2/C2: Making directory 2026/09/23 04:29:05 INFO : A1/B1/C3: Making directory 2026/09/23 04:29:05 INFO : A3: Making directory 2026/09/23 04:29:06 INFO : A3/B3: Making directory 2026/09/23 04:29:06 INFO : A3/B3/C4: Making directory 2026/09/23 04:29:07 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/23 04:29:11 ERROR : error listing: directory not found 2026/09/23 04:29:11 DEBUG : OpenDrive root 'rclone-test-cotanuw0rama': Purge remote 2026/09/23 04:29:11 NOTICE: purge failed: directory not found --- PASS: TestPurge (11.08s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:29:13 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/23 04:29:14 INFO : A2: Making directory 2026/09/23 04:29:14 INFO : A1/B2: Making directory 2026/09/23 04:29:15 INFO : A1/B2/C2: Making directory 2026/09/23 04:29:15 INFO : A1/B1/C3: Making directory 2026/09/23 04:29:15 INFO : A3: Making directory 2026/09/23 04:29:16 INFO : A3/B3: Making directory 2026/09/23 04:29:16 INFO : A3/B3/C4: Making directory 2026/09/23 04:29:17 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/23 04:29:19 DEBUG : removing 1 level 3 directories 2026/09/23 04:29:19 INFO : A3/B3/C4: Removing directory 2026/09/23 04:29:21 DEBUG : removing 2 level 3 directories 2026/09/23 04:29:21 INFO : A1/B2/C2: Removing directory 2026/09/23 04:29:21 INFO : A1/B1/C3: Removing directory 2026/09/23 04:29:21 DEBUG : removing 2 level 2 directories 2026/09/23 04:29:21 INFO : A3/B3: Removing directory 2026/09/23 04:29:21 INFO : A1/B2: Removing directory 2026/09/23 04:29:22 DEBUG : removing 2 level 1 directories 2026/09/23 04:29:22 INFO : A3: Removing directory 2026/09/23 04:29:22 INFO : A2: Removing directory 2026/09/23 04:29:25 DEBUG : removing 1 level 3 directories 2026/09/23 04:29:25 INFO : A1/B1/C1: Removing directory 2026/09/23 04:29:25 DEBUG : removing 1 level 2 directories 2026/09/23 04:29:25 INFO : A1/B1: Removing directory 2026/09/23 04:29:25 DEBUG : removing 1 level 1 directories 2026/09/23 04:29:25 INFO : A1: Removing directory 2026/09/23 04:29:26 DEBUG : removing 1 level 0 directories 2026/09/23 04:29:26 INFO : OpenDrive root 'rclone-test-mavowab9zawa': Removing directory 2026/09/23 04:29:26 ERROR : error listing: directory not found 2026/09/23 04:29:27 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (15.59s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:29:27 INFO : A1: Making directory 2026/09/23 04:29:27 INFO : A1/B1: Making directory 2026/09/23 04:29:28 INFO : A1/B1/C1: Making directory 2026/09/23 04:29:29 DEBUG : removing 1 level 3 directories 2026/09/23 04:29:29 INFO : A1/B1/C1: Removing directory 2026/09/23 04:29:30 DEBUG : removing 1 level 2 directories 2026/09/23 04:29:30 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.57s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:29:31 INFO : A1: Making directory 2026/09/23 04:29:31 INFO : A1/B1: Making directory 2026/09/23 04:29:32 INFO : A1/B1/C1: Making directory 2026/09/23 04:29:34 DEBUG : removing 1 level 3 directories 2026/09/23 04:29:34 INFO : A1/B1/C1: Removing directory 2026/09/23 04:29:34 DEBUG : removing 1 level 2 directories 2026/09/23 04:29:34 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.42s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:29:37 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/23 04:29:38 DEBUG : file1: size = 14 OK 2026/09/23 04:29:38 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/23 04:29:38 DEBUG : filename.txt: File name found in url 2026/09/23 04:29:39 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/23 04:29:40 DEBUG : filename.txt: size = 14 OK 2026/09/23 04:29:40 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/23 04:29:40 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/23 04:29:41 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/23 04:29:41 DEBUG : headerfilename.txt: size = 14 OK 2026/09/23 04:29:41 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/23 04:29:42 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/23 04:29:43 DEBUG : file2: size = 14 OK 2026/09/23 04:29:43 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (8.79s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:29:45 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/23 04:29:46 DEBUG : file1: size = 14 OK 2026/09/23 04:29:46 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.21s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:29:47 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/23 04:29:48 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/23 04:29:49 DEBUG : sub/file2: size = 14 OK 2026/09/23 04:29:49 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/23 04:29:49 INFO : file1: Copied (new) to: sub/file2 2026/09/23 04:29:49 INFO : file1: Deleted 2026/09/23 04:29:50 DEBUG : sub/file2: size = 14 OK 2026/09/23 04:29:50 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/23 04:29:50 DEBUG : file1: Unchanged skipping 2026/09/23 04:29:50 INFO : file1: Deleted 2026/09/23 04:29:50 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.84s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:29:52 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/23 04:29:52 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/23 04:29:53 DEBUG : file1: size = 14 OK 2026/09/23 04:29:53 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/23 04:29:53 INFO : file1: Copied (new) 2026/09/23 04:29:53 INFO : file1: Deleted 2026/09/23 04:29:54 DEBUG : file1: Destination exists, skipping 2026/09/23 04:29:54 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.09s) === RUN TestMoveFileImmutable run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:29:55 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2026/09/23 04:29:57 DEBUG : existing: size = 8 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:29:57 DEBUG : existing: size = 6 (OpenDrive root 'rclone-test-mavowab9zawa') 2026/09/23 04:29:57 DEBUG : existing: Sizes differ 2026/09/23 04:29:57 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestMoveFileImmutable (2.98s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:29:58 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/23 04:29:59 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/23 04:30:00 DEBUG : sub/file2: size = 14 OK 2026/09/23 04:30:00 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/23 04:30:00 INFO : file1: Copied (new) to: sub/file2 2026/09/23 04:30:00 INFO : file1: Deleted 2026/09/23 04:30:00 DEBUG : sub/file2: size = 14 OK 2026/09/23 04:30:00 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/23 04:30:00 DEBUG : file1: Unchanged skipping 2026/09/23 04:30:00 INFO : file1: Deleted 2026/09/23 04:30:02 DEBUG : sub/file2: moving to sub/File2-rclone-move-nobaneg9 2026/09/23 04:30:02 DEBUG : sub/file2: same parent dir (ODFfMTMyNzE2NzJfWFF4NHM) - using file/rename instead of move_copy for sub/File2-rclone-move-nobaneg9 2026/09/23 04:30:02 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-nobaneg9 2026/09/23 04:30:02 DEBUG : sub/file2: moving to sub/File2 2026/09/23 04:30:02 DEBUG : sub/File2-rclone-move-nobaneg9: same parent dir (ODFfMTMyNzE2NzJfWFF4NHM) - using file/rename instead of move_copy for sub/File2 2026/09/23 04:30:03 INFO : sub/File2-rclone-move-nobaneg9: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (6.61s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:30:05 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/23 04:30:07 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.45s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:30:09 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/23 04:30:10 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mavowab9zawa/backup" 2026/09/23 04:30:11 DEBUG : Starting OpenDrive session with ID: 310bcf1f9495f182fac5d6b7d555588317bdbe6a989d891d6db0eae2e7731782 2026/09/23 04:30:11 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1758722709) 2026/09/23 04:30:11 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-mavowab9zawa') 2026/09/23 04:30:11 DEBUG : dst/file1: Sizes differ 2026/09/23 04:30:13 INFO : dst/file1: Moved (server-side) 2026/09/23 04:30:14 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/23 04:30:15 DEBUG : dst/file1: size = 14 OK 2026/09/23 04:30:15 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/23 04:30:15 INFO : dst/file1: Copied (new) 2026/09/23 04:30:15 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (9.73s) === 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 TestDirMoveMoveError run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:30:18 DEBUG : A/file0: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:20 DEBUG : A/file1: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:22 DEBUG : A/file2: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:24 DEBUG : A/file3: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:26 DEBUG : A/file4: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:27 DEBUG : A/file5: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:29 DEBUG : A/file6: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:31 DEBUG : A/file7: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:33 DEBUG : A/file8: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:35 DEBUG : A/file9: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:36 DEBUG : A/file10: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:39 DEBUG : A/file11: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:40 DEBUG : A/file12: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:42 DEBUG : A/file13: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:44 DEBUG : A/file14: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:46 DEBUG : A/file15: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:47 DEBUG : A/file16: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:49 DEBUG : A/file17: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:51 DEBUG : A/file18: Uploading chunk 0, size=1, remain=0 2026/09/23 04:30:52 DEBUG : A/file19: Uploading chunk 0, size=1, remain=0 operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveMoveError (40.58s) === RUN TestDirMoveContext run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:30:59 DEBUG : A/one: Uploading chunk 0, size=3, remain=0 2026/09/23 04:31:01 DEBUG : A/two: Uploading chunk 0, size=3, remain=0 operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveContext (5.20s) === RUN TestDirMove run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:31:04 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/23 04:31:06 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/23 04:31:08 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/23 04:31:10 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/23 04:31:12 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/23 04:31:13 INFO : A1/B2: Making directory 2026/09/23 04:31:13 INFO : A1/B1/C3: Making directory 2026/09/23 04:31:15 DEBUG : A2: same parent dir (ODFfMTMyNzE2NjRfSGVGTGU) - using folder/rename instead of move_copy 2026/09/23 04:31:19 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/23 04:31:20 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/23 04:31:20 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/23 04:31:20 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/23 04:31:20 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/23 04:31:22 INFO : OpenDrive root 'rclone-test-mavowab9zawa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/23 04:31:26 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/23 04:31:26 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/23 04:31:26 INFO : A3/two: Moved (server-side) to: A4/two 2026/09/23 04:31:26 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/23 04:31:26 INFO : A3/one: Moved (server-side) to: A4/one --- PASS: TestDirMove (29.80s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" --- PASS: TestGetFsInfo (0.35s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:31:33 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': File to upload is small (34 bytes), uploading instead of streaming 2026/09/23 04:31:34 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/23 04:31:35 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/23 04:31:35 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/23 04:31:35 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/23 04:31:35 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/23 04:31:36 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/23 04:31:37 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/23 04:31:37 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/23 04:31:37 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:31:38 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': File to upload is small (34 bytes), uploading instead of streaming 2026/09/23 04:31:39 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/23 04:31:40 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/23 04:31:40 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/23 04:31:40 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/23 04:31:40 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/23 04:31:41 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/23 04:31:42 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/23 04:31:42 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/23 04:31:42 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:31:43 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': File to upload is small (34 bytes), uploading instead of streaming 2026/09/23 04:31:44 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/23 04:31:45 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/23 04:31:45 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/23 04:31:45 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/23 04:31:46 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/23 04:31:47 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/23 04:31:47 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:31:48 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': File to upload is small (34 bytes), uploading instead of streaming 2026/09/23 04:31:49 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/23 04:31:50 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/23 04:31:50 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/23 04:31:50 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/23 04:31:50 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/23 04:31:51 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/23 04:31:52 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/23 04:31:52 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/23 04:31:52 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.84s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.00s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.95s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.93s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.96s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" operations_test.go:1745: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.35s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:31:54 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/23 04:31:55 DEBUG : potato1: size = 60 OK 2026/09/23 04:31:55 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/23 04:31:55 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': File to upload is small (60 bytes), uploading instead of streaming 2026/09/23 04:31:56 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/23 04:31:57 DEBUG : potato2: size = 60 OK 2026/09/23 04:31:57 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/23 04:31:57 DEBUG : potato2: Size and md5 of src and dst objects identical fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestRcatSize (11.61s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:32:06 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/23 04:32:06 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.13s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" operations_test.go:1838: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.35s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:32:07 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/23 04:32:08 DEBUG : potato1: size = 60 OK 2026/09/23 04:32:08 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.22s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:32:09 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/23 04:32:11 DEBUG : potato1: size = 60 OK 2026/09/23 04:32:11 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-mavowab9zawa') 2026/09/23 04:32:11 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-mavowab9zawa') 2026/09/23 04:32:11 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-mavowab9zawa') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/23 04:32:11 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:32:12 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/23 04:32:13 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-mavowab9zawa') 2026/09/23 04:32:13 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-mavowab9zawa') 2026/09/23 04:32:13 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-mavowab9zawa') 59 2026/09/23 04:32:13 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:32:15 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/23 04:32:17 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:32:18 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/23 04:32:20 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (11.36s) --- PASS: TestRcatSizeChecksum/Corrupted (2.69s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.39s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (3.90s) --- PASS: TestRcatSizeChecksum/NoHashes (2.37s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:32:21 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/23 04:32:23 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/23 04:32:25 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/23 04:32:26 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': Touching "empty space" 2026/09/23 04:32:26 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': Touching "potato2" 2026/09/23 04:32:27 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': Touching "sub dir/potato3" --- PASS: TestTouchDir (8.43s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" operations_test.go:2058: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.35s) === RUN TestMkdirModTime run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" operations_test.go:2079: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.35s) === RUN TestCopyDirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" operations_test.go:2123: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.35s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" operations_test.go:2161: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.35s) === RUN TestDirsEqual run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" operations_test.go:2212: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.35s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-mavowab9zawa'", Local "Local file system at /tmp/rclone1758722709", Modify Window "1s" 2026/09/23 04:32:31 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/23 04:32:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/23 04:32:36 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.bividox6" before starting 2026/09/23 04:32:37 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNzE2OTdfeGEwTTQ) - using file/rename instead of move_copy for sub dir/test remove existing.bividox6 2026/09/23 04:32:37 DEBUG : sub dir/test remove existing.bividox6: TEST: removing renamed existing file after operation 2026/09/23 04:32:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bexocah9" before starting 2026/09/23 04:32:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNzE2OTdfeGEwTTQ) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bexocah9 2026/09/23 04:32:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bexocah9: TEST: renaming existing back after failed operation 2026/09/23 04:32:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bexocah9: same parent dir (ODFfMTMyNzE2OTdfeGEwTTQ) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/23 04:32:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zatunab9" before starting 2026/09/23 04:32:41 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNzE2OTdfeGEwTTQ) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zatunab9 2026/09/23 04:32:41 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zatunab9: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (12.47s) === RUN TestRcatInputFailurePreservesDestination 2026/09/23 04:32:43 DEBUG : Creating backend with remote "/tmp/TestRcatInputFailurePreservesDestination1056401336/001" --- PASS: TestRcatInputFailurePreservesDestination (0.00s) === RUN TestRcAbout rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) === RUN TestRcGetFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcGetFile (0.00s) FAIL 2026/09/23 04:32:43 DEBUG : OpenDrive root 'rclone-test-mavowab9zawa': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished ERROR in 10m30.154288961s (try 1/5): exit status 1: Failed [TestMaxDeleteSize]