"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/24 01:50:17 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza" 2026/09/24 01:50:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:50:18 DEBUG : Starting OpenDrive session with ID: 3c056f1728c201ee3940f308f0ae47e23dd15db45cc0bc2da73b851eb6637344 2026/09/24 01:50:18 DEBUG : Creating backend with remote "/tmp/rclone4112252789" === 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-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/24 01:50:18 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/24 01:50:19 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.21s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/24 01:50:19 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 1 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 2 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 0 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/24 01:50:19 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/24 01:50:19 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/24 01:50:19 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 1 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 2 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 0 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/24 01:50:19 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/24 01:50:19 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/24 01:50:19 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 1 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 2 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 3 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 0 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/24 01:50:19 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/24 01:50:19 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/24 01:50:19 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 1 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 2 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 3 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/24 01:50:19 DEBUG : file.txt: writing chunk 0 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/24 01:50:19 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/24 01:50:19 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/24 01:50:19 DEBUG : a: size = 0 OK 2026/09/24 01:50:19 DEBUG : a: size = 1 (memory) 2026/09/24 01:50:19 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/24 01:50:19 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/24 01:50:19 DEBUG : potato: Seek from 10 to 0 2026/09/24 01:50:19 DEBUG : potato: Seek from 10 to 0 2026/09/24 01:50:19 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/24 01:50:19 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Seek from 5 to 2 2026/09/24 01:50:19 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/24 01:50:19 DEBUG : potato: Seek from 7 to 0 2026/09/24 01:50:19 DEBUG : potato: Seek from 7 to 0 2026/09/24 01:50:19 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/24 01:50:19 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Seek from 5 to 2 2026/09/24 01:50:19 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/24 01:50:19 DEBUG : potato: Seek from 8 to 0 2026/09/24 01:50:19 DEBUG : potato: Seek from 8 to 0 2026/09/24 01:50:19 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/24 01:50:19 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/24 01:50:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/24 01:50:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/24 01:50:19 DEBUG : potato: Seek from 5 to 2 2026/09/24 01:50:19 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/24 01:50:19 DEBUG : potato: Seek from 9 to 0 2026/09/24 01:50:19 DEBUG : potato: Seek from 9 to 0 2026/09/24 01:50:19 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-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:50:20 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/24 01:50:23 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/24 01:50:25 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/24 01:50:28 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.32s) --- PASS: TestCheck/1 (0.20s) --- PASS: TestCheck/2 (0.21s) --- PASS: TestCheck/3 (0.21s) --- PASS: TestCheck/4 (0.19s) --- PASS: TestCheck/5 (0.20s) --- PASS: TestCheck/6 (0.22s) --- PASS: TestCheck/7 (0.21s) === RUN TestCheckFsError 2026/09/24 01:50:31 DEBUG : Creating backend with remote "nonexistent" 2026/09/24 01:50:31 DEBUG : Creating backend with remote "nonexistent" 2026/09/24 01:50:31 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/24 01:50:31 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/24 01:50:31 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/24 01:50:31 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:50:32 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/24 01:50:35 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/24 01:50:38 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/24 01:50:42 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.10s) --- PASS: TestCheckDownload/1 (0.42s) --- PASS: TestCheckDownload/2 (0.55s) --- PASS: TestCheckDownload/3 (0.40s) --- PASS: TestCheckDownload/4 (0.79s) --- PASS: TestCheckDownload/5 (0.57s) --- PASS: TestCheckDownload/6 (0.44s) --- PASS: TestCheckDownload/7 (0.56s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:50:47 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/24 01:50:49 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/24 01:50:52 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/24 01:50:55 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.92s) --- PASS: TestCheckSizeOnly/1 (0.20s) --- PASS: TestCheckSizeOnly/2 (0.21s) --- PASS: TestCheckSizeOnly/3 (0.21s) --- PASS: TestCheckSizeOnly/4 (0.20s) --- PASS: TestCheckSizeOnly/5 (0.20s) --- PASS: TestCheckSizeOnly/6 (0.21s) --- PASS: TestCheckSizeOnly/7 (0.21s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:50:59 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/24 01:51:01 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/24 01:51:01 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/24 01:51:01 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/24 01:51:01 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/24 01:51:02 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/24 01:51:04 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/24 01:51:04 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/24 01:51:04 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/24 01:51:04 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.34s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:51:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/data" 2026/09/24 01:51:04 DEBUG : Config file has changed externally - reloading 2026/09/24 01:51:05 DEBUG : Starting OpenDrive session with ID: 9e69b111bfadd8e36195903d7fc5bfb8ae191a0c56b461541c5b0e27a9458036 2026/09/24 01:51:07 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/24 01:51:09 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/24 01:51:12 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/24 01:51:14 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/24 01:51:17 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/24 01:51:20 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/24 01:51:23 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/24 01:51:26 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/24 01:51:30 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/24 01:51:32 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/24 01:51:33 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (33.35s) --- PASS: TestCheckSum/subtest1 (1.03s) --- PASS: TestCheckSum/subtest2 (0.83s) --- PASS: TestCheckSum/subtest3 (0.81s) --- PASS: TestCheckSum/subtest4 (0.78s) --- PASS: TestCheckSum/subtest5 (0.81s) --- PASS: TestCheckSum/subtest6 (0.83s) --- PASS: TestCheckSum/subtest7 (0.84s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:51:38 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/data" 2026/09/24 01:51:38 DEBUG : Starting OpenDrive session with ID: 514667e069af365f75032ecb5ba26259d05c5d2a1b2c1f2fbe7f74b0bfe4e61e 2026/09/24 01:51:40 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/24 01:51:42 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/24 01:51:46 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/24 01:51:47 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/24 01:51:50 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/24 01:51:54 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/24 01:51:57 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/24 01:52:00 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/24 01:52:03 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/24 01:52:05 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/24 01:52:07 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (33.42s) --- PASS: TestCheckSumDownload/subtest1 (1.20s) --- PASS: TestCheckSumDownload/subtest2 (0.96s) --- PASS: TestCheckSumDownload/subtest3 (1.29s) --- PASS: TestCheckSumDownload/subtest4 (0.96s) --- PASS: TestCheckSumDownload/subtest5 (1.04s) --- PASS: TestCheckSumDownload/subtest6 (1.03s) --- PASS: TestCheckSumDownload/subtest7 (1.03s) === RUN TestCheckSumConcurrency 2026/09/24 01:52:11 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/24 01:52:11 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/24 01:52:11 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/24 01:52:11 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/24 01:52:11 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/24 01:52:11 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/24 01:52:11 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/24 01:52:11 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/24 01:52:11 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/24 01:52:11 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/24 01:52:11 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/24 01:52:11 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/24 01:52:11 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-layubey7gixa" 2026/09/24 01:52:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:12 DEBUG : Starting OpenDrive session with ID: 55e4f12ab208698221f0c84b5eee3495a9751249751c39b8a21f7a5f3fafc94e 2026/09/24 01:52:12 DEBUG : Creating backend with remote "/tmp/rclone3063832944" run.go:198: Remote "OpenDrive root 'rclone-test-layubey7gixa'", Local "Local file system at /tmp/rclone3063832944", Modify Window "1s" 2026/09/24 01:52:14 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/24 01:52:15 ERROR : hello, world!: sum not found 2026/09/24 01:52:15 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-layubey7gixa' 2026/09/24 01:52:15 NOTICE: OpenDrive root 'rclone-test-layubey7gixa': 1 files missing 2026/09/24 01:52:15 NOTICE: 1 hashes missing 2026/09/24 01:52:15 NOTICE: OpenDrive root 'rclone-test-layubey7gixa': 1 differences found 2026/09/24 01:52:15 NOTICE: OpenDrive root 'rclone-test-layubey7gixa': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/24 01:52:16 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:16 NOTICE: OpenDrive root 'rclone-test-layubey7gixa': 0 differences found 2026/09/24 01:52:16 NOTICE: OpenDrive root 'rclone-test-layubey7gixa': 1 matching files 2026/09/24 01:52:16 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-woxirag1pane" 2026/09/24 01:52:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:16 DEBUG : Starting OpenDrive session with ID: 084037603a0ef6c3ef7e3a4e3ef1a16de368339bd1066a272d0bcd631cb8e894 2026/09/24 01:52:17 DEBUG : Creating backend with remote "/tmp/rclone2590829292" run.go:198: Remote "OpenDrive root 'rclone-test-woxirag1pane'", Local "Local file system at /tmp/rclone2590829292", Modify Window "1s" 2026/09/24 01:52:18 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/24 01:52:20 ERROR : HELLO, WORLD!: sum not found 2026/09/24 01:52:20 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-woxirag1pane' 2026/09/24 01:52:20 NOTICE: OpenDrive root 'rclone-test-woxirag1pane': 1 files missing 2026/09/24 01:52:20 NOTICE: 1 hashes missing 2026/09/24 01:52:20 NOTICE: OpenDrive root 'rclone-test-woxirag1pane': 1 differences found 2026/09/24 01:52:20 NOTICE: OpenDrive root 'rclone-test-woxirag1pane': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/24 01:52:20 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:20 NOTICE: OpenDrive root 'rclone-test-woxirag1pane': 0 differences found 2026/09/24 01:52:20 NOTICE: OpenDrive root 'rclone-test-woxirag1pane': 1 matching files 2026/09/24 01:52:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-bojikof1puti" 2026/09/24 01:52:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:21 DEBUG : Starting OpenDrive session with ID: 97c3b7aa6ef9fec3f5621a4fca83897c4829c107797830447559e415bd33e0ee 2026/09/24 01:52:21 DEBUG : Creating backend with remote "/tmp/rclone4009290298" run.go:198: Remote "OpenDrive root 'rclone-test-bojikof1puti'", Local "Local file system at /tmp/rclone4009290298", Modify Window "1s" 2026/09/24 01:52:22 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/24 01:52:24 ERROR : HeLlO, wOrLd!: sum not found 2026/09/24 01:52:24 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-bojikof1puti' 2026/09/24 01:52:24 NOTICE: OpenDrive root 'rclone-test-bojikof1puti': 1 files missing 2026/09/24 01:52:24 NOTICE: 1 hashes missing 2026/09/24 01:52:24 NOTICE: OpenDrive root 'rclone-test-bojikof1puti': 1 differences found 2026/09/24 01:52:24 NOTICE: OpenDrive root 'rclone-test-bojikof1puti': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/24 01:52:24 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:24 NOTICE: OpenDrive root 'rclone-test-bojikof1puti': 0 differences found 2026/09/24 01:52:24 NOTICE: OpenDrive root 'rclone-test-bojikof1puti': 1 matching files 2026/09/24 01:52:24 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-buzayos1loqi" 2026/09/24 01:52:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:25 DEBUG : Starting OpenDrive session with ID: 10b87fa36fad70869b532036de5856e12a1ec718ae1aed4ccb6a0472efd52d8f 2026/09/24 01:52:25 DEBUG : Creating backend with remote "/tmp/rclone312126408" run.go:198: Remote "OpenDrive root 'rclone-test-buzayos1loqi'", Local "Local file system at /tmp/rclone312126408", Modify Window "1s" 2026/09/24 01:52:26 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/24 01:52:28 ERROR : HELLO, WORLD!: sum not found 2026/09/24 01:52:28 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-buzayos1loqi' 2026/09/24 01:52:28 NOTICE: OpenDrive root 'rclone-test-buzayos1loqi': 1 files missing 2026/09/24 01:52:28 NOTICE: 1 hashes missing 2026/09/24 01:52:28 NOTICE: OpenDrive root 'rclone-test-buzayos1loqi': 1 differences found 2026/09/24 01:52:28 NOTICE: OpenDrive root 'rclone-test-buzayos1loqi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/24 01:52:28 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:28 NOTICE: OpenDrive root 'rclone-test-buzayos1loqi': 0 differences found 2026/09/24 01:52:28 NOTICE: OpenDrive root 'rclone-test-buzayos1loqi': 1 matching files 2026/09/24 01:52:28 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-xobubik5befo" 2026/09/24 01:52:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:28 DEBUG : Starting OpenDrive session with ID: 6092056aed9137b47b7c3fcc32b5d6640a11f402f0bd462756e323ae299ed6a4 2026/09/24 01:52:29 DEBUG : Creating backend with remote "/tmp/rclone2493513557" run.go:198: Remote "OpenDrive root 'rclone-test-xobubik5befo'", Local "Local file system at /tmp/rclone2493513557", Modify Window "1s" 2026/09/24 01:52:30 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/24 01:52:32 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/24 01:52:32 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-xobubik5befo' 2026/09/24 01:52:32 NOTICE: OpenDrive root 'rclone-test-xobubik5befo': 1 files missing 2026/09/24 01:52:32 NOTICE: 1 hashes missing 2026/09/24 01:52:32 NOTICE: OpenDrive root 'rclone-test-xobubik5befo': 1 differences found 2026/09/24 01:52:32 NOTICE: OpenDrive root 'rclone-test-xobubik5befo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/24 01:52:32 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:32 NOTICE: OpenDrive root 'rclone-test-xobubik5befo': 0 differences found 2026/09/24 01:52:32 NOTICE: OpenDrive root 'rclone-test-xobubik5befo': 1 matching files 2026/09/24 01:52:32 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tuzaqid1wite" 2026/09/24 01:52:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:33 DEBUG : Starting OpenDrive session with ID: 4bd067ca95d8cba3ca750edf05012c85313fc48fddcf4b30d77a43b2326a42f9 2026/09/24 01:52:33 DEBUG : Creating backend with remote "/tmp/rclone2656895484" run.go:198: Remote "OpenDrive root 'rclone-test-tuzaqid1wite'", Local "Local file system at /tmp/rclone2656895484", Modify Window "1s" 2026/09/24 01:52:35 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/24 01:52:36 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/24 01:52:36 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-tuzaqid1wite' 2026/09/24 01:52:36 NOTICE: OpenDrive root 'rclone-test-tuzaqid1wite': 1 files missing 2026/09/24 01:52:36 NOTICE: 1 hashes missing 2026/09/24 01:52:36 NOTICE: OpenDrive root 'rclone-test-tuzaqid1wite': 1 differences found 2026/09/24 01:52:36 NOTICE: OpenDrive root 'rclone-test-tuzaqid1wite': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/24 01:52:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:36 NOTICE: OpenDrive root 'rclone-test-tuzaqid1wite': 0 differences found 2026/09/24 01:52:36 NOTICE: OpenDrive root 'rclone-test-tuzaqid1wite': 1 matching files 2026/09/24 01:52:36 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-xudonuc3qezu" 2026/09/24 01:52:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:37 DEBUG : Starting OpenDrive session with ID: c5913dd35ae932046ce8cd4af144d1f64437f98cd7ff8f36d186b83ea47433b8 2026/09/24 01:52:37 DEBUG : Creating backend with remote "/tmp/rclone1651503287" run.go:198: Remote "OpenDrive root 'rclone-test-xudonuc3qezu'", Local "Local file system at /tmp/rclone1651503287", Modify Window "1s" 2026/09/24 01:52:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/24 01:52:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/24 01:52:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-xudonuc3qezu' 2026/09/24 01:52:40 NOTICE: OpenDrive root 'rclone-test-xudonuc3qezu': 1 files missing 2026/09/24 01:52:40 NOTICE: 1 hashes missing 2026/09/24 01:52:40 NOTICE: OpenDrive root 'rclone-test-xudonuc3qezu': 1 differences found 2026/09/24 01:52:40 NOTICE: OpenDrive root 'rclone-test-xudonuc3qezu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/24 01:52:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:40 NOTICE: OpenDrive root 'rclone-test-xudonuc3qezu': 0 differences found 2026/09/24 01:52:40 NOTICE: OpenDrive root 'rclone-test-xudonuc3qezu': 1 matching files 2026/09/24 01:52:40 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-gabaqak8buto" 2026/09/24 01:52:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:41 DEBUG : Starting OpenDrive session with ID: 3f1e0775c1ebd1de2c90525a30a064af74208d187c5bb0107819fc5a6594c3ce 2026/09/24 01:52:41 DEBUG : Creating backend with remote "/tmp/rclone1301164995" run.go:198: Remote "OpenDrive root 'rclone-test-gabaqak8buto'", Local "Local file system at /tmp/rclone1301164995", Modify Window "1s" 2026/09/24 01:52:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/24 01:52:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/24 01:52:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-gabaqak8buto' 2026/09/24 01:52:44 NOTICE: OpenDrive root 'rclone-test-gabaqak8buto': 1 files missing 2026/09/24 01:52:44 NOTICE: 1 hashes missing 2026/09/24 01:52:44 NOTICE: OpenDrive root 'rclone-test-gabaqak8buto': 1 differences found 2026/09/24 01:52:44 NOTICE: OpenDrive root 'rclone-test-gabaqak8buto': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/24 01:52:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:45 NOTICE: OpenDrive root 'rclone-test-gabaqak8buto': 0 differences found 2026/09/24 01:52:45 NOTICE: OpenDrive root 'rclone-test-gabaqak8buto': 1 matching files 2026/09/24 01:52:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-dajaneq0vasi" 2026/09/24 01:52:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:45 DEBUG : Starting OpenDrive session with ID: 02dd1bbbc623e0aecc1ac7709a8fb865329ff648dc9ec0cf36efec451e5a4354 2026/09/24 01:52:45 DEBUG : Creating backend with remote "/tmp/rclone1488553772" run.go:198: Remote "OpenDrive root 'rclone-test-dajaneq0vasi'", Local "Local file system at /tmp/rclone1488553772", Modify Window "1s" 2026/09/24 01:52:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/24 01:52:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/24 01:52:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-dajaneq0vasi' 2026/09/24 01:52:48 NOTICE: OpenDrive root 'rclone-test-dajaneq0vasi': 1 files missing 2026/09/24 01:52:48 NOTICE: 1 hashes missing 2026/09/24 01:52:48 NOTICE: OpenDrive root 'rclone-test-dajaneq0vasi': 1 differences found 2026/09/24 01:52:48 NOTICE: OpenDrive root 'rclone-test-dajaneq0vasi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/24 01:52:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:48 NOTICE: OpenDrive root 'rclone-test-dajaneq0vasi': 0 differences found 2026/09/24 01:52:48 NOTICE: OpenDrive root 'rclone-test-dajaneq0vasi': 1 matching files 2026/09/24 01:52:48 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-bamenak0dobi" 2026/09/24 01:52:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:52:49 DEBUG : Starting OpenDrive session with ID: 77049d60f80f967a99dea2783d8c1ed31b639da924862d818f77edf19950709a 2026/09/24 01:52:49 DEBUG : Creating backend with remote "/tmp/rclone2170524396" run.go:198: Remote "OpenDrive root 'rclone-test-bamenak0dobi'", Local "Local file system at /tmp/rclone2170524396", Modify Window "1s" 2026/09/24 01:52:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/24 01:52:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/24 01:52:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-bamenak0dobi' 2026/09/24 01:52:52 NOTICE: OpenDrive root 'rclone-test-bamenak0dobi': 1 files missing 2026/09/24 01:52:52 NOTICE: 1 hashes missing 2026/09/24 01:52:52 NOTICE: OpenDrive root 'rclone-test-bamenak0dobi': 1 differences found 2026/09/24 01:52:52 NOTICE: OpenDrive root 'rclone-test-bamenak0dobi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/24 01:52:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/24 01:52:52 NOTICE: OpenDrive root 'rclone-test-bamenak0dobi': 0 differences found 2026/09/24 01:52:52 NOTICE: OpenDrive root 'rclone-test-bamenak0dobi': 1 matching files 2026/09/24 01:52:52 DEBUG : OpenDrive root 'rclone-test-bamenak0dobi': Purge remote 2026/09/24 01:52:53 DEBUG : OpenDrive root 'rclone-test-dajaneq0vasi': Purge remote 2026/09/24 01:52:53 DEBUG : OpenDrive root 'rclone-test-gabaqak8buto': Purge remote 2026/09/24 01:52:53 DEBUG : OpenDrive root 'rclone-test-xudonuc3qezu': Purge remote 2026/09/24 01:52:54 DEBUG : OpenDrive root 'rclone-test-tuzaqid1wite': Purge remote 2026/09/24 01:52:54 DEBUG : OpenDrive root 'rclone-test-xobubik5befo': Purge remote 2026/09/24 01:52:55 DEBUG : OpenDrive root 'rclone-test-buzayos1loqi': Purge remote 2026/09/24 01:52:55 DEBUG : OpenDrive root 'rclone-test-bojikof1puti': Purge remote 2026/09/24 01:52:55 DEBUG : OpenDrive root 'rclone-test-woxirag1pane': Purge remote 2026/09/24 01:52:56 DEBUG : OpenDrive root 'rclone-test-layubey7gixa': Purge remote --- PASS: TestApplyTransforms (45.06s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:52:56 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/24 01:52:58 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/24 01:52:59 DEBUG : sub/file2: size = 14 OK 2026/09/24 01:52:59 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/24 01:52:59 INFO : file1: Copied (new) to: sub/file2 2026/09/24 01:53:00 DEBUG : sub/file2: size = 14 OK 2026/09/24 01:53:00 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/24 01:53:00 DEBUG : file1: Unchanged skipping 2026/09/24 01:53:00 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (5.81s) === RUN TestCopyFileImmutable run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:53:02 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/24 01:53:03 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2026/09/24 01:53:04 DEBUG : existing: size = 6 OK 2026/09/24 01:53:04 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/24 01:53:04 INFO : existing: Copied (new) 2026/09/24 01:53:05 DEBUG : existing: size = 6 OK 2026/09/24 01:53:05 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/24 01:53:05 DEBUG : existing: Unchanged skipping 2026/09/24 01:53:05 DEBUG : existing: size = 8 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:53:05 DEBUG : existing: size = 6 (OpenDrive root 'rclone-test-kaqiyis9roza') 2026/09/24 01:53:05 DEBUG : existing: Sizes differ 2026/09/24 01:53:05 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileImmutable (4.32s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" copy_test.go:188: Test only runs on local --- SKIP: TestCopyLongFile (0.40s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:53:08 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/24 01:53:10 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/backup" 2026/09/24 01:53:10 DEBUG : Starting OpenDrive session with ID: 81cdffed613a0ea27edf70db100f903c41727dba03e1ac6ebfb4940496183f97 2026/09/24 01:53:11 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:53:11 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-kaqiyis9roza') 2026/09/24 01:53:11 DEBUG : dst/file1: Sizes differ 2026/09/24 01:53:12 INFO : dst/file1: Moved (server-side) 2026/09/24 01:53:13 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/24 01:53:14 DEBUG : dst/file1: size = 14 OK 2026/09/24 01:53:14 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/24 01:53:14 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (11.01s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:53:18 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/dst" 2026/09/24 01:53:18 DEBUG : Starting OpenDrive session with ID: 06e4998e94f02b168dfa72db2683d0d252269013c74d360eb802db59be39a73a 2026/09/24 01:53:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/CompareDest" 2026/09/24 01:53:20 DEBUG : Starting OpenDrive session with ID: 99ca2c5dd52eb53431d0fcdde42570a4d4d62432193ea021d7e26d2f82582187 2026/09/24 01:53:21 DEBUG : one: Need to transfer - File not found at Destination 2026/09/24 01:53:22 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/24 01:53:24 DEBUG : one: size = 3 OK 2026/09/24 01:53:24 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/24 01:53:24 INFO : one: Copied (new) 2026/09/24 01:53:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:53:25 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-kaqiyis9roza/dst') 2026/09/24 01:53:25 DEBUG : one: Sizes differ 2026/09/24 01:53:25 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/24 01:53:26 DEBUG : one: size = 5 OK 2026/09/24 01:53:26 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/24 01:53:26 INFO : one: Copied (replaced existing) 2026/09/24 01:53:27 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/24 01:53:30 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/24 01:53:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:53:32 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-kaqiyis9roza/dst') 2026/09/24 01:53:32 DEBUG : one: Sizes differ 2026/09/24 01:53:32 DEBUG : one: size = 5 OK 2026/09/24 01:53:32 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/24 01:53:32 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/24 01:53:34 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/24 01:53:35 DEBUG : two: Need to transfer - File not found at Destination 2026/09/24 01:53:36 DEBUG : two: size = 3 OK 2026/09/24 01:53:36 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/24 01:53:36 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/24 01:53:36 DEBUG : two: Need to transfer - File not found at Destination 2026/09/24 01:53:37 DEBUG : two: size = 3 OK 2026/09/24 01:53:37 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/24 01:53:37 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/24 01:53:38 DEBUG : two: Need to transfer - File not found at Destination 2026/09/24 01:53:38 DEBUG : two: size = 5 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:53:38 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-kaqiyis9roza/CompareDest') 2026/09/24 01:53:38 DEBUG : two: Sizes differ 2026/09/24 01:53:39 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/24 01:53:40 DEBUG : two: size = 5 OK 2026/09/24 01:53:40 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/24 01:53:40 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (24.82s) === RUN TestCopyFileCopyDestImmutable run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:53:42 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/dst" 2026/09/24 01:53:43 DEBUG : Starting OpenDrive session with ID: f7121da701322718bbed624301d7975dc25ee3344151f3f1d019f50b3f236a28 2026/09/24 01:53:45 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/24 01:53:48 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/24 01:53:50 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/CopyDest" 2026/09/24 01:53:50 DEBUG : Starting OpenDrive session with ID: ac6567dd9d348039f804a917f43701b46d2e828dc2c0ffc0dd294059a4fe71d5 2026/09/24 01:53:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:53:51 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-kaqiyis9roza/dst') 2026/09/24 01:53:51 DEBUG : one: Sizes differ 2026/09/24 01:53:51 DEBUG : one: size = 5 OK 2026/09/24 01:53:51 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/24 01:53:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:53:51 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-kaqiyis9roza/dst') 2026/09/24 01:53:51 DEBUG : one: Sizes differ 2026/09/24 01:53:51 ERROR : one: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileCopyDestImmutable (10.71s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:53:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/dst" 2026/09/24 01:53:54 DEBUG : Starting OpenDrive session with ID: d0897ff65ca2b89122c746f7a4a3f10bf9a1f6e1209100e760e7be6929032c19 2026/09/24 01:53:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/CopyDest" 2026/09/24 01:53:55 DEBUG : Starting OpenDrive session with ID: aa1db787cca9ccba88084a0ea0b61650fccedac6b889aee69238f15ac612c40a 2026/09/24 01:53:56 DEBUG : one: Need to transfer - File not found at Destination 2026/09/24 01:53:58 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/24 01:53:59 DEBUG : one: size = 3 OK 2026/09/24 01:53:59 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/24 01:53:59 INFO : one: Copied (new) 2026/09/24 01:54:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:54:00 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-kaqiyis9roza/dst') 2026/09/24 01:54:00 DEBUG : one: Sizes differ 2026/09/24 01:54:01 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/24 01:54:02 DEBUG : one: size = 5 OK 2026/09/24 01:54:02 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/24 01:54:02 INFO : one: Copied (replaced existing) 2026/09/24 01:54:03 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/24 01:54:05 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/24 01:54:07 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/BackupDir" 2026/09/24 01:54:08 DEBUG : Starting OpenDrive session with ID: 3b6cd977be9fc51ae3e5cb49711d3a76a0a45bd89ebdca14e761e035379bead6 2026/09/24 01:54:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:54:08 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-kaqiyis9roza/dst') 2026/09/24 01:54:08 DEBUG : one: Sizes differ 2026/09/24 01:54:09 DEBUG : one: size = 5 OK 2026/09/24 01:54:09 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/24 01:54:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:54:09 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-kaqiyis9roza/dst') 2026/09/24 01:54:09 DEBUG : one: Sizes differ 2026/09/24 01:54:10 INFO : one: Moved (server-side) 2026/09/24 01:54:11 DEBUG : one: size = 5 OK 2026/09/24 01:54:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/24 01:54:11 INFO : one: Copied (server-side copy) 2026/09/24 01:54:11 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/24 01:54:13 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/24 01:54:14 DEBUG : two: Need to transfer - File not found at Destination 2026/09/24 01:54:15 DEBUG : two: size = 3 OK 2026/09/24 01:54:15 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/24 01:54:15 DEBUG : two: size = 3 OK 2026/09/24 01:54:15 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/24 01:54:15 INFO : two: Copied (server-side copy) 2026/09/24 01:54:15 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/24 01:54:16 DEBUG : two: size = 3 OK 2026/09/24 01:54:16 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/24 01:54:16 DEBUG : two: Unchanged skipping 2026/09/24 01:54:17 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/24 01:54:19 DEBUG : three: Need to transfer - File not found at Destination 2026/09/24 01:54:19 DEBUG : three: size = 7 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:54:19 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-kaqiyis9roza/CopyDest') 2026/09/24 01:54:19 DEBUG : three: Sizes differ 2026/09/24 01:54:19 DEBUG : three: Destination not found in --copy-dest 2026/09/24 01:54:20 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/24 01:54:22 DEBUG : three: size = 7 OK 2026/09/24 01:54:22 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/24 01:54:22 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (32.05s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" copy_test.go:434: Partial uploads not supported --- SKIP: TestCopyInplace (0.40s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" copy_test.go:467: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.41s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" copy_test.go:500: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.38s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:54:27 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/24 01:54:28 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/24 01:54:29 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/24 01:54:29 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/24 01:54:29 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/24 01:54:30 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/24 01:54:31 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/24 01:54:31 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/24 01:54:31 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/24 01:54:32 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/24 01:54:33 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/24 01:54:34 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/24 01:54:34 DEBUG : TestCopyFileMaxTransfer/file4: md5 = d9c92bf9d8916d6cfc52e21040022106 OK 2026/09/24 01:54:34 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (9.26s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.40s) === RUN TestDeduplicateSkip run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.38s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.40s) === RUN TestDeduplicateFirst run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", 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-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.41s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:54:39 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/24 01:54:41 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/24 01:54:43 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/24 01:54:45 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/24 01:54:47 INFO : OpenDrive root 'rclone-test-kaqiyis9roza': Looking for duplicate md5 hashes using newest mode. 2026/09/24 01:54:47 NOTICE: 86b9cc081885720d758463799c489acf: Found 3 files with duplicate md5 hashes 2026/09/24 01:54:47 INFO : one: Deleted 2026/09/24 01:54:48 INFO : also/one: Deleted 2026/09/24 01:54:48 NOTICE: 86b9cc081885720d758463799c489acf: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (11.62s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.40s) === RUN TestDeduplicateLargest run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.41s) === RUN TestDeduplicateSmallest run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.39s) === RUN TestDeduplicateRename run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.40s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.41s) === RUN TestMergeDirs run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.39s) === RUN TestListDirSorted run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:54:53 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/24 01:54:55 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/24 01:54:57 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/24 01:54:59 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/24 01:55:02 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/24 01:55:04 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/24 01:55:06 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/24 01:55:09 DEBUG : a.txt: Excluded (Size Filter) 2026/09/24 01:55:09 DEBUG : a.txt: Excluded 2026/09/24 01:55:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/24 01:55:09 DEBUG : sub dir/hello world: Excluded 2026/09/24 01:55:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/24 01:55:09 DEBUG : sub dir/hello world2: Excluded 2026/09/24 01:55:10 DEBUG : sub dir/ignore dir: Excluded 2026/09/24 01:55:10 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/24 01:55:10 DEBUG : sub dir/hello world: Excluded 2026/09/24 01:55:10 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/24 01:55:10 DEBUG : sub dir/hello world2: Excluded 2026/09/24 01:55:10 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (22.29s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:55:15 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/24 01:55:17 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/24 01:55:19 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/24 01:55:21 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/24 01:55:24 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/24 01:55:26 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/24 01:55:28 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/24 01:55:30 DEBUG : a.txt: Excluded (Size Filter) 2026/09/24 01:55:30 DEBUG : a.txt: Excluded 2026/09/24 01:55:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/24 01:55:31 DEBUG : sub dir/hello world: Excluded 2026/09/24 01:55:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/24 01:55:31 DEBUG : sub dir/hello world2: Excluded 2026/09/24 01:55:31 DEBUG : sub dir/ignore dir: Excluded 2026/09/24 01:55:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/24 01:55:31 DEBUG : sub dir/hello world: Excluded 2026/09/24 01:55:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/24 01:55:31 DEBUG : sub dir/hello world2: Excluded 2026/09/24 01:55:32 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (21.33s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:55:36 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/24 01:55:38 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.21s) --- PASS: TestListJSON/Default (0.21s) --- PASS: TestListJSON/FilesOnly (0.20s) --- PASS: TestListJSON/DirsOnly (0.20s) --- PASS: TestListJSON/Recurse (0.39s) --- PASS: TestListJSON/SubDir (0.19s) --- PASS: TestListJSON/NoModTime (0.19s) --- PASS: TestListJSON/NoMimeType (0.21s) --- PASS: TestListJSON/ShowHash (0.20s) --- PASS: TestListJSON/HashTypes (0.20s) --- PASS: TestListJSON/Metadata (0.20s) === RUN TestStatJSON run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:55:44 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/24 01:55:47 DEBUG : sub/file2: Uploading chunk 0, size=9, remain=0 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/09/24 01:55:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/notfound" 2026/09/24 01:55:52 DEBUG : Starting OpenDrive session with ID: f07addc5f66b3057ab9feb9ebd8e1c0acd0e2bdb7aa11ef2dcdaacf87824d955 --- PASS: TestStatJSON (10.80s) --- PASS: TestStatJSON/Root (0.21s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.21s) --- PASS: TestStatJSON/Dir (0.41s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.21s) --- PASS: TestStatJSON/File (0.41s) --- PASS: TestStatJSON/NotFound (0.38s) --- PASS: TestStatJSON/DirFilesOnly (0.20s) --- PASS: TestStatJSON/FileFilesOnly (0.38s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.19s) --- PASS: TestStatJSON/DirDirsOnly (0.20s) --- PASS: TestStatJSON/FileDirsOnly (0.19s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.19s) --- PASS: TestStatJSON/RootNotFound (1.60s) === RUN TestStatJSONMemory 2026/09/24 01:55:54 DEBUG : Creating backend with remote ":memory:" 2026/09/24 01:55:54 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/24 01:55:54 DEBUG : sub/file1: size = 5 OK 2026/09/24 01:55:54 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/24 01:55:54 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestStatJSONConfinement --- PASS: TestStatJSONConfinement (0.00s) === RUN TestMkdir run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:55:54 INFO : OpenDrive root 'rclone-test-kaqiyis9roza': Making directory 2026/09/24 01:55:55 INFO : OpenDrive root 'rclone-test-kaqiyis9roza': Making directory --- PASS: TestMkdir (0.60s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:55:56 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (4.07s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:56:00 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/24 01:56:02 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (5.21s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:56:05 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/24 01:56:07 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:09 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/24 01:56:09 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.65s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:56:11 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/24 01:56:13 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (5.18s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:56:16 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/24 01:56:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (5.47s) --- PASS: TestHashSums/Md5 (0.20s) --- PASS: TestHashSums/Md5Download (0.42s) === RUN TestHashSumsWithErrors 2026/09/24 01:56:21 DEBUG : Creating backend with remote ":memory:" 2026/09/24 01:56:21 ERROR : file1: hash unsupported: hash type not supported 2026/09/24 01:56:21 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/24 01:56:21 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/24 01:56:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/24 01:56:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/24 01:56:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/24 01:56:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/24 01:56:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/24 01:56:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/24 01:56:21 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/24 01:56:21 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-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:56:21 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/24 01:56:24 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:26 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (8.74s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:56:30 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/24 01:56:32 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/24 01:56:34 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/24 01:56:35 DEBUG : Waiting for deletions to finish 2026/09/24 01:56:35 DEBUG : large: Excluded (Size Filter) 2026/09/24 01:56:35 DEBUG : large: Excluded 2026/09/24 01:56:36 INFO : medium: Deleted 2026/09/24 01:56:36 INFO : small: Deleted --- PASS: TestDelete (7.25s) === RUN TestDeleteFatalError run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:56:37 DEBUG : file0: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:39 DEBUG : file1: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:41 DEBUG : file2: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:43 DEBUG : file3: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:46 DEBUG : file4: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:48 DEBUG : file5: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:50 DEBUG : file6: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:52 DEBUG : file7: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:54 DEBUG : file8: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:56 DEBUG : file9: Uploading chunk 0, size=1, remain=0 2026/09/24 01:56:58 DEBUG : file10: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:00 DEBUG : file11: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:02 DEBUG : file12: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:04 DEBUG : file13: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:06 DEBUG : file14: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:08 DEBUG : file15: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:10 DEBUG : file16: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:12 DEBUG : file17: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:14 DEBUG : file18: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:16 DEBUG : file19: Uploading chunk 0, size=1, remain=0 2026/09/24 01:57:17 DEBUG : Waiting for deletions to finish 2026/09/24 01:57:17 ERROR : file1: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file10: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file11: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file0: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file13: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file14: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file15: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file16: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file17: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file18: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file19: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file2: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file3: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file4: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file5: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file6: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file7: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file8: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file9: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:17 ERROR : file12: Got fatal error on delete: --max-delete threshold reached --- PASS: TestDeleteFatalError (45.12s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:57:22 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/24 01:57:25 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/24 01:57:26 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/24 01:57:28 DEBUG : Waiting for deletions to finish 2026/09/24 01:57:28 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/24 01:57:28 INFO : large: Deleted 2026/09/24 01:57:28 INFO : medium: Deleted --- PASS: TestMaxDelete (7.73s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:57:30 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/24 01:57:32 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/24 01:57:35 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/24 01:57:36 DEBUG : Waiting for deletions to finish 2026/09/24 01:57:36 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/24 01:57:36 INFO : medium: Deleted 2026/09/24 01:57:36 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.24s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:57:38 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/24 01:57:40 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/24 01:57:43 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/24 01:57:44 DEBUG : Waiting for deletions to finish 2026/09/24 01:57:44 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/24 01:57:44 INFO : large: Deleted 2026/09/24 01:57:44 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.82s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:57:46 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.99s) === RUN TestRetry 2026/09/24 01:57:49 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/24 01:57:49 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/24 01:57:49 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/24 01:57:49 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/24 01:57:49 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/24 01:57:49 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.04s) === RUN TestRetryAfterContextCancel 2026/09/24 01:57:49 DEBUG : Sleeping for 1h0m0s (as indicated by the server) to obey Retry-After error: BANG: trying again in 1h0m0s --- PASS: TestRetryAfterContextCancel (0.00s) === RUN TestRetryAfterLastTry --- PASS: TestRetryAfterLastTry (0.00s) === RUN TestCat run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:57:50 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/24 01:57:52 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (9.39s) === RUN TestPurge 2026/09/24 01:57:59 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qepirex9veqo" 2026/09/24 01:57:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/24 01:57:59 DEBUG : Starting OpenDrive session with ID: 53332e9eca75e39f6d5419b40787437d177b466d4af72867cf5696889b86362d 2026/09/24 01:58:00 DEBUG : Creating backend with remote "/tmp/rclone3598060975" run.go:198: Remote "OpenDrive root 'rclone-test-qepirex9veqo'", Local "Local file system at /tmp/rclone3598060975", Modify Window "1s" 2026/09/24 01:58:02 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/24 01:58:03 INFO : A2: Making directory 2026/09/24 01:58:04 INFO : A1/B2: Making directory 2026/09/24 01:58:04 INFO : A1/B2/C2: Making directory 2026/09/24 01:58:04 INFO : A1/B1/C3: Making directory 2026/09/24 01:58:05 INFO : A3: Making directory 2026/09/24 01:58:05 INFO : A3/B3: Making directory 2026/09/24 01:58:05 INFO : A3/B3/C4: Making directory 2026/09/24 01:58:07 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/24 01:58:10 ERROR : error listing: directory not found 2026/09/24 01:58:10 DEBUG : OpenDrive root 'rclone-test-qepirex9veqo': Purge remote 2026/09/24 01:58:10 NOTICE: purge failed: directory not found --- PASS: TestPurge (11.61s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:58:13 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/24 01:58:14 INFO : A2: Making directory 2026/09/24 01:58:14 INFO : A1/B2: Making directory 2026/09/24 01:58:14 INFO : A1/B2/C2: Making directory 2026/09/24 01:58:15 INFO : A1/B1/C3: Making directory 2026/09/24 01:58:15 INFO : A3: Making directory 2026/09/24 01:58:16 INFO : A3/B3: Making directory 2026/09/24 01:58:16 INFO : A3/B3/C4: Making directory 2026/09/24 01:58:17 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/24 01:58:20 DEBUG : removing 1 level 3 directories 2026/09/24 01:58:20 INFO : A3/B3/C4: Removing directory 2026/09/24 01:58:22 DEBUG : removing 2 level 3 directories 2026/09/24 01:58:22 INFO : A1/B2/C2: Removing directory 2026/09/24 01:58:22 INFO : A1/B1/C3: Removing directory 2026/09/24 01:58:22 DEBUG : removing 2 level 2 directories 2026/09/24 01:58:22 INFO : A3/B3: Removing directory 2026/09/24 01:58:22 INFO : A1/B2: Removing directory 2026/09/24 01:58:23 DEBUG : removing 2 level 1 directories 2026/09/24 01:58:23 INFO : A3: Removing directory 2026/09/24 01:58:23 INFO : A2: Removing directory 2026/09/24 01:58:27 DEBUG : removing 1 level 3 directories 2026/09/24 01:58:27 INFO : A1/B1/C1: Removing directory 2026/09/24 01:58:28 DEBUG : removing 1 level 2 directories 2026/09/24 01:58:28 INFO : A1/B1: Removing directory 2026/09/24 01:58:28 DEBUG : removing 1 level 1 directories 2026/09/24 01:58:28 INFO : A1: Removing directory 2026/09/24 01:58:29 DEBUG : removing 1 level 0 directories 2026/09/24 01:58:29 INFO : OpenDrive root 'rclone-test-kaqiyis9roza': Removing directory 2026/09/24 01:58:29 ERROR : error listing: directory not found 2026/09/24 01:58:29 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (19.02s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:58:30 INFO : A1: Making directory 2026/09/24 01:58:30 INFO : A1/B1: Making directory 2026/09/24 01:58:31 INFO : A1/B1/C1: Making directory 2026/09/24 01:58:33 DEBUG : removing 1 level 3 directories 2026/09/24 01:58:33 INFO : A1/B1/C1: Removing directory 2026/09/24 01:58:33 DEBUG : removing 1 level 2 directories 2026/09/24 01:58:33 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (5.24s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:58:35 INFO : A1: Making directory 2026/09/24 01:58:35 INFO : A1/B1: Making directory 2026/09/24 01:58:36 INFO : A1/B1/C1: Making directory 2026/09/24 01:58:38 DEBUG : removing 1 level 3 directories 2026/09/24 01:58:38 INFO : A1/B1/C1: Removing directory 2026/09/24 01:58:38 DEBUG : removing 1 level 2 directories 2026/09/24 01:58:38 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (5.07s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:58:41 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/24 01:58:42 DEBUG : file1: size = 14 OK 2026/09/24 01:58:42 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/24 01:58:42 DEBUG : filename.txt: File name found in url 2026/09/24 01:58:44 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/24 01:58:45 DEBUG : filename.txt: size = 14 OK 2026/09/24 01:58:45 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/24 01:58:45 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/24 01:58:46 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/24 01:58:47 DEBUG : headerfilename.txt: size = 14 OK 2026/09/24 01:58:47 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/24 01:58:48 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/24 01:58:49 DEBUG : file2: size = 14 OK 2026/09/24 01:58:49 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (10.14s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:58:51 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/24 01:58:52 DEBUG : file1: size = 14 OK 2026/09/24 01:58:52 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.78s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:58:53 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/24 01:58:54 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/24 01:58:55 DEBUG : sub/file2: size = 14 OK 2026/09/24 01:58:55 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/24 01:58:55 INFO : file1: Copied (new) to: sub/file2 2026/09/24 01:58:55 INFO : file1: Deleted 2026/09/24 01:58:56 DEBUG : sub/file2: size = 14 OK 2026/09/24 01:58:56 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/24 01:58:56 DEBUG : file1: Unchanged skipping 2026/09/24 01:58:56 INFO : file1: Deleted 2026/09/24 01:58:56 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (5.26s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:58:58 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/24 01:58:59 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/24 01:59:00 DEBUG : file1: size = 14 OK 2026/09/24 01:59:00 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/24 01:59:00 INFO : file1: Copied (new) 2026/09/24 01:59:00 INFO : file1: Deleted 2026/09/24 01:59:01 DEBUG : file1: Destination exists, skipping 2026/09/24 01:59:01 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (6.06s) === RUN TestMoveFileImmutable run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:59:05 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2026/09/24 01:59:07 DEBUG : existing: size = 8 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:59:07 DEBUG : existing: size = 6 (OpenDrive root 'rclone-test-kaqiyis9roza') 2026/09/24 01:59:07 DEBUG : existing: Sizes differ 2026/09/24 01:59:07 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestMoveFileImmutable (3.29s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:59:08 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/24 01:59:09 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/24 01:59:10 DEBUG : sub/file2: size = 14 OK 2026/09/24 01:59:10 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/24 01:59:10 INFO : file1: Copied (new) to: sub/file2 2026/09/24 01:59:10 INFO : file1: Deleted 2026/09/24 01:59:11 DEBUG : sub/file2: size = 14 OK 2026/09/24 01:59:11 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/24 01:59:11 DEBUG : file1: Unchanged skipping 2026/09/24 01:59:11 INFO : file1: Deleted 2026/09/24 01:59:12 DEBUG : sub/file2: moving to sub/File2-rclone-move-jumopuc7 2026/09/24 01:59:12 DEBUG : sub/file2: same parent dir (ODFfMTMyNzU0MDhfYXYzZDE) - using file/rename instead of move_copy for sub/File2-rclone-move-jumopuc7 2026/09/24 01:59:13 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-jumopuc7 2026/09/24 01:59:13 DEBUG : sub/file2: moving to sub/File2 2026/09/24 01:59:13 DEBUG : sub/File2-rclone-move-jumopuc7: same parent dir (ODFfMTMyNzU0MDhfYXYzZDE) - using file/rename instead of move_copy for sub/File2 2026/09/24 01:59:13 INFO : sub/File2-rclone-move-jumopuc7: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (7.93s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:59:16 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/24 01:59:18 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.89s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:59:20 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/24 01:59:22 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kaqiyis9roza/backup" 2026/09/24 01:59:23 DEBUG : Starting OpenDrive session with ID: 835d842c8e6cf8aa4274397b2f74779904863154d12af6d6ad84d708dabbe951 2026/09/24 01:59:24 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone4112252789) 2026/09/24 01:59:24 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-kaqiyis9roza') 2026/09/24 01:59:24 DEBUG : dst/file1: Sizes differ 2026/09/24 01:59:25 INFO : dst/file1: Moved (server-side) 2026/09/24 01:59:26 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/24 01:59:28 DEBUG : dst/file1: size = 14 OK 2026/09/24 01:59:28 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/24 01:59:28 INFO : dst/file1: Copied (new) 2026/09/24 01:59:28 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (11.73s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMoveMoveError run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 01:59:32 DEBUG : A/file0: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:34 DEBUG : A/file1: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:36 DEBUG : A/file2: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:39 DEBUG : A/file3: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:41 DEBUG : A/file4: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:42 DEBUG : A/file5: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:44 DEBUG : A/file6: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:46 DEBUG : A/file7: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:48 DEBUG : A/file8: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:50 DEBUG : A/file9: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:52 DEBUG : A/file10: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:54 DEBUG : A/file11: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:56 DEBUG : A/file12: Uploading chunk 0, size=1, remain=0 2026/09/24 01:59:59 DEBUG : A/file13: Uploading chunk 0, size=1, remain=0 2026/09/24 02:00:01 DEBUG : A/file14: Uploading chunk 0, size=1, remain=0 2026/09/24 02:00:04 DEBUG : A/file15: Uploading chunk 0, size=1, remain=0 2026/09/24 02:00:06 DEBUG : A/file16: Uploading chunk 0, size=1, remain=0 2026/09/24 02:00:08 DEBUG : A/file17: Uploading chunk 0, size=1, remain=0 2026/09/24 02:00:10 DEBUG : A/file18: Uploading chunk 0, size=1, remain=0 2026/09/24 02:00:12 DEBUG : A/file19: Uploading chunk 0, size=1, remain=0 operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveMoveError (47.89s) === RUN TestDirMoveContext run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:00:20 DEBUG : A/one: Uploading chunk 0, size=3, remain=0 2026/09/24 02:00:23 DEBUG : A/two: Uploading chunk 0, size=3, remain=0 operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveContext (6.56s) === RUN TestDirMove run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:00:27 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/24 02:00:29 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/24 02:00:31 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/24 02:00:34 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/24 02:00:37 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/24 02:00:38 INFO : A1/B2: Making directory 2026/09/24 02:00:38 INFO : A1/B1/C3: Making directory 2026/09/24 02:00:40 DEBUG : A2: same parent dir (ODFfMTMyNzUzOThfVVNvRXM) - using folder/rename instead of move_copy 2026/09/24 02:00:45 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/24 02:00:45 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/24 02:00:46 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/24 02:00:46 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/24 02:00:46 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/24 02:00:49 INFO : OpenDrive root 'rclone-test-kaqiyis9roza': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/24 02:00:53 INFO : A3/two: Moved (server-side) to: A4/two 2026/09/24 02:00:53 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/24 02:00:53 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/24 02:00:53 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/24 02:00:53 INFO : A3/one: Moved (server-side) to: A4/one --- PASS: TestDirMove (36.29s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:02 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': File to upload is small (34 bytes), uploading instead of streaming 2026/09/24 02:01:03 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/24 02:01:05 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/24 02:01:05 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/24 02:01:05 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/24 02:01:05 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/24 02:01:06 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/24 02:01:09 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/24 02:01:09 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/24 02:01:09 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-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:10 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': File to upload is small (34 bytes), uploading instead of streaming 2026/09/24 02:01:11 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/24 02:01:12 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/24 02:01:12 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/24 02:01:12 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/24 02:01:12 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/24 02:01:13 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/24 02:01:16 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/24 02:01:16 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/24 02:01:16 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-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:17 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': File to upload is small (34 bytes), uploading instead of streaming 2026/09/24 02:01:18 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/24 02:01:19 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/24 02:01:19 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/24 02:01:19 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/24 02:01:20 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/24 02:01:22 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/24 02:01:22 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-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:23 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': File to upload is small (34 bytes), uploading instead of streaming 2026/09/24 02:01:24 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/24 02:01:25 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/24 02:01:25 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/24 02:01:25 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/24 02:01:25 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/24 02:01:26 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/24 02:01:28 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/24 02:01:28 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/24 02:01:28 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (26.77s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (8.08s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.57s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.20s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.92s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" operations_test.go:1745: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.44s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:30 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/24 02:01:31 DEBUG : potato1: size = 60 OK 2026/09/24 02:01:31 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/24 02:01:31 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': File to upload is small (60 bytes), uploading instead of streaming 2026/09/24 02:01:33 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/24 02:01:34 DEBUG : potato2: size = 60 OK 2026/09/24 02:01:34 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/24 02:01:34 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (5.83s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:36 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/24 02:01:36 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.56s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" operations_test.go:1838: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.43s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:38 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/24 02:01:39 DEBUG : potato1: size = 60 OK 2026/09/24 02:01:39 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.81s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:41 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/24 02:01:42 DEBUG : potato1: size = 60 OK 2026/09/24 02:01:42 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-kaqiyis9roza') 2026/09/24 02:01:42 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-kaqiyis9roza') 2026/09/24 02:01:42 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-kaqiyis9roza') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/24 02:01:42 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:44 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/24 02:01:45 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-kaqiyis9roza') 2026/09/24 02:01:45 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-kaqiyis9roza') 2026/09/24 02:01:45 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-kaqiyis9roza') 59 2026/09/24 02:01:45 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:46 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/24 02:01:48 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:49 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/24 02:01:50 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (10.79s) --- PASS: TestRcatSizeChecksum/Corrupted (2.87s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.83s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.53s) --- PASS: TestRcatSizeChecksum/NoHashes (2.56s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:01:52 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/24 02:01:54 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/24 02:01:56 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/24 02:01:58 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': Touching "empty space" 2026/09/24 02:01:58 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': Touching "potato2" 2026/09/24 02:01:58 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': Touching "sub dir/potato3" --- PASS: TestTouchDir (9.41s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" operations_test.go:2058: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.44s) === RUN TestMkdirModTime run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" operations_test.go:2079: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.43s) === RUN TestCopyDirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" operations_test.go:2123: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.43s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" operations_test.go:2161: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.41s) === RUN TestDirsEqual run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" operations_test.go:2212: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.42s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-kaqiyis9roza'", Local "Local file system at /tmp/rclone4112252789", Modify Window "1s" 2026/09/24 02:02:04 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/24 02:02:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/24 02:02:09 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.vujebac2" before starting 2026/09/24 02:02:10 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNzU0NDBfUUVIRXE) - using file/rename instead of move_copy for sub dir/test remove existing.vujebac2 2026/09/24 02:02:10 DEBUG : sub dir/test remove existing.vujebac2: TEST: removing renamed existing file after operation 2026/09/24 02:02:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.paxalur6" before starting 2026/09/24 02:02:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNzU0NDBfUUVIRXE) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.paxalur6 2026/09/24 02:02:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.paxalur6: TEST: renaming existing back after failed operation 2026/09/24 02:02:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.paxalur6: same parent dir (ODFfMTMyNzU0NDBfUUVIRXE) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/24 02:02:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ragutoq3" before starting 2026/09/24 02:02:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNzU0NDBfUUVIRXE) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ragutoq3 2026/09/24 02:02:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ragutoq3: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (14.52s) === RUN TestRcatInputFailurePreservesDestination 2026/09/24 02:02:17 DEBUG : Creating backend with remote "/tmp/TestRcatInputFailurePreservesDestination3016569279/001" 2026/09/24 02:02:17 DEBUG : Config file has changed externally - reloading --- PASS: TestRcatInputFailurePreservesDestination (0.00s) === 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/24 02:02:17 DEBUG : OpenDrive root 'rclone-test-kaqiyis9roza': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 12m0.233997033s (try 1/5)