"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/19 01:15:10 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi" 2026/09/19 01:15:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:15:11 DEBUG : Starting OpenDrive session with ID: 0924088ee1efd99ccc0e5e3797627d3b67a1a35cc15b62a6c2301e70353fe990 2026/09/19 01:15:11 DEBUG : Creating backend with remote "/tmp/rclone2706995158" === 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-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/19 01:15:11 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/19 01:15:12 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.18s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/19 01:15:12 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 1 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 2 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 0 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/write/fatal=true 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/19 01:15:12 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 1 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 2 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 0 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/close/fatal=false 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/19 01:15:12 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 1 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 2 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 0 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 3 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/close/fatal=true 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/19 01:15:12 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 1 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 2 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 3 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/19 01:15:12 DEBUG : file.txt: writing chunk 0 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/19 01:15:12 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found --- PASS: TestMultithreadCopyWriterAtErrors (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/open/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/open/fatal=true (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/write/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/write/fatal=true (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/close/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/close/fatal=true (0.00s) === RUN TestSizeDiffers 2026/09/19 01:15:12 DEBUG : a: size = 0 OK 2026/09/19 01:15:12 DEBUG : a: size = 1 (memory) 2026/09/19 01:15:12 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestDirTransferEntry --- PASS: TestDirTransferEntry (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/09/19 01:15:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/19 01:15:12 DEBUG : potato: Seek from 10 to 0 2026/09/19 01:15:12 DEBUG : potato: Seek from 10 to 0 2026/09/19 01:15:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/19 01:15:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Seek from 5 to 2 2026/09/19 01:15:12 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/19 01:15:12 DEBUG : potato: Seek from 7 to 0 2026/09/19 01:15:12 DEBUG : potato: Seek from 7 to 0 2026/09/19 01:15:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/19 01:15:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Seek from 5 to 2 2026/09/19 01:15:12 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/19 01:15:12 DEBUG : potato: Seek from 8 to 0 2026/09/19 01:15:12 DEBUG : potato: Seek from 8 to 0 2026/09/19 01:15:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/19 01:15:12 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/19 01:15:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/19 01:15:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/19 01:15:12 DEBUG : potato: Seek from 5 to 2 2026/09/19 01:15:12 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/19 01:15:12 DEBUG : potato: Seek from 9 to 0 2026/09/19 01:15:12 DEBUG : potato: Seek from 9 to 0 2026/09/19 01:15:12 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:15:13 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/19 01:15:15 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/19 01:15:17 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/19 01:15:20 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.49s) --- PASS: TestCheck/1 (0.18s) --- PASS: TestCheck/2 (0.18s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (0.18s) --- PASS: TestCheck/5 (0.18s) --- PASS: TestCheck/6 (0.18s) --- PASS: TestCheck/7 (0.18s) === RUN TestCheckFsError 2026/09/19 01:15:22 DEBUG : Creating backend with remote "nonexistent" 2026/09/19 01:15:22 DEBUG : Creating backend with remote "nonexistent" 2026/09/19 01:15:22 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/19 01:15:22 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/19 01:15:22 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/19 01:15:22 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:15:23 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/19 01:15:26 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/19 01:15:29 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/19 01:15:32 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (13.21s) --- PASS: TestCheckDownload/1 (0.36s) --- PASS: TestCheckDownload/2 (0.54s) --- PASS: TestCheckDownload/3 (0.36s) --- PASS: TestCheckDownload/4 (0.73s) --- PASS: TestCheckDownload/5 (0.55s) --- PASS: TestCheckDownload/6 (0.37s) --- PASS: TestCheckDownload/7 (0.55s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:15:36 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/19 01:15:38 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/19 01:15:40 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/19 01:15:42 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (9.63s) --- PASS: TestCheckSizeOnly/1 (0.18s) --- PASS: TestCheckSizeOnly/2 (0.18s) --- PASS: TestCheckSizeOnly/3 (0.18s) --- PASS: TestCheckSizeOnly/4 (0.18s) --- PASS: TestCheckSizeOnly/5 (0.18s) --- PASS: TestCheckSizeOnly/6 (0.18s) --- PASS: TestCheckSizeOnly/7 (0.18s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:15:46 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/19 01:15:47 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/19 01:15:47 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/19 01:15:47 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/19 01:15:47 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/19 01:15:48 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/19 01:15:49 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/19 01:15:49 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/19 01:15:49 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/19 01:15:49 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.20s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:15:50 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/data" 2026/09/19 01:15:50 DEBUG : Config file has changed externally - reloading 2026/09/19 01:15:51 DEBUG : Starting OpenDrive session with ID: d5bd80f9ca36efb8feec011dd3e33d6efbcb7fe2c66f470879c2317d2eac167f 2026/09/19 01:15:53 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/19 01:15:54 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/19 01:15:57 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/19 01:15:59 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/19 01:16:02 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/19 01:16:04 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/19 01:16:07 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/19 01:16:09 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/19 01:16:12 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/19 01:16:13 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/19 01:16:15 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (28.11s) --- PASS: TestCheckSum/subtest1 (0.88s) --- PASS: TestCheckSum/subtest2 (0.71s) --- PASS: TestCheckSum/subtest3 (0.71s) --- PASS: TestCheckSum/subtest4 (0.71s) --- PASS: TestCheckSum/subtest5 (0.71s) --- PASS: TestCheckSum/subtest6 (0.75s) --- PASS: TestCheckSum/subtest7 (0.71s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:16:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/data" 2026/09/19 01:16:18 DEBUG : Config file has changed externally - reloading 2026/09/19 01:16:19 DEBUG : Starting OpenDrive session with ID: bc78a548464878fd2b1675899c2e4cad5ffa5ba736304d2d70f35634d3fc7385 2026/09/19 01:16:21 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/19 01:16:23 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/19 01:16:26 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/19 01:16:27 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/19 01:16:30 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/19 01:16:33 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/19 01:16:36 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/19 01:16:39 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/19 01:16:42 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/19 01:16:44 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/19 01:16:45 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (30.42s) --- PASS: TestCheckSumDownload/subtest1 (1.08s) --- PASS: TestCheckSumDownload/subtest2 (0.91s) --- PASS: TestCheckSumDownload/subtest3 (1.26s) --- PASS: TestCheckSumDownload/subtest4 (0.95s) --- PASS: TestCheckSumDownload/subtest5 (0.94s) --- PASS: TestCheckSumDownload/subtest6 (0.94s) --- PASS: TestCheckSumDownload/subtest7 (0.98s) === RUN TestCheckSumConcurrency 2026/09/19 01:16:49 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/19 01:16:49 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/19 01:16:49 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/19 01:16:49 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/19 01:16:49 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/19 01:16:49 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/19 01:16:49 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/19 01:16:49 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/19 01:16:49 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/19 01:16:49 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/19 01:16:49 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/19 01:16:49 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/19 01:16:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-xoqovis8pofe" 2026/09/19 01:16:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:16:49 DEBUG : Starting OpenDrive session with ID: 92a395ad7102ebfbe6b67108eb27a7fe36ee06ccd1bcf7622c424e4a6fc315d0 2026/09/19 01:16:50 DEBUG : Creating backend with remote "/tmp/rclone3571986172" run.go:198: Remote "OpenDrive root 'rclone-test-xoqovis8pofe'", Local "Local file system at /tmp/rclone3571986172", Modify Window "1s" 2026/09/19 01:16:51 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/19 01:16:52 ERROR : hello, world!: sum not found 2026/09/19 01:16:52 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-xoqovis8pofe' 2026/09/19 01:16:52 NOTICE: OpenDrive root 'rclone-test-xoqovis8pofe': 1 files missing 2026/09/19 01:16:52 NOTICE: 1 hashes missing 2026/09/19 01:16:52 NOTICE: OpenDrive root 'rclone-test-xoqovis8pofe': 1 differences found 2026/09/19 01:16:52 NOTICE: OpenDrive root 'rclone-test-xoqovis8pofe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/19 01:16:52 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:16:52 NOTICE: OpenDrive root 'rclone-test-xoqovis8pofe': 0 differences found 2026/09/19 01:16:52 NOTICE: OpenDrive root 'rclone-test-xoqovis8pofe': 1 matching files 2026/09/19 01:16:52 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rocorox7guya" 2026/09/19 01:16:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:16:53 DEBUG : Starting OpenDrive session with ID: 2530ea82f88024a31072726647d0b50b3e012adbe394edf0a972894329ab1756 2026/09/19 01:16:53 DEBUG : Creating backend with remote "/tmp/rclone1174617176" run.go:198: Remote "OpenDrive root 'rclone-test-rocorox7guya'", Local "Local file system at /tmp/rclone1174617176", Modify Window "1s" 2026/09/19 01:16:54 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/19 01:16:56 ERROR : HELLO, WORLD!: sum not found 2026/09/19 01:16:56 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-rocorox7guya' 2026/09/19 01:16:56 NOTICE: OpenDrive root 'rclone-test-rocorox7guya': 1 files missing 2026/09/19 01:16:56 NOTICE: 1 hashes missing 2026/09/19 01:16:56 NOTICE: OpenDrive root 'rclone-test-rocorox7guya': 1 differences found 2026/09/19 01:16:56 NOTICE: OpenDrive root 'rclone-test-rocorox7guya': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/19 01:16:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:16:56 NOTICE: OpenDrive root 'rclone-test-rocorox7guya': 0 differences found 2026/09/19 01:16:56 NOTICE: OpenDrive root 'rclone-test-rocorox7guya': 1 matching files 2026/09/19 01:16:56 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-detobuf6neso" 2026/09/19 01:16:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:16:57 DEBUG : Starting OpenDrive session with ID: 1dab7e4cac383ed44a4e200dfc07ed8aa976df14541fdbf81938d47b88fe5b15 2026/09/19 01:16:57 DEBUG : Creating backend with remote "/tmp/rclone780565427" run.go:198: Remote "OpenDrive root 'rclone-test-detobuf6neso'", Local "Local file system at /tmp/rclone780565427", Modify Window "1s" 2026/09/19 01:16:58 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/19 01:16:59 ERROR : HeLlO, wOrLd!: sum not found 2026/09/19 01:16:59 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-detobuf6neso' 2026/09/19 01:16:59 NOTICE: OpenDrive root 'rclone-test-detobuf6neso': 1 files missing 2026/09/19 01:16:59 NOTICE: 1 hashes missing 2026/09/19 01:16:59 NOTICE: OpenDrive root 'rclone-test-detobuf6neso': 1 differences found 2026/09/19 01:16:59 NOTICE: OpenDrive root 'rclone-test-detobuf6neso': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/19 01:17:00 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:17:00 NOTICE: OpenDrive root 'rclone-test-detobuf6neso': 0 differences found 2026/09/19 01:17:00 NOTICE: OpenDrive root 'rclone-test-detobuf6neso': 1 matching files 2026/09/19 01:17:00 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-gufumek6jewe" 2026/09/19 01:17:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:17:00 DEBUG : Starting OpenDrive session with ID: 04aefeb8abe5dfe8609bff1ef84d3b046b8817c3a6806c4a5f2aa666b0030d7e 2026/09/19 01:17:01 DEBUG : Creating backend with remote "/tmp/rclone3053466781" run.go:198: Remote "OpenDrive root 'rclone-test-gufumek6jewe'", Local "Local file system at /tmp/rclone3053466781", Modify Window "1s" 2026/09/19 01:17:02 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/19 01:17:03 ERROR : HELLO, WORLD!: sum not found 2026/09/19 01:17:03 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-gufumek6jewe' 2026/09/19 01:17:03 NOTICE: OpenDrive root 'rclone-test-gufumek6jewe': 1 files missing 2026/09/19 01:17:03 NOTICE: 1 hashes missing 2026/09/19 01:17:03 NOTICE: OpenDrive root 'rclone-test-gufumek6jewe': 1 differences found 2026/09/19 01:17:03 NOTICE: OpenDrive root 'rclone-test-gufumek6jewe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/19 01:17:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:17:03 NOTICE: OpenDrive root 'rclone-test-gufumek6jewe': 0 differences found 2026/09/19 01:17:03 NOTICE: OpenDrive root 'rclone-test-gufumek6jewe': 1 matching files 2026/09/19 01:17:03 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lejutic6weku" 2026/09/19 01:17:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:17:04 DEBUG : Starting OpenDrive session with ID: 5e50d874a05dd9679faba7861d9ff896aca4786cd5fb430906f2d677ca7c4ef4 2026/09/19 01:17:04 DEBUG : Creating backend with remote "/tmp/rclone4104043417" run.go:198: Remote "OpenDrive root 'rclone-test-lejutic6weku'", Local "Local file system at /tmp/rclone4104043417", Modify Window "1s" 2026/09/19 01:17:05 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/19 01:17:07 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/19 01:17:07 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-lejutic6weku' 2026/09/19 01:17:07 NOTICE: OpenDrive root 'rclone-test-lejutic6weku': 1 files missing 2026/09/19 01:17:07 NOTICE: 1 hashes missing 2026/09/19 01:17:07 NOTICE: OpenDrive root 'rclone-test-lejutic6weku': 1 differences found 2026/09/19 01:17:07 NOTICE: OpenDrive root 'rclone-test-lejutic6weku': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/19 01:17:07 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:17:07 NOTICE: OpenDrive root 'rclone-test-lejutic6weku': 0 differences found 2026/09/19 01:17:07 NOTICE: OpenDrive root 'rclone-test-lejutic6weku': 1 matching files 2026/09/19 01:17:07 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-viliquz7yafi" 2026/09/19 01:17:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:17:07 DEBUG : Starting OpenDrive session with ID: 0f212599007e92ace39c2c8cadd177e51d5d9d017308a4618bcfc74194a5a1b7 2026/09/19 01:17:08 DEBUG : Creating backend with remote "/tmp/rclone1244465326" run.go:198: Remote "OpenDrive root 'rclone-test-viliquz7yafi'", Local "Local file system at /tmp/rclone1244465326", Modify Window "1s" 2026/09/19 01:17:09 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/19 01:17:10 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/19 01:17:10 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-viliquz7yafi' 2026/09/19 01:17:10 NOTICE: OpenDrive root 'rclone-test-viliquz7yafi': 1 files missing 2026/09/19 01:17:10 NOTICE: 1 hashes missing 2026/09/19 01:17:10 NOTICE: OpenDrive root 'rclone-test-viliquz7yafi': 1 differences found 2026/09/19 01:17:10 NOTICE: OpenDrive root 'rclone-test-viliquz7yafi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/19 01:17:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:17:11 NOTICE: OpenDrive root 'rclone-test-viliquz7yafi': 0 differences found 2026/09/19 01:17:11 NOTICE: OpenDrive root 'rclone-test-viliquz7yafi': 1 matching files 2026/09/19 01:17:11 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-keqexis2cexi" 2026/09/19 01:17:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:17:11 DEBUG : Starting OpenDrive session with ID: 81495baf324bd157411db756e7af63473f960bfdc6d4d302e8cf17e8bf968dee 2026/09/19 01:17:11 DEBUG : Creating backend with remote "/tmp/rclone3590642399" run.go:198: Remote "OpenDrive root 'rclone-test-keqexis2cexi'", Local "Local file system at /tmp/rclone3590642399", Modify Window "1s" 2026/09/19 01:17:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/19 01:17:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/19 01:17:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-keqexis2cexi' 2026/09/19 01:17:14 NOTICE: OpenDrive root 'rclone-test-keqexis2cexi': 1 files missing 2026/09/19 01:17:14 NOTICE: 1 hashes missing 2026/09/19 01:17:14 NOTICE: OpenDrive root 'rclone-test-keqexis2cexi': 1 differences found 2026/09/19 01:17:14 NOTICE: OpenDrive root 'rclone-test-keqexis2cexi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/19 01:17:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:17:14 NOTICE: OpenDrive root 'rclone-test-keqexis2cexi': 0 differences found 2026/09/19 01:17:14 NOTICE: OpenDrive root 'rclone-test-keqexis2cexi': 1 matching files 2026/09/19 01:17:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-pugoyiv7guyi" 2026/09/19 01:17:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:17:15 DEBUG : Starting OpenDrive session with ID: 51b62397623f97607366efb7f6dd6fb78340b817549351129fbb9ac7b47b2649 2026/09/19 01:17:15 DEBUG : Creating backend with remote "/tmp/rclone3344440876" run.go:198: Remote "OpenDrive root 'rclone-test-pugoyiv7guyi'", Local "Local file system at /tmp/rclone3344440876", Modify Window "1s" 2026/09/19 01:17:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/19 01:17:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/19 01:17:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-pugoyiv7guyi' 2026/09/19 01:17:18 NOTICE: OpenDrive root 'rclone-test-pugoyiv7guyi': 1 files missing 2026/09/19 01:17:18 NOTICE: 1 hashes missing 2026/09/19 01:17:18 NOTICE: OpenDrive root 'rclone-test-pugoyiv7guyi': 1 differences found 2026/09/19 01:17:18 NOTICE: OpenDrive root 'rclone-test-pugoyiv7guyi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/19 01:17:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:17:18 NOTICE: OpenDrive root 'rclone-test-pugoyiv7guyi': 0 differences found 2026/09/19 01:17:18 NOTICE: OpenDrive root 'rclone-test-pugoyiv7guyi': 1 matching files 2026/09/19 01:17:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-ranehul8pejo" 2026/09/19 01:17:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:17:18 DEBUG : Starting OpenDrive session with ID: e28d2bf5dcb890d5b7e2c4c2222bdaad24a71b87fd528bdad29f64146119951e 2026/09/19 01:17:19 DEBUG : Creating backend with remote "/tmp/rclone2608824344" run.go:198: Remote "OpenDrive root 'rclone-test-ranehul8pejo'", Local "Local file system at /tmp/rclone2608824344", Modify Window "1s" 2026/09/19 01:17:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/19 01:17:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/19 01:17:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-ranehul8pejo' 2026/09/19 01:17:21 NOTICE: OpenDrive root 'rclone-test-ranehul8pejo': 1 files missing 2026/09/19 01:17:21 NOTICE: 1 hashes missing 2026/09/19 01:17:21 NOTICE: OpenDrive root 'rclone-test-ranehul8pejo': 1 differences found 2026/09/19 01:17:21 NOTICE: OpenDrive root 'rclone-test-ranehul8pejo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/19 01:17:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:17:22 NOTICE: OpenDrive root 'rclone-test-ranehul8pejo': 0 differences found 2026/09/19 01:17:22 NOTICE: OpenDrive root 'rclone-test-ranehul8pejo': 1 matching files 2026/09/19 01:17:22 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yadetaw4xiba" 2026/09/19 01:17:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:17:22 DEBUG : Starting OpenDrive session with ID: 2c450f6b1e9df70fc851318f4db6920a4bdff16893be703719f08c0dfdfc9e0f 2026/09/19 01:17:22 DEBUG : Creating backend with remote "/tmp/rclone287548629" run.go:198: Remote "OpenDrive root 'rclone-test-yadetaw4xiba'", Local "Local file system at /tmp/rclone287548629", Modify Window "1s" 2026/09/19 01:17:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/19 01:17:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/19 01:17:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-yadetaw4xiba' 2026/09/19 01:17:25 NOTICE: OpenDrive root 'rclone-test-yadetaw4xiba': 1 files missing 2026/09/19 01:17:25 NOTICE: 1 hashes missing 2026/09/19 01:17:25 NOTICE: OpenDrive root 'rclone-test-yadetaw4xiba': 1 differences found 2026/09/19 01:17:25 NOTICE: OpenDrive root 'rclone-test-yadetaw4xiba': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/19 01:17:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/19 01:17:25 NOTICE: OpenDrive root 'rclone-test-yadetaw4xiba': 0 differences found 2026/09/19 01:17:25 NOTICE: OpenDrive root 'rclone-test-yadetaw4xiba': 1 matching files 2026/09/19 01:17:25 DEBUG : OpenDrive root 'rclone-test-yadetaw4xiba': Purge remote 2026/09/19 01:17:26 DEBUG : OpenDrive root 'rclone-test-ranehul8pejo': Purge remote 2026/09/19 01:17:26 DEBUG : OpenDrive root 'rclone-test-pugoyiv7guyi': Purge remote 2026/09/19 01:17:26 DEBUG : OpenDrive root 'rclone-test-keqexis2cexi': Purge remote 2026/09/19 01:17:27 DEBUG : OpenDrive root 'rclone-test-viliquz7yafi': Purge remote 2026/09/19 01:17:27 DEBUG : OpenDrive root 'rclone-test-lejutic6weku': Purge remote 2026/09/19 01:17:27 DEBUG : OpenDrive root 'rclone-test-gufumek6jewe': Purge remote 2026/09/19 01:17:28 DEBUG : OpenDrive root 'rclone-test-detobuf6neso': Purge remote 2026/09/19 01:17:28 DEBUG : OpenDrive root 'rclone-test-rocorox7guya': Purge remote 2026/09/19 01:17:29 DEBUG : OpenDrive root 'rclone-test-xoqovis8pofe': Purge remote --- PASS: TestApplyTransforms (40.22s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:17:29 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/19 01:17:30 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/19 01:17:31 DEBUG : sub/file2: size = 14 OK 2026/09/19 01:17:31 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/19 01:17:31 INFO : file1: Copied (new) to: sub/file2 2026/09/19 01:17:32 DEBUG : sub/file2: size = 14 OK 2026/09/19 01:17:32 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/19 01:17:32 DEBUG : file1: Unchanged skipping 2026/09/19 01:17:32 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (4.82s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.36s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:17:36 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/19 01:17:37 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/backup" 2026/09/19 01:17:38 DEBUG : Starting OpenDrive session with ID: bbff2727bc2984333726c38bed92e07a064169499a9f814dab667860d1f9faee 2026/09/19 01:17:38 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2706995158) 2026/09/19 01:17:38 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-nemijex4lasi') 2026/09/19 01:17:38 DEBUG : dst/file1: Sizes differ 2026/09/19 01:17:40 INFO : dst/file1: Moved (server-side) 2026/09/19 01:17:41 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/19 01:17:42 DEBUG : dst/file1: size = 14 OK 2026/09/19 01:17:42 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/19 01:17:42 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (10.69s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:17:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/dst" 2026/09/19 01:17:45 DEBUG : Starting OpenDrive session with ID: 8864023f31502dadc509eb076258bb3493dcd4b81dfbc0261bd41e5d5cf6056b 2026/09/19 01:17:46 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/CompareDest" 2026/09/19 01:17:47 DEBUG : Starting OpenDrive session with ID: b710c4fcf0b60fdaf614e2b55c027cc30cb5ead7772bcb128f42750033d109dd 2026/09/19 01:17:47 DEBUG : one: Need to transfer - File not found at Destination 2026/09/19 01:17:49 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/19 01:17:50 DEBUG : one: size = 3 OK 2026/09/19 01:17:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/19 01:17:50 INFO : one: Copied (new) 2026/09/19 01:17:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone2706995158) 2026/09/19 01:17:51 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-nemijex4lasi/dst') 2026/09/19 01:17:51 DEBUG : one: Sizes differ 2026/09/19 01:17:51 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/19 01:17:52 DEBUG : one: size = 5 OK 2026/09/19 01:17:52 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/19 01:17:52 INFO : one: Copied (replaced existing) 2026/09/19 01:17:53 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/19 01:17:55 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/19 01:17:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone2706995158) 2026/09/19 01:17:57 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-nemijex4lasi/dst') 2026/09/19 01:17:57 DEBUG : one: Sizes differ 2026/09/19 01:17:57 DEBUG : one: size = 5 OK 2026/09/19 01:17:57 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/19 01:17:57 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/19 01:17:58 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/19 01:18:00 DEBUG : two: Need to transfer - File not found at Destination 2026/09/19 01:18:00 DEBUG : two: size = 3 OK 2026/09/19 01:18:00 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/19 01:18:00 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/19 01:18:01 DEBUG : two: Need to transfer - File not found at Destination 2026/09/19 01:18:01 DEBUG : two: size = 3 OK 2026/09/19 01:18:01 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/19 01:18:01 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/19 01:18:02 DEBUG : two: Need to transfer - File not found at Destination 2026/09/19 01:18:02 DEBUG : two: size = 5 (Local file system at /tmp/rclone2706995158) 2026/09/19 01:18:02 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-nemijex4lasi/CompareDest') 2026/09/19 01:18:02 DEBUG : two: Sizes differ 2026/09/19 01:18:03 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/19 01:18:04 DEBUG : two: size = 5 OK 2026/09/19 01:18:04 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/19 01:18:04 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (21.52s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:18:06 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/dst" 2026/09/19 01:18:06 DEBUG : Config file has changed externally - reloading 2026/09/19 01:18:07 DEBUG : Starting OpenDrive session with ID: ba25f6e00c83a0c69943caa58568abcedf9bd89bcb451d3fe7160d60b2ee6650 2026/09/19 01:18:08 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/CopyDest" 2026/09/19 01:18:08 DEBUG : Starting OpenDrive session with ID: 27719f0e2b06ec72f1cd0879947ea911f620ecb71fc6668f70dead8cc88f7dcd 2026/09/19 01:18:09 DEBUG : one: Need to transfer - File not found at Destination 2026/09/19 01:18:10 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/19 01:18:11 DEBUG : one: size = 3 OK 2026/09/19 01:18:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/19 01:18:11 INFO : one: Copied (new) 2026/09/19 01:18:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone2706995158) 2026/09/19 01:18:12 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-nemijex4lasi/dst') 2026/09/19 01:18:12 DEBUG : one: Sizes differ 2026/09/19 01:18:13 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/19 01:18:14 DEBUG : one: size = 5 OK 2026/09/19 01:18:14 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/19 01:18:14 INFO : one: Copied (replaced existing) 2026/09/19 01:18:14 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/19 01:18:17 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/19 01:18:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/BackupDir" 2026/09/19 01:18:19 DEBUG : Starting OpenDrive session with ID: ff2a00f18352629349c6cfcac98d7384b174c46fe2a3e51b60bc9d65716de052 2026/09/19 01:18:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone2706995158) 2026/09/19 01:18:20 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-nemijex4lasi/dst') 2026/09/19 01:18:20 DEBUG : one: Sizes differ 2026/09/19 01:18:20 DEBUG : one: size = 5 OK 2026/09/19 01:18:20 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/19 01:18:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone2706995158) 2026/09/19 01:18:20 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-nemijex4lasi/dst') 2026/09/19 01:18:20 DEBUG : one: Sizes differ 2026/09/19 01:18:21 INFO : one: Moved (server-side) 2026/09/19 01:18:22 DEBUG : one: size = 5 OK 2026/09/19 01:18:22 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/19 01:18:22 INFO : one: Copied (server-side copy) 2026/09/19 01:18:22 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/19 01:18:23 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/19 01:18:25 DEBUG : two: Need to transfer - File not found at Destination 2026/09/19 01:18:25 DEBUG : two: size = 3 OK 2026/09/19 01:18:25 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/19 01:18:26 DEBUG : two: size = 3 OK 2026/09/19 01:18:26 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/19 01:18:26 INFO : two: Copied (server-side copy) 2026/09/19 01:18:26 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/19 01:18:27 DEBUG : two: size = 3 OK 2026/09/19 01:18:27 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/19 01:18:27 DEBUG : two: Unchanged skipping 2026/09/19 01:18:28 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/19 01:18:29 DEBUG : three: Need to transfer - File not found at Destination 2026/09/19 01:18:30 DEBUG : three: size = 7 (Local file system at /tmp/rclone2706995158) 2026/09/19 01:18:30 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-nemijex4lasi/CopyDest') 2026/09/19 01:18:30 DEBUG : three: Sizes differ 2026/09/19 01:18:30 DEBUG : three: Destination not found in --copy-dest 2026/09/19 01:18:30 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/19 01:18:31 DEBUG : three: size = 7 OK 2026/09/19 01:18:31 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/19 01:18:31 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (28.29s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.35s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.35s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.35s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:18:36 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/19 01:18:37 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/19 01:18:38 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/19 01:18:38 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/19 01:18:38 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/19 01:18:39 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/19 01:18:40 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/19 01:18:40 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/19 01:18:40 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/19 01:18:41 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/19 01:18:42 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/19 01:18:43 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/19 01:18:43 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 46df93f428d5e2ec7a9701d441753714 OK 2026/09/19 01:18:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (8.79s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.35s) === RUN TestDeduplicateSkip run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.35s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.35s) === RUN TestDeduplicateFirst run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.35s) === RUN TestDeduplicateNewest run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.35s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:18:47 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/19 01:18:49 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/19 01:18:51 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/19 01:18:53 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/19 01:18:54 INFO : OpenDrive root 'rclone-test-nemijex4lasi': Looking for duplicate md5 hashes using newest mode. 2026/09/19 01:18:54 NOTICE: 68777cbd74845f0c2cadc4fa38732aea: Found 3 files with duplicate md5 hashes 2026/09/19 01:18:55 INFO : one: Deleted 2026/09/19 01:18:55 INFO : also/one: Deleted 2026/09/19 01:18:55 NOTICE: 68777cbd74845f0c2cadc4fa38732aea: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (10.13s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.35s) === RUN TestDeduplicateLargest run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.35s) === RUN TestDeduplicateSmallest run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.35s) === RUN TestDeduplicateRename run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.35s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.35s) === RUN TestMergeDirs run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.35s) === RUN TestListDirSorted run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:18:59 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/19 01:19:01 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/19 01:19:03 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/19 01:19:05 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/19 01:19:07 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/19 01:19:09 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/19 01:19:11 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/19 01:19:13 DEBUG : a.txt: Excluded (Size Filter) 2026/09/19 01:19:13 DEBUG : a.txt: Excluded 2026/09/19 01:19:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/19 01:19:13 DEBUG : sub dir/hello world: Excluded 2026/09/19 01:19:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/19 01:19:13 DEBUG : sub dir/hello world2: Excluded 2026/09/19 01:19:13 DEBUG : sub dir/ignore dir: Excluded 2026/09/19 01:19:14 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/19 01:19:14 DEBUG : sub dir/hello world: Excluded 2026/09/19 01:19:14 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/19 01:19:14 DEBUG : sub dir/hello world2: Excluded 2026/09/19 01:19:14 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (18.66s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:19:18 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/19 01:19:20 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/19 01:19:22 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/19 01:19:24 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/19 01:19:26 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/19 01:19:28 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/19 01:19:30 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/19 01:19:32 DEBUG : a.txt: Excluded (Size Filter) 2026/09/19 01:19:32 DEBUG : a.txt: Excluded 2026/09/19 01:19:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/19 01:19:32 DEBUG : sub dir/hello world: Excluded 2026/09/19 01:19:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/19 01:19:32 DEBUG : sub dir/hello world2: Excluded 2026/09/19 01:19:33 DEBUG : sub dir/ignore dir: Excluded 2026/09/19 01:19:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/19 01:19:33 DEBUG : sub dir/hello world: Excluded 2026/09/19 01:19:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/19 01:19:33 DEBUG : sub dir/hello world2: Excluded 2026/09/19 01:19:33 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (19.32s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:19:37 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/19 01:19:40 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.67s) --- 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-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:19:45 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/19 01:19:47 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/19 01:19:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/notfound" 2026/09/19 01:19:51 DEBUG : Config file has changed externally - reloading 2026/09/19 01:19:51 DEBUG : Starting OpenDrive session with ID: 6b43d37742736bd18512ca2e0c35df9faef587f68c4ae00c0b2d398afd560338 --- PASS: TestStatJSON (9.42s) --- PASS: TestStatJSON/Root (0.19s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (0.35s) --- 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.38s) === RUN TestStatJSONMemory 2026/09/19 01:19:54 DEBUG : Creating backend with remote ":memory:" 2026/09/19 01:19:54 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/19 01:19:54 DEBUG : sub/file1: size = 5 OK 2026/09/19 01:19:54 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/19 01:19:54 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestStatJSONConfinement --- PASS: TestStatJSONConfinement (0.00s) === RUN TestMkdir run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:19:54 INFO : OpenDrive root 'rclone-test-nemijex4lasi': Making directory 2026/09/19 01:19:54 INFO : OpenDrive root 'rclone-test-nemijex4lasi': Making directory --- PASS: TestMkdir (0.52s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:19:55 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (3.84s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:19:59 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/19 01:20:01 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (4.96s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:04 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/19 01:20:06 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/19 01:20:07 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/19 01:20:07 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.46s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:09 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/19 01:20:11 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (4.63s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:14 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/19 01:20:15 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (4.95s) --- PASS: TestHashSums/Md5 (0.17s) --- PASS: TestHashSums/Md5Download (0.36s) === RUN TestHashSumsWithErrors 2026/09/19 01:20:18 DEBUG : Creating backend with remote ":memory:" 2026/09/19 01:20:18 DEBUG : Config file has changed externally - reloading 2026/09/19 01:20:18 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/19 01:20:18 ERROR : file1: hash unsupported: hash type not supported 2026/09/19 01:20:18 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/19 01:20:18 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/19 01:20:18 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/19 01:20:18 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/19 01:20:18 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/19 01:20:18 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/19 01:20:18 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/19 01:20:18 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/19 01:20:18 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-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:19 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/19 01:20:20 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/19 01:20:22 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (7.41s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:26 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/19 01:20:28 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/19 01:20:30 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/19 01:20:31 DEBUG : Waiting for deletions to finish 2026/09/19 01:20:31 DEBUG : large: Excluded (Size Filter) 2026/09/19 01:20:31 DEBUG : large: Excluded 2026/09/19 01:20:31 INFO : medium: Deleted 2026/09/19 01:20:32 INFO : small: Deleted --- PASS: TestDelete (7.36s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:33 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/19 01:20:35 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/19 01:20:37 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/19 01:20:38 DEBUG : Waiting for deletions to finish 2026/09/19 01:20:38 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/19 01:20:38 INFO : large: Deleted 2026/09/19 01:20:38 INFO : medium: Deleted --- PASS: TestMaxDelete (6.74s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:40 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/19 01:20:42 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/19 01:20:44 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/19 01:20:45 DEBUG : Waiting for deletions to finish 2026/09/19 01:20:45 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/19 01:20:45 INFO : small: Deleted 2026/09/19 01:20:45 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.86s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:47 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/19 01:20:49 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/19 01:20:51 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/19 01:20:52 DEBUG : Waiting for deletions to finish 2026/09/19 01:20:52 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/19 01:20:52 INFO : large: Deleted 2026/09/19 01:20:52 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.85s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:54 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.39s) === RUN TestRetry 2026/09/19 01:20:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/19 01:20:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/19 01:20:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/19 01:20:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/19 01:20:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/19 01:20:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/19 01:20:57 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-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:20:57 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/19 01:20:59 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (8.87s) === RUN TestPurge 2026/09/19 01:21:05 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fahudud3gema" 2026/09/19 01:21:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/19 01:21:06 DEBUG : Starting OpenDrive session with ID: 9460ffee461be440b433dacd2ce940cb661e465ba38cf70a91a58643a377fe16 2026/09/19 01:21:06 DEBUG : Creating backend with remote "/tmp/rclone2526247064" run.go:198: Remote "OpenDrive root 'rclone-test-fahudud3gema'", Local "Local file system at /tmp/rclone2526247064", Modify Window "1s" 2026/09/19 01:21:08 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/19 01:21:09 INFO : A2: Making directory 2026/09/19 01:21:10 INFO : A1/B2: Making directory 2026/09/19 01:21:10 INFO : A1/B2/C2: Making directory 2026/09/19 01:21:11 INFO : A1/B1/C3: Making directory 2026/09/19 01:21:11 INFO : A3: Making directory 2026/09/19 01:21:11 INFO : A3/B3: Making directory 2026/09/19 01:21:12 INFO : A3/B3/C4: Making directory 2026/09/19 01:21:13 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/19 01:21:16 ERROR : error listing: directory not found 2026/09/19 01:21:16 DEBUG : OpenDrive root 'rclone-test-fahudud3gema': Purge remote 2026/09/19 01:21:17 NOTICE: purge failed: directory not found --- PASS: TestPurge (11.10s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:21:18 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/19 01:21:19 INFO : A2: Making directory 2026/09/19 01:21:20 INFO : A1/B2: Making directory 2026/09/19 01:21:20 INFO : A1/B2/C2: Making directory 2026/09/19 01:21:20 INFO : A1/B1/C3: Making directory 2026/09/19 01:21:21 INFO : A3: Making directory 2026/09/19 01:21:21 INFO : A3/B3: Making directory 2026/09/19 01:21:21 INFO : A3/B3/C4: Making directory 2026/09/19 01:21:23 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/19 01:21:25 DEBUG : removing 1 level 3 directories 2026/09/19 01:21:25 INFO : A3/B3/C4: Removing directory 2026/09/19 01:21:27 DEBUG : removing 2 level 3 directories 2026/09/19 01:21:27 INFO : A1/B2/C2: Removing directory 2026/09/19 01:21:27 INFO : A1/B1/C3: Removing directory 2026/09/19 01:21:27 DEBUG : removing 2 level 2 directories 2026/09/19 01:21:27 INFO : A3/B3: Removing directory 2026/09/19 01:21:27 INFO : A1/B2: Removing directory 2026/09/19 01:21:28 DEBUG : removing 2 level 1 directories 2026/09/19 01:21:28 INFO : A3: Removing directory 2026/09/19 01:21:28 INFO : A2: Removing directory 2026/09/19 01:21:30 DEBUG : removing 1 level 3 directories 2026/09/19 01:21:30 INFO : A1/B1/C1: Removing directory 2026/09/19 01:21:31 DEBUG : removing 1 level 2 directories 2026/09/19 01:21:31 INFO : A1/B1: Removing directory 2026/09/19 01:21:31 DEBUG : removing 1 level 1 directories 2026/09/19 01:21:31 INFO : A1: Removing directory 2026/09/19 01:21:32 DEBUG : removing 1 level 0 directories 2026/09/19 01:21:32 INFO : OpenDrive root 'rclone-test-nemijex4lasi': Removing directory 2026/09/19 01:21:32 ERROR : error listing: directory not found 2026/09/19 01:21:32 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (15.85s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:21:33 INFO : A1: Making directory 2026/09/19 01:21:33 INFO : A1/B1: Making directory 2026/09/19 01:21:33 INFO : A1/B1/C1: Making directory 2026/09/19 01:21:35 DEBUG : removing 1 level 3 directories 2026/09/19 01:21:35 INFO : A1/B1/C1: Removing directory 2026/09/19 01:21:35 DEBUG : removing 1 level 2 directories 2026/09/19 01:21:35 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.61s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:21:37 INFO : A1: Making directory 2026/09/19 01:21:37 INFO : A1/B1: Making directory 2026/09/19 01:21:38 INFO : A1/B1/C1: Making directory 2026/09/19 01:21:39 DEBUG : removing 1 level 3 directories 2026/09/19 01:21:39 INFO : A1/B1/C1: Removing directory 2026/09/19 01:21:40 DEBUG : removing 1 level 2 directories 2026/09/19 01:21:40 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.44s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:21:42 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/19 01:21:43 DEBUG : file1: size = 14 OK 2026/09/19 01:21:43 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/19 01:21:44 DEBUG : filename.txt: File name found in url 2026/09/19 01:21:45 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/19 01:21:46 DEBUG : filename.txt: size = 14 OK 2026/09/19 01:21:46 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/19 01:21:46 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/19 01:21:46 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/19 01:21:47 DEBUG : headerfilename.txt: size = 14 OK 2026/09/19 01:21:47 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/19 01:21:48 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/19 01:21:49 DEBUG : file2: size = 14 OK 2026/09/19 01:21:49 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (8.79s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:21:51 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/19 01:21:52 DEBUG : file1: size = 14 OK 2026/09/19 01:21:52 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.24s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:21:53 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/19 01:21:54 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/19 01:21:55 DEBUG : sub/file2: size = 14 OK 2026/09/19 01:21:55 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/19 01:21:55 INFO : file1: Copied (new) to: sub/file2 2026/09/19 01:21:55 INFO : file1: Deleted 2026/09/19 01:21:56 DEBUG : sub/file2: size = 14 OK 2026/09/19 01:21:56 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/19 01:21:56 DEBUG : file1: Unchanged skipping 2026/09/19 01:21:56 INFO : file1: Deleted 2026/09/19 01:21:56 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.89s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:21:58 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/19 01:21:58 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/19 01:21:59 DEBUG : file1: size = 14 OK 2026/09/19 01:21:59 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/19 01:21:59 INFO : file1: Copied (new) 2026/09/19 01:21:59 INFO : file1: Deleted 2026/09/19 01:21:59 DEBUG : file1: Destination exists, skipping 2026/09/19 01:21:59 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (2.87s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:22:00 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/19 01:22:02 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/19 01:22:02 DEBUG : sub/file2: size = 14 OK 2026/09/19 01:22:02 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/19 01:22:02 INFO : file1: Copied (new) to: sub/file2 2026/09/19 01:22:02 INFO : file1: Deleted 2026/09/19 01:22:03 DEBUG : sub/file2: size = 14 OK 2026/09/19 01:22:03 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/19 01:22:03 DEBUG : file1: Unchanged skipping 2026/09/19 01:22:03 INFO : file1: Deleted 2026/09/19 01:22:04 DEBUG : sub/file2: moving to sub/File2-rclone-move-relejej5 2026/09/19 01:22:05 DEBUG : sub/file2: same parent dir (ODFfMTMyNjg5NjFfUjBRTk4) - using file/rename instead of move_copy for sub/File2-rclone-move-relejej5 2026/09/19 01:22:05 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-relejej5 2026/09/19 01:22:05 DEBUG : sub/file2: moving to sub/File2 2026/09/19 01:22:05 DEBUG : sub/File2-rclone-move-relejej5: same parent dir (ODFfMTMyNjg5NjFfUjBRTk4) - using file/rename instead of move_copy for sub/File2 2026/09/19 01:22:05 INFO : sub/File2-rclone-move-relejej5: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (6.70s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:22:08 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/19 01:22:10 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.49s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:22:12 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/19 01:22:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemijex4lasi/backup" 2026/09/19 01:22:13 DEBUG : Config file has changed externally - reloading 2026/09/19 01:22:14 DEBUG : Starting OpenDrive session with ID: 5b7ac54f1071dbf7c2b1313d8fef8b393fa6908c8fe8a0bc0ed72cb89230e49b 2026/09/19 01:22:15 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2706995158) 2026/09/19 01:22:15 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-nemijex4lasi') 2026/09/19 01:22:15 DEBUG : dst/file1: Sizes differ 2026/09/19 01:22:16 INFO : dst/file1: Moved (server-side) 2026/09/19 01:22:17 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/19 01:22:18 DEBUG : dst/file1: size = 14 OK 2026/09/19 01:22:18 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/19 01:22:18 INFO : dst/file1: Copied (new) 2026/09/19 01:22:18 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (9.93s) === 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-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:22:21 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/19 01:22:23 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/19 01:22:25 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/19 01:22:27 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/19 01:22:29 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/19 01:22:30 INFO : A1/B2: Making directory 2026/09/19 01:22:31 INFO : A1/B1/C3: Making directory 2026/09/19 01:22:32 DEBUG : A2: same parent dir (ODFfMTMyNjg5NTJfeEhLb0M) - using folder/rename instead of move_copy 2026/09/19 01:22:36 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/19 01:22:37 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/19 01:22:37 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/19 01:22:37 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/19 01:22:37 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/19 01:22:40 INFO : OpenDrive root 'rclone-test-nemijex4lasi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/19 01:22:43 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/19 01:22:43 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/19 01:22:43 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/19 01:22:43 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/19 01:22:43 INFO : A3/two: Moved (server-side) to: A4/two --- PASS: TestDirMove (29.48s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:22:50 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.35s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:22:50 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/19 01:22:51 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/19 01:22:52 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/19 01:22:52 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/19 01:22:52 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/19 01:22:52 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/19 01:22:53 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/19 01:22:54 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/19 01:22:54 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/19 01:22:54 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-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:22:55 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/19 01:22:56 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/19 01:22:57 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/19 01:22:57 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/19 01:22:57 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/19 01:22:57 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/19 01:22:58 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/19 01:22:59 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/19 01:22:59 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/19 01:22:59 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-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:00 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/19 01:23:01 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/19 01:23:02 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/19 01:23:02 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/19 01:23:02 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/19 01:23:03 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/19 01:23:05 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/19 01:23:05 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-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:07 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/19 01:23:07 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/19 01:23:08 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/19 01:23:08 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/19 01:23:08 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/19 01:23:08 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/19 01:23:09 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/19 01:23:11 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/19 01:23:11 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/19 01:23:11 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.55s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.00s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.97s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.23s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.34s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.35s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:13 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/19 01:23:14 DEBUG : potato1: size = 60 OK 2026/09/19 01:23:14 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/19 01:23:14 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': File to upload is small (60 bytes), uploading instead of streaming 2026/09/19 01:23:15 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/19 01:23:16 DEBUG : potato2: size = 60 OK 2026/09/19 01:23:16 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/19 01:23:16 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (4.46s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:17 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/19 01:23:17 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.13s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" operations_test.go:1660: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.36s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:19 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/19 01:23:20 DEBUG : potato1: size = 60 OK 2026/09/19 01:23:20 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.26s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:21 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/19 01:23:22 DEBUG : potato1: size = 60 OK 2026/09/19 01:23:22 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-nemijex4lasi') 2026/09/19 01:23:22 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-nemijex4lasi') 2026/09/19 01:23:22 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-nemijex4lasi') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/19 01:23:22 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:24 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/19 01:23:24 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-nemijex4lasi') 2026/09/19 01:23:24 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-nemijex4lasi') 2026/09/19 01:23:24 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-nemijex4lasi') 59 2026/09/19 01:23:24 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:26 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/19 01:23:27 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:28 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/19 01:23:29 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (9.38s) --- PASS: TestRcatSizeChecksum/Corrupted (2.47s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.37s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.26s) --- PASS: TestRcatSizeChecksum/NoHashes (2.27s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:30 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/19 01:23:32 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/19 01:23:34 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/19 01:23:36 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': Touching "empty space" 2026/09/19 01:23:36 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': Touching "potato2" 2026/09/19 01:23:36 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': Touching "sub dir/potato3" --- PASS: TestTouchDir (8.10s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" operations_test.go:1880: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.35s) === RUN TestMkdirModTime run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" operations_test.go:1901: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.35s) === RUN TestCopyDirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.36s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", 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-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" operations_test.go:2034: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.35s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-nemijex4lasi'", Local "Local file system at /tmp/rclone2706995158", Modify Window "1s" 2026/09/19 01:23:41 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/19 01:23:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/19 01:23:45 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.hohavaq1" before starting 2026/09/19 01:23:45 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNjkwMTdfYmxMb0k) - using file/rename instead of move_copy for sub dir/test remove existing.hohavaq1 2026/09/19 01:23:46 DEBUG : sub dir/test remove existing.hohavaq1: TEST: removing renamed existing file after operation 2026/09/19 01:23:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.muboqit1" before starting 2026/09/19 01:23:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNjkwMTdfYmxMb0k) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.muboqit1 2026/09/19 01:23:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.muboqit1: TEST: renaming existing back after failed operation 2026/09/19 01:23:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.muboqit1: same parent dir (ODFfMTMyNjkwMTdfYmxMb0k) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/19 01:23:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lexiyup8" before starting 2026/09/19 01:23:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNjkwMTdfYmxMb0k) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lexiyup8 2026/09/19 01:23:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lexiyup8: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (11.38s) === 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/19 01:23:51 DEBUG : OpenDrive root 'rclone-test-nemijex4lasi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 8m40.941152142s (try 1/5)