"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/12 02:16:54 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore" 2026/09/12 02:16:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:16:55 DEBUG : Starting OpenDrive session with ID: d2cfd2b6538dc7107dbbe509bad564cd69176c5492cacbef1b78ccbe3a962e04 2026/09/12 02:16:55 DEBUG : Creating backend with remote "/tmp/rclone1948411067" === 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-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/12 02:16:55 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/12 02:16:56 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/12 02:16:56 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 1 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 0 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 2 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/12 02:16:56 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/12 02:16:56 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/12 02:16:56 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 1 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 2 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 0 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/12 02:16:56 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/12 02:16:56 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/12 02:16:56 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 1 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 2 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 3 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 0 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/12 02:16:56 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/12 02:16:56 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/12 02:16:56 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 1 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 2 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 3 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/12 02:16:56 DEBUG : file.txt: writing chunk 0 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/12 02:16:56 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/12 02:16:56 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/12 02:16:56 DEBUG : a: size = 0 OK 2026/09/12 02:16:56 DEBUG : a: size = 1 (memory) 2026/09/12 02:16:56 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/12 02:16:56 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/12 02:16:56 DEBUG : potato: Seek from 10 to 0 2026/09/12 02:16:56 DEBUG : potato: Seek from 10 to 0 2026/09/12 02:16:56 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/12 02:16:56 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Seek from 5 to 2 2026/09/12 02:16:56 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/12 02:16:56 DEBUG : potato: Seek from 7 to 0 2026/09/12 02:16:56 DEBUG : potato: Seek from 7 to 0 2026/09/12 02:16:56 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/12 02:16:56 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Seek from 5 to 2 2026/09/12 02:16:56 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/12 02:16:56 DEBUG : potato: Seek from 8 to 0 2026/09/12 02:16:56 DEBUG : potato: Seek from 8 to 0 2026/09/12 02:16:56 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/12 02:16:56 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/12 02:16:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/12 02:16:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/12 02:16:56 DEBUG : potato: Seek from 5 to 2 2026/09/12 02:16:56 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/12 02:16:56 DEBUG : potato: Seek from 9 to 0 2026/09/12 02:16:56 DEBUG : potato: Seek from 9 to 0 2026/09/12 02:16:56 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-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:16:57 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/12 02:17:00 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/12 02:17:03 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/12 02:17:05 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.02s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.22s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.20s) --- PASS: TestCheck/7 (0.21s) === RUN TestCheckFsError 2026/09/12 02:17:09 DEBUG : Creating backend with remote "nonexistent" 2026/09/12 02:17:09 DEBUG : Creating backend with remote "nonexistent" 2026/09/12 02:17:09 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/12 02:17:09 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/12 02:17:09 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/12 02:17:09 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:17:10 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/12 02:17:13 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/12 02:17:16 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/12 02:17:20 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.73s) --- PASS: TestCheckDownload/1 (0.42s) --- PASS: TestCheckDownload/2 (0.55s) --- PASS: TestCheckDownload/3 (0.40s) --- PASS: TestCheckDownload/4 (0.82s) --- PASS: TestCheckDownload/5 (0.59s) --- PASS: TestCheckDownload/6 (0.43s) --- PASS: TestCheckDownload/7 (0.60s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:17:25 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/12 02:17:28 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/12 02:17:31 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/12 02:17:33 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.36s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.19s) --- PASS: TestCheckSizeOnly/6 (0.20s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:17:38 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/12 02:17:39 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/12 02:17:39 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/12 02:17:39 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/12 02:17:39 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/12 02:17:40 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/12 02:17:42 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/12 02:17:42 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/12 02:17:42 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/12 02:17:42 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.19s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:17:43 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/data" 2026/09/12 02:17:44 DEBUG : Starting OpenDrive session with ID: 7ec7ecb4435478210bcf15080b2e82f5a40160f71e4f9d84f302d7ca80d6bf35 2026/09/12 02:17:46 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/12 02:17:48 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/12 02:17:52 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/12 02:17:53 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/12 02:17:57 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/12 02:18:00 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/12 02:18:03 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/12 02:18:06 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/12 02:18:09 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/12 02:18:11 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/12 02:18:13 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (34.52s) --- PASS: TestCheckSum/subtest1 (1.09s) --- PASS: TestCheckSum/subtest2 (0.90s) --- PASS: TestCheckSum/subtest3 (0.82s) --- PASS: TestCheckSum/subtest4 (0.89s) --- PASS: TestCheckSum/subtest5 (0.87s) --- PASS: TestCheckSum/subtest6 (0.90s) --- PASS: TestCheckSum/subtest7 (0.84s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:18:17 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/data" 2026/09/12 02:18:18 DEBUG : Starting OpenDrive session with ID: c65f2ebb88d1c591ceb7f5c004be824cd7ebe8e9a82671b1bae83e83a26c272a 2026/09/12 02:18:20 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/12 02:18:22 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/12 02:18:26 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/12 02:18:28 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/12 02:18:31 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/12 02:18:35 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/12 02:18:38 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/12 02:18:42 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/12 02:18:45 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/12 02:18:47 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/12 02:18:49 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (36.04s) --- PASS: TestCheckSumDownload/subtest1 (1.30s) --- PASS: TestCheckSumDownload/subtest2 (1.03s) --- PASS: TestCheckSumDownload/subtest3 (1.47s) --- PASS: TestCheckSumDownload/subtest4 (1.14s) --- PASS: TestCheckSumDownload/subtest5 (1.14s) --- PASS: TestCheckSumDownload/subtest6 (1.14s) --- PASS: TestCheckSumDownload/subtest7 (1.15s) === RUN TestCheckSumConcurrency 2026/09/12 02:18:54 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/12 02:18:54 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/12 02:18:54 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/12 02:18:54 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/12 02:18:54 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/12 02:18:54 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/12 02:18:54 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/12 02:18:54 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/12 02:18:54 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/12 02:18:54 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/12 02:18:54 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/12 02:18:54 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/12 02:18:54 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-litaror2rude" 2026/09/12 02:18:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:18:54 DEBUG : Starting OpenDrive session with ID: c4d2f9f44d2ac8504612179f037636cc2d693d43e1b398e962a3e27f6eff770c 2026/09/12 02:18:55 DEBUG : Creating backend with remote "/tmp/rclone1976072805" run.go:198: Remote "OpenDrive root 'rclone-test-litaror2rude'", Local "Local file system at /tmp/rclone1976072805", Modify Window "1s" 2026/09/12 02:18:56 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/12 02:18:58 ERROR : hello, world!: sum not found 2026/09/12 02:18:58 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-litaror2rude' 2026/09/12 02:18:58 NOTICE: OpenDrive root 'rclone-test-litaror2rude': 1 files missing 2026/09/12 02:18:58 NOTICE: 1 hashes missing 2026/09/12 02:18:58 NOTICE: OpenDrive root 'rclone-test-litaror2rude': 1 differences found 2026/09/12 02:18:58 NOTICE: OpenDrive root 'rclone-test-litaror2rude': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/12 02:18:59 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:18:59 NOTICE: OpenDrive root 'rclone-test-litaror2rude': 0 differences found 2026/09/12 02:18:59 NOTICE: OpenDrive root 'rclone-test-litaror2rude': 1 matching files 2026/09/12 02:18:59 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-gikogow9sivu" 2026/09/12 02:18:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:18:59 DEBUG : Starting OpenDrive session with ID: e25a397789fac4699681f30df0106a9f2d3dfc96cc366e5e12ea839b95eda9b2 2026/09/12 02:19:00 DEBUG : Creating backend with remote "/tmp/rclone3746896118" run.go:198: Remote "OpenDrive root 'rclone-test-gikogow9sivu'", Local "Local file system at /tmp/rclone3746896118", Modify Window "1s" 2026/09/12 02:19:01 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/12 02:19:03 ERROR : HELLO, WORLD!: sum not found 2026/09/12 02:19:03 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-gikogow9sivu' 2026/09/12 02:19:03 NOTICE: OpenDrive root 'rclone-test-gikogow9sivu': 1 files missing 2026/09/12 02:19:03 NOTICE: 1 hashes missing 2026/09/12 02:19:03 NOTICE: OpenDrive root 'rclone-test-gikogow9sivu': 1 differences found 2026/09/12 02:19:03 NOTICE: OpenDrive root 'rclone-test-gikogow9sivu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/12 02:19:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:19:03 NOTICE: OpenDrive root 'rclone-test-gikogow9sivu': 0 differences found 2026/09/12 02:19:03 NOTICE: OpenDrive root 'rclone-test-gikogow9sivu': 1 matching files 2026/09/12 02:19:03 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kayepif8kecu" 2026/09/12 02:19:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:19:04 DEBUG : Starting OpenDrive session with ID: a47529040985fc67a2c759e67b45de4ed18bb775ac22dd3d54448f823b2fd1a7 2026/09/12 02:19:04 DEBUG : Creating backend with remote "/tmp/rclone658996024" run.go:198: Remote "OpenDrive root 'rclone-test-kayepif8kecu'", Local "Local file system at /tmp/rclone658996024", Modify Window "1s" 2026/09/12 02:19:06 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/12 02:19:07 ERROR : HeLlO, wOrLd!: sum not found 2026/09/12 02:19:07 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-kayepif8kecu' 2026/09/12 02:19:07 NOTICE: OpenDrive root 'rclone-test-kayepif8kecu': 1 files missing 2026/09/12 02:19:07 NOTICE: 1 hashes missing 2026/09/12 02:19:07 NOTICE: OpenDrive root 'rclone-test-kayepif8kecu': 1 differences found 2026/09/12 02:19:07 NOTICE: OpenDrive root 'rclone-test-kayepif8kecu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/12 02:19:08 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:19:08 NOTICE: OpenDrive root 'rclone-test-kayepif8kecu': 0 differences found 2026/09/12 02:19:08 NOTICE: OpenDrive root 'rclone-test-kayepif8kecu': 1 matching files 2026/09/12 02:19:08 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sexepav7tika" 2026/09/12 02:19:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:19:08 DEBUG : Starting OpenDrive session with ID: d1a90354af5b66139e49c0b86d3d0e71eae5a6685a175f97658f8102c9a673d2 2026/09/12 02:19:09 DEBUG : Creating backend with remote "/tmp/rclone875905707" run.go:198: Remote "OpenDrive root 'rclone-test-sexepav7tika'", Local "Local file system at /tmp/rclone875905707", Modify Window "1s" 2026/09/12 02:19:10 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/12 02:19:12 ERROR : HELLO, WORLD!: sum not found 2026/09/12 02:19:12 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-sexepav7tika' 2026/09/12 02:19:12 NOTICE: OpenDrive root 'rclone-test-sexepav7tika': 1 files missing 2026/09/12 02:19:12 NOTICE: 1 hashes missing 2026/09/12 02:19:12 NOTICE: OpenDrive root 'rclone-test-sexepav7tika': 1 differences found 2026/09/12 02:19:12 NOTICE: OpenDrive root 'rclone-test-sexepav7tika': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/12 02:19:12 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:19:12 NOTICE: OpenDrive root 'rclone-test-sexepav7tika': 0 differences found 2026/09/12 02:19:12 NOTICE: OpenDrive root 'rclone-test-sexepav7tika': 1 matching files 2026/09/12 02:19:12 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-xicutoq7kagu" 2026/09/12 02:19:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:19:13 DEBUG : Starting OpenDrive session with ID: 79b35b08fc1c3cf2326d0daf603e44c888553a27e1858232ba425f0b4410808e 2026/09/12 02:19:13 DEBUG : Creating backend with remote "/tmp/rclone1673491950" run.go:198: Remote "OpenDrive root 'rclone-test-xicutoq7kagu'", Local "Local file system at /tmp/rclone1673491950", Modify Window "1s" 2026/09/12 02:19:15 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/12 02:19:16 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/12 02:19:16 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-xicutoq7kagu' 2026/09/12 02:19:16 NOTICE: OpenDrive root 'rclone-test-xicutoq7kagu': 1 files missing 2026/09/12 02:19:16 NOTICE: 1 hashes missing 2026/09/12 02:19:16 NOTICE: OpenDrive root 'rclone-test-xicutoq7kagu': 1 differences found 2026/09/12 02:19:16 NOTICE: OpenDrive root 'rclone-test-xicutoq7kagu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/12 02:19:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:19:17 NOTICE: OpenDrive root 'rclone-test-xicutoq7kagu': 0 differences found 2026/09/12 02:19:17 NOTICE: OpenDrive root 'rclone-test-xicutoq7kagu': 1 matching files 2026/09/12 02:19:17 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-siroyok8gigo" 2026/09/12 02:19:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:19:17 DEBUG : Starting OpenDrive session with ID: d285815cf1302e14c757d65e3993bcccecb60240bb6009b59d7c19a2888cd776 2026/09/12 02:19:18 DEBUG : Creating backend with remote "/tmp/rclone1493946714" run.go:198: Remote "OpenDrive root 'rclone-test-siroyok8gigo'", Local "Local file system at /tmp/rclone1493946714", Modify Window "1s" 2026/09/12 02:19:19 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/12 02:19:21 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/12 02:19:21 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-siroyok8gigo' 2026/09/12 02:19:21 NOTICE: OpenDrive root 'rclone-test-siroyok8gigo': 1 files missing 2026/09/12 02:19:21 NOTICE: 1 hashes missing 2026/09/12 02:19:21 NOTICE: OpenDrive root 'rclone-test-siroyok8gigo': 1 differences found 2026/09/12 02:19:21 NOTICE: OpenDrive root 'rclone-test-siroyok8gigo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/12 02:19:21 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:19:21 NOTICE: OpenDrive root 'rclone-test-siroyok8gigo': 0 differences found 2026/09/12 02:19:21 NOTICE: OpenDrive root 'rclone-test-siroyok8gigo': 1 matching files 2026/09/12 02:19:21 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-ligaxoy4pixi" 2026/09/12 02:19:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:19:22 DEBUG : Starting OpenDrive session with ID: 5146c081fc52808ac5ec9c0d0cbe2c4d1a1f89437000b708b874c7cde61ffa55 2026/09/12 02:19:22 DEBUG : Creating backend with remote "/tmp/rclone4187312840" run.go:198: Remote "OpenDrive root 'rclone-test-ligaxoy4pixi'", Local "Local file system at /tmp/rclone4187312840", Modify Window "1s" 2026/09/12 02:19:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/12 02:19:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/12 02:19:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-ligaxoy4pixi' 2026/09/12 02:19:25 NOTICE: OpenDrive root 'rclone-test-ligaxoy4pixi': 1 files missing 2026/09/12 02:19:25 NOTICE: 1 hashes missing 2026/09/12 02:19:25 NOTICE: OpenDrive root 'rclone-test-ligaxoy4pixi': 1 differences found 2026/09/12 02:19:25 NOTICE: OpenDrive root 'rclone-test-ligaxoy4pixi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/12 02:19:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:19:26 NOTICE: OpenDrive root 'rclone-test-ligaxoy4pixi': 0 differences found 2026/09/12 02:19:26 NOTICE: OpenDrive root 'rclone-test-ligaxoy4pixi': 1 matching files 2026/09/12 02:19:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-luteqaz1heqa" 2026/09/12 02:19:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:19:26 DEBUG : Starting OpenDrive session with ID: 24e6d33f3e746696052de97b39728d31cda15aa723224bbc8e32c5b92623bb19 2026/09/12 02:19:27 DEBUG : Creating backend with remote "/tmp/rclone2516619272" run.go:198: Remote "OpenDrive root 'rclone-test-luteqaz1heqa'", Local "Local file system at /tmp/rclone2516619272", Modify Window "1s" 2026/09/12 02:19:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/12 02:19:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/12 02:19:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-luteqaz1heqa' 2026/09/12 02:19:30 NOTICE: OpenDrive root 'rclone-test-luteqaz1heqa': 1 files missing 2026/09/12 02:19:30 NOTICE: 1 hashes missing 2026/09/12 02:19:30 NOTICE: OpenDrive root 'rclone-test-luteqaz1heqa': 1 differences found 2026/09/12 02:19:30 NOTICE: OpenDrive root 'rclone-test-luteqaz1heqa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/12 02:19:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:19:30 NOTICE: OpenDrive root 'rclone-test-luteqaz1heqa': 0 differences found 2026/09/12 02:19:30 NOTICE: OpenDrive root 'rclone-test-luteqaz1heqa': 1 matching files 2026/09/12 02:19:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-coreyig8bopu" 2026/09/12 02:19:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:19:31 DEBUG : Starting OpenDrive session with ID: 84eac3885f19c0dc3fe267c48f2e80556ac4f164c6691f33a6ca15c174b9ede4 2026/09/12 02:19:31 DEBUG : Creating backend with remote "/tmp/rclone3192127613" 2026/09/12 02:19:31 DEBUG : Config file has changed externally - reloading run.go:198: Remote "OpenDrive root 'rclone-test-coreyig8bopu'", Local "Local file system at /tmp/rclone3192127613", Modify Window "1s" 2026/09/12 02:19:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/12 02:19:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/12 02:19:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-coreyig8bopu' 2026/09/12 02:19:34 NOTICE: OpenDrive root 'rclone-test-coreyig8bopu': 1 files missing 2026/09/12 02:19:34 NOTICE: 1 hashes missing 2026/09/12 02:19:34 NOTICE: OpenDrive root 'rclone-test-coreyig8bopu': 1 differences found 2026/09/12 02:19:34 NOTICE: OpenDrive root 'rclone-test-coreyig8bopu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/12 02:19:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:19:35 NOTICE: OpenDrive root 'rclone-test-coreyig8bopu': 0 differences found 2026/09/12 02:19:35 NOTICE: OpenDrive root 'rclone-test-coreyig8bopu': 1 matching files 2026/09/12 02:19:35 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-zurosik1ciga" 2026/09/12 02:19:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:19:35 DEBUG : Starting OpenDrive session with ID: ae82a2d07a3bb0e8ce59d88c2d19ad5acdfe05f236d038b3a17d86d7c10bd2fe 2026/09/12 02:19:36 DEBUG : Creating backend with remote "/tmp/rclone2433691476" 2026/09/12 02:19:36 DEBUG : Config file has changed externally - reloading run.go:198: Remote "OpenDrive root 'rclone-test-zurosik1ciga'", Local "Local file system at /tmp/rclone2433691476", Modify Window "1s" 2026/09/12 02:19:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/12 02:19:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/12 02:19:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-zurosik1ciga' 2026/09/12 02:19:39 NOTICE: OpenDrive root 'rclone-test-zurosik1ciga': 1 files missing 2026/09/12 02:19:39 NOTICE: 1 hashes missing 2026/09/12 02:19:39 NOTICE: OpenDrive root 'rclone-test-zurosik1ciga': 1 differences found 2026/09/12 02:19:39 NOTICE: OpenDrive root 'rclone-test-zurosik1ciga': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/12 02:19:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/12 02:19:39 NOTICE: OpenDrive root 'rclone-test-zurosik1ciga': 0 differences found 2026/09/12 02:19:39 NOTICE: OpenDrive root 'rclone-test-zurosik1ciga': 1 matching files 2026/09/12 02:19:39 DEBUG : OpenDrive root 'rclone-test-zurosik1ciga': Purge remote 2026/09/12 02:19:40 DEBUG : OpenDrive root 'rclone-test-coreyig8bopu': Purge remote 2026/09/12 02:19:40 DEBUG : OpenDrive root 'rclone-test-luteqaz1heqa': Purge remote 2026/09/12 02:19:41 DEBUG : OpenDrive root 'rclone-test-ligaxoy4pixi': Purge remote 2026/09/12 02:19:41 DEBUG : OpenDrive root 'rclone-test-siroyok8gigo': Purge remote 2026/09/12 02:19:41 DEBUG : OpenDrive root 'rclone-test-xicutoq7kagu': Purge remote 2026/09/12 02:19:42 DEBUG : OpenDrive root 'rclone-test-sexepav7tika': Purge remote 2026/09/12 02:19:42 DEBUG : OpenDrive root 'rclone-test-kayepif8kecu': Purge remote 2026/09/12 02:19:43 DEBUG : OpenDrive root 'rclone-test-gikogow9sivu': Purge remote 2026/09/12 02:19:43 DEBUG : OpenDrive root 'rclone-test-litaror2rude': Purge remote --- PASS: TestApplyTransforms (50.18s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:19:44 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/12 02:19:45 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/12 02:19:47 DEBUG : sub/file2: size = 14 OK 2026/09/12 02:19:47 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/12 02:19:47 INFO : file1: Copied (new) to: sub/file2 2026/09/12 02:19:47 DEBUG : sub/file2: size = 14 OK 2026/09/12 02:19:47 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/12 02:19:47 DEBUG : file1: Unchanged skipping 2026/09/12 02:19:48 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (5.82s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:19:51 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/12 02:19:54 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/backup" 2026/09/12 02:19:54 DEBUG : Config file has changed externally - reloading 2026/09/12 02:19:54 DEBUG : Starting OpenDrive session with ID: 7da5e334a827598777d30a879b13d0aec586699bd5238a3652630e7a2053dfb4 2026/09/12 02:19:55 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1948411067) 2026/09/12 02:19:55 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-qajolud7gore') 2026/09/12 02:19:55 DEBUG : dst/file1: Sizes differ 2026/09/12 02:19:57 INFO : dst/file1: Moved (server-side) 2026/09/12 02:19:58 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/12 02:19:59 DEBUG : dst/file1: size = 14 OK 2026/09/12 02:19:59 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/12 02:19:59 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (12.81s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:20:03 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/dst" 2026/09/12 02:20:03 DEBUG : Starting OpenDrive session with ID: 2431b03c9397e03445e5e003767d0c5666aa33c61e3d09eb6f94e92d6e46353d 2026/09/12 02:20:05 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/CompareDest" 2026/09/12 02:20:06 DEBUG : Starting OpenDrive session with ID: 9299dc38807d55a7e845cfd1d3636b354a23f81e1180b471aa51063e1d65e4ca 2026/09/12 02:20:07 DEBUG : one: Need to transfer - File not found at Destination 2026/09/12 02:20:08 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/12 02:20:10 DEBUG : one: size = 3 OK 2026/09/12 02:20:10 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/12 02:20:10 INFO : one: Copied (new) 2026/09/12 02:20:11 DEBUG : one: size = 5 (Local file system at /tmp/rclone1948411067) 2026/09/12 02:20:11 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-qajolud7gore/dst') 2026/09/12 02:20:11 DEBUG : one: Sizes differ 2026/09/12 02:20:11 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/12 02:20:13 DEBUG : one: size = 5 OK 2026/09/12 02:20:13 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/12 02:20:13 INFO : one: Copied (replaced existing) 2026/09/12 02:20:14 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/12 02:20:16 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/12 02:20:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone1948411067) 2026/09/12 02:20:18 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-qajolud7gore/dst') 2026/09/12 02:20:18 DEBUG : one: Sizes differ 2026/09/12 02:20:19 DEBUG : one: size = 5 OK 2026/09/12 02:20:19 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/12 02:20:19 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/12 02:20:20 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/12 02:20:22 DEBUG : two: Need to transfer - File not found at Destination 2026/09/12 02:20:22 DEBUG : two: size = 3 OK 2026/09/12 02:20:22 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/12 02:20:22 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/12 02:20:23 DEBUG : two: Need to transfer - File not found at Destination 2026/09/12 02:20:23 DEBUG : two: size = 3 OK 2026/09/12 02:20:23 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/12 02:20:23 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/12 02:20:25 DEBUG : two: Need to transfer - File not found at Destination 2026/09/12 02:20:25 DEBUG : two: size = 5 (Local file system at /tmp/rclone1948411067) 2026/09/12 02:20:25 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-qajolud7gore/CompareDest') 2026/09/12 02:20:25 DEBUG : two: Sizes differ 2026/09/12 02:20:26 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/12 02:20:27 DEBUG : two: size = 5 OK 2026/09/12 02:20:27 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/12 02:20:27 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (27.21s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:20:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/dst" 2026/09/12 02:20:30 DEBUG : Config file has changed externally - reloading 2026/09/12 02:20:31 DEBUG : Starting OpenDrive session with ID: 9a6c30cf9f44340b14c05799d071c29b386c67e6f17ef100fb16b797cb69d1a5 2026/09/12 02:20:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/CopyDest" 2026/09/12 02:20:32 DEBUG : Starting OpenDrive session with ID: b41d6a8ffcf700057bd2e0ea40f4c3e5efe2f47c8a9310246a8f484efee6428c 2026/09/12 02:20:33 DEBUG : one: Need to transfer - File not found at Destination 2026/09/12 02:20:35 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/12 02:20:36 DEBUG : one: size = 3 OK 2026/09/12 02:20:36 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/12 02:20:36 INFO : one: Copied (new) 2026/09/12 02:20:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone1948411067) 2026/09/12 02:20:37 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-qajolud7gore/dst') 2026/09/12 02:20:37 DEBUG : one: Sizes differ 2026/09/12 02:20:38 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/12 02:20:39 DEBUG : one: size = 5 OK 2026/09/12 02:20:39 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/12 02:20:39 INFO : one: Copied (replaced existing) 2026/09/12 02:20:40 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/12 02:20:42 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/12 02:20:44 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/BackupDir" 2026/09/12 02:20:45 DEBUG : Starting OpenDrive session with ID: 38eb8685d2102c50e1ff08f61511c38439d30c0f307dbc255182758139c5e8b1 2026/09/12 02:20:46 DEBUG : one: size = 5 (Local file system at /tmp/rclone1948411067) 2026/09/12 02:20:46 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-qajolud7gore/dst') 2026/09/12 02:20:46 DEBUG : one: Sizes differ 2026/09/12 02:20:47 DEBUG : one: size = 5 OK 2026/09/12 02:20:47 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/12 02:20:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone1948411067) 2026/09/12 02:20:47 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-qajolud7gore/dst') 2026/09/12 02:20:47 DEBUG : one: Sizes differ 2026/09/12 02:20:48 INFO : one: Moved (server-side) 2026/09/12 02:20:49 DEBUG : one: size = 5 OK 2026/09/12 02:20:49 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/12 02:20:49 INFO : one: Copied (server-side copy) 2026/09/12 02:20:49 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/12 02:20:50 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/12 02:20:53 DEBUG : two: Need to transfer - File not found at Destination 2026/09/12 02:20:53 DEBUG : two: size = 3 OK 2026/09/12 02:20:53 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/12 02:20:54 DEBUG : two: size = 3 OK 2026/09/12 02:20:54 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/12 02:20:54 INFO : two: Copied (server-side copy) 2026/09/12 02:20:54 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/12 02:20:55 DEBUG : two: size = 3 OK 2026/09/12 02:20:55 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/12 02:20:55 DEBUG : two: Unchanged skipping 2026/09/12 02:20:56 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/12 02:20:58 DEBUG : three: Need to transfer - File not found at Destination 2026/09/12 02:20:58 DEBUG : three: size = 7 (Local file system at /tmp/rclone1948411067) 2026/09/12 02:20:58 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-qajolud7gore/CopyDest') 2026/09/12 02:20:58 DEBUG : three: Sizes differ 2026/09/12 02:20:58 DEBUG : three: Destination not found in --copy-dest 2026/09/12 02:20:59 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/12 02:21:00 DEBUG : three: size = 7 OK 2026/09/12 02:21:00 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/12 02:21:00 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (34.86s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.40s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.44s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:21:06 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/12 02:21:08 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/12 02:21:09 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/12 02:21:09 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/12 02:21:09 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/12 02:21:09 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/12 02:21:10 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/12 02:21:10 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/12 02:21:11 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/12 02:21:11 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/12 02:21:12 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/12 02:21:14 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/12 02:21:14 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 81e6efc69fcd7f9cb5ab1691bc7aaa3d OK 2026/09/12 02:21:14 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (9.47s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.42s) === RUN TestDeduplicateSkip run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.43s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.41s) === RUN TestDeduplicateFirst run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.41s) === RUN TestDeduplicateNewest run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.43s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:21:19 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/12 02:21:21 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/12 02:21:23 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/12 02:21:25 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/12 02:21:27 INFO : OpenDrive root 'rclone-test-qajolud7gore': Looking for duplicate md5 hashes using newest mode. 2026/09/12 02:21:27 NOTICE: 54396b25a9f5ab1d7e0940a1388493c1: Found 3 files with duplicate md5 hashes 2026/09/12 02:21:27 INFO : one: Deleted 2026/09/12 02:21:28 INFO : also/one: Deleted 2026/09/12 02:21:28 NOTICE: 54396b25a9f5ab1d7e0940a1388493c1: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (11.74s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.44s) === RUN TestDeduplicateLargest run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.38s) === RUN TestDeduplicateSmallest run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.41s) === RUN TestDeduplicateRename run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.43s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.42s) === RUN TestMergeDirs run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.41s) === RUN TestListDirSorted run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:21:33 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/12 02:21:35 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/12 02:21:37 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/12 02:21:39 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/12 02:21:42 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/12 02:21:44 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/12 02:21:46 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/12 02:21:49 DEBUG : a.txt: Excluded (Size Filter) 2026/09/12 02:21:49 DEBUG : a.txt: Excluded 2026/09/12 02:21:49 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/12 02:21:49 DEBUG : sub dir/hello world: Excluded 2026/09/12 02:21:49 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/12 02:21:49 DEBUG : sub dir/hello world2: Excluded 2026/09/12 02:21:50 DEBUG : sub dir/ignore dir: Excluded 2026/09/12 02:21:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/12 02:21:50 DEBUG : sub dir/hello world: Excluded 2026/09/12 02:21:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/12 02:21:50 DEBUG : sub dir/hello world2: Excluded 2026/09/12 02:21:50 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (22.11s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:21:55 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/12 02:21:57 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/12 02:21:59 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/12 02:22:01 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/12 02:22:04 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/12 02:22:06 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/12 02:22:08 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/12 02:22:10 DEBUG : a.txt: Excluded (Size Filter) 2026/09/12 02:22:10 DEBUG : a.txt: Excluded 2026/09/12 02:22:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/12 02:22:11 DEBUG : sub dir/hello world: Excluded 2026/09/12 02:22:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/12 02:22:11 DEBUG : sub dir/hello world2: Excluded 2026/09/12 02:22:11 DEBUG : sub dir/ignore dir: Excluded 2026/09/12 02:22:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/12 02:22:11 DEBUG : sub dir/hello world: Excluded 2026/09/12 02:22:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/12 02:22:11 DEBUG : sub dir/hello world2: Excluded 2026/09/12 02:22:12 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (21.49s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:22:16 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/12 02:22:19 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 (8.65s) --- PASS: TestListJSON/Default (0.21s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.40s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.21s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (0.21s) --- PASS: TestListJSON/Metadata (0.22s) === RUN TestStatJSON run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:22:25 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/12 02:22:28 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/12 02:22:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/notfound" 2026/09/12 02:22:32 DEBUG : Config file has changed externally - reloading 2026/09/12 02:22:33 DEBUG : Starting OpenDrive session with ID: 329aa1ab56b58b54bccd0ffba37fab30e0ed89e77d24e22d1887a64ee5f8b0df --- PASS: TestStatJSON (11.38s) --- PASS: TestStatJSON/Root (0.18s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.19s) --- PASS: TestStatJSON/Dir (0.43s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.41s) --- PASS: TestStatJSON/NotFound (0.39s) --- PASS: TestStatJSON/DirFilesOnly (0.21s) --- PASS: TestStatJSON/FileFilesOnly (0.44s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.18s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.20s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.20s) --- PASS: TestStatJSON/RootNotFound (1.67s) === RUN TestStatJSONMemory 2026/09/12 02:22:36 DEBUG : Creating backend with remote ":memory:" 2026/09/12 02:22:36 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/12 02:22:36 DEBUG : sub/file1: size = 5 OK 2026/09/12 02:22:36 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/12 02:22:36 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestStatJSONConfinement --- PASS: TestStatJSONConfinement (0.00s) === RUN TestMkdir run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:22:36 INFO : OpenDrive root 'rclone-test-qajolud7gore': Making directory 2026/09/12 02:22:36 INFO : OpenDrive root 'rclone-test-qajolud7gore': Making directory --- PASS: TestMkdir (0.64s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:22:38 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (4.22s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:22:41 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/12 02:22:43 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (5.20s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:22:47 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/12 02:22:49 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/12 02:22:50 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/12 02:22:50 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.05s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:22:53 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/12 02:22:55 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (5.17s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:22:58 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/12 02:23:00 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (6.53s) --- PASS: TestHashSums/Md5 (0.21s) --- PASS: TestHashSums/Md5Download (0.49s) === RUN TestHashSumsWithErrors 2026/09/12 02:23:03 DEBUG : Creating backend with remote ":memory:" 2026/09/12 02:23:03 ERROR : file1: hash unsupported: hash type not supported 2026/09/12 02:23:03 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/12 02:23:03 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/12 02:23:03 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/12 02:23:03 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/12 02:23:03 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/12 02:23:03 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/12 02:23:03 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/12 02:23:03 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/12 02:23:03 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/12 02:23:03 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-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:23:04 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/12 02:23:06 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/12 02:23:09 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (8.84s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:23:13 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/12 02:23:15 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/12 02:23:17 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/12 02:23:19 DEBUG : Waiting for deletions to finish 2026/09/12 02:23:19 DEBUG : large: Excluded (Size Filter) 2026/09/12 02:23:19 DEBUG : large: Excluded 2026/09/12 02:23:19 INFO : medium: Deleted 2026/09/12 02:23:19 INFO : small: Deleted --- PASS: TestDelete (7.63s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:23:21 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/12 02:23:23 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/12 02:23:25 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/12 02:23:27 DEBUG : Waiting for deletions to finish 2026/09/12 02:23:27 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/12 02:23:27 INFO : large: Deleted 2026/09/12 02:23:27 INFO : medium: Deleted --- PASS: TestMaxDelete (9.05s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:23:30 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/12 02:23:32 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/12 02:23:35 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/12 02:23:36 DEBUG : Waiting for deletions to finish 2026/09/12 02:23:36 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/12 02:23:37 INFO : medium: Deleted 2026/09/12 02:23:37 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (9.04s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:23:39 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/12 02:23:41 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/12 02:23:43 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/12 02:23:44 DEBUG : Waiting for deletions to finish 2026/09/12 02:23:45 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/12 02:23:45 INFO : medium: Deleted 2026/09/12 02:23:45 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.23s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:23:47 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (4.20s) === RUN TestRetry 2026/09/12 02:23:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/12 02:23:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/12 02:23:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/12 02:23:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/12 02:23:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/12 02:23:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/12 02:23:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.06s) === RUN TestCat run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:23:51 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/12 02:23:54 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (10.60s) === RUN TestPurge 2026/09/12 02:24:01 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-narifiq2cegu" 2026/09/12 02:24:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/12 02:24:02 DEBUG : Starting OpenDrive session with ID: d0bc5d7166f5150aec0bf9f779a101f65973a6dfabcf3ac56a4a07dc59511416 2026/09/12 02:24:02 DEBUG : Creating backend with remote "/tmp/rclone2162317141" run.go:198: Remote "OpenDrive root 'rclone-test-narifiq2cegu'", Local "Local file system at /tmp/rclone2162317141", Modify Window "1s" 2026/09/12 02:24:05 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/12 02:24:06 INFO : A2: Making directory 2026/09/12 02:24:07 INFO : A1/B2: Making directory 2026/09/12 02:24:07 INFO : A1/B2/C2: Making directory 2026/09/12 02:24:07 INFO : A1/B1/C3: Making directory 2026/09/12 02:24:08 INFO : A3: Making directory 2026/09/12 02:24:08 INFO : A3/B3: Making directory 2026/09/12 02:24:09 INFO : A3/B3/C4: Making directory 2026/09/12 02:24:10 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/12 02:24:15 ERROR : error listing: directory not found 2026/09/12 02:24:15 DEBUG : OpenDrive root 'rclone-test-narifiq2cegu': Purge remote 2026/09/12 02:24:15 NOTICE: purge failed: directory not found --- PASS: TestPurge (14.14s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:24:17 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/12 02:24:19 INFO : A2: Making directory 2026/09/12 02:24:19 INFO : A1/B2: Making directory 2026/09/12 02:24:20 INFO : A1/B2/C2: Making directory 2026/09/12 02:24:20 INFO : A1/B1/C3: Making directory 2026/09/12 02:24:21 INFO : A3: Making directory 2026/09/12 02:24:21 INFO : A3/B3: Making directory 2026/09/12 02:24:22 INFO : A3/B3/C4: Making directory 2026/09/12 02:24:23 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/12 02:24:26 DEBUG : removing 1 level 3 directories 2026/09/12 02:24:26 INFO : A3/B3/C4: Removing directory 2026/09/12 02:24:28 DEBUG : removing 2 level 3 directories 2026/09/12 02:24:28 INFO : A1/B2/C2: Removing directory 2026/09/12 02:24:28 INFO : A1/B1/C3: Removing directory 2026/09/12 02:24:28 DEBUG : removing 2 level 2 directories 2026/09/12 02:24:28 INFO : A3/B3: Removing directory 2026/09/12 02:24:28 INFO : A1/B2: Removing directory 2026/09/12 02:24:29 DEBUG : removing 2 level 1 directories 2026/09/12 02:24:29 INFO : A3: Removing directory 2026/09/12 02:24:29 INFO : A2: Removing directory 2026/09/12 02:24:33 DEBUG : removing 1 level 3 directories 2026/09/12 02:24:33 INFO : A1/B1/C1: Removing directory 2026/09/12 02:24:34 DEBUG : removing 1 level 2 directories 2026/09/12 02:24:34 INFO : A1/B1: Removing directory 2026/09/12 02:24:34 DEBUG : removing 1 level 1 directories 2026/09/12 02:24:34 INFO : A1: Removing directory 2026/09/12 02:24:35 DEBUG : removing 1 level 0 directories 2026/09/12 02:24:35 INFO : OpenDrive root 'rclone-test-qajolud7gore': Removing directory 2026/09/12 02:24:35 ERROR : error listing: directory not found 2026/09/12 02:24:35 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (20.25s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:24:36 INFO : A1: Making directory 2026/09/12 02:24:36 INFO : A1/B1: Making directory 2026/09/12 02:24:37 INFO : A1/B1/C1: Making directory 2026/09/12 02:24:39 DEBUG : removing 1 level 3 directories 2026/09/12 02:24:39 INFO : A1/B1/C1: Removing directory 2026/09/12 02:24:39 DEBUG : removing 1 level 2 directories 2026/09/12 02:24:39 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (5.68s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:24:41 INFO : A1: Making directory 2026/09/12 02:24:42 INFO : A1/B1: Making directory 2026/09/12 02:24:42 INFO : A1/B1/C1: Making directory 2026/09/12 02:24:44 DEBUG : removing 1 level 3 directories 2026/09/12 02:24:44 INFO : A1/B1/C1: Removing directory 2026/09/12 02:24:45 DEBUG : removing 1 level 2 directories 2026/09/12 02:24:45 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (5.37s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:24:48 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/12 02:24:49 DEBUG : file1: size = 14 OK 2026/09/12 02:24:49 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/12 02:24:49 DEBUG : filename.txt: File name found in url 2026/09/12 02:24:50 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/12 02:24:52 DEBUG : filename.txt: size = 14 OK 2026/09/12 02:24:52 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/12 02:24:52 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/12 02:24:52 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/12 02:24:54 DEBUG : headerfilename.txt: size = 14 OK 2026/09/12 02:24:54 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/12 02:24:54 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/12 02:24:56 DEBUG : file2: size = 14 OK 2026/09/12 02:24:56 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (10.82s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:24:58 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/12 02:24:59 DEBUG : file1: size = 14 OK 2026/09/12 02:24:59 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.79s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:25:00 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/12 02:25:02 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/12 02:25:03 DEBUG : sub/file2: size = 14 OK 2026/09/12 02:25:03 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/12 02:25:03 INFO : file1: Copied (new) to: sub/file2 2026/09/12 02:25:03 INFO : file1: Deleted 2026/09/12 02:25:04 DEBUG : sub/file2: size = 14 OK 2026/09/12 02:25:04 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/12 02:25:04 DEBUG : file1: Unchanged skipping 2026/09/12 02:25:04 INFO : file1: Deleted 2026/09/12 02:25:04 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (5.67s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:25:06 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/12 02:25:07 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/12 02:25:08 DEBUG : file1: size = 14 OK 2026/09/12 02:25:08 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/12 02:25:08 INFO : file1: Copied (new) 2026/09/12 02:25:08 INFO : file1: Deleted 2026/09/12 02:25:09 DEBUG : file1: Destination exists, skipping 2026/09/12 02:25:09 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.82s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:25:10 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/12 02:25:11 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/12 02:25:12 DEBUG : sub/file2: size = 14 OK 2026/09/12 02:25:12 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/12 02:25:12 INFO : file1: Copied (new) to: sub/file2 2026/09/12 02:25:12 INFO : file1: Deleted 2026/09/12 02:25:13 DEBUG : sub/file2: size = 14 OK 2026/09/12 02:25:13 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/12 02:25:13 DEBUG : file1: Unchanged skipping 2026/09/12 02:25:13 INFO : file1: Deleted 2026/09/12 02:25:15 DEBUG : sub/file2: moving to sub/File2-rclone-move-requmeq1 2026/09/12 02:25:15 DEBUG : sub/file2: same parent dir (ODFfMTMyNDkwODhfV3Z1Y2s) - using file/rename instead of move_copy for sub/File2-rclone-move-requmeq1 2026/09/12 02:25:15 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-requmeq1 2026/09/12 02:25:15 DEBUG : sub/file2: moving to sub/File2 2026/09/12 02:25:16 DEBUG : sub/File2-rclone-move-requmeq1: same parent dir (ODFfMTMyNDkwODhfV3Z1Y2s) - using file/rename instead of move_copy for sub/File2 2026/09/12 02:25:16 INFO : sub/File2-rclone-move-requmeq1: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (8.06s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:25:19 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/12 02:25:21 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (4.07s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:25:23 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/12 02:25:25 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qajolud7gore/backup" 2026/09/12 02:25:25 DEBUG : Config file has changed externally - reloading 2026/09/12 02:25:26 DEBUG : Starting OpenDrive session with ID: 379be4d0340434065bdac9f3e38456169e4fc04dddbf4dbb4dc0d0666060c568 2026/09/12 02:25:26 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1948411067) 2026/09/12 02:25:26 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-qajolud7gore') 2026/09/12 02:25:26 DEBUG : dst/file1: Sizes differ 2026/09/12 02:25:28 INFO : dst/file1: Moved (server-side) 2026/09/12 02:25:29 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/12 02:25:30 DEBUG : dst/file1: size = 14 OK 2026/09/12 02:25:30 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/12 02:25:30 INFO : dst/file1: Copied (new) 2026/09/12 02:25:30 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (11.99s) === 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-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:25:35 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/12 02:25:37 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/12 02:25:40 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/12 02:25:42 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/12 02:25:45 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/12 02:25:46 INFO : A1/B2: Making directory 2026/09/12 02:25:46 INFO : A1/B1/C3: Making directory 2026/09/12 02:25:48 DEBUG : A2: same parent dir (ODFfMTMyNDkwODBfbHZjYlA) - using folder/rename instead of move_copy 2026/09/12 02:25:53 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/12 02:25:54 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/12 02:25:54 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/12 02:25:54 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/12 02:25:54 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/12 02:25:57 INFO : OpenDrive root 'rclone-test-qajolud7gore': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/12 02:26:01 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/12 02:26:01 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/12 02:26:01 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/12 02:26:01 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/12 02:26:01 INFO : A3/two: Moved (server-side) to: A4/two --- PASS: TestDirMove (35.69s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" --- PASS: TestGetFsInfo (0.39s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:10 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': File to upload is small (34 bytes), uploading instead of streaming 2026/09/12 02:26:11 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/12 02:26:12 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/12 02:26:12 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/12 02:26:12 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/12 02:26:12 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/12 02:26:13 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/12 02:26:16 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/12 02:26:16 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/12 02:26:16 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-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:17 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': File to upload is small (34 bytes), uploading instead of streaming 2026/09/12 02:26:18 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/12 02:26:19 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/12 02:26:19 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/12 02:26:19 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/12 02:26:19 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/12 02:26:20 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/12 02:26:22 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/12 02:26:22 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/12 02:26:22 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-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:24 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': File to upload is small (34 bytes), uploading instead of streaming 2026/09/12 02:26:24 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/12 02:26:26 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/12 02:26:26 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/12 02:26:26 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/12 02:26:27 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/12 02:26:29 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/12 02:26:29 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-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:31 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': File to upload is small (34 bytes), uploading instead of streaming 2026/09/12 02:26:31 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/12 02:26:33 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/12 02:26:33 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/12 02:26:33 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/12 02:26:33 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/12 02:26:33 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/12 02:26:36 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/12 02:26:36 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/12 02:26:36 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (27.66s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.11s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.46s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.96s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.13s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.42s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:39 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/12 02:26:40 DEBUG : potato1: size = 60 OK 2026/09/12 02:26:40 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/12 02:26:40 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': File to upload is small (60 bytes), uploading instead of streaming 2026/09/12 02:26:41 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/12 02:26:42 DEBUG : potato2: size = 60 OK 2026/09/12 02:26:42 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/12 02:26:42 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (5.25s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:44 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/12 02:26:44 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.35s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" operations_test.go:1660: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.42s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:46 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/12 02:26:47 DEBUG : potato1: size = 60 OK 2026/09/12 02:26:47 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.72s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:49 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/12 02:26:50 DEBUG : potato1: size = 60 OK 2026/09/12 02:26:50 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-qajolud7gore') 2026/09/12 02:26:50 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-qajolud7gore') 2026/09/12 02:26:50 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-qajolud7gore') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/12 02:26:50 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:52 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/12 02:26:53 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-qajolud7gore') 2026/09/12 02:26:53 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-qajolud7gore') 2026/09/12 02:26:53 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-qajolud7gore') 59 2026/09/12 02:26:53 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:55 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/12 02:26:56 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:26:58 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/12 02:26:59 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (11.86s) --- PASS: TestRcatSizeChecksum/Corrupted (3.06s) --- PASS: TestRcatSizeChecksum/SizeDiffers (3.36s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.72s) --- PASS: TestRcatSizeChecksum/NoHashes (2.71s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:27:00 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/12 02:27:02 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/12 02:27:05 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/12 02:27:07 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': Touching "empty space" 2026/09/12 02:27:07 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': Touching "potato2" 2026/09/12 02:27:07 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': Touching "sub dir/potato3" --- PASS: TestTouchDir (10.16s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" operations_test.go:1880: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.43s) === RUN TestMkdirModTime run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" operations_test.go:1901: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.43s) === RUN TestCopyDirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.45s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" operations_test.go:1983: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.46s) === RUN TestDirsEqual run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" operations_test.go:2034: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.44s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-qajolud7gore'", Local "Local file system at /tmp/rclone1948411067", Modify Window "1s" 2026/09/12 02:27:13 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/12 02:27:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/12 02:27:19 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.nahuqip1" before starting 2026/09/12 02:27:19 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNDkxMTFfaFd4RkE) - using file/rename instead of move_copy for sub dir/test remove existing.nahuqip1 2026/09/12 02:27:20 DEBUG : sub dir/test remove existing.nahuqip1: TEST: removing renamed existing file after operation 2026/09/12 02:27:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jadigud2" before starting 2026/09/12 02:27:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNDkxMTFfaFd4RkE) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jadigud2 2026/09/12 02:27:22 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jadigud2: TEST: renaming existing back after failed operation 2026/09/12 02:27:22 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jadigud2: same parent dir (ODFfMTMyNDkxMTFfaFd4RkE) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/12 02:27:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.laceqeq4" before starting 2026/09/12 02:27:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNDkxMTFfaFd4RkE) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.laceqeq4 2026/09/12 02:27:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.laceqeq4: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (14.86s) === 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/12 02:27:27 DEBUG : OpenDrive root 'rclone-test-qajolud7gore': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 10m33.213649757s (try 1/5)