"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/11 04:42:52 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe" 2026/09/11 04:42:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:42:52 DEBUG : Starting OpenDrive session with ID: 708bb6c6e7390899bd7ae59826e697df7e601aedf0a94ffa189a441bbe895b83 2026/09/11 04:42:53 DEBUG : Creating backend with remote "/tmp/rclone43931299" === 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/11 04:42:53 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.16s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/11 04:42:53 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.16s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/11 04:42:53 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 1 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 0 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 2 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/11 04:42:53 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/11 04:42:53 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/11 04:42:53 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 0 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 1 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 2 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/11 04:42:53 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/11 04:42:53 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/11 04:42:53 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 1 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 0 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 3 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 2 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/11 04:42:53 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/11 04:42:53 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/11 04:42:53 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 1 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 0 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 3 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/11 04:42:53 DEBUG : file.txt: writing chunk 2 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/11 04:42:53 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/11 04:42:53 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/11 04:42:53 DEBUG : a: size = 0 OK 2026/09/11 04:42:53 DEBUG : a: size = 1 (memory) 2026/09/11 04:42:53 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/11 04:42:53 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/11 04:42:53 DEBUG : potato: Seek from 10 to 0 2026/09/11 04:42:53 DEBUG : potato: Seek from 10 to 0 2026/09/11 04:42:53 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/11 04:42:53 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Seek from 5 to 2 2026/09/11 04:42:53 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/11 04:42:53 DEBUG : potato: Seek from 7 to 0 2026/09/11 04:42:53 DEBUG : potato: Seek from 7 to 0 2026/09/11 04:42:53 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/11 04:42:53 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Seek from 5 to 2 2026/09/11 04:42:53 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/11 04:42:53 DEBUG : potato: Seek from 8 to 0 2026/09/11 04:42:53 DEBUG : potato: Seek from 8 to 0 2026/09/11 04:42:53 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/11 04:42:53 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/11 04:42:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/11 04:42:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/11 04:42:53 DEBUG : potato: Seek from 5 to 2 2026/09/11 04:42:53 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/11 04:42:53 DEBUG : potato: Seek from 9 to 0 2026/09/11 04:42:53 DEBUG : potato: Seek from 9 to 0 2026/09/11 04:42:53 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.01s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:42:54 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/11 04:42:56 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/11 04:42:59 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/11 04:43:01 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (9.89s) --- PASS: TestCheck/1 (0.16s) --- PASS: TestCheck/2 (0.16s) --- PASS: TestCheck/3 (0.16s) --- PASS: TestCheck/4 (0.17s) --- PASS: TestCheck/5 (0.17s) --- PASS: TestCheck/6 (0.17s) --- PASS: TestCheck/7 (0.16s) === RUN TestCheckFsError 2026/09/11 04:43:03 DEBUG : Creating backend with remote "nonexistent" 2026/09/11 04:43:03 DEBUG : Config file has changed externally - reloading 2026/09/11 04:43:03 DEBUG : Creating backend with remote "nonexistent" 2026/09/11 04:43:03 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/11 04:43:03 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/11 04:43:03 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/11 04:43:03 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:43:04 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/11 04:43:07 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/11 04:43:09 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/11 04:43:12 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (12.15s) --- PASS: TestCheckDownload/1 (0.33s) --- PASS: TestCheckDownload/2 (0.51s) --- PASS: TestCheckDownload/3 (0.33s) --- PASS: TestCheckDownload/4 (0.72s) --- PASS: TestCheckDownload/5 (0.53s) --- PASS: TestCheckDownload/6 (0.35s) --- PASS: TestCheckDownload/7 (0.53s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:43:16 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/11 04:43:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/11 04:43:20 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/11 04:43:23 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (9.78s) --- PASS: TestCheckSizeOnly/1 (0.17s) --- PASS: TestCheckSizeOnly/2 (0.17s) --- PASS: TestCheckSizeOnly/3 (0.17s) --- PASS: TestCheckSizeOnly/4 (0.17s) --- PASS: TestCheckSizeOnly/5 (0.17s) --- PASS: TestCheckSizeOnly/6 (0.17s) --- PASS: TestCheckSizeOnly/7 (0.17s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:43:26 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/11 04:43:27 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/11 04:43:27 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/11 04:43:27 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/11 04:43:27 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/11 04:43:28 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/11 04:43:29 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/11 04:43:29 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/11 04:43:29 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/11 04:43:29 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (4.94s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:43:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/data" 2026/09/11 04:43:30 DEBUG : Starting OpenDrive session with ID: c418070b9ffceb223b1dfb66470743d561c133dc609020acbaa9133c247b5280 2026/09/11 04:43:32 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/11 04:43:34 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/11 04:43:37 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/11 04:43:38 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/11 04:43:41 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/11 04:43:43 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/11 04:43:46 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/11 04:43:48 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/11 04:43:51 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/11 04:43:52 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/11 04:43:53 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (26.87s) --- PASS: TestCheckSum/subtest1 (0.85s) --- PASS: TestCheckSum/subtest2 (0.68s) --- PASS: TestCheckSum/subtest3 (0.68s) --- PASS: TestCheckSum/subtest4 (0.68s) --- PASS: TestCheckSum/subtest5 (0.68s) --- PASS: TestCheckSum/subtest6 (0.68s) --- PASS: TestCheckSum/subtest7 (0.68s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:43:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/data" 2026/09/11 04:43:57 DEBUG : Config file has changed externally - reloading 2026/09/11 04:43:57 DEBUG : Starting OpenDrive session with ID: 4b5271fac738197589d900d3beffe26184ffd65a9df67e6a1fb103e49e4ff6e0 2026/09/11 04:43:59 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/11 04:44:01 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/11 04:44:04 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/11 04:44:05 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/11 04:44:08 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/11 04:44:11 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/11 04:44:13 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/11 04:44:16 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/11 04:44:19 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/11 04:44:20 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/11 04:44:21 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (28.11s) --- PASS: TestCheckSumDownload/subtest1 (1.04s) --- PASS: TestCheckSumDownload/subtest2 (0.85s) --- PASS: TestCheckSumDownload/subtest3 (1.21s) --- PASS: TestCheckSumDownload/subtest4 (0.86s) --- PASS: TestCheckSumDownload/subtest5 (0.87s) --- PASS: TestCheckSumDownload/subtest6 (0.86s) --- PASS: TestCheckSumDownload/subtest7 (0.86s) === RUN TestCheckSumConcurrency 2026/09/11 04:44:25 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/11 04:44:25 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/11 04:44:25 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/11 04:44:25 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/11 04:44:25 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/11 04:44:25 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/11 04:44:25 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/11 04:44:25 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/11 04:44:25 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/11 04:44:25 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/11 04:44:25 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/11 04:44:25 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/11 04:44:25 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fikitey3kive" 2026/09/11 04:44:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:25 DEBUG : Starting OpenDrive session with ID: 995107623e2f987f71148bb435c14dc6f57d6a723c29e61733d67e56e4e4d668 2026/09/11 04:44:26 DEBUG : Creating backend with remote "/tmp/rclone4016110044" run.go:198: Remote "OpenDrive root 'rclone-test-fikitey3kive'", Local "Local file system at /tmp/rclone4016110044", Modify Window "1s" 2026/09/11 04:44:27 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/11 04:44:28 ERROR : hello, world!: sum not found 2026/09/11 04:44:28 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-fikitey3kive' 2026/09/11 04:44:28 NOTICE: OpenDrive root 'rclone-test-fikitey3kive': 1 files missing 2026/09/11 04:44:28 NOTICE: 1 hashes missing 2026/09/11 04:44:28 NOTICE: OpenDrive root 'rclone-test-fikitey3kive': 1 differences found 2026/09/11 04:44:28 NOTICE: OpenDrive root 'rclone-test-fikitey3kive': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/11 04:44:28 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:44:28 NOTICE: OpenDrive root 'rclone-test-fikitey3kive': 0 differences found 2026/09/11 04:44:28 NOTICE: OpenDrive root 'rclone-test-fikitey3kive': 1 matching files 2026/09/11 04:44:28 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayoyuy0zeya" 2026/09/11 04:44:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:29 DEBUG : Starting OpenDrive session with ID: e0d5761de42239cf747fb8da9852ae41246bb2a6cf0e19e75f7368da088f038d 2026/09/11 04:44:29 DEBUG : Creating backend with remote "/tmp/rclone1748538836" run.go:198: Remote "OpenDrive root 'rclone-test-hayoyuy0zeya'", Local "Local file system at /tmp/rclone1748538836", Modify Window "1s" 2026/09/11 04:44:30 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/11 04:44:31 ERROR : HELLO, WORLD!: sum not found 2026/09/11 04:44:31 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-hayoyuy0zeya' 2026/09/11 04:44:31 NOTICE: OpenDrive root 'rclone-test-hayoyuy0zeya': 1 files missing 2026/09/11 04:44:31 NOTICE: 1 hashes missing 2026/09/11 04:44:31 NOTICE: OpenDrive root 'rclone-test-hayoyuy0zeya': 1 differences found 2026/09/11 04:44:31 NOTICE: OpenDrive root 'rclone-test-hayoyuy0zeya': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/11 04:44:32 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:44:32 NOTICE: OpenDrive root 'rclone-test-hayoyuy0zeya': 0 differences found 2026/09/11 04:44:32 NOTICE: OpenDrive root 'rclone-test-hayoyuy0zeya': 1 matching files 2026/09/11 04:44:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-peduvig8fivu" 2026/09/11 04:44:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:32 DEBUG : Starting OpenDrive session with ID: f4745a1a43f3fd033128dccbaf0ad3685e7732a586a0b594ad0aa3f64269369b 2026/09/11 04:44:33 DEBUG : Creating backend with remote "/tmp/rclone1090086103" run.go:198: Remote "OpenDrive root 'rclone-test-peduvig8fivu'", Local "Local file system at /tmp/rclone1090086103", Modify Window "1s" 2026/09/11 04:44:34 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/11 04:44:35 ERROR : HeLlO, wOrLd!: sum not found 2026/09/11 04:44:35 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-peduvig8fivu' 2026/09/11 04:44:35 NOTICE: OpenDrive root 'rclone-test-peduvig8fivu': 1 files missing 2026/09/11 04:44:35 NOTICE: 1 hashes missing 2026/09/11 04:44:35 NOTICE: OpenDrive root 'rclone-test-peduvig8fivu': 1 differences found 2026/09/11 04:44:35 NOTICE: OpenDrive root 'rclone-test-peduvig8fivu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/11 04:44:36 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:44:36 NOTICE: OpenDrive root 'rclone-test-peduvig8fivu': 0 differences found 2026/09/11 04:44:36 NOTICE: OpenDrive root 'rclone-test-peduvig8fivu': 1 matching files 2026/09/11 04:44:36 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-babufeh2dezu" 2026/09/11 04:44:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:36 DEBUG : Starting OpenDrive session with ID: 19b15ccacc260e6288b1c591e8762fb66dd87133a71471d502772aa60a58b4c4 2026/09/11 04:44:36 DEBUG : Creating backend with remote "/tmp/rclone637766717" run.go:198: Remote "OpenDrive root 'rclone-test-babufeh2dezu'", Local "Local file system at /tmp/rclone637766717", Modify Window "1s" 2026/09/11 04:44:37 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/11 04:44:39 ERROR : HELLO, WORLD!: sum not found 2026/09/11 04:44:39 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-babufeh2dezu' 2026/09/11 04:44:39 NOTICE: OpenDrive root 'rclone-test-babufeh2dezu': 1 files missing 2026/09/11 04:44:39 NOTICE: 1 hashes missing 2026/09/11 04:44:39 NOTICE: OpenDrive root 'rclone-test-babufeh2dezu': 1 differences found 2026/09/11 04:44:39 NOTICE: OpenDrive root 'rclone-test-babufeh2dezu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/11 04:44:39 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:44:39 NOTICE: OpenDrive root 'rclone-test-babufeh2dezu': 0 differences found 2026/09/11 04:44:39 NOTICE: OpenDrive root 'rclone-test-babufeh2dezu': 1 matching files 2026/09/11 04:44:39 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tahotog7hawo" 2026/09/11 04:44:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:40 DEBUG : Starting OpenDrive session with ID: 5217d59309ca86576e1bf9c13cd12f83ad3c257374ad1cfae12a6d828cfa1e79 2026/09/11 04:44:40 DEBUG : Creating backend with remote "/tmp/rclone3326883635" run.go:198: Remote "OpenDrive root 'rclone-test-tahotog7hawo'", Local "Local file system at /tmp/rclone3326883635", Modify Window "1s" 2026/09/11 04:44:41 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/11 04:44:42 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/11 04:44:42 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-tahotog7hawo' 2026/09/11 04:44:42 NOTICE: OpenDrive root 'rclone-test-tahotog7hawo': 1 files missing 2026/09/11 04:44:42 NOTICE: 1 hashes missing 2026/09/11 04:44:42 NOTICE: OpenDrive root 'rclone-test-tahotog7hawo': 1 differences found 2026/09/11 04:44:42 NOTICE: OpenDrive root 'rclone-test-tahotog7hawo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/11 04:44:43 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:44:43 NOTICE: OpenDrive root 'rclone-test-tahotog7hawo': 0 differences found 2026/09/11 04:44:43 NOTICE: OpenDrive root 'rclone-test-tahotog7hawo': 1 matching files 2026/09/11 04:44:43 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-necufux1kosu" 2026/09/11 04:44:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:43 DEBUG : Starting OpenDrive session with ID: 8111301ddd512a7feb51efe6f58a06a327d9cf4f96a0ffba5fa38eaafb4e94f9 2026/09/11 04:44:44 DEBUG : Creating backend with remote "/tmp/rclone1552059063" run.go:198: Remote "OpenDrive root 'rclone-test-necufux1kosu'", Local "Local file system at /tmp/rclone1552059063", Modify Window "1s" 2026/09/11 04:44:45 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/11 04:44:46 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/11 04:44:46 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-necufux1kosu' 2026/09/11 04:44:46 NOTICE: OpenDrive root 'rclone-test-necufux1kosu': 1 files missing 2026/09/11 04:44:46 NOTICE: 1 hashes missing 2026/09/11 04:44:46 NOTICE: OpenDrive root 'rclone-test-necufux1kosu': 1 differences found 2026/09/11 04:44:46 NOTICE: OpenDrive root 'rclone-test-necufux1kosu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/11 04:44:46 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:44:46 NOTICE: OpenDrive root 'rclone-test-necufux1kosu': 0 differences found 2026/09/11 04:44:46 NOTICE: OpenDrive root 'rclone-test-necufux1kosu': 1 matching files 2026/09/11 04:44:46 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-xunoguy4raco" 2026/09/11 04:44:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:47 DEBUG : Starting OpenDrive session with ID: 4b592181f4a5cca79b8733809dfc93fdc5762b2e1cfd0bc4a9e1382dfc0be2ca 2026/09/11 04:44:47 DEBUG : Creating backend with remote "/tmp/rclone3260034678" run.go:198: Remote "OpenDrive root 'rclone-test-xunoguy4raco'", Local "Local file system at /tmp/rclone3260034678", Modify Window "1s" 2026/09/11 04:44:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/11 04:44:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/11 04:44:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-xunoguy4raco' 2026/09/11 04:44:49 NOTICE: OpenDrive root 'rclone-test-xunoguy4raco': 1 files missing 2026/09/11 04:44:49 NOTICE: 1 hashes missing 2026/09/11 04:44:49 NOTICE: OpenDrive root 'rclone-test-xunoguy4raco': 1 differences found 2026/09/11 04:44:49 NOTICE: OpenDrive root 'rclone-test-xunoguy4raco': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/11 04:44:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:44:50 NOTICE: OpenDrive root 'rclone-test-xunoguy4raco': 0 differences found 2026/09/11 04:44:50 NOTICE: OpenDrive root 'rclone-test-xunoguy4raco': 1 matching files 2026/09/11 04:44:50 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fivihuz1zizo" 2026/09/11 04:44:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:50 DEBUG : Starting OpenDrive session with ID: b7feac188114b2d4a3745eb6dd30eae7c72813f64353ee285f68b66d8c7cd925 2026/09/11 04:44:51 DEBUG : Creating backend with remote "/tmp/rclone4218123554" run.go:198: Remote "OpenDrive root 'rclone-test-fivihuz1zizo'", Local "Local file system at /tmp/rclone4218123554", Modify Window "1s" 2026/09/11 04:44:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/11 04:44:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/11 04:44:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-fivihuz1zizo' 2026/09/11 04:44:53 NOTICE: OpenDrive root 'rclone-test-fivihuz1zizo': 1 files missing 2026/09/11 04:44:53 NOTICE: 1 hashes missing 2026/09/11 04:44:53 NOTICE: OpenDrive root 'rclone-test-fivihuz1zizo': 1 differences found 2026/09/11 04:44:53 NOTICE: OpenDrive root 'rclone-test-fivihuz1zizo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/11 04:44:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:44:53 NOTICE: OpenDrive root 'rclone-test-fivihuz1zizo': 0 differences found 2026/09/11 04:44:53 NOTICE: OpenDrive root 'rclone-test-fivihuz1zizo': 1 matching files 2026/09/11 04:44:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-guxibot8romo" 2026/09/11 04:44:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:54 DEBUG : Starting OpenDrive session with ID: 61214acee0c2b29bbb5ddf4b7b065308a67ef064be9eda4df179f25d4fc9270d 2026/09/11 04:44:54 DEBUG : Creating backend with remote "/tmp/rclone813903115" run.go:198: Remote "OpenDrive root 'rclone-test-guxibot8romo'", Local "Local file system at /tmp/rclone813903115", Modify Window "1s" 2026/09/11 04:44:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/11 04:44:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/11 04:44:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-guxibot8romo' 2026/09/11 04:44:57 NOTICE: OpenDrive root 'rclone-test-guxibot8romo': 1 files missing 2026/09/11 04:44:57 NOTICE: 1 hashes missing 2026/09/11 04:44:57 NOTICE: OpenDrive root 'rclone-test-guxibot8romo': 1 differences found 2026/09/11 04:44:57 NOTICE: OpenDrive root 'rclone-test-guxibot8romo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/11 04:44:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:44:57 NOTICE: OpenDrive root 'rclone-test-guxibot8romo': 0 differences found 2026/09/11 04:44:57 NOTICE: OpenDrive root 'rclone-test-guxibot8romo': 1 matching files 2026/09/11 04:44:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-refamul8wifo" 2026/09/11 04:44:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:44:57 DEBUG : Starting OpenDrive session with ID: 61340f845bd8c0e7b70b2ab71bd5237615da378aff91cc1b830c1d305b5b0493 2026/09/11 04:44:58 DEBUG : Creating backend with remote "/tmp/rclone3918572981" run.go:198: Remote "OpenDrive root 'rclone-test-refamul8wifo'", Local "Local file system at /tmp/rclone3918572981", Modify Window "1s" 2026/09/11 04:44:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/11 04:45:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/11 04:45:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-refamul8wifo' 2026/09/11 04:45:00 NOTICE: OpenDrive root 'rclone-test-refamul8wifo': 1 files missing 2026/09/11 04:45:00 NOTICE: 1 hashes missing 2026/09/11 04:45:00 NOTICE: OpenDrive root 'rclone-test-refamul8wifo': 1 differences found 2026/09/11 04:45:00 NOTICE: OpenDrive root 'rclone-test-refamul8wifo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/11 04:45:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/11 04:45:00 NOTICE: OpenDrive root 'rclone-test-refamul8wifo': 0 differences found 2026/09/11 04:45:00 NOTICE: OpenDrive root 'rclone-test-refamul8wifo': 1 matching files 2026/09/11 04:45:00 DEBUG : OpenDrive root 'rclone-test-refamul8wifo': Purge remote 2026/09/11 04:45:01 DEBUG : OpenDrive root 'rclone-test-guxibot8romo': Purge remote 2026/09/11 04:45:01 DEBUG : OpenDrive root 'rclone-test-fivihuz1zizo': Purge remote 2026/09/11 04:45:01 DEBUG : OpenDrive root 'rclone-test-xunoguy4raco': Purge remote 2026/09/11 04:45:02 DEBUG : OpenDrive root 'rclone-test-necufux1kosu': Purge remote 2026/09/11 04:45:02 DEBUG : OpenDrive root 'rclone-test-tahotog7hawo': Purge remote 2026/09/11 04:45:03 DEBUG : OpenDrive root 'rclone-test-babufeh2dezu': Purge remote 2026/09/11 04:45:03 DEBUG : OpenDrive root 'rclone-test-peduvig8fivu': Purge remote 2026/09/11 04:45:03 DEBUG : OpenDrive root 'rclone-test-hayoyuy0zeya': Purge remote 2026/09/11 04:45:04 DEBUG : OpenDrive root 'rclone-test-fikitey3kive': Purge remote --- PASS: TestApplyTransforms (39.03s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:45:04 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/11 04:45:05 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/11 04:45:06 DEBUG : sub/file2: size = 14 OK 2026/09/11 04:45:06 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/11 04:45:06 INFO : file1: Copied (new) to: sub/file2 2026/09/11 04:45:07 DEBUG : sub/file2: size = 14 OK 2026/09/11 04:45:07 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/11 04:45:07 DEBUG : file1: Unchanged skipping 2026/09/11 04:45:07 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (4.49s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.33s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:45:10 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/11 04:45:11 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/backup" 2026/09/11 04:45:11 DEBUG : Config file has changed externally - reloading 2026/09/11 04:45:12 DEBUG : Starting OpenDrive session with ID: 12bce57bd986af4e577fd9f6e8347954f3f3b13d9ad4aef0d396aef8949e3b13 2026/09/11 04:45:13 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone43931299) 2026/09/11 04:45:13 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-fokubuf9suqe') 2026/09/11 04:45:13 DEBUG : dst/file1: Sizes differ 2026/09/11 04:45:14 INFO : dst/file1: Moved (server-side) 2026/09/11 04:45:15 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/11 04:45:16 DEBUG : dst/file1: size = 14 OK 2026/09/11 04:45:16 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/11 04:45:16 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (9.54s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:45:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/dst" 2026/09/11 04:45:19 DEBUG : Starting OpenDrive session with ID: 2584495174c41e2c4e0eef1bfeb08ae400ca0082fccd3bd243f4ab10f0b6bb3e 2026/09/11 04:45:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/CompareDest" 2026/09/11 04:45:20 DEBUG : Starting OpenDrive session with ID: 2f4705cdd78d005ec6f8514b0fcbd13f2899cf77dc942e46c4061a0b2a6f059e 2026/09/11 04:45:21 DEBUG : one: Need to transfer - File not found at Destination 2026/09/11 04:45:22 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/11 04:45:23 DEBUG : one: size = 3 OK 2026/09/11 04:45:23 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/11 04:45:23 INFO : one: Copied (new) 2026/09/11 04:45:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone43931299) 2026/09/11 04:45:24 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-fokubuf9suqe/dst') 2026/09/11 04:45:24 DEBUG : one: Sizes differ 2026/09/11 04:45:24 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/11 04:45:25 DEBUG : one: size = 5 OK 2026/09/11 04:45:25 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/11 04:45:25 INFO : one: Copied (replaced existing) 2026/09/11 04:45:26 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/11 04:45:28 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/11 04:45:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone43931299) 2026/09/11 04:45:30 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-fokubuf9suqe/dst') 2026/09/11 04:45:30 DEBUG : one: Sizes differ 2026/09/11 04:45:30 DEBUG : one: size = 5 OK 2026/09/11 04:45:30 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/11 04:45:30 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/11 04:45:31 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/11 04:45:33 DEBUG : two: Need to transfer - File not found at Destination 2026/09/11 04:45:33 DEBUG : two: size = 3 OK 2026/09/11 04:45:33 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/11 04:45:33 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/11 04:45:34 DEBUG : two: Need to transfer - File not found at Destination 2026/09/11 04:45:34 DEBUG : two: size = 3 OK 2026/09/11 04:45:34 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/11 04:45:34 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/11 04:45:35 DEBUG : two: Need to transfer - File not found at Destination 2026/09/11 04:45:35 DEBUG : two: size = 5 (Local file system at /tmp/rclone43931299) 2026/09/11 04:45:35 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-fokubuf9suqe/CompareDest') 2026/09/11 04:45:35 DEBUG : two: Sizes differ 2026/09/11 04:45:36 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/11 04:45:37 DEBUG : two: size = 5 OK 2026/09/11 04:45:37 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/11 04:45:37 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (21.10s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:45:39 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/dst" 2026/09/11 04:45:40 DEBUG : Starting OpenDrive session with ID: 2522ff97420d30d7b16a86a35ad36eebd67b3f619e1fb1f1aac6414c24c67e35 2026/09/11 04:45:41 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/CopyDest" 2026/09/11 04:45:41 DEBUG : Starting OpenDrive session with ID: 6e783433ac1feee11193d108327749f9d00dc2bc1512e036bcc640df078d66a6 2026/09/11 04:45:42 DEBUG : one: Need to transfer - File not found at Destination 2026/09/11 04:45:43 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/11 04:45:44 DEBUG : one: size = 3 OK 2026/09/11 04:45:44 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/11 04:45:44 INFO : one: Copied (new) 2026/09/11 04:45:45 DEBUG : one: size = 5 (Local file system at /tmp/rclone43931299) 2026/09/11 04:45:45 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-fokubuf9suqe/dst') 2026/09/11 04:45:45 DEBUG : one: Sizes differ 2026/09/11 04:45:45 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/11 04:45:46 DEBUG : one: size = 5 OK 2026/09/11 04:45:46 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/11 04:45:46 INFO : one: Copied (replaced existing) 2026/09/11 04:45:47 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/11 04:45:49 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/11 04:45:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/BackupDir" 2026/09/11 04:45:51 DEBUG : Starting OpenDrive session with ID: 6f875702e11c3e012a8a291f0300083b438dd9502bcf432fbfa834138072aac9 2026/09/11 04:45:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone43931299) 2026/09/11 04:45:52 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-fokubuf9suqe/dst') 2026/09/11 04:45:52 DEBUG : one: Sizes differ 2026/09/11 04:45:53 DEBUG : one: size = 5 OK 2026/09/11 04:45:53 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/11 04:45:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone43931299) 2026/09/11 04:45:53 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-fokubuf9suqe/dst') 2026/09/11 04:45:53 DEBUG : one: Sizes differ 2026/09/11 04:45:54 INFO : one: Moved (server-side) 2026/09/11 04:45:54 DEBUG : one: size = 5 OK 2026/09/11 04:45:54 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/11 04:45:54 INFO : one: Copied (server-side copy) 2026/09/11 04:45:54 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/11 04:45:55 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/11 04:45:57 DEBUG : two: Need to transfer - File not found at Destination 2026/09/11 04:45:57 DEBUG : two: size = 3 OK 2026/09/11 04:45:57 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/11 04:45:58 DEBUG : two: size = 3 OK 2026/09/11 04:45:58 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/11 04:45:58 INFO : two: Copied (server-side copy) 2026/09/11 04:45:58 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/11 04:45:59 DEBUG : two: size = 3 OK 2026/09/11 04:45:59 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/11 04:45:59 DEBUG : two: Unchanged skipping 2026/09/11 04:46:00 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/11 04:46:01 DEBUG : three: Need to transfer - File not found at Destination 2026/09/11 04:46:01 DEBUG : three: size = 7 (Local file system at /tmp/rclone43931299) 2026/09/11 04:46:01 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-fokubuf9suqe/CopyDest') 2026/09/11 04:46:01 DEBUG : three: Sizes differ 2026/09/11 04:46:01 DEBUG : three: Destination not found in --copy-dest 2026/09/11 04:46:02 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/11 04:46:03 DEBUG : three: size = 7 OK 2026/09/11 04:46:03 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/11 04:46:03 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (26.90s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.34s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.34s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.34s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:46:07 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/11 04:46:09 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/11 04:46:10 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/11 04:46:10 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/11 04:46:10 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/11 04:46:10 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/11 04:46:11 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/11 04:46:11 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/11 04:46:11 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/11 04:46:12 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/11 04:46:13 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/11 04:46:14 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/11 04:46:14 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 46872dff1de3257eda741eaf28229fb5 OK 2026/09/11 04:46:14 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (7.84s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.37s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.33s) === RUN TestDeduplicateFirst run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:46:18 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/11 04:46:20 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/11 04:46:21 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/11 04:46:23 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/11 04:46:24 INFO : OpenDrive root 'rclone-test-fokubuf9suqe': Looking for duplicate md5 hashes using newest mode. 2026/09/11 04:46:24 NOTICE: c0538a6c75425a51b575ca7fb04adbcc: Found 3 files with duplicate md5 hashes 2026/09/11 04:46:25 INFO : one: Deleted 2026/09/11 04:46:25 INFO : also/one: Deleted 2026/09/11 04:46:25 NOTICE: c0538a6c75425a51b575ca7fb04adbcc: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (9.51s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.33s) === RUN TestDeduplicateSmallest run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.33s) === RUN TestMergeDirs run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:46:29 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/11 04:46:31 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/11 04:46:33 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/11 04:46:34 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/11 04:46:36 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/11 04:46:38 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/11 04:46:40 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/11 04:46:42 DEBUG : a.txt: Excluded (Size Filter) 2026/09/11 04:46:42 DEBUG : a.txt: Excluded 2026/09/11 04:46:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/11 04:46:42 DEBUG : sub dir/hello world: Excluded 2026/09/11 04:46:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/11 04:46:42 DEBUG : sub dir/hello world2: Excluded 2026/09/11 04:46:43 DEBUG : sub dir/ignore dir: Excluded 2026/09/11 04:46:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/11 04:46:43 DEBUG : sub dir/hello world: Excluded 2026/09/11 04:46:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/11 04:46:43 DEBUG : sub dir/hello world2: Excluded 2026/09/11 04:46:43 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (18.21s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:46:47 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/11 04:46:49 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/11 04:46:51 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/11 04:46:53 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/11 04:46:55 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/11 04:46:57 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/11 04:46:58 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/11 04:47:00 DEBUG : a.txt: Excluded (Size Filter) 2026/09/11 04:47:00 DEBUG : a.txt: Excluded 2026/09/11 04:47:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/11 04:47:01 DEBUG : sub dir/hello world: Excluded 2026/09/11 04:47:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/11 04:47:01 DEBUG : sub dir/hello world2: Excluded 2026/09/11 04:47:01 DEBUG : sub dir/ignore dir: Excluded 2026/09/11 04:47:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/11 04:47:01 DEBUG : sub dir/hello world: Excluded 2026/09/11 04:47:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/11 04:47:01 DEBUG : sub dir/hello world2: Excluded 2026/09/11 04:47:01 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (18.10s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:05 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/11 04:47:08 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.22s) --- PASS: TestListJSON/Default (0.17s) --- PASS: TestListJSON/FilesOnly (0.17s) --- PASS: TestListJSON/DirsOnly (0.17s) --- PASS: TestListJSON/Recurse (0.34s) --- 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:13 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/11 04:47:15 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/11 04:47:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/notfound" 2026/09/11 04:47:19 DEBUG : Config file has changed externally - reloading 2026/09/11 04:47:19 DEBUG : Starting OpenDrive session with ID: 47fe5948be463fad4733785c24b4b11cd88e36bbfa3257f3c394820a609e1e5d --- PASS: TestStatJSON (9.35s) --- 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.34s) === RUN TestStatJSONMemory 2026/09/11 04:47:21 DEBUG : Creating backend with remote ":memory:" 2026/09/11 04:47:21 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/11 04:47:21 DEBUG : sub/file1: size = 5 OK 2026/09/11 04:47:21 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/11 04:47:21 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.01s) --- 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:21 INFO : OpenDrive root 'rclone-test-fokubuf9suqe': Making directory 2026/09/11 04:47:21 INFO : OpenDrive root 'rclone-test-fokubuf9suqe': Making directory --- PASS: TestMkdir (0.51s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:23 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (3.50s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:26 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/11 04:47:28 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (4.30s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:30 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/11 04:47:32 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/11 04:47:33 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/11 04:47:33 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.64s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:35 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/11 04:47:37 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (4.31s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:39 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/11 04:47:41 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (5.07s) --- PASS: TestHashSums/Md5 (0.17s) --- PASS: TestHashSums/Md5Download (0.39s) === RUN TestHashSumsWithErrors 2026/09/11 04:47:44 DEBUG : Creating backend with remote ":memory:" 2026/09/11 04:47:44 ERROR : file1: hash unsupported: hash type not supported 2026/09/11 04:47:44 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/11 04:47:44 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/11 04:47:44 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/11 04:47:44 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/11 04:47:44 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/11 04:47:44 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/11 04:47:44 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/11 04:47:44 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/11 04:47:44 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/11 04:47:44 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:44 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/11 04:47:46 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/11 04:47:48 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (7.26s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:52 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/11 04:47:53 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/11 04:47:55 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/11 04:47:56 DEBUG : Waiting for deletions to finish 2026/09/11 04:47:56 DEBUG : large: Excluded (Size Filter) 2026/09/11 04:47:56 DEBUG : large: Excluded 2026/09/11 04:47:56 INFO : medium: Deleted 2026/09/11 04:47:56 INFO : small: Deleted --- PASS: TestDelete (6.29s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:47:58 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/11 04:48:00 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/11 04:48:01 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/11 04:48:02 DEBUG : Waiting for deletions to finish 2026/09/11 04:48:02 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2026/09/11 04:48:03 INFO : small: Deleted 2026/09/11 04:48:03 INFO : large: Deleted --- PASS: TestMaxDelete (6.51s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:48:04 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/11 04:48:06 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/11 04:48:08 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/11 04:48:09 DEBUG : Waiting for deletions to finish 2026/09/11 04:48:09 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/11 04:48:09 INFO : medium: Deleted 2026/09/11 04:48:09 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.81s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:48:11 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/11 04:48:13 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/11 04:48:15 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/11 04:48:16 DEBUG : Waiting for deletions to finish 2026/09/11 04:48:16 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/11 04:48:16 INFO : large: Deleted 2026/09/11 04:48:16 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.50s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:48:18 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.40s) === RUN TestRetry 2026/09/11 04:48:20 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/11 04:48:20 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/11 04:48:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/11 04:48:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/11 04:48:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/11 04:48:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/11 04:48:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:48:21 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/11 04:48:23 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (9.32s) === RUN TestPurge 2026/09/11 04:48:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cevazij0ximu" 2026/09/11 04:48:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/11 04:48:30 DEBUG : Starting OpenDrive session with ID: ed66d3de1d22b385354c35b73c172ef60078b9dcf5ca1d29ef11167f7f890961 2026/09/11 04:48:31 DEBUG : Creating backend with remote "/tmp/rclone3458657457" run.go:198: Remote "OpenDrive root 'rclone-test-cevazij0ximu'", Local "Local file system at /tmp/rclone3458657457", Modify Window "1s" 2026/09/11 04:48:33 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/11 04:48:33 INFO : A2: Making directory 2026/09/11 04:48:34 INFO : A1/B2: Making directory 2026/09/11 04:48:34 INFO : A1/B2/C2: Making directory 2026/09/11 04:48:34 INFO : A1/B1/C3: Making directory 2026/09/11 04:48:35 INFO : A3: Making directory 2026/09/11 04:48:35 INFO : A3/B3: Making directory 2026/09/11 04:48:36 INFO : A3/B3/C4: Making directory 2026/09/11 04:48:37 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/11 04:48:40 ERROR : error listing: directory not found 2026/09/11 04:48:40 DEBUG : OpenDrive root 'rclone-test-cevazij0ximu': Purge remote 2026/09/11 04:48:40 NOTICE: purge failed: directory not found --- PASS: TestPurge (10.55s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:48:42 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/11 04:48:43 INFO : A2: Making directory 2026/09/11 04:48:43 INFO : A1/B2: Making directory 2026/09/11 04:48:44 INFO : A1/B2/C2: Making directory 2026/09/11 04:48:44 INFO : A1/B1/C3: Making directory 2026/09/11 04:48:44 INFO : A3: Making directory 2026/09/11 04:48:45 INFO : A3/B3: Making directory 2026/09/11 04:48:45 INFO : A3/B3/C4: Making directory 2026/09/11 04:48:47 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/11 04:48:49 DEBUG : removing 1 level 3 directories 2026/09/11 04:48:49 INFO : A3/B3/C4: Removing directory 2026/09/11 04:48:50 DEBUG : removing 2 level 3 directories 2026/09/11 04:48:50 INFO : A1/B2/C2: Removing directory 2026/09/11 04:48:50 INFO : A1/B1/C3: Removing directory 2026/09/11 04:48:51 DEBUG : removing 2 level 2 directories 2026/09/11 04:48:51 INFO : A3/B3: Removing directory 2026/09/11 04:48:51 INFO : A1/B2: Removing directory 2026/09/11 04:48:51 DEBUG : removing 2 level 1 directories 2026/09/11 04:48:51 INFO : A3: Removing directory 2026/09/11 04:48:51 INFO : A2: Removing directory 2026/09/11 04:48:54 DEBUG : removing 1 level 3 directories 2026/09/11 04:48:54 INFO : A1/B1/C1: Removing directory 2026/09/11 04:48:54 DEBUG : removing 1 level 2 directories 2026/09/11 04:48:54 INFO : A1/B1: Removing directory 2026/09/11 04:48:55 DEBUG : removing 1 level 1 directories 2026/09/11 04:48:55 INFO : A1: Removing directory 2026/09/11 04:48:55 DEBUG : removing 1 level 0 directories 2026/09/11 04:48:55 INFO : OpenDrive root 'rclone-test-fokubuf9suqe': Removing directory 2026/09/11 04:48:55 ERROR : error listing: directory not found 2026/09/11 04:48:56 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (15.39s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:48:56 INFO : A1: Making directory 2026/09/11 04:48:56 INFO : A1/B1: Making directory 2026/09/11 04:48:57 INFO : A1/B1/C1: Making directory 2026/09/11 04:48:58 DEBUG : removing 1 level 3 directories 2026/09/11 04:48:58 INFO : A1/B1/C1: Removing directory 2026/09/11 04:48:59 DEBUG : removing 1 level 2 directories 2026/09/11 04:48:59 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.41s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:49:00 INFO : A1: Making directory 2026/09/11 04:49:00 INFO : A1/B1: Making directory 2026/09/11 04:49:01 INFO : A1/B1/C1: Making directory 2026/09/11 04:49:02 DEBUG : removing 1 level 3 directories 2026/09/11 04:49:02 INFO : A1/B1/C1: Removing directory 2026/09/11 04:49:03 DEBUG : removing 1 level 2 directories 2026/09/11 04:49:03 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.24s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:49:05 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/11 04:49:06 DEBUG : file1: size = 14 OK 2026/09/11 04:49:06 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/11 04:49:07 DEBUG : filename.txt: File name found in url 2026/09/11 04:49:07 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/11 04:49:08 DEBUG : filename.txt: size = 14 OK 2026/09/11 04:49:08 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/11 04:49:08 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/11 04:49:09 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/11 04:49:10 DEBUG : headerfilename.txt: size = 14 OK 2026/09/11 04:49:10 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/11 04:49:11 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/11 04:49:12 DEBUG : file2: size = 14 OK 2026/09/11 04:49:12 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (8.50s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:49:14 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/11 04:49:14 DEBUG : file1: size = 14 OK 2026/09/11 04:49:14 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.11s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:49:15 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/11 04:49:16 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/11 04:49:17 DEBUG : sub/file2: size = 14 OK 2026/09/11 04:49:17 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/11 04:49:17 INFO : file1: Copied (new) to: sub/file2 2026/09/11 04:49:17 INFO : file1: Deleted 2026/09/11 04:49:18 DEBUG : sub/file2: size = 14 OK 2026/09/11 04:49:18 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/11 04:49:18 DEBUG : file1: Unchanged skipping 2026/09/11 04:49:18 INFO : file1: Deleted 2026/09/11 04:49:18 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.54s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:49:20 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/11 04:49:20 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/11 04:49:21 DEBUG : file1: size = 14 OK 2026/09/11 04:49:21 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/11 04:49:21 INFO : file1: Copied (new) 2026/09/11 04:49:21 INFO : file1: Deleted 2026/09/11 04:49:22 DEBUG : file1: Destination exists, skipping 2026/09/11 04:49:22 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (2.99s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:49:23 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/11 04:49:24 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/11 04:49:25 DEBUG : sub/file2: size = 14 OK 2026/09/11 04:49:25 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/11 04:49:25 INFO : file1: Copied (new) to: sub/file2 2026/09/11 04:49:25 INFO : file1: Deleted 2026/09/11 04:49:25 DEBUG : sub/file2: size = 14 OK 2026/09/11 04:49:25 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/11 04:49:25 DEBUG : file1: Unchanged skipping 2026/09/11 04:49:25 INFO : file1: Deleted 2026/09/11 04:49:26 DEBUG : sub/file2: moving to sub/File2-rclone-move-doyeduz4 2026/09/11 04:49:27 DEBUG : sub/file2: same parent dir (ODFfMTMyNDgxMzFfNjNpZE0) - using file/rename instead of move_copy for sub/File2-rclone-move-doyeduz4 2026/09/11 04:49:27 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-doyeduz4 2026/09/11 04:49:27 DEBUG : sub/file2: moving to sub/File2 2026/09/11 04:49:27 DEBUG : sub/File2-rclone-move-doyeduz4: same parent dir (ODFfMTMyNDgxMzFfNjNpZE0) - using file/rename instead of move_copy for sub/File2 2026/09/11 04:49:27 INFO : sub/File2-rclone-move-doyeduz4: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (6.39s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:49:30 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/11 04:49:31 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.18s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:49:33 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/11 04:49:35 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fokubuf9suqe/backup" 2026/09/11 04:49:35 DEBUG : Starting OpenDrive session with ID: 6d98c12124aac26b6955bf5a5c1c6605d6e1bfeca00712b70ed7fb667d02e4d6 2026/09/11 04:49:36 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone43931299) 2026/09/11 04:49:36 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-fokubuf9suqe') 2026/09/11 04:49:36 DEBUG : dst/file1: Sizes differ 2026/09/11 04:49:37 INFO : dst/file1: Moved (server-side) 2026/09/11 04:49:38 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/11 04:49:39 DEBUG : dst/file1: size = 14 OK 2026/09/11 04:49:39 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/11 04:49:39 INFO : dst/file1: Copied (new) 2026/09/11 04:49:39 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (9.46s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:49:43 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/11 04:49:44 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/11 04:49:46 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/11 04:49:48 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/11 04:49:50 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/11 04:49:51 INFO : A1/B2: Making directory 2026/09/11 04:49:52 INFO : A1/B1/C3: Making directory 2026/09/11 04:49:53 DEBUG : A2: same parent dir (ODFfMTMyNDgxMjFfUlBqcUU) - using folder/rename instead of move_copy 2026/09/11 04:49:57 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/11 04:49:57 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/11 04:49:57 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/11 04:49:57 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/11 04:49:57 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/11 04:50:00 INFO : OpenDrive root 'rclone-test-fokubuf9suqe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/11 04:50:04 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/11 04:50:04 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/11 04:50:04 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/11 04:50:04 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/11 04:50:04 INFO : A3/two: Moved (server-side) to: A4/two --- PASS: TestDirMove (28.75s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:10 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.34s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:11 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': File to upload is small (34 bytes), uploading instead of streaming 2026/09/11 04:50:12 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/11 04:50:12 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/11 04:50:12 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/11 04:50:12 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/11 04:50:12 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/11 04:50:13 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/11 04:50:15 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/11 04:50:15 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/11 04:50:15 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:16 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': File to upload is small (34 bytes), uploading instead of streaming 2026/09/11 04:50:17 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/11 04:50:18 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/11 04:50:18 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/11 04:50:18 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/11 04:50:18 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/11 04:50:18 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/11 04:50:20 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/11 04:50:20 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/11 04:50:20 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:21 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': File to upload is small (34 bytes), uploading instead of streaming 2026/09/11 04:50:22 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/11 04:50:22 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/11 04:50:22 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/11 04:50:22 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/11 04:50:23 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/11 04:50:25 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/11 04:50:25 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-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:26 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': File to upload is small (34 bytes), uploading instead of streaming 2026/09/11 04:50:26 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/11 04:50:27 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/11 04:50:27 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/11 04:50:27 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/11 04:50:27 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/11 04:50:28 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/11 04:50:29 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/11 04:50:29 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/11 04:50:29 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.64s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.24s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.80s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.81s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.79s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.33s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:31 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/11 04:50:32 DEBUG : potato1: size = 60 OK 2026/09/11 04:50:32 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/11 04:50:32 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': File to upload is small (60 bytes), uploading instead of streaming 2026/09/11 04:50:33 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/11 04:50:34 DEBUG : potato2: size = 60 OK 2026/09/11 04:50:34 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/11 04:50:34 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (4.12s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:35 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/11 04:50:35 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.10s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" operations_test.go:1660: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.33s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:37 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/11 04:50:38 DEBUG : potato1: size = 60 OK 2026/09/11 04:50:38 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.15s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:39 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/11 04:50:40 DEBUG : potato1: size = 60 OK 2026/09/11 04:50:40 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-fokubuf9suqe') 2026/09/11 04:50:40 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-fokubuf9suqe') 2026/09/11 04:50:40 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-fokubuf9suqe') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/11 04:50:40 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:41 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/11 04:50:42 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-fokubuf9suqe') 2026/09/11 04:50:42 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-fokubuf9suqe') 2026/09/11 04:50:42 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-fokubuf9suqe') 59 2026/09/11 04:50:42 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:44 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/11 04:50:45 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:46 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/11 04:50:47 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (9.25s) --- PASS: TestRcatSizeChecksum/Corrupted (2.47s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.32s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.31s) --- PASS: TestRcatSizeChecksum/NoHashes (2.15s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:48 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/11 04:50:50 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/11 04:50:52 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/11 04:50:53 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': Touching "potato2" 2026/09/11 04:50:53 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': Touching "empty space" 2026/09/11 04:50:53 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': Touching "sub dir/potato3" --- PASS: TestTouchDir (7.79s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" operations_test.go:1880: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.33s) === RUN TestMkdirModTime run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" operations_test.go:1901: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.33s) === RUN TestCopyDirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.33s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" operations_test.go:1983: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.34s) === RUN TestDirsEqual run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" operations_test.go:2034: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.33s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-fokubuf9suqe'", Local "Local file system at /tmp/rclone43931299", Modify Window "1s" 2026/09/11 04:50:58 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/11 04:51:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/11 04:51:02 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.qesofuq7" before starting 2026/09/11 04:51:02 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNDgxNTVfYUl0RXI) - using file/rename instead of move_copy for sub dir/test remove existing.qesofuq7 2026/09/11 04:51:03 DEBUG : sub dir/test remove existing.qesofuq7: TEST: removing renamed existing file after operation 2026/09/11 04:51:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cakizax9" before starting 2026/09/11 04:51:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNDgxNTVfYUl0RXI) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cakizax9 2026/09/11 04:51:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cakizax9: TEST: renaming existing back after failed operation 2026/09/11 04:51:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cakizax9: same parent dir (ODFfMTMyNDgxNTVfYUl0RXI) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/11 04:51:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jicigok3" before starting 2026/09/11 04:51:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNDgxNTVfYUl0RXI) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jicigok3 2026/09/11 04:51:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jicigok3: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (11.09s) === 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/11 04:51:08 DEBUG : OpenDrive root 'rclone-test-fokubuf9suqe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 8m16.634352848s (try 1/5)