"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/25 04:28:10 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo" 2026/09/25 04:28:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:28:11 DEBUG : Starting OpenDrive session with ID: c9bce0bd7f78231da22ca16dd76aad86b02bb5b3ef9b442283852ec17a81222c 2026/09/25 04:28:11 DEBUG : Creating backend with remote "/tmp/rclone2395058971" === 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/25 04:28:11 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.17s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/25 04:28:12 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.18s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/25 04:28:12 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 1 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 2 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 0 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/25 04:28:12 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/25 04:28:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/25 04:28:12 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 1 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 2 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 0 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/25 04:28:12 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/25 04:28:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/25 04:28:12 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 1 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 0 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 2 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 3 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/25 04:28:12 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/25 04:28:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/25 04:28:12 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 1 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 2 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 0 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/25 04:28:12 DEBUG : file.txt: writing chunk 3 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/25 04:28:12 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/25 04:28:12 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/25 04:28:12 DEBUG : a: size = 0 OK 2026/09/25 04:28:12 DEBUG : a: size = 1 (memory) 2026/09/25 04:28:12 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/25 04:28:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/25 04:28:12 DEBUG : potato: Seek from 10 to 0 2026/09/25 04:28:12 DEBUG : potato: Seek from 10 to 0 2026/09/25 04:28:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/25 04:28:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Seek from 5 to 2 2026/09/25 04:28:12 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/25 04:28:12 DEBUG : potato: Seek from 7 to 0 2026/09/25 04:28:12 DEBUG : potato: Seek from 7 to 0 2026/09/25 04:28:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/25 04:28:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Seek from 5 to 2 2026/09/25 04:28:12 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/25 04:28:12 DEBUG : potato: Seek from 8 to 0 2026/09/25 04:28:12 DEBUG : potato: Seek from 8 to 0 2026/09/25 04:28:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/25 04:28:12 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/25 04:28:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/25 04:28:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/25 04:28:12 DEBUG : potato: Seek from 5 to 2 2026/09/25 04:28:12 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/25 04:28:12 DEBUG : potato: Seek from 9 to 0 2026/09/25 04:28:12 DEBUG : potato: Seek from 9 to 0 2026/09/25 04:28:12 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:28:13 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/25 04:28:16 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/25 04:28:18 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/25 04:28:20 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.16s) --- PASS: TestCheck/1 (0.18s) --- PASS: TestCheck/2 (0.18s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (0.17s) --- PASS: TestCheck/5 (0.18s) --- PASS: TestCheck/6 (0.17s) --- PASS: TestCheck/7 (0.18s) === RUN TestCheckFsError 2026/09/25 04:28:23 DEBUG : Creating backend with remote "nonexistent" 2026/09/25 04:28:23 DEBUG : Config file has changed externally - reloading 2026/09/25 04:28:23 DEBUG : Creating backend with remote "nonexistent" 2026/09/25 04:28:23 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/25 04:28:23 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/25 04:28:23 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/25 04:28:23 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:28:24 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/25 04:28:26 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/25 04:28:29 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/25 04:28:32 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (12.77s) --- PASS: TestCheckDownload/1 (0.35s) --- PASS: TestCheckDownload/2 (0.53s) --- PASS: TestCheckDownload/3 (0.35s) --- PASS: TestCheckDownload/4 (0.73s) --- 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:28:36 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/25 04:28:39 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/25 04:28:41 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/25 04:28:43 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.11s) --- PASS: TestCheckSizeOnly/1 (0.18s) --- PASS: TestCheckSizeOnly/2 (0.18s) --- PASS: TestCheckSizeOnly/3 (0.18s) --- PASS: TestCheckSizeOnly/4 (0.18s) --- PASS: TestCheckSizeOnly/5 (0.18s) --- PASS: TestCheckSizeOnly/6 (0.18s) --- PASS: TestCheckSizeOnly/7 (0.18s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:28:46 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/25 04:28:48 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/25 04:28:48 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/25 04:28:48 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/25 04:28:48 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/25 04:28:49 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/25 04:28:51 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/25 04:28:51 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/25 04:28:51 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/25 04:28:51 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.71s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:28:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/data" 2026/09/25 04:28:51 DEBUG : Config file has changed externally - reloading 2026/09/25 04:28:52 DEBUG : Starting OpenDrive session with ID: 2801a4cca8a8c2e41c759707c24a4fa7b091b99c91474d10a43a31d3f24b2a3f 2026/09/25 04:28:54 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/25 04:28:55 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/25 04:28:58 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/25 04:29:00 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/25 04:29:02 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/25 04:29:05 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/25 04:29:07 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/25 04:29:10 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/25 04:29:13 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/25 04:29:14 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/25 04:29:16 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (27.63s) --- PASS: TestCheckSum/subtest1 (0.88s) --- PASS: TestCheckSum/subtest2 (0.70s) --- PASS: TestCheckSum/subtest3 (0.71s) --- PASS: TestCheckSum/subtest4 (0.70s) --- PASS: TestCheckSum/subtest5 (0.71s) --- PASS: TestCheckSum/subtest6 (0.71s) --- PASS: TestCheckSum/subtest7 (0.71s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:29:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/data" 2026/09/25 04:29:19 DEBUG : Config file has changed externally - reloading 2026/09/25 04:29:20 DEBUG : Starting OpenDrive session with ID: 2ba9278fb3094d28aa0ec56553f2bcdfa0d56bb63aac6f5aaab76a62959d3e80 2026/09/25 04:29:21 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/25 04:29:23 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/25 04:29:26 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/25 04:29:28 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/25 04:29:31 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/25 04:29:34 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/25 04:29:36 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/25 04:29:39 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/25 04:29:42 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/25 04:29:43 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/25 04:29:45 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (29.48s) --- PASS: TestCheckSumDownload/subtest1 (1.05s) --- PASS: TestCheckSumDownload/subtest2 (0.88s) --- PASS: TestCheckSumDownload/subtest3 (1.24s) --- PASS: TestCheckSumDownload/subtest4 (0.92s) --- PASS: TestCheckSumDownload/subtest5 (0.94s) --- PASS: TestCheckSumDownload/subtest6 (0.93s) --- PASS: TestCheckSumDownload/subtest7 (0.93s) === RUN TestCheckSumConcurrency 2026/09/25 04:29:48 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/25 04:29:48 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/25 04:29:48 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/25 04:29:48 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/25 04:29:48 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/25 04:29:48 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/25 04:29:48 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/25 04:29:48 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/25 04:29:48 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/25 04:29:48 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/25 04:29:48 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/25 04:29:48 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/25 04:29:48 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vemanew9kupe" 2026/09/25 04:29:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:29:49 DEBUG : Starting OpenDrive session with ID: c34fe110390ae0fb86a7c4324c7b2501590dc84a92d58c03e3b8a3c52dd70a42 2026/09/25 04:29:49 DEBUG : Creating backend with remote "/tmp/rclone256099570" run.go:198: Remote "OpenDrive root 'rclone-test-vemanew9kupe'", Local "Local file system at /tmp/rclone256099570", Modify Window "1s" 2026/09/25 04:29:50 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/25 04:29:52 ERROR : hello, world!: sum not found 2026/09/25 04:29:52 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-vemanew9kupe' 2026/09/25 04:29:52 NOTICE: OpenDrive root 'rclone-test-vemanew9kupe': 1 files missing 2026/09/25 04:29:52 NOTICE: 1 hashes missing 2026/09/25 04:29:52 NOTICE: OpenDrive root 'rclone-test-vemanew9kupe': 1 differences found 2026/09/25 04:29:52 NOTICE: OpenDrive root 'rclone-test-vemanew9kupe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/25 04:29:52 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:29:52 NOTICE: OpenDrive root 'rclone-test-vemanew9kupe': 0 differences found 2026/09/25 04:29:52 NOTICE: OpenDrive root 'rclone-test-vemanew9kupe': 1 matching files 2026/09/25 04:29:52 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hiditar9joso" 2026/09/25 04:29:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:29:53 DEBUG : Starting OpenDrive session with ID: 229d68a5bee8d12b17fda233ccfbef2993ff28a36aa414f1b4bcc3ecdd1e1727 2026/09/25 04:29:53 DEBUG : Creating backend with remote "/tmp/rclone1098086014" run.go:198: Remote "OpenDrive root 'rclone-test-hiditar9joso'", Local "Local file system at /tmp/rclone1098086014", Modify Window "1s" 2026/09/25 04:29:54 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/25 04:29:55 ERROR : HELLO, WORLD!: sum not found 2026/09/25 04:29:55 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-hiditar9joso' 2026/09/25 04:29:55 NOTICE: OpenDrive root 'rclone-test-hiditar9joso': 1 files missing 2026/09/25 04:29:55 NOTICE: 1 hashes missing 2026/09/25 04:29:55 NOTICE: OpenDrive root 'rclone-test-hiditar9joso': 1 differences found 2026/09/25 04:29:55 NOTICE: OpenDrive root 'rclone-test-hiditar9joso': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/25 04:29:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:29:56 NOTICE: OpenDrive root 'rclone-test-hiditar9joso': 0 differences found 2026/09/25 04:29:56 NOTICE: OpenDrive root 'rclone-test-hiditar9joso': 1 matching files 2026/09/25 04:29:56 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kiqeqof8yagi" 2026/09/25 04:29:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:29:56 DEBUG : Starting OpenDrive session with ID: f8f99201676d6014bca9e5bae40aaeba0f09e5a2f1f0d66c785bee6073a529d7 2026/09/25 04:29:57 DEBUG : Creating backend with remote "/tmp/rclone404838561" run.go:198: Remote "OpenDrive root 'rclone-test-kiqeqof8yagi'", Local "Local file system at /tmp/rclone404838561", Modify Window "1s" 2026/09/25 04:29:58 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/25 04:29:59 ERROR : HeLlO, wOrLd!: sum not found 2026/09/25 04:29:59 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-kiqeqof8yagi' 2026/09/25 04:29:59 NOTICE: OpenDrive root 'rclone-test-kiqeqof8yagi': 1 files missing 2026/09/25 04:29:59 NOTICE: 1 hashes missing 2026/09/25 04:29:59 NOTICE: OpenDrive root 'rclone-test-kiqeqof8yagi': 1 differences found 2026/09/25 04:29:59 NOTICE: OpenDrive root 'rclone-test-kiqeqof8yagi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/25 04:29:59 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:29:59 NOTICE: OpenDrive root 'rclone-test-kiqeqof8yagi': 0 differences found 2026/09/25 04:29:59 NOTICE: OpenDrive root 'rclone-test-kiqeqof8yagi': 1 matching files 2026/09/25 04:29:59 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-komefay5xogo" 2026/09/25 04:29:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:30:00 DEBUG : Starting OpenDrive session with ID: cdb5dc211d0a8c573e8c7bfd61fdbc479fef5f56fb5a3f45258875063097090e 2026/09/25 04:30:00 DEBUG : Creating backend with remote "/tmp/rclone1476831282" run.go:198: Remote "OpenDrive root 'rclone-test-komefay5xogo'", Local "Local file system at /tmp/rclone1476831282", Modify Window "1s" 2026/09/25 04:30:01 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/25 04:30:03 ERROR : HELLO, WORLD!: sum not found 2026/09/25 04:30:03 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-komefay5xogo' 2026/09/25 04:30:03 NOTICE: OpenDrive root 'rclone-test-komefay5xogo': 1 files missing 2026/09/25 04:30:03 NOTICE: 1 hashes missing 2026/09/25 04:30:03 NOTICE: OpenDrive root 'rclone-test-komefay5xogo': 1 differences found 2026/09/25 04:30:03 NOTICE: OpenDrive root 'rclone-test-komefay5xogo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/25 04:30:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:30:03 NOTICE: OpenDrive root 'rclone-test-komefay5xogo': 0 differences found 2026/09/25 04:30:03 NOTICE: OpenDrive root 'rclone-test-komefay5xogo': 1 matching files 2026/09/25 04:30:03 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wapoqac1tila" 2026/09/25 04:30:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:30:04 DEBUG : Starting OpenDrive session with ID: 044b3c211d47f4f7930e04c48780a0dd1b35d396e33612f5f9c2836e1c6427ab 2026/09/25 04:30:04 DEBUG : Creating backend with remote "/tmp/rclone284243797" run.go:198: Remote "OpenDrive root 'rclone-test-wapoqac1tila'", Local "Local file system at /tmp/rclone284243797", Modify Window "1s" 2026/09/25 04:30:05 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/25 04:30:06 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/25 04:30:06 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-wapoqac1tila' 2026/09/25 04:30:06 NOTICE: OpenDrive root 'rclone-test-wapoqac1tila': 1 files missing 2026/09/25 04:30:06 NOTICE: 1 hashes missing 2026/09/25 04:30:06 NOTICE: OpenDrive root 'rclone-test-wapoqac1tila': 1 differences found 2026/09/25 04:30:06 NOTICE: OpenDrive root 'rclone-test-wapoqac1tila': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/25 04:30:07 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:30:07 NOTICE: OpenDrive root 'rclone-test-wapoqac1tila': 0 differences found 2026/09/25 04:30:07 NOTICE: OpenDrive root 'rclone-test-wapoqac1tila': 1 matching files 2026/09/25 04:30:07 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-muhukiq3lemo" 2026/09/25 04:30:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:30:07 DEBUG : Starting OpenDrive session with ID: 0f807fcf09a15ad6c63febd91d0d9b3aeaf4b47c582dc8cb5d2b567d0d19e516 2026/09/25 04:30:07 DEBUG : Creating backend with remote "/tmp/rclone2900117634" run.go:198: Remote "OpenDrive root 'rclone-test-muhukiq3lemo'", Local "Local file system at /tmp/rclone2900117634", Modify Window "1s" 2026/09/25 04:30:09 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/25 04:30:10 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/25 04:30:10 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-muhukiq3lemo' 2026/09/25 04:30:10 NOTICE: OpenDrive root 'rclone-test-muhukiq3lemo': 1 files missing 2026/09/25 04:30:10 NOTICE: 1 hashes missing 2026/09/25 04:30:10 NOTICE: OpenDrive root 'rclone-test-muhukiq3lemo': 1 differences found 2026/09/25 04:30:10 NOTICE: OpenDrive root 'rclone-test-muhukiq3lemo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/25 04:30:10 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:30:10 NOTICE: OpenDrive root 'rclone-test-muhukiq3lemo': 0 differences found 2026/09/25 04:30:10 NOTICE: OpenDrive root 'rclone-test-muhukiq3lemo': 1 matching files 2026/09/25 04:30:10 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kicibur6fala" 2026/09/25 04:30:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:30:11 DEBUG : Starting OpenDrive session with ID: 688f0b664d2d8644ee68e43b9555679768ce6a4e19403f8260b777470ef25108 2026/09/25 04:30:11 DEBUG : Creating backend with remote "/tmp/rclone1523906804" run.go:198: Remote "OpenDrive root 'rclone-test-kicibur6fala'", Local "Local file system at /tmp/rclone1523906804", Modify Window "1s" 2026/09/25 04:30:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/25 04:30:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/25 04:30:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-kicibur6fala' 2026/09/25 04:30:14 NOTICE: OpenDrive root 'rclone-test-kicibur6fala': 1 files missing 2026/09/25 04:30:14 NOTICE: 1 hashes missing 2026/09/25 04:30:14 NOTICE: OpenDrive root 'rclone-test-kicibur6fala': 1 differences found 2026/09/25 04:30:14 NOTICE: OpenDrive root 'rclone-test-kicibur6fala': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/25 04:30:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:30:14 NOTICE: OpenDrive root 'rclone-test-kicibur6fala': 0 differences found 2026/09/25 04:30:14 NOTICE: OpenDrive root 'rclone-test-kicibur6fala': 1 matching files 2026/09/25 04:30:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-pusagaz6nili" 2026/09/25 04:30:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:30:15 DEBUG : Starting OpenDrive session with ID: 8bf8b1588517b6df73799fda63e3ef23d7e0bb9bf109fbea0ce6be8c2c3e3c87 2026/09/25 04:30:15 DEBUG : Creating backend with remote "/tmp/rclone2280924044" 2026/09/25 04:30:15 DEBUG : Config file has changed externally - reloading run.go:198: Remote "OpenDrive root 'rclone-test-pusagaz6nili'", Local "Local file system at /tmp/rclone2280924044", Modify Window "1s" 2026/09/25 04:30:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/25 04:30:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/25 04:30:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-pusagaz6nili' 2026/09/25 04:30:17 NOTICE: OpenDrive root 'rclone-test-pusagaz6nili': 1 files missing 2026/09/25 04:30:17 NOTICE: 1 hashes missing 2026/09/25 04:30:17 NOTICE: OpenDrive root 'rclone-test-pusagaz6nili': 1 differences found 2026/09/25 04:30:17 NOTICE: OpenDrive root 'rclone-test-pusagaz6nili': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/25 04:30:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:30:18 NOTICE: OpenDrive root 'rclone-test-pusagaz6nili': 0 differences found 2026/09/25 04:30:18 NOTICE: OpenDrive root 'rclone-test-pusagaz6nili': 1 matching files 2026/09/25 04:30:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cijunuv3leva" 2026/09/25 04:30:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:30:18 DEBUG : Starting OpenDrive session with ID: ab47a475457e85480aae05a4ab0bc391e1c3217feb015b09135e58ff7936e221 2026/09/25 04:30:19 DEBUG : Creating backend with remote "/tmp/rclone2519464473" 2026/09/25 04:30:19 DEBUG : Config file has changed externally - reloading run.go:198: Remote "OpenDrive root 'rclone-test-cijunuv3leva'", Local "Local file system at /tmp/rclone2519464473", Modify Window "1s" 2026/09/25 04:30:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/25 04:30:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/25 04:30:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-cijunuv3leva' 2026/09/25 04:30:21 NOTICE: OpenDrive root 'rclone-test-cijunuv3leva': 1 files missing 2026/09/25 04:30:21 NOTICE: 1 hashes missing 2026/09/25 04:30:21 NOTICE: OpenDrive root 'rclone-test-cijunuv3leva': 1 differences found 2026/09/25 04:30:21 NOTICE: OpenDrive root 'rclone-test-cijunuv3leva': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/25 04:30:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:30:21 NOTICE: OpenDrive root 'rclone-test-cijunuv3leva': 0 differences found 2026/09/25 04:30:21 NOTICE: OpenDrive root 'rclone-test-cijunuv3leva': 1 matching files 2026/09/25 04:30:21 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-maleyew7zaxo" 2026/09/25 04:30:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:30:22 DEBUG : Starting OpenDrive session with ID: 6a6f402db39dc478cbd00b9a5e4d36a4d7485d4ae47de2cfc52105781fe7f99f 2026/09/25 04:30:22 DEBUG : Creating backend with remote "/tmp/rclone934714798" run.go:198: Remote "OpenDrive root 'rclone-test-maleyew7zaxo'", Local "Local file system at /tmp/rclone934714798", Modify Window "1s" 2026/09/25 04:30:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/25 04:30:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/25 04:30:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-maleyew7zaxo' 2026/09/25 04:30:25 NOTICE: OpenDrive root 'rclone-test-maleyew7zaxo': 1 files missing 2026/09/25 04:30:25 NOTICE: 1 hashes missing 2026/09/25 04:30:25 NOTICE: OpenDrive root 'rclone-test-maleyew7zaxo': 1 differences found 2026/09/25 04:30:25 NOTICE: OpenDrive root 'rclone-test-maleyew7zaxo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/25 04:30:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/25 04:30:25 NOTICE: OpenDrive root 'rclone-test-maleyew7zaxo': 0 differences found 2026/09/25 04:30:25 NOTICE: OpenDrive root 'rclone-test-maleyew7zaxo': 1 matching files 2026/09/25 04:30:25 DEBUG : OpenDrive root 'rclone-test-maleyew7zaxo': Purge remote 2026/09/25 04:30:26 DEBUG : OpenDrive root 'rclone-test-cijunuv3leva': Purge remote 2026/09/25 04:30:26 DEBUG : OpenDrive root 'rclone-test-pusagaz6nili': Purge remote 2026/09/25 04:30:26 DEBUG : OpenDrive root 'rclone-test-kicibur6fala': Purge remote 2026/09/25 04:30:27 DEBUG : OpenDrive root 'rclone-test-muhukiq3lemo': Purge remote 2026/09/25 04:30:27 DEBUG : OpenDrive root 'rclone-test-wapoqac1tila': Purge remote 2026/09/25 04:30:27 DEBUG : OpenDrive root 'rclone-test-komefay5xogo': Purge remote 2026/09/25 04:30:28 DEBUG : OpenDrive root 'rclone-test-kiqeqof8yagi': Purge remote 2026/09/25 04:30:28 DEBUG : OpenDrive root 'rclone-test-hiditar9joso': Purge remote 2026/09/25 04:30:28 DEBUG : OpenDrive root 'rclone-test-vemanew9kupe': Purge remote --- PASS: TestApplyTransforms (40.25s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:30:29 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/25 04:30:30 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/25 04:30:31 DEBUG : sub/file2: size = 14 OK 2026/09/25 04:30:31 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/25 04:30:31 INFO : file1: Copied (new) to: sub/file2 2026/09/25 04:30:32 DEBUG : sub/file2: size = 14 OK 2026/09/25 04:30:32 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/25 04:30:32 DEBUG : file1: Unchanged skipping 2026/09/25 04:30:32 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (4.68s) === RUN TestCopyFileImmutable run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:30:34 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/25 04:30:34 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2026/09/25 04:30:35 DEBUG : existing: size = 6 OK 2026/09/25 04:30:35 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/25 04:30:35 INFO : existing: Copied (new) 2026/09/25 04:30:36 DEBUG : existing: size = 6 OK 2026/09/25 04:30:36 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/25 04:30:36 DEBUG : existing: Unchanged skipping 2026/09/25 04:30:36 DEBUG : existing: size = 8 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:30:36 DEBUG : existing: size = 6 (OpenDrive root 'rclone-test-yoqibuq7xupo') 2026/09/25 04:30:36 DEBUG : existing: Sizes differ 2026/09/25 04:30:36 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileImmutable (3.82s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:30:39 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/25 04:30:41 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/backup" 2026/09/25 04:30:41 DEBUG : Config file has changed externally - reloading 2026/09/25 04:30:42 DEBUG : Starting OpenDrive session with ID: 5691f8c8282bbcf21cadaaa31039499fad3293ced313ae82f03f26c0232b06f5 2026/09/25 04:30:43 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:30:43 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-yoqibuq7xupo') 2026/09/25 04:30:43 DEBUG : dst/file1: Sizes differ 2026/09/25 04:30:44 INFO : dst/file1: Moved (server-side) 2026/09/25 04:30:45 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/25 04:30:46 DEBUG : dst/file1: size = 14 OK 2026/09/25 04:30:46 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/25 04:30:46 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (10.86s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:30:48 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/dst" 2026/09/25 04:30:48 DEBUG : Config file has changed externally - reloading 2026/09/25 04:30:49 DEBUG : Starting OpenDrive session with ID: c42b1eca31a6c5f703e3fbc47c015a4e7c0db2bfeada697d2d4676fc27d52d80 2026/09/25 04:30:50 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/CompareDest" 2026/09/25 04:30:50 DEBUG : Starting OpenDrive session with ID: 6bb8b2226fd6d0e40f9710797eab8cc2068c171aaf85426b4aba8b5d71e97f47 2026/09/25 04:30:51 DEBUG : one: Need to transfer - File not found at Destination 2026/09/25 04:30:52 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/25 04:30:53 DEBUG : one: size = 3 OK 2026/09/25 04:30:53 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/25 04:30:53 INFO : one: Copied (new) 2026/09/25 04:30:54 DEBUG : one: size = 5 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:30:54 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-yoqibuq7xupo/dst') 2026/09/25 04:30:54 DEBUG : one: Sizes differ 2026/09/25 04:30:55 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/25 04:30:55 DEBUG : one: size = 5 OK 2026/09/25 04:30:55 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/25 04:30:55 INFO : one: Copied (replaced existing) 2026/09/25 04:30:56 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/25 04:30:58 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/25 04:31:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:31:00 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-yoqibuq7xupo/dst') 2026/09/25 04:31:00 DEBUG : one: Sizes differ 2026/09/25 04:31:01 DEBUG : one: size = 5 OK 2026/09/25 04:31:01 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/25 04:31:01 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/25 04:31:02 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/25 04:31:03 DEBUG : two: Need to transfer - File not found at Destination 2026/09/25 04:31:04 DEBUG : two: size = 3 OK 2026/09/25 04:31:04 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/25 04:31:04 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/25 04:31:04 DEBUG : two: Need to transfer - File not found at Destination 2026/09/25 04:31:05 DEBUG : two: size = 3 OK 2026/09/25 04:31:05 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/25 04:31:05 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/25 04:31:05 DEBUG : two: Need to transfer - File not found at Destination 2026/09/25 04:31:06 DEBUG : two: size = 5 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:31:06 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-yoqibuq7xupo/CompareDest') 2026/09/25 04:31:06 DEBUG : two: Sizes differ 2026/09/25 04:31:07 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/25 04:31:07 DEBUG : two: size = 5 OK 2026/09/25 04:31:07 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/25 04:31:07 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (21.28s) === RUN TestCopyFileCopyDestImmutable run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:31:10 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/dst" 2026/09/25 04:31:10 DEBUG : Config file has changed externally - reloading 2026/09/25 04:31:10 DEBUG : Starting OpenDrive session with ID: 6a5503d50e7b543c0c6952701a026d227efbf8d1a64e250ee81fb6242ca5f2f1 2026/09/25 04:31:12 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/25 04:31:14 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/25 04:31:16 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/CopyDest" 2026/09/25 04:31:16 DEBUG : Config file has changed externally - reloading 2026/09/25 04:31:16 DEBUG : Starting OpenDrive session with ID: 70632d297bd28b0845ec941086fa161a09bc197253a699aff08e0d8eb88dd703 2026/09/25 04:31:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:31:17 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-yoqibuq7xupo/dst') 2026/09/25 04:31:17 DEBUG : one: Sizes differ 2026/09/25 04:31:17 DEBUG : one: size = 5 OK 2026/09/25 04:31:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/25 04:31:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:31:17 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-yoqibuq7xupo/dst') 2026/09/25 04:31:17 DEBUG : one: Sizes differ 2026/09/25 04:31:17 ERROR : one: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileCopyDestImmutable (9.31s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:31:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/dst" 2026/09/25 04:31:19 DEBUG : Config file has changed externally - reloading 2026/09/25 04:31:19 DEBUG : Starting OpenDrive session with ID: ea2d826f5273958424b9cc1151731d5de20892f521e29ee0d3ba321e82dc2bd8 2026/09/25 04:31:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/CopyDest" 2026/09/25 04:31:21 DEBUG : Starting OpenDrive session with ID: 5fd76e4482fdb28582cc9ec4b5e9983086a1bbd33c3876638bdd2e9dc2d688f1 2026/09/25 04:31:22 DEBUG : one: Need to transfer - File not found at Destination 2026/09/25 04:31:23 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/25 04:31:24 DEBUG : one: size = 3 OK 2026/09/25 04:31:24 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/25 04:31:24 INFO : one: Copied (new) 2026/09/25 04:31:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:31:25 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-yoqibuq7xupo/dst') 2026/09/25 04:31:25 DEBUG : one: Sizes differ 2026/09/25 04:31:25 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/25 04:31:26 DEBUG : one: size = 5 OK 2026/09/25 04:31:26 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/25 04:31:26 INFO : one: Copied (replaced existing) 2026/09/25 04:31:27 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/25 04:31:29 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/25 04:31:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/BackupDir" 2026/09/25 04:31:30 DEBUG : Config file has changed externally - reloading 2026/09/25 04:31:31 DEBUG : Starting OpenDrive session with ID: 7d503583e9eb3c44125516b4c84a3cb8fd4cc185197044bba91d0798443e1474 2026/09/25 04:31:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:31:32 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-yoqibuq7xupo/dst') 2026/09/25 04:31:32 DEBUG : one: Sizes differ 2026/09/25 04:31:32 DEBUG : one: size = 5 OK 2026/09/25 04:31:32 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/25 04:31:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:31:32 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-yoqibuq7xupo/dst') 2026/09/25 04:31:32 DEBUG : one: Sizes differ 2026/09/25 04:31:33 INFO : one: Moved (server-side) 2026/09/25 04:31:34 DEBUG : one: size = 5 OK 2026/09/25 04:31:34 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/25 04:31:34 INFO : one: Copied (server-side copy) 2026/09/25 04:31:34 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/25 04:31:35 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/25 04:31:37 DEBUG : two: Need to transfer - File not found at Destination 2026/09/25 04:31:37 DEBUG : two: size = 3 OK 2026/09/25 04:31:37 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/25 04:31:37 DEBUG : two: size = 3 OK 2026/09/25 04:31:37 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/25 04:31:37 INFO : two: Copied (server-side copy) 2026/09/25 04:31:37 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/25 04:31:38 DEBUG : two: size = 3 OK 2026/09/25 04:31:38 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/25 04:31:38 DEBUG : two: Unchanged skipping 2026/09/25 04:31:39 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/25 04:31:41 DEBUG : three: Need to transfer - File not found at Destination 2026/09/25 04:31:41 DEBUG : three: size = 7 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:31:41 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-yoqibuq7xupo/CopyDest') 2026/09/25 04:31:41 DEBUG : three: Sizes differ 2026/09/25 04:31:41 DEBUG : three: Destination not found in --copy-dest 2026/09/25 04:31:42 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/25 04:31:43 DEBUG : three: size = 7 OK 2026/09/25 04:31:43 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/25 04:31:43 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (26.88s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" copy_test.go:467: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.34s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" copy_test.go:500: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.35s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:31:47 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/25 04:31:48 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/25 04:31:49 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/25 04:31:49 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/25 04:31:49 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/25 04:31:50 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/25 04:31:50 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/25 04:31:50 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/25 04:31:51 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/25 04:31:51 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/25 04:31:52 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/25 04:31:53 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/25 04:31:53 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c541611dc5d4e7ea7fe1cace9745db48 OK 2026/09/25 04:31:53 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (7.72s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.34s) === RUN TestDeduplicateSkip run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.34s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.34s) === RUN TestDeduplicateNewest run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.34s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:31:57 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/25 04:31:59 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/25 04:32:01 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/25 04:32:03 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/25 04:32:04 INFO : OpenDrive root 'rclone-test-yoqibuq7xupo': Looking for duplicate md5 hashes using newest mode. 2026/09/25 04:32:04 NOTICE: 618803f4b62584c59e93db37e412fdba: Found 3 files with duplicate md5 hashes 2026/09/25 04:32:04 INFO : one: Deleted 2026/09/25 04:32:04 INFO : also/one: Deleted 2026/09/25 04:32:04 NOTICE: 618803f4b62584c59e93db37e412fdba: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (9.67s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.34s) === RUN TestDeduplicateLargest run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.34s) === RUN TestDeduplicateSmallest run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.34s) === RUN TestDeduplicateRename run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.34s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.34s) === RUN TestMergeDirs run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.34s) === RUN TestListDirSorted run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:32:09 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/25 04:32:10 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/25 04:32:13 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/25 04:32:14 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/25 04:32:16 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/25 04:32:18 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/25 04:32:20 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/25 04:32:22 DEBUG : a.txt: Excluded (Size Filter) 2026/09/25 04:32:22 DEBUG : a.txt: Excluded 2026/09/25 04:32:22 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/25 04:32:22 DEBUG : sub dir/hello world: Excluded 2026/09/25 04:32:22 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/25 04:32:22 DEBUG : sub dir/hello world2: Excluded 2026/09/25 04:32:23 DEBUG : sub dir/ignore dir: Excluded 2026/09/25 04:32:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/25 04:32:23 DEBUG : sub dir/hello world: Excluded 2026/09/25 04:32:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/25 04:32:23 DEBUG : sub dir/hello world2: Excluded 2026/09/25 04:32:23 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (18.37s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:32:27 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/25 04:32:29 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/25 04:32:31 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/25 04:32:33 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/25 04:32:35 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/25 04:32:37 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/25 04:32:39 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/25 04:32:41 DEBUG : a.txt: Excluded (Size Filter) 2026/09/25 04:32:41 DEBUG : a.txt: Excluded 2026/09/25 04:32:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/25 04:32:41 DEBUG : sub dir/hello world: Excluded 2026/09/25 04:32:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/25 04:32:41 DEBUG : sub dir/hello world2: Excluded 2026/09/25 04:32:41 DEBUG : sub dir/ignore dir: Excluded 2026/09/25 04:32:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/25 04:32:42 DEBUG : sub dir/hello world: Excluded 2026/09/25 04:32:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/25 04:32:42 DEBUG : sub dir/hello world2: Excluded 2026/09/25 04:32:42 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (18.68s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:32:46 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/25 04:32:48 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.10s) --- PASS: TestListJSON/Default (0.17s) --- PASS: TestListJSON/FilesOnly (0.17s) --- PASS: TestListJSON/DirsOnly (0.17s) --- PASS: TestListJSON/Recurse (0.35s) --- PASS: TestListJSON/SubDir (0.17s) --- PASS: TestListJSON/NoModTime (0.17s) --- PASS: TestListJSON/NoMimeType (0.17s) --- PASS: TestListJSON/ShowHash (0.17s) --- PASS: TestListJSON/HashTypes (0.17s) --- PASS: TestListJSON/Metadata (0.17s) === RUN TestStatJSON run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:32:53 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/25 04:32:55 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/25 04:32:59 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/notfound" 2026/09/25 04:32:59 DEBUG : Config file has changed externally - reloading 2026/09/25 04:33:00 DEBUG : Starting OpenDrive session with ID: 88637172c77f25f569ec0e6fec13c36a739efcb20fba3faec2a5c998d8284233 --- PASS: TestStatJSON (9.49s) --- PASS: TestStatJSON/Root (0.17s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.17s) --- PASS: TestStatJSON/Dir (0.34s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.17s) --- PASS: TestStatJSON/File (0.34s) --- PASS: TestStatJSON/NotFound (0.34s) --- PASS: TestStatJSON/DirFilesOnly (0.17s) --- PASS: TestStatJSON/FileFilesOnly (0.34s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.17s) --- PASS: TestStatJSON/DirDirsOnly (0.17s) --- PASS: TestStatJSON/FileDirsOnly (0.17s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.17s) --- PASS: TestStatJSON/RootNotFound (1.42s) === RUN TestStatJSONMemory 2026/09/25 04:33:02 DEBUG : Creating backend with remote ":memory:" 2026/09/25 04:33:02 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/25 04:33:02 DEBUG : sub/file1: size = 5 OK 2026/09/25 04:33:02 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/25 04:33:02 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:33:02 INFO : OpenDrive root 'rclone-test-yoqibuq7xupo': Making directory 2026/09/25 04:33:02 INFO : OpenDrive root 'rclone-test-yoqibuq7xupo': Making directory --- PASS: TestMkdir (0.51s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:33:03 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (3.54s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:33:07 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/25 04:33:08 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (4.35s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:33:11 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/25 04:33:13 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:14 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/25 04:33:14 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.83s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:33:16 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/25 04:33:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (4.50s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:33:20 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/25 04:33:22 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (4.89s) --- PASS: TestHashSums/Md5 (0.17s) --- PASS: TestHashSums/Md5Download (0.35s) === RUN TestHashSumsWithErrors 2026/09/25 04:33:24 DEBUG : Creating backend with remote ":memory:" 2026/09/25 04:33:24 ERROR : file1: hash unsupported: hash type not supported 2026/09/25 04:33:24 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/25 04:33:24 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/25 04:33:24 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/25 04:33:24 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/25 04:33:24 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/25 04:33:24 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/25 04:33:24 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/25 04:33:24 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/25 04:33:24 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/25 04:33:24 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:33:25 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/25 04:33:27 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:29 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (7.50s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:33:33 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/25 04:33:34 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/25 04:33:36 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/25 04:33:37 DEBUG : Waiting for deletions to finish 2026/09/25 04:33:37 DEBUG : large: Excluded (Size Filter) 2026/09/25 04:33:37 DEBUG : large: Excluded 2026/09/25 04:33:37 INFO : medium: Deleted 2026/09/25 04:33:38 INFO : small: Deleted --- PASS: TestDelete (6.35s) === RUN TestDeleteFatalError run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:33:39 DEBUG : file0: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:41 DEBUG : file1: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:42 DEBUG : file2: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:44 DEBUG : file3: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:46 DEBUG : file4: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:47 DEBUG : file5: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:49 DEBUG : file6: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:51 DEBUG : file7: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:52 DEBUG : file8: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:54 DEBUG : file9: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:56 DEBUG : file10: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:58 DEBUG : file11: Uploading chunk 0, size=1, remain=0 2026/09/25 04:33:59 DEBUG : file12: Uploading chunk 0, size=1, remain=0 2026/09/25 04:34:01 DEBUG : file13: Uploading chunk 0, size=1, remain=0 2026/09/25 04:34:03 DEBUG : file14: Uploading chunk 0, size=1, remain=0 2026/09/25 04:34:04 DEBUG : file15: Uploading chunk 0, size=1, remain=0 2026/09/25 04:34:06 DEBUG : file16: Uploading chunk 0, size=1, remain=0 2026/09/25 04:34:08 DEBUG : file17: Uploading chunk 0, size=1, remain=0 2026/09/25 04:34:10 DEBUG : file18: Uploading chunk 0, size=1, remain=0 2026/09/25 04:34:11 DEBUG : file19: Uploading chunk 0, size=1, remain=0 2026/09/25 04:34:12 DEBUG : Waiting for deletions to finish 2026/09/25 04:34:12 ERROR : file1: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file10: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file11: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file12: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file13: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file14: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file15: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file16: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file17: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file0: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file19: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file2: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file3: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file18: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file4: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file5: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file7: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file6: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file9: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:12 ERROR : file8: Got fatal error on delete: --max-delete threshold reached --- PASS: TestDeleteFatalError (38.07s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:34:17 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/25 04:34:19 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/25 04:34:20 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/25 04:34:22 DEBUG : Waiting for deletions to finish 2026/09/25 04:34:22 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/25 04:34:22 INFO : large: Deleted 2026/09/25 04:34:22 INFO : medium: Deleted --- PASS: TestMaxDelete (6.70s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:34:24 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/25 04:34:25 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/25 04:34:27 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/25 04:34:28 DEBUG : Waiting for deletions to finish 2026/09/25 04:34:28 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/25 04:34:29 INFO : medium: Deleted 2026/09/25 04:34:29 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.63s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:34:30 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/25 04:34:32 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/25 04:34:34 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/25 04:34:35 DEBUG : Waiting for deletions to finish 2026/09/25 04:34:35 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/25 04:34:35 INFO : large: Deleted 2026/09/25 04:34:35 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.52s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:34:37 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.75s) === RUN TestRetry 2026/09/25 04:34:40 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/25 04:34:40 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/25 04:34:40 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/25 04:34:40 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/25 04:34:40 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/25 04:34:40 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/25 04:34:40 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:34:41 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/25 04:34:43 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (9.12s) === RUN TestPurge 2026/09/25 04:34:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-gilakob0goji" 2026/09/25 04:34:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/25 04:34:50 DEBUG : Starting OpenDrive session with ID: 18800c6f120a0eeec6221022edf3846c222091a5fa3ac52391fabecb0a49ded4 2026/09/25 04:34:50 DEBUG : Creating backend with remote "/tmp/rclone3556319574" run.go:198: Remote "OpenDrive root 'rclone-test-gilakob0goji'", Local "Local file system at /tmp/rclone3556319574", Modify Window "1s" 2026/09/25 04:34:52 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/25 04:34:53 INFO : A2: Making directory 2026/09/25 04:34:53 INFO : A1/B2: Making directory 2026/09/25 04:34:54 INFO : A1/B2/C2: Making directory 2026/09/25 04:34:54 INFO : A1/B1/C3: Making directory 2026/09/25 04:34:54 INFO : A3: Making directory 2026/09/25 04:34:55 INFO : A3/B3: Making directory 2026/09/25 04:34:55 INFO : A3/B3/C4: Making directory 2026/09/25 04:34:56 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/25 04:35:00 ERROR : error listing: directory not found 2026/09/25 04:35:00 DEBUG : OpenDrive root 'rclone-test-gilakob0goji': Purge remote 2026/09/25 04:35:00 NOTICE: purge failed: directory not found --- PASS: TestPurge (10.95s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:02 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/25 04:35:03 INFO : A2: Making directory 2026/09/25 04:35:03 INFO : A1/B2: Making directory 2026/09/25 04:35:04 INFO : A1/B2/C2: Making directory 2026/09/25 04:35:04 INFO : A1/B1/C3: Making directory 2026/09/25 04:35:04 INFO : A3: Making directory 2026/09/25 04:35:05 INFO : A3/B3: Making directory 2026/09/25 04:35:05 INFO : A3/B3/C4: Making directory 2026/09/25 04:35:06 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/25 04:35:08 DEBUG : removing 1 level 3 directories 2026/09/25 04:35:08 INFO : A3/B3/C4: Removing directory 2026/09/25 04:35:10 DEBUG : removing 2 level 3 directories 2026/09/25 04:35:10 INFO : A1/B2/C2: Removing directory 2026/09/25 04:35:10 INFO : A1/B1/C3: Removing directory 2026/09/25 04:35:10 DEBUG : removing 2 level 2 directories 2026/09/25 04:35:10 INFO : A3/B3: Removing directory 2026/09/25 04:35:10 INFO : A1/B2: Removing directory 2026/09/25 04:35:11 DEBUG : removing 2 level 1 directories 2026/09/25 04:35:11 INFO : A3: Removing directory 2026/09/25 04:35:11 INFO : A2: Removing directory 2026/09/25 04:35:13 DEBUG : removing 1 level 3 directories 2026/09/25 04:35:13 INFO : A1/B1/C1: Removing directory 2026/09/25 04:35:14 DEBUG : removing 1 level 2 directories 2026/09/25 04:35:14 INFO : A1/B1: Removing directory 2026/09/25 04:35:14 DEBUG : removing 1 level 1 directories 2026/09/25 04:35:14 INFO : A1: Removing directory 2026/09/25 04:35:15 DEBUG : removing 1 level 0 directories 2026/09/25 04:35:15 INFO : OpenDrive root 'rclone-test-yoqibuq7xupo': Removing directory 2026/09/25 04:35:15 ERROR : error listing: directory not found 2026/09/25 04:35:15 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (15.35s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:16 INFO : A1: Making directory 2026/09/25 04:35:16 INFO : A1/B1: Making directory 2026/09/25 04:35:16 INFO : A1/B1/C1: Making directory 2026/09/25 04:35:18 DEBUG : removing 1 level 3 directories 2026/09/25 04:35:18 INFO : A1/B1/C1: Removing directory 2026/09/25 04:35:18 DEBUG : removing 1 level 2 directories 2026/09/25 04:35:18 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.54s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:20 INFO : A1: Making directory 2026/09/25 04:35:20 INFO : A1/B1: Making directory 2026/09/25 04:35:21 INFO : A1/B1/C1: Making directory 2026/09/25 04:35:22 DEBUG : removing 1 level 3 directories 2026/09/25 04:35:22 INFO : A1/B1/C1: Removing directory 2026/09/25 04:35:23 DEBUG : removing 1 level 2 directories 2026/09/25 04:35:23 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.38s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:25 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/25 04:35:26 DEBUG : file1: size = 14 OK 2026/09/25 04:35:26 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/25 04:35:27 DEBUG : filename.txt: File name found in url 2026/09/25 04:35:27 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/25 04:35:28 DEBUG : filename.txt: size = 14 OK 2026/09/25 04:35:28 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/25 04:35:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/25 04:35:29 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/25 04:35:30 DEBUG : headerfilename.txt: size = 14 OK 2026/09/25 04:35:30 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/25 04:35:31 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/25 04:35:32 DEBUG : file2: size = 14 OK 2026/09/25 04:35:32 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (8.68s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:34 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/25 04:35:35 DEBUG : file1: size = 14 OK 2026/09/25 04:35:35 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.34s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:35 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/25 04:35:37 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/25 04:35:37 DEBUG : sub/file2: size = 14 OK 2026/09/25 04:35:37 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/25 04:35:37 INFO : file1: Copied (new) to: sub/file2 2026/09/25 04:35:37 INFO : file1: Deleted 2026/09/25 04:35:38 DEBUG : sub/file2: size = 14 OK 2026/09/25 04:35:38 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/25 04:35:38 DEBUG : file1: Unchanged skipping 2026/09/25 04:35:38 INFO : file1: Deleted 2026/09/25 04:35:39 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.65s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:40 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/25 04:35:41 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/25 04:35:42 DEBUG : file1: size = 14 OK 2026/09/25 04:35:42 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/25 04:35:42 INFO : file1: Copied (new) 2026/09/25 04:35:42 INFO : file1: Deleted 2026/09/25 04:35:42 DEBUG : file1: Destination exists, skipping 2026/09/25 04:35:42 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.23s) === RUN TestMoveFileImmutable run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:44 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2026/09/25 04:35:45 DEBUG : existing: size = 8 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:35:45 DEBUG : existing: size = 6 (OpenDrive root 'rclone-test-yoqibuq7xupo') 2026/09/25 04:35:45 DEBUG : existing: Sizes differ 2026/09/25 04:35:45 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestMoveFileImmutable (2.90s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:46 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/25 04:35:47 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/25 04:35:48 DEBUG : sub/file2: size = 14 OK 2026/09/25 04:35:48 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/25 04:35:48 INFO : file1: Copied (new) to: sub/file2 2026/09/25 04:35:48 INFO : file1: Deleted 2026/09/25 04:35:49 DEBUG : sub/file2: size = 14 OK 2026/09/25 04:35:49 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/25 04:35:49 DEBUG : file1: Unchanged skipping 2026/09/25 04:35:49 INFO : file1: Deleted 2026/09/25 04:35:50 DEBUG : sub/file2: moving to sub/File2-rclone-move-yidabuy3 2026/09/25 04:35:50 DEBUG : sub/file2: same parent dir (ODFfMTMyNzYyMTlfbHZBSDY) - using file/rename instead of move_copy for sub/File2-rclone-move-yidabuy3 2026/09/25 04:35:51 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-yidabuy3 2026/09/25 04:35:51 DEBUG : sub/file2: moving to sub/File2 2026/09/25 04:35:51 DEBUG : sub/File2-rclone-move-yidabuy3: same parent dir (ODFfMTMyNzYyMTlfbHZBSDY) - using file/rename instead of move_copy for sub/File2 2026/09/25 04:35:51 INFO : sub/File2-rclone-move-yidabuy3: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (6.56s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:53 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/25 04:35:55 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.34s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:35:57 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/25 04:35:59 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yoqibuq7xupo/backup" 2026/09/25 04:35:59 DEBUG : Config file has changed externally - reloading 2026/09/25 04:35:59 DEBUG : Starting OpenDrive session with ID: a7de882b5e3d7d10dad4b01a1fe6f051f694b9a7d78923ad7cce62cbfcb5ca35 2026/09/25 04:36:00 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2395058971) 2026/09/25 04:36:00 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-yoqibuq7xupo') 2026/09/25 04:36:00 DEBUG : dst/file1: Sizes differ 2026/09/25 04:36:01 INFO : dst/file1: Moved (server-side) 2026/09/25 04:36:02 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/25 04:36:03 DEBUG : dst/file1: size = 14 OK 2026/09/25 04:36:03 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/25 04:36:03 INFO : dst/file1: Copied (new) 2026/09/25 04:36:03 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (9.91s) === 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:36:07 DEBUG : A/file0: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:09 DEBUG : A/file1: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:10 DEBUG : A/file2: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:12 DEBUG : A/file3: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:14 DEBUG : A/file4: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:16 DEBUG : A/file5: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:17 DEBUG : A/file6: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:19 DEBUG : A/file7: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:21 DEBUG : A/file8: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:22 DEBUG : A/file9: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:24 DEBUG : A/file10: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:26 DEBUG : A/file11: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:27 DEBUG : A/file12: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:29 DEBUG : A/file13: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:31 DEBUG : A/file14: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:32 DEBUG : A/file15: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:34 DEBUG : A/file16: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:36 DEBUG : A/file17: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:37 DEBUG : A/file18: Uploading chunk 0, size=1, remain=0 2026/09/25 04:36:39 DEBUG : A/file19: Uploading chunk 0, size=1, remain=0 operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveMoveError (38.27s) === RUN TestDirMoveContext run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:36:45 DEBUG : A/one: Uploading chunk 0, size=3, remain=0 2026/09/25 04:36:47 DEBUG : A/two: Uploading chunk 0, size=3, remain=0 operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveContext (4.93s) === RUN TestDirMove run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:36:50 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/25 04:36:52 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/25 04:36:54 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/25 04:36:56 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/25 04:36:58 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/25 04:36:59 INFO : A1/B2: Making directory 2026/09/25 04:36:59 INFO : A1/B1/C3: Making directory 2026/09/25 04:37:01 DEBUG : A2: same parent dir (ODFfMTMyNzYyMTFfVUtOMEk) - using folder/rename instead of move_copy 2026/09/25 04:37:06 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/25 04:37:06 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/25 04:37:06 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/25 04:37:06 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/25 04:37:07 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/25 04:37:10 INFO : OpenDrive root 'rclone-test-yoqibuq7xupo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/25 04:37:13 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/25 04:37:13 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/25 04:37:13 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/25 04:37:13 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/25 04:37:13 INFO : A3/two: Moved (server-side) to: A4/two --- PASS: TestDirMove (30.80s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:20 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.35s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:20 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': File to upload is small (34 bytes), uploading instead of streaming 2026/09/25 04:37:21 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/25 04:37:22 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/25 04:37:22 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/25 04:37:22 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/25 04:37:22 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/25 04:37:23 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/25 04:37:25 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/25 04:37:25 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/25 04:37:25 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:26 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': File to upload is small (34 bytes), uploading instead of streaming 2026/09/25 04:37:26 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/25 04:37:27 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/25 04:37:27 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/25 04:37:27 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/25 04:37:27 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/25 04:37:28 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/25 04:37:29 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/25 04:37:29 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/25 04:37:29 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:31 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': File to upload is small (34 bytes), uploading instead of streaming 2026/09/25 04:37:31 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/25 04:37:32 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/25 04:37:32 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/25 04:37:32 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/25 04:37:33 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/25 04:37:34 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/25 04:37:34 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:36 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': File to upload is small (34 bytes), uploading instead of streaming 2026/09/25 04:37:36 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/25 04:37:37 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/25 04:37:37 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/25 04:37:37 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/25 04:37:37 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/25 04:37:38 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/25 04:37:39 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/25 04:37:39 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/25 04:37:39 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.10s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.21s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.94s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.98s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.97s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:41 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/25 04:37:42 DEBUG : potato1: size = 60 OK 2026/09/25 04:37:42 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/25 04:37:42 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': File to upload is small (60 bytes), uploading instead of streaming 2026/09/25 04:37:43 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/25 04:37:44 DEBUG : potato2: size = 60 OK 2026/09/25 04:37:44 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/25 04:37:44 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (4.29s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:46 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/25 04:37:46 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.12s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:47 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/25 04:37:48 DEBUG : potato1: size = 60 OK 2026/09/25 04:37:48 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.23s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:49 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/25 04:37:50 DEBUG : potato1: size = 60 OK 2026/09/25 04:37:50 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-yoqibuq7xupo') 2026/09/25 04:37:50 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-yoqibuq7xupo') 2026/09/25 04:37:50 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-yoqibuq7xupo') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/25 04:37:50 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:52 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/25 04:37:53 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-yoqibuq7xupo') 2026/09/25 04:37:53 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-yoqibuq7xupo') 2026/09/25 04:37:53 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-yoqibuq7xupo') 59 2026/09/25 04:37:53 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:54 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/25 04:37:56 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:57 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/25 04:37:58 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (9.62s) --- PASS: TestRcatSizeChecksum/Corrupted (2.48s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.56s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.37s) --- PASS: TestRcatSizeChecksum/NoHashes (2.21s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:37:59 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/25 04:38:01 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/25 04:38:03 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/25 04:38:04 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': Touching "empty space" 2026/09/25 04:38:04 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': Touching "potato2" 2026/09/25 04:38:05 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': Touching "sub dir/potato3" --- PASS: TestTouchDir (8.24s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", 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-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" operations_test.go:2212: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.36s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-yoqibuq7xupo'", Local "Local file system at /tmp/rclone2395058971", Modify Window "1s" 2026/09/25 04:38:09 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/25 04:38:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/25 04:38:14 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.duyugor7" before starting 2026/09/25 04:38:14 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNzYyNDRfMnRUZUI) - using file/rename instead of move_copy for sub dir/test remove existing.duyugor7 2026/09/25 04:38:15 DEBUG : sub dir/test remove existing.duyugor7: TEST: removing renamed existing file after operation 2026/09/25 04:38:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.genotas6" before starting 2026/09/25 04:38:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNzYyNDRfMnRUZUI) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.genotas6 2026/09/25 04:38:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.genotas6: TEST: renaming existing back after failed operation 2026/09/25 04:38:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.genotas6: same parent dir (ODFfMTMyNzYyNDRfMnRUZUI) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/25 04:38:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fujebiw2" before starting 2026/09/25 04:38:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNzYyNDRfMnRUZUI) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fujebiw2 2026/09/25 04:38:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fujebiw2: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (11.64s) === RUN TestRcatInputFailurePreservesDestination 2026/09/25 04:38:20 DEBUG : Creating backend with remote "/tmp/TestRcatInputFailurePreservesDestination2031500019/001" 2026/09/25 04:38:20 DEBUG : Config file has changed externally - reloading --- PASS: TestRcatInputFailurePreservesDestination (0.01s) === 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) PASS 2026/09/25 04:38:20 DEBUG : OpenDrive root 'rclone-test-yoqibuq7xupo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 10m10.15639647s (try 1/5)