"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/13 02:08:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi" 2026/09/13 02:08:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:08:27 DEBUG : Starting OpenDrive session with ID: 907e8441bbfe1b627b9008decfd7aef662f9290fec0e427b12a22d432f6b65e2 2026/09/13 02:08:27 DEBUG : Creating backend with remote "/tmp/rclone112527319" === 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/13 02:08:27 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/13 02:08:27 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.18s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/13 02:08:27 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 0 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 1 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 2 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/13 02:08:27 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/13 02:08:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/13 02:08:27 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 1 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 2 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 0 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/13 02:08:27 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/13 02:08:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/13 02:08:27 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 1 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 2 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 3 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 0 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/13 02:08:27 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/13 02:08:27 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/13 02:08:27 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 1 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 2 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 3 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/13 02:08:27 DEBUG : file.txt: writing chunk 0 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/13 02:08:27 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/13 02:08:27 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/13 02:08:27 DEBUG : a: size = 0 OK 2026/09/13 02:08:27 DEBUG : a: size = 1 (memory) 2026/09/13 02:08:27 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/13 02:08:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/13 02:08:27 DEBUG : potato: Seek from 10 to 0 2026/09/13 02:08:27 DEBUG : potato: Seek from 10 to 0 2026/09/13 02:08:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/13 02:08:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Seek from 5 to 2 2026/09/13 02:08:27 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/13 02:08:27 DEBUG : potato: Seek from 7 to 0 2026/09/13 02:08:27 DEBUG : potato: Seek from 7 to 0 2026/09/13 02:08:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/13 02:08:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Seek from 5 to 2 2026/09/13 02:08:27 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/13 02:08:27 DEBUG : potato: Seek from 8 to 0 2026/09/13 02:08:27 DEBUG : potato: Seek from 8 to 0 2026/09/13 02:08:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/13 02:08:27 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/13 02:08:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/13 02:08:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/13 02:08:27 DEBUG : potato: Seek from 5 to 2 2026/09/13 02:08:27 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/13 02:08:27 DEBUG : potato: Seek from 9 to 0 2026/09/13 02:08:27 DEBUG : potato: Seek from 9 to 0 2026/09/13 02:08:27 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:08:28 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/13 02:08:31 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/13 02:08:33 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/13 02:08:35 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.89s) --- 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/13 02:08:38 DEBUG : Creating backend with remote "nonexistent" 2026/09/13 02:08:38 DEBUG : Creating backend with remote "nonexistent" 2026/09/13 02:08:38 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/13 02:08:38 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/13 02:08:38 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/13 02:08:38 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:08:39 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/13 02:08:42 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/13 02:08:45 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/13 02:08:49 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 === NAME TestCheckDownload fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure --- PASS: TestCheckDownload (21.20s) --- PASS: TestCheckDownload/1 (0.36s) --- PASS: TestCheckDownload/2 (0.53s) --- PASS: TestCheckDownload/3 (0.36s) --- PASS: TestCheckDownload/4 (0.72s) --- PASS: TestCheckDownload/5 (0.54s) --- PASS: TestCheckDownload/6 (0.37s) --- PASS: TestCheckDownload/7 (0.55s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:09:00 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/13 02:09:02 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/13 02:09:05 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/13 02:09:07 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.01s) --- 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.19s) --- PASS: TestCheckSizeOnly/7 (0.17s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:09:10 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/13 02:09:12 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/13 02:09:12 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/13 02:09:12 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/13 02:09:12 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/13 02:09:13 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/13 02:09:14 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/13 02:09:14 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/13 02:09:14 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/13 02:09:14 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.45s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:09:15 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/data" 2026/09/13 02:09:15 DEBUG : Starting OpenDrive session with ID: 42e716fbda343ea8ace55bd8d9283a1ee70726e311dce6d5bd3aa4dbd993e0eb 2026/09/13 02:09:17 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/13 02:09:19 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/13 02:09:22 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/13 02:09:24 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/13 02:09:26 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/13 02:09:29 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/13 02:09:31 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/13 02:09:34 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/13 02:09:37 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/13 02:09:38 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/13 02:09:40 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (28.21s) --- PASS: TestCheckSum/subtest1 (0.90s) --- PASS: TestCheckSum/subtest2 (0.74s) --- PASS: TestCheckSum/subtest3 (0.72s) --- PASS: TestCheckSum/subtest4 (0.73s) --- PASS: TestCheckSum/subtest5 (0.71s) --- PASS: TestCheckSum/subtest6 (0.75s) --- PASS: TestCheckSum/subtest7 (0.72s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:09:43 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/data" 2026/09/13 02:09:44 DEBUG : Starting OpenDrive session with ID: 55898cd1a029b4c455c45acd611121bee5e90e00299a723d8da205dec00f552f 2026/09/13 02:09:45 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/13 02:09:47 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/13 02:09:50 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/13 02:09:52 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/13 02:09:55 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/13 02:09:58 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/13 02:10:00 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/13 02:10:03 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/13 02:10:06 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/13 02:10:07 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/13 02:10:09 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (29.42s) --- PASS: TestCheckSumDownload/subtest1 (1.09s) --- PASS: TestCheckSumDownload/subtest2 (0.89s) --- PASS: TestCheckSumDownload/subtest3 (1.25s) --- PASS: TestCheckSumDownload/subtest4 (0.91s) --- PASS: TestCheckSumDownload/subtest5 (0.91s) --- PASS: TestCheckSumDownload/subtest6 (0.91s) --- PASS: TestCheckSumDownload/subtest7 (0.90s) === RUN TestCheckSumConcurrency 2026/09/13 02:10:13 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/13 02:10:13 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/13 02:10:13 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/13 02:10:13 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/13 02:10:13 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/13 02:10:13 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/13 02:10:13 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/13 02:10:13 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/13 02:10:13 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/13 02:10:13 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/13 02:10:13 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/13 02:10:13 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/13 02:10:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-bugapuz5muhi" 2026/09/13 02:10:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:13 DEBUG : Starting OpenDrive session with ID: b59249fe4734f44beb8778f435241c1d3ba0db0209837fa550a647771aeb0079 2026/09/13 02:10:13 DEBUG : Creating backend with remote "/tmp/rclone1772587326" run.go:198: Remote "OpenDrive root 'rclone-test-bugapuz5muhi'", Local "Local file system at /tmp/rclone1772587326", Modify Window "1s" 2026/09/13 02:10:15 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/13 02:10:16 ERROR : hello, world!: sum not found 2026/09/13 02:10:16 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-bugapuz5muhi' 2026/09/13 02:10:16 NOTICE: OpenDrive root 'rclone-test-bugapuz5muhi': 1 files missing 2026/09/13 02:10:16 NOTICE: 1 hashes missing 2026/09/13 02:10:16 NOTICE: OpenDrive root 'rclone-test-bugapuz5muhi': 1 differences found 2026/09/13 02:10:16 NOTICE: OpenDrive root 'rclone-test-bugapuz5muhi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/13 02:10:16 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:16 NOTICE: OpenDrive root 'rclone-test-bugapuz5muhi': 0 differences found 2026/09/13 02:10:16 NOTICE: OpenDrive root 'rclone-test-bugapuz5muhi': 1 matching files 2026/09/13 02:10:16 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nemofup3kovu" 2026/09/13 02:10:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:17 DEBUG : Starting OpenDrive session with ID: c84f09784b05553ae99475a60f844261c2b63cb3dce4fa487215e6b19df50e64 2026/09/13 02:10:17 DEBUG : Creating backend with remote "/tmp/rclone443188407" run.go:198: Remote "OpenDrive root 'rclone-test-nemofup3kovu'", Local "Local file system at /tmp/rclone443188407", Modify Window "1s" 2026/09/13 02:10:18 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/13 02:10:20 ERROR : HELLO, WORLD!: sum not found 2026/09/13 02:10:20 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-nemofup3kovu' 2026/09/13 02:10:20 NOTICE: OpenDrive root 'rclone-test-nemofup3kovu': 1 files missing 2026/09/13 02:10:20 NOTICE: 1 hashes missing 2026/09/13 02:10:20 NOTICE: OpenDrive root 'rclone-test-nemofup3kovu': 1 differences found 2026/09/13 02:10:20 NOTICE: OpenDrive root 'rclone-test-nemofup3kovu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/13 02:10:20 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:20 NOTICE: OpenDrive root 'rclone-test-nemofup3kovu': 0 differences found 2026/09/13 02:10:20 NOTICE: OpenDrive root 'rclone-test-nemofup3kovu': 1 matching files 2026/09/13 02:10:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fujifob9foka" 2026/09/13 02:10:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:21 DEBUG : Starting OpenDrive session with ID: d030f2c5954d43836afd4e69e3145d5c038d8030fca0f123f7aeb3c853a8bd4f 2026/09/13 02:10:21 DEBUG : Creating backend with remote "/tmp/rclone2435693234" run.go:198: Remote "OpenDrive root 'rclone-test-fujifob9foka'", Local "Local file system at /tmp/rclone2435693234", Modify Window "1s" 2026/09/13 02:10:22 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/13 02:10:23 ERROR : HeLlO, wOrLd!: sum not found 2026/09/13 02:10:23 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-fujifob9foka' 2026/09/13 02:10:23 NOTICE: OpenDrive root 'rclone-test-fujifob9foka': 1 files missing 2026/09/13 02:10:23 NOTICE: 1 hashes missing 2026/09/13 02:10:23 NOTICE: OpenDrive root 'rclone-test-fujifob9foka': 1 differences found 2026/09/13 02:10:23 NOTICE: OpenDrive root 'rclone-test-fujifob9foka': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/13 02:10:24 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:24 NOTICE: OpenDrive root 'rclone-test-fujifob9foka': 0 differences found 2026/09/13 02:10:24 NOTICE: OpenDrive root 'rclone-test-fujifob9foka': 1 matching files 2026/09/13 02:10:24 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-jomebab4fequ" 2026/09/13 02:10:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:24 DEBUG : Starting OpenDrive session with ID: 792b7e7a54769c16877a3e1902d5144e5949ae198b85079026540dc05097b0dc 2026/09/13 02:10:24 DEBUG : Creating backend with remote "/tmp/rclone3852622116" run.go:198: Remote "OpenDrive root 'rclone-test-jomebab4fequ'", Local "Local file system at /tmp/rclone3852622116", Modify Window "1s" 2026/09/13 02:10:26 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/13 02:10:27 ERROR : HELLO, WORLD!: sum not found 2026/09/13 02:10:27 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-jomebab4fequ' 2026/09/13 02:10:27 NOTICE: OpenDrive root 'rclone-test-jomebab4fequ': 1 files missing 2026/09/13 02:10:27 NOTICE: 1 hashes missing 2026/09/13 02:10:27 NOTICE: OpenDrive root 'rclone-test-jomebab4fequ': 1 differences found 2026/09/13 02:10:27 NOTICE: OpenDrive root 'rclone-test-jomebab4fequ': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/13 02:10:27 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:27 NOTICE: OpenDrive root 'rclone-test-jomebab4fequ': 0 differences found 2026/09/13 02:10:27 NOTICE: OpenDrive root 'rclone-test-jomebab4fequ': 1 matching files 2026/09/13 02:10:27 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-faleyon4goze" 2026/09/13 02:10:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:28 DEBUG : Starting OpenDrive session with ID: 72c75e30c0562d610583a4ed7d8b086f61377eea8acccd37325c4294f7691144 2026/09/13 02:10:28 DEBUG : Creating backend with remote "/tmp/rclone700494139" run.go:198: Remote "OpenDrive root 'rclone-test-faleyon4goze'", Local "Local file system at /tmp/rclone700494139", Modify Window "1s" 2026/09/13 02:10:29 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/13 02:10:31 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/13 02:10:31 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-faleyon4goze' 2026/09/13 02:10:31 NOTICE: OpenDrive root 'rclone-test-faleyon4goze': 1 files missing 2026/09/13 02:10:31 NOTICE: 1 hashes missing 2026/09/13 02:10:31 NOTICE: OpenDrive root 'rclone-test-faleyon4goze': 1 differences found 2026/09/13 02:10:31 NOTICE: OpenDrive root 'rclone-test-faleyon4goze': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/13 02:10:31 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:31 NOTICE: OpenDrive root 'rclone-test-faleyon4goze': 0 differences found 2026/09/13 02:10:31 NOTICE: OpenDrive root 'rclone-test-faleyon4goze': 1 matching files 2026/09/13 02:10:31 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vocacoh4zomi" 2026/09/13 02:10:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:31 DEBUG : Starting OpenDrive session with ID: 12127bb7f76caf46b2ccb796f17a33bc5214006ce0fe8d3e1d15e540a47bc0ed 2026/09/13 02:10:32 DEBUG : Creating backend with remote "/tmp/rclone2536555560" run.go:198: Remote "OpenDrive root 'rclone-test-vocacoh4zomi'", Local "Local file system at /tmp/rclone2536555560", Modify Window "1s" 2026/09/13 02:10:33 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/13 02:10:34 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/13 02:10:34 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-vocacoh4zomi' 2026/09/13 02:10:34 NOTICE: OpenDrive root 'rclone-test-vocacoh4zomi': 1 files missing 2026/09/13 02:10:34 NOTICE: 1 hashes missing 2026/09/13 02:10:34 NOTICE: OpenDrive root 'rclone-test-vocacoh4zomi': 1 differences found 2026/09/13 02:10:34 NOTICE: OpenDrive root 'rclone-test-vocacoh4zomi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/13 02:10:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:34 NOTICE: OpenDrive root 'rclone-test-vocacoh4zomi': 0 differences found 2026/09/13 02:10:34 NOTICE: OpenDrive root 'rclone-test-vocacoh4zomi': 1 matching files 2026/09/13 02:10:34 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hofejuj5levo" 2026/09/13 02:10:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:35 DEBUG : Starting OpenDrive session with ID: 0646ca9cdf1bceda8b85fe444c1c52aa5d30b14876c3a98eb17c665d645759c6 2026/09/13 02:10:35 DEBUG : Creating backend with remote "/tmp/rclone2873570184" run.go:198: Remote "OpenDrive root 'rclone-test-hofejuj5levo'", Local "Local file system at /tmp/rclone2873570184", Modify Window "1s" 2026/09/13 02:10:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/13 02:10:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/13 02:10:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-hofejuj5levo' 2026/09/13 02:10:38 NOTICE: OpenDrive root 'rclone-test-hofejuj5levo': 1 files missing 2026/09/13 02:10:38 NOTICE: 1 hashes missing 2026/09/13 02:10:38 NOTICE: OpenDrive root 'rclone-test-hofejuj5levo': 1 differences found 2026/09/13 02:10:38 NOTICE: OpenDrive root 'rclone-test-hofejuj5levo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/13 02:10:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:38 NOTICE: OpenDrive root 'rclone-test-hofejuj5levo': 0 differences found 2026/09/13 02:10:38 NOTICE: OpenDrive root 'rclone-test-hofejuj5levo': 1 matching files 2026/09/13 02:10:38 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-zadefuk3wuga" 2026/09/13 02:10:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:39 DEBUG : Starting OpenDrive session with ID: b9dbb7f4b41c5037ea61f49d593248ee4210d1375f6d1550175dbba0d73e8468 2026/09/13 02:10:39 DEBUG : Creating backend with remote "/tmp/rclone3144121264" run.go:198: Remote "OpenDrive root 'rclone-test-zadefuk3wuga'", Local "Local file system at /tmp/rclone3144121264", Modify Window "1s" 2026/09/13 02:10:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/13 02:10:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/13 02:10:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-zadefuk3wuga' 2026/09/13 02:10:41 NOTICE: OpenDrive root 'rclone-test-zadefuk3wuga': 1 files missing 2026/09/13 02:10:41 NOTICE: 1 hashes missing 2026/09/13 02:10:41 NOTICE: OpenDrive root 'rclone-test-zadefuk3wuga': 1 differences found 2026/09/13 02:10:41 NOTICE: OpenDrive root 'rclone-test-zadefuk3wuga': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/13 02:10:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:42 NOTICE: OpenDrive root 'rclone-test-zadefuk3wuga': 0 differences found 2026/09/13 02:10:42 NOTICE: OpenDrive root 'rclone-test-zadefuk3wuga': 1 matching files 2026/09/13 02:10:42 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yamiwoc7vayo" 2026/09/13 02:10:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:42 DEBUG : Starting OpenDrive session with ID: 507e33e470c4a0eeb0d469e83963505d2eb57db3c2324144845c7c012cc621af 2026/09/13 02:10:42 DEBUG : Creating backend with remote "/tmp/rclone673464646" run.go:198: Remote "OpenDrive root 'rclone-test-yamiwoc7vayo'", Local "Local file system at /tmp/rclone673464646", Modify Window "1s" 2026/09/13 02:10:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/13 02:10:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/13 02:10:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-yamiwoc7vayo' 2026/09/13 02:10:45 NOTICE: OpenDrive root 'rclone-test-yamiwoc7vayo': 1 files missing 2026/09/13 02:10:45 NOTICE: 1 hashes missing 2026/09/13 02:10:45 NOTICE: OpenDrive root 'rclone-test-yamiwoc7vayo': 1 differences found 2026/09/13 02:10:45 NOTICE: OpenDrive root 'rclone-test-yamiwoc7vayo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/13 02:10:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:45 NOTICE: OpenDrive root 'rclone-test-yamiwoc7vayo': 0 differences found 2026/09/13 02:10:45 NOTICE: OpenDrive root 'rclone-test-yamiwoc7vayo': 1 matching files 2026/09/13 02:10:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nayeqef0bowo" 2026/09/13 02:10:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:10:46 DEBUG : Starting OpenDrive session with ID: 94ae00d1c05c3a131bf962d77acfaac78196c856575239c554188c53a0f30f04 2026/09/13 02:10:46 DEBUG : Creating backend with remote "/tmp/rclone560107756" run.go:198: Remote "OpenDrive root 'rclone-test-nayeqef0bowo'", Local "Local file system at /tmp/rclone560107756", Modify Window "1s" 2026/09/13 02:10:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/13 02:10:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/13 02:10:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-nayeqef0bowo' 2026/09/13 02:10:49 NOTICE: OpenDrive root 'rclone-test-nayeqef0bowo': 1 files missing 2026/09/13 02:10:49 NOTICE: 1 hashes missing 2026/09/13 02:10:49 NOTICE: OpenDrive root 'rclone-test-nayeqef0bowo': 1 differences found 2026/09/13 02:10:49 NOTICE: OpenDrive root 'rclone-test-nayeqef0bowo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/13 02:10:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/13 02:10:49 NOTICE: OpenDrive root 'rclone-test-nayeqef0bowo': 0 differences found 2026/09/13 02:10:49 NOTICE: OpenDrive root 'rclone-test-nayeqef0bowo': 1 matching files 2026/09/13 02:10:49 DEBUG : OpenDrive root 'rclone-test-nayeqef0bowo': Purge remote 2026/09/13 02:10:50 DEBUG : OpenDrive root 'rclone-test-yamiwoc7vayo': Purge remote 2026/09/13 02:10:50 DEBUG : OpenDrive root 'rclone-test-zadefuk3wuga': Purge remote 2026/09/13 02:10:50 DEBUG : OpenDrive root 'rclone-test-hofejuj5levo': Purge remote 2026/09/13 02:10:51 DEBUG : OpenDrive root 'rclone-test-vocacoh4zomi': Purge remote 2026/09/13 02:10:51 DEBUG : OpenDrive root 'rclone-test-faleyon4goze': Purge remote 2026/09/13 02:10:51 DEBUG : OpenDrive root 'rclone-test-jomebab4fequ': Purge remote 2026/09/13 02:10:52 DEBUG : OpenDrive root 'rclone-test-fujifob9foka': Purge remote 2026/09/13 02:10:52 DEBUG : OpenDrive root 'rclone-test-nemofup3kovu': Purge remote 2026/09/13 02:10:52 DEBUG : OpenDrive root 'rclone-test-bugapuz5muhi': Purge remote --- PASS: TestApplyTransforms (40.25s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:10:53 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/13 02:10:54 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/13 02:10:55 DEBUG : sub/file2: size = 14 OK 2026/09/13 02:10:55 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/13 02:10:55 INFO : file1: Copied (new) to: sub/file2 2026/09/13 02:10:56 DEBUG : sub/file2: size = 14 OK 2026/09/13 02:10:56 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/13 02:10:56 DEBUG : file1: Unchanged skipping 2026/09/13 02:10:56 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.35s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:10:59 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/13 02:11:01 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/backup" 2026/09/13 02:11:01 DEBUG : Starting OpenDrive session with ID: a17ce0f6b33cd13bf53dee91b440e51faa4e3d7f6ac2b22c68ca70531ad6b1f8 2026/09/13 02:11:02 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone112527319) 2026/09/13 02:11:02 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-hayuzed1yoxi') 2026/09/13 02:11:02 DEBUG : dst/file1: Sizes differ 2026/09/13 02:11:03 INFO : dst/file1: Moved (server-side) 2026/09/13 02:11:04 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/13 02:11:05 DEBUG : dst/file1: size = 14 OK 2026/09/13 02:11:05 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/13 02:11:05 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (10.02s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:11:08 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/dst" 2026/09/13 02:11:08 DEBUG : Starting OpenDrive session with ID: 21dda7696825e836ae6af20e1a6927bac6a75db653438e1b28ea0c1c51f4df0c 2026/09/13 02:11:09 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/CompareDest" 2026/09/13 02:11:10 DEBUG : Starting OpenDrive session with ID: ab65e15b5d817c778966b045a72c80e6572316d89b084c1cbe978dca52eaff4f 2026/09/13 02:11:11 DEBUG : one: Need to transfer - File not found at Destination 2026/09/13 02:11:12 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/13 02:11:13 DEBUG : one: size = 3 OK 2026/09/13 02:11:13 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/13 02:11:13 INFO : one: Copied (new) 2026/09/13 02:11:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone112527319) 2026/09/13 02:11:14 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-hayuzed1yoxi/dst') 2026/09/13 02:11:14 DEBUG : one: Sizes differ 2026/09/13 02:11:14 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/13 02:11:15 DEBUG : one: size = 5 OK 2026/09/13 02:11:15 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/13 02:11:15 INFO : one: Copied (replaced existing) 2026/09/13 02:11:16 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/13 02:11:18 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/13 02:11:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone112527319) 2026/09/13 02:11:20 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-hayuzed1yoxi/dst') 2026/09/13 02:11:20 DEBUG : one: Sizes differ 2026/09/13 02:11:21 DEBUG : one: size = 5 OK 2026/09/13 02:11:21 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/13 02:11:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/13 02:11:22 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/13 02:11:24 DEBUG : two: Need to transfer - File not found at Destination 2026/09/13 02:11:24 DEBUG : two: size = 3 OK 2026/09/13 02:11:24 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/13 02:11:24 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/13 02:11:25 DEBUG : two: Need to transfer - File not found at Destination 2026/09/13 02:11:25 DEBUG : two: size = 3 OK 2026/09/13 02:11:25 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/13 02:11:25 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/13 02:11:26 DEBUG : two: Need to transfer - File not found at Destination 2026/09/13 02:11:26 DEBUG : two: size = 5 (Local file system at /tmp/rclone112527319) 2026/09/13 02:11:26 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-hayuzed1yoxi/CompareDest') 2026/09/13 02:11:26 DEBUG : two: Sizes differ 2026/09/13 02:11:27 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/13 02:11:28 DEBUG : two: size = 5 OK 2026/09/13 02:11:28 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/13 02:11:28 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (22.30s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:11:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/dst" 2026/09/13 02:11:30 DEBUG : Config file has changed externally - reloading 2026/09/13 02:11:31 DEBUG : Starting OpenDrive session with ID: 8f4212ef3704c98c54a700610c2a2967f8e3443fc7bef4d9a55876eddc20e0c8 2026/09/13 02:11:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/CopyDest" 2026/09/13 02:11:32 DEBUG : Starting OpenDrive session with ID: c01c263590736d8032a9f12690de15f2c23a8ca81c3e85ffccf96617335d4481 2026/09/13 02:11:33 DEBUG : one: Need to transfer - File not found at Destination 2026/09/13 02:11:34 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/13 02:11:35 DEBUG : one: size = 3 OK 2026/09/13 02:11:35 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/13 02:11:35 INFO : one: Copied (new) 2026/09/13 02:11:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone112527319) 2026/09/13 02:11:36 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-hayuzed1yoxi/dst') 2026/09/13 02:11:36 DEBUG : one: Sizes differ 2026/09/13 02:11:37 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/13 02:11:38 DEBUG : one: size = 5 OK 2026/09/13 02:11:38 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/13 02:11:38 INFO : one: Copied (replaced existing) 2026/09/13 02:11:38 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/13 02:11:41 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/13 02:11:42 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/BackupDir" 2026/09/13 02:11:43 DEBUG : Starting OpenDrive session with ID: 5d4117a3689efc5395a57813b944d399f6c6a30e5f8d03b4ae04b1408c22335b 2026/09/13 02:11:44 DEBUG : one: size = 5 (Local file system at /tmp/rclone112527319) 2026/09/13 02:11:44 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-hayuzed1yoxi/dst') 2026/09/13 02:11:44 DEBUG : one: Sizes differ 2026/09/13 02:11:44 DEBUG : one: size = 5 OK 2026/09/13 02:11:44 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/13 02:11:44 DEBUG : one: size = 5 (Local file system at /tmp/rclone112527319) 2026/09/13 02:11:44 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-hayuzed1yoxi/dst') 2026/09/13 02:11:44 DEBUG : one: Sizes differ 2026/09/13 02:11:45 INFO : one: Moved (server-side) 2026/09/13 02:11:46 DEBUG : one: size = 5 OK 2026/09/13 02:11:46 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/13 02:11:46 INFO : one: Copied (server-side copy) 2026/09/13 02:11:46 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/13 02:11:47 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/13 02:11:49 DEBUG : two: Need to transfer - File not found at Destination 2026/09/13 02:11:49 DEBUG : two: size = 3 OK 2026/09/13 02:11:49 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/13 02:11:49 DEBUG : two: size = 3 OK 2026/09/13 02:11:49 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/13 02:11:49 INFO : two: Copied (server-side copy) 2026/09/13 02:11:49 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/13 02:11:50 DEBUG : two: size = 3 OK 2026/09/13 02:11:50 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/13 02:11:50 DEBUG : two: Unchanged skipping 2026/09/13 02:11:51 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/13 02:11:53 DEBUG : three: Need to transfer - File not found at Destination 2026/09/13 02:11:53 DEBUG : three: size = 7 (Local file system at /tmp/rclone112527319) 2026/09/13 02:11:53 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-hayuzed1yoxi/CopyDest') 2026/09/13 02:11:53 DEBUG : three: Sizes differ 2026/09/13 02:11:53 DEBUG : three: Destination not found in --copy-dest 2026/09/13 02:11:54 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/13 02:11:55 DEBUG : three: size = 7 OK 2026/09/13 02:11:55 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/13 02:11:55 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (27.98s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.36s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.36s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:11:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/13 02:12:01 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/13 02:12:02 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/13 02:12:02 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/13 02:12:02 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/13 02:12:02 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/13 02:12:03 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/13 02:12:03 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/13 02:12:03 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/13 02:12:04 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/13 02:12:05 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/13 02:12:06 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/13 02:12:06 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f4b36b4b8ab8595208c4dc034976e199 OK 2026/09/13 02:12:06 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (8.24s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.39s) === RUN TestDeduplicateFirst run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.37s) === RUN TestDeduplicateNewest run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:12:10 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/13 02:12:12 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/13 02:12:14 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/13 02:12:16 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/13 02:12:17 INFO : OpenDrive root 'rclone-test-hayuzed1yoxi': Looking for duplicate md5 hashes using newest mode. 2026/09/13 02:12:17 NOTICE: b754ec488fa16b591ac37c5f449b902e: Found 3 files with duplicate md5 hashes 2026/09/13 02:12:18 INFO : one: Deleted 2026/09/13 02:12:18 INFO : also/one: Deleted 2026/09/13 02:12:18 NOTICE: b754ec488fa16b591ac37c5f449b902e: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (10.10s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.36s) === RUN TestDeduplicateLargest run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.36s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.36s) === RUN TestMergeDirs run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.36s) === RUN TestListDirSorted run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:12:22 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/13 02:12:24 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/13 02:12:26 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/13 02:12:28 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/13 02:12:30 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/13 02:12:32 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/13 02:12:34 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/13 02:12:36 DEBUG : a.txt: Excluded (Size Filter) 2026/09/13 02:12:36 DEBUG : a.txt: Excluded 2026/09/13 02:12:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/13 02:12:36 DEBUG : sub dir/hello world: Excluded 2026/09/13 02:12:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/13 02:12:36 DEBUG : sub dir/hello world2: Excluded 2026/09/13 02:12:37 DEBUG : sub dir/ignore dir: Excluded 2026/09/13 02:12:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/13 02:12:37 DEBUG : sub dir/hello world: Excluded 2026/09/13 02:12:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/13 02:12:37 DEBUG : sub dir/hello world2: Excluded 2026/09/13 02:12:37 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (18.97s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:12:41 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/13 02:12:43 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/13 02:12:45 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/13 02:12:47 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/13 02:12:49 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/13 02:12:51 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/13 02:12:53 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/13 02:12:55 DEBUG : a.txt: Excluded (Size Filter) 2026/09/13 02:12:55 DEBUG : a.txt: Excluded 2026/09/13 02:12:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/13 02:12:55 DEBUG : sub dir/hello world: Excluded 2026/09/13 02:12:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/13 02:12:55 DEBUG : sub dir/hello world2: Excluded 2026/09/13 02:12:56 DEBUG : sub dir/ignore dir: Excluded 2026/09/13 02:12:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/13 02:12:56 DEBUG : sub dir/hello world: Excluded 2026/09/13 02:12:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/13 02:12:56 DEBUG : sub dir/hello world2: Excluded 2026/09/13 02:12:56 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (19.18s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:01 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/13 02:13:03 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.42s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.18s) --- PASS: TestListJSON/Recurse (0.36s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.18s) --- PASS: TestListJSON/NoMimeType (0.18s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:08 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/13 02:13:10 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/13 02:13:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/notfound" 2026/09/13 02:13:15 DEBUG : Starting OpenDrive session with ID: 76df108cc7084fc07bb2fd61ad4be013a08b0ac8e2fa28aa4391cae43c15089a --- PASS: TestStatJSON (9.66s) --- PASS: TestStatJSON/Root (0.18s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (0.35s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.18s) --- PASS: TestStatJSON/File (0.36s) --- PASS: TestStatJSON/NotFound (0.35s) --- PASS: TestStatJSON/DirFilesOnly (0.17s) --- PASS: TestStatJSON/FileFilesOnly (0.36s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.17s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.18s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.18s) --- PASS: TestStatJSON/RootNotFound (1.39s) === RUN TestStatJSONMemory 2026/09/13 02:13:17 DEBUG : Creating backend with remote ":memory:" 2026/09/13 02:13:17 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/13 02:13:17 DEBUG : sub/file1: size = 5 OK 2026/09/13 02:13:17 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/13 02:13:17 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.01s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestStatJSONConfinement --- PASS: TestStatJSONConfinement (0.00s) === RUN TestMkdir run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:17 INFO : OpenDrive root 'rclone-test-hayuzed1yoxi': Making directory 2026/09/13 02:13:17 INFO : OpenDrive root 'rclone-test-hayuzed1yoxi': Making directory --- PASS: TestMkdir (0.53s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:19 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:22 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/13 02:13:24 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (4.67s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:27 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/13 02:13:29 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/13 02:13:30 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/13 02:13:30 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.06s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:32 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/13 02:13:33 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (4.53s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:36 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/13 02:13:38 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (5.29s) --- PASS: TestHashSums/Md5 (0.18s) --- PASS: TestHashSums/Md5Download (0.43s) === RUN TestHashSumsWithErrors 2026/09/13 02:13:41 DEBUG : Creating backend with remote ":memory:" 2026/09/13 02:13:41 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/13 02:13:41 ERROR : file1: hash unsupported: hash type not supported 2026/09/13 02:13:41 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/13 02:13:41 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/13 02:13:41 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/13 02:13:41 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/13 02:13:41 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/13 02:13:41 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/13 02:13:41 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/13 02:13:41 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/13 02:13:41 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:42 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/13 02:13:43 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/13 02:13:45 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (7.49s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:49 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/13 02:13:51 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/13 02:13:53 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/13 02:13:54 DEBUG : Waiting for deletions to finish 2026/09/13 02:13:54 DEBUG : large: Excluded (Size Filter) 2026/09/13 02:13:54 DEBUG : large: Excluded 2026/09/13 02:13:54 INFO : medium: Deleted 2026/09/13 02:13:54 INFO : small: Deleted --- PASS: TestDelete (6.76s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:13:56 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/13 02:13:58 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/13 02:13:59 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/13 02:14:00 DEBUG : Waiting for deletions to finish 2026/09/13 02:14:01 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/13 02:14:01 INFO : large: Deleted 2026/09/13 02:14:01 INFO : medium: Deleted --- PASS: TestMaxDelete (6.82s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:14:03 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/13 02:14:04 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/13 02:14:06 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/13 02:14:08 DEBUG : Waiting for deletions to finish 2026/09/13 02:14:08 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/13 02:14:08 INFO : medium: Deleted 2026/09/13 02:14:08 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.14s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:14:10 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/13 02:14:12 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/13 02:14:13 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/13 02:14:14 DEBUG : Waiting for deletions to finish 2026/09/13 02:14:14 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/13 02:14:15 INFO : small: Deleted 2026/09/13 02:14:15 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.93s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:14:17 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.61s) === RUN TestRetry 2026/09/13 02:14:20 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/13 02:14:20 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/13 02:14:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/13 02:14:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/13 02:14:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/13 02:14:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/13 02:14:20 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:14:20 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/13 02:14:22 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (9.03s) === RUN TestPurge 2026/09/13 02:14:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-saxebuz8jaru" 2026/09/13 02:14:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/13 02:14:29 DEBUG : Starting OpenDrive session with ID: 4521b00922d870409eed79de7b58465a75d152bebf711bb03b7a724e5e6901fc 2026/09/13 02:14:29 DEBUG : Creating backend with remote "/tmp/rclone3307787606" run.go:198: Remote "OpenDrive root 'rclone-test-saxebuz8jaru'", Local "Local file system at /tmp/rclone3307787606", Modify Window "1s" 2026/09/13 02:14:32 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/13 02:14:33 INFO : A2: Making directory 2026/09/13 02:14:33 INFO : A1/B2: Making directory 2026/09/13 02:14:33 INFO : A1/B2/C2: Making directory 2026/09/13 02:14:34 INFO : A1/B1/C3: Making directory 2026/09/13 02:14:34 INFO : A3: Making directory 2026/09/13 02:14:34 INFO : A3/B3: Making directory 2026/09/13 02:14:35 INFO : A3/B3/C4: Making directory 2026/09/13 02:14:36 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/13 02:14:40 ERROR : error listing: directory not found 2026/09/13 02:14:40 DEBUG : OpenDrive root 'rclone-test-saxebuz8jaru': Purge remote 2026/09/13 02:14:40 NOTICE: purge failed: directory not found --- PASS: TestPurge (11.72s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:14:42 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/13 02:14:43 INFO : A2: Making directory 2026/09/13 02:14:44 INFO : A1/B2: Making directory 2026/09/13 02:14:44 INFO : A1/B2/C2: Making directory 2026/09/13 02:14:44 INFO : A1/B1/C3: Making directory 2026/09/13 02:14:45 INFO : A3: Making directory 2026/09/13 02:14:45 INFO : A3/B3: Making directory 2026/09/13 02:14:45 INFO : A3/B3/C4: Making directory 2026/09/13 02:14:46 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/13 02:14:48 DEBUG : removing 1 level 3 directories 2026/09/13 02:14:48 INFO : A3/B3/C4: Removing directory 2026/09/13 02:14:50 DEBUG : removing 2 level 3 directories 2026/09/13 02:14:50 INFO : A1/B2/C2: Removing directory 2026/09/13 02:14:50 INFO : A1/B1/C3: Removing directory 2026/09/13 02:14:51 DEBUG : removing 2 level 2 directories 2026/09/13 02:14:51 INFO : A3/B3: Removing directory 2026/09/13 02:14:51 INFO : A1/B2: Removing directory 2026/09/13 02:14:51 DEBUG : removing 2 level 1 directories 2026/09/13 02:14:51 INFO : A3: Removing directory 2026/09/13 02:14:51 INFO : A2: Removing directory 2026/09/13 02:14:54 DEBUG : removing 1 level 3 directories 2026/09/13 02:14:54 INFO : A1/B1/C1: Removing directory 2026/09/13 02:14:55 DEBUG : removing 1 level 2 directories 2026/09/13 02:14:55 INFO : A1/B1: Removing directory 2026/09/13 02:14:55 DEBUG : removing 1 level 1 directories 2026/09/13 02:14:55 INFO : A1: Removing directory 2026/09/13 02:14:56 DEBUG : removing 1 level 0 directories 2026/09/13 02:14:56 INFO : OpenDrive root 'rclone-test-hayuzed1yoxi': Removing directory 2026/09/13 02:14:57 ERROR : error listing: directory not found 2026/09/13 02:14:57 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (16.43s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:14:57 INFO : A1: Making directory 2026/09/13 02:14:57 INFO : A1/B1: Making directory 2026/09/13 02:14:58 INFO : A1/B1/C1: Making directory 2026/09/13 02:14:59 DEBUG : removing 1 level 3 directories 2026/09/13 02:14:59 INFO : A1/B1/C1: Removing directory 2026/09/13 02:15:00 DEBUG : removing 1 level 2 directories 2026/09/13 02:15:00 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.50s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:15:01 INFO : A1: Making directory 2026/09/13 02:15:02 INFO : A1/B1: Making directory 2026/09/13 02:15:02 INFO : A1/B1/C1: Making directory 2026/09/13 02:15:04 DEBUG : removing 1 level 3 directories 2026/09/13 02:15:04 INFO : A1/B1/C1: Removing directory 2026/09/13 02:15:04 DEBUG : removing 1 level 2 directories 2026/09/13 02:15:04 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.71s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:15:07 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/13 02:15:08 DEBUG : file1: size = 14 OK 2026/09/13 02:15:08 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/13 02:15:09 DEBUG : filename.txt: File name found in url 2026/09/13 02:15:09 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/13 02:15:10 DEBUG : filename.txt: size = 14 OK 2026/09/13 02:15:10 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/13 02:15:10 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/13 02:15:11 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/13 02:15:12 DEBUG : headerfilename.txt: size = 14 OK 2026/09/13 02:15:12 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/13 02:15:13 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/13 02:15:14 DEBUG : file2: size = 14 OK 2026/09/13 02:15:14 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (9.19s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:15:16 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/13 02:15:17 DEBUG : file1: size = 14 OK 2026/09/13 02:15:17 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.32s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:15:18 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/13 02:15:19 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/13 02:15:20 DEBUG : sub/file2: size = 14 OK 2026/09/13 02:15:20 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/13 02:15:20 INFO : file1: Copied (new) to: sub/file2 2026/09/13 02:15:20 INFO : file1: Deleted 2026/09/13 02:15:21 DEBUG : sub/file2: size = 14 OK 2026/09/13 02:15:21 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/13 02:15:21 DEBUG : file1: Unchanged skipping 2026/09/13 02:15:21 INFO : file1: Deleted 2026/09/13 02:15:21 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.74s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:15:22 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/13 02:15:23 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/13 02:15:24 DEBUG : file1: size = 14 OK 2026/09/13 02:15:24 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/13 02:15:24 INFO : file1: Copied (new) 2026/09/13 02:15:24 INFO : file1: Deleted 2026/09/13 02:15:25 DEBUG : file1: Destination exists, skipping 2026/09/13 02:15:25 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.21s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:15:26 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/13 02:15:27 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/13 02:15:28 DEBUG : sub/file2: size = 14 OK 2026/09/13 02:15:28 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/13 02:15:28 INFO : file1: Copied (new) to: sub/file2 2026/09/13 02:15:28 INFO : file1: Deleted 2026/09/13 02:15:28 DEBUG : sub/file2: size = 14 OK 2026/09/13 02:15:28 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/13 02:15:28 DEBUG : file1: Unchanged skipping 2026/09/13 02:15:28 INFO : file1: Deleted 2026/09/13 02:15:30 DEBUG : sub/file2: moving to sub/File2-rclone-move-jegivop3 2026/09/13 02:15:30 DEBUG : sub/file2: same parent dir (ODFfMTMyNDk2NTdfUzhsQkc) - using file/rename instead of move_copy for sub/File2-rclone-move-jegivop3 2026/09/13 02:15:30 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-jegivop3 2026/09/13 02:15:30 DEBUG : sub/file2: moving to sub/File2 2026/09/13 02:15:30 DEBUG : sub/File2-rclone-move-jegivop3: same parent dir (ODFfMTMyNDk2NTdfUzhsQkc) - using file/rename instead of move_copy for sub/File2 2026/09/13 02:15:31 INFO : sub/File2-rclone-move-jegivop3: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (6.66s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:15:33 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/13 02:15:35 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.36s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:15:37 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/13 02:15:38 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-hayuzed1yoxi/backup" 2026/09/13 02:15:39 DEBUG : Starting OpenDrive session with ID: a685d503236c1f5b056ac0ae253e70802d1219b52a4ae436cab4c1b530079c39 2026/09/13 02:15:39 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone112527319) 2026/09/13 02:15:39 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-hayuzed1yoxi') 2026/09/13 02:15:39 DEBUG : dst/file1: Sizes differ 2026/09/13 02:15:41 INFO : dst/file1: Moved (server-side) 2026/09/13 02:15:42 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/13 02:15:43 DEBUG : dst/file1: size = 14 OK 2026/09/13 02:15:43 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/13 02:15:43 INFO : dst/file1: Copied (new) 2026/09/13 02:15:43 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (9.71s) === 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:15:46 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/13 02:15:48 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/13 02:15:50 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/13 02:15:52 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/13 02:15:54 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/13 02:15:55 INFO : A1/B2: Making directory 2026/09/13 02:15:56 INFO : A1/B1/C3: Making directory 2026/09/13 02:15:57 DEBUG : A2: same parent dir (ODFfMTMyNDk2NDlfNDdGZmE) - using folder/rename instead of move_copy 2026/09/13 02:16:01 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/13 02:16:02 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/13 02:16:02 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/13 02:16:02 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/13 02:16:02 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/13 02:16:05 INFO : OpenDrive root 'rclone-test-hayuzed1yoxi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/13 02:16:08 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/13 02:16:08 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/13 02:16:08 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/13 02:16:08 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/13 02:16:08 INFO : A3/two: Moved (server-side) to: A4/two --- PASS: TestDirMove (29.77s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:15 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.36s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:16 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/13 02:16:16 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/13 02:16:17 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/13 02:16:17 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/13 02:16:17 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/13 02:16:17 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/13 02:16:18 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/13 02:16:20 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/13 02:16:20 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/13 02:16:20 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:21 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/13 02:16:22 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/13 02:16:22 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/13 02:16:22 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/13 02:16:22 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/13 02:16:22 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/13 02:16:23 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/13 02:16:25 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/13 02:16:25 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/13 02:16:25 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:26 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/13 02:16:27 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/13 02:16:27 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/13 02:16:27 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/13 02:16:27 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/13 02:16:28 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/13 02:16:30 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/13 02:16:30 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:31 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/13 02:16:32 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/13 02:16:32 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/13 02:16:32 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/13 02:16:32 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/13 02:16:32 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/13 02:16:33 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/13 02:16:35 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/13 02:16:35 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/13 02:16:35 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.27s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.24s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.00s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.02s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.02s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.36s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:37 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/13 02:16:38 DEBUG : potato1: size = 60 OK 2026/09/13 02:16:38 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/13 02:16:38 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': File to upload is small (60 bytes), uploading instead of streaming 2026/09/13 02:16:38 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/13 02:16:39 DEBUG : potato2: size = 60 OK 2026/09/13 02:16:39 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/13 02:16:39 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (4.33s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:41 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/13 02:16:41 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.14s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" operations_test.go:1660: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.35s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:43 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/13 02:16:43 DEBUG : potato1: size = 60 OK 2026/09/13 02:16:43 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.25s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:45 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/13 02:16:46 DEBUG : potato1: size = 60 OK 2026/09/13 02:16:46 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-hayuzed1yoxi') 2026/09/13 02:16:46 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-hayuzed1yoxi') 2026/09/13 02:16:46 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-hayuzed1yoxi') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/13 02:16:46 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:47 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/13 02:16:49 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-hayuzed1yoxi') 2026/09/13 02:16:49 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-hayuzed1yoxi') 2026/09/13 02:16:49 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-hayuzed1yoxi') 59 2026/09/13 02:16:49 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:50 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/13 02:16:51 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:52 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/13 02:16:53 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (9.86s) --- PASS: TestRcatSizeChecksum/Corrupted (2.45s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.75s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.25s) --- PASS: TestRcatSizeChecksum/NoHashes (2.42s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:16:55 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/13 02:16:57 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/13 02:16:59 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/13 02:17:00 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': Touching "empty space" 2026/09/13 02:17:00 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': Touching "potato2" 2026/09/13 02:17:00 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': Touching "sub dir/potato3" --- PASS: TestTouchDir (8.49s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.35s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" operations_test.go:1983: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.35s) === RUN TestDirsEqual run.go:198: Remote "OpenDrive root 'rclone-test-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", 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-hayuzed1yoxi'", Local "Local file system at /tmp/rclone112527319", Modify Window "1s" 2026/09/13 02:17:05 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/13 02:17:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/13 02:17:10 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.hanodom9" before starting 2026/09/13 02:17:10 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNDk2ODBfbnNFeXM) - using file/rename instead of move_copy for sub dir/test remove existing.hanodom9 2026/09/13 02:17:11 DEBUG : sub dir/test remove existing.hanodom9: TEST: removing renamed existing file after operation 2026/09/13 02:17:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.segiwif6" before starting 2026/09/13 02:17:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNDk2ODBfbnNFeXM) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.segiwif6 2026/09/13 02:17:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.segiwif6: TEST: renaming existing back after failed operation 2026/09/13 02:17:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.segiwif6: same parent dir (ODFfMTMyNDk2ODBfbnNFeXM) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/13 02:17:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.duwinoc8" before starting 2026/09/13 02:17:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNDk2ODBfbnNFeXM) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.duwinoc8 2026/09/13 02:17:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.duwinoc8: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (11.94s) === 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/13 02:17:16 DEBUG : OpenDrive root 'rclone-test-hayuzed1yoxi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 8m50.543907422s (try 1/5)