"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/10 01:55:06 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo" 2026/09/10 01:55:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:55:06 DEBUG : Starting OpenDrive session with ID: d4a9188e01f02b18e3e775865d59af0d0e163a3d4eb400d31d630e8becd8e2f8 2026/09/10 01:55:07 DEBUG : Creating backend with remote "/tmp/rclone24330737" === 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-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/10 01:55:07 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/10 01:55:07 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.18s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/10 01:55:07 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 1 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 0 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 2 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/10 01:55:07 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/10 01:55:07 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/10 01:55:07 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 1 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 0 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 2 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/10 01:55:07 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/10 01:55:07 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/10 01:55:07 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 1 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 2 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 0 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 3 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/10 01:55:07 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/10 01:55:07 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/10 01:55:07 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 1 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 2 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 3 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/10 01:55:07 DEBUG : file.txt: writing chunk 0 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/10 01:55:07 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/10 01:55:07 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/10 01:55:07 DEBUG : a: size = 0 OK 2026/09/10 01:55:07 DEBUG : a: size = 1 (memory) 2026/09/10 01:55:07 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/10 01:55:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/10 01:55:07 DEBUG : potato: Seek from 10 to 0 2026/09/10 01:55:07 DEBUG : potato: Seek from 10 to 0 2026/09/10 01:55:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/10 01:55:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Seek from 5 to 2 2026/09/10 01:55:07 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/10 01:55:07 DEBUG : potato: Seek from 7 to 0 2026/09/10 01:55:07 DEBUG : potato: Seek from 7 to 0 2026/09/10 01:55:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/10 01:55:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Seek from 5 to 2 2026/09/10 01:55:07 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/10 01:55:07 DEBUG : potato: Seek from 8 to 0 2026/09/10 01:55:07 DEBUG : potato: Seek from 8 to 0 2026/09/10 01:55:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/10 01:55:07 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/10 01:55:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/10 01:55:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/10 01:55:07 DEBUG : potato: Seek from 5 to 2 2026/09/10 01:55:07 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/10 01:55:07 DEBUG : potato: Seek from 9 to 0 2026/09/10 01:55:07 DEBUG : potato: Seek from 9 to 0 2026/09/10 01:55:07 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-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:55:08 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/10 01:55:11 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/10 01:55:13 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/10 01:55:16 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.51s) --- PASS: TestCheck/1 (0.18s) --- PASS: TestCheck/2 (0.18s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (0.18s) --- PASS: TestCheck/5 (0.18s) --- PASS: TestCheck/6 (0.18s) --- PASS: TestCheck/7 (0.18s) === RUN TestCheckFsError 2026/09/10 01:55:19 DEBUG : Creating backend with remote "nonexistent" 2026/09/10 01:55:19 DEBUG : Creating backend with remote "nonexistent" 2026/09/10 01:55:19 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/10 01:55:19 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/10 01:55:19 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/10 01:55:19 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:55:19 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/10 01:55:22 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/10 01:55:25 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/10 01:55:28 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (13.34s) --- PASS: TestCheckDownload/1 (0.36s) --- PASS: TestCheckDownload/2 (0.53s) --- PASS: TestCheckDownload/3 (0.37s) --- PASS: TestCheckDownload/4 (0.79s) --- PASS: TestCheckDownload/5 (0.64s) --- PASS: TestCheckDownload/6 (0.40s) --- PASS: TestCheckDownload/7 (0.55s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:55:33 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/10 01:55:35 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/10 01:55:37 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/10 01:55:40 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.29s) --- PASS: TestCheckSizeOnly/1 (0.19s) --- PASS: TestCheckSizeOnly/2 (0.19s) --- PASS: TestCheckSizeOnly/3 (0.19s) --- PASS: TestCheckSizeOnly/4 (0.19s) --- PASS: TestCheckSizeOnly/5 (0.19s) --- PASS: TestCheckSizeOnly/6 (0.19s) --- PASS: TestCheckSizeOnly/7 (0.51s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.01s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:55:44 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/10 01:55:46 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/10 01:55:46 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/10 01:55:46 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/10 01:55:46 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/10 01:55:47 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/10 01:55:48 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/10 01:55:48 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/10 01:55:48 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/10 01:55:48 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.75s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:55:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/data" 2026/09/10 01:55:50 DEBUG : Starting OpenDrive session with ID: 53cbe894a5c17aed88e24d7d550818235a08269cbf3c40d63a881e2cf1d6a9cd 2026/09/10 01:55:52 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/10 01:55:53 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/10 01:55:57 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/10 01:55:59 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/10 01:56:01 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/10 01:56:04 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/10 01:56:07 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/10 01:56:10 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/10 01:56:13 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/10 01:56:14 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/10 01:56:16 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (30.94s) --- PASS: TestCheckSum/subtest1 (0.96s) --- PASS: TestCheckSum/subtest2 (0.77s) --- PASS: TestCheckSum/subtest3 (0.77s) --- PASS: TestCheckSum/subtest4 (0.78s) --- PASS: TestCheckSum/subtest5 (0.78s) --- PASS: TestCheckSum/subtest6 (0.78s) --- PASS: TestCheckSum/subtest7 (0.86s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:56:20 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/data" 2026/09/10 01:56:20 DEBUG : Starting OpenDrive session with ID: e6ebe9dbf494a58474281621a0328a80be214eb5f4508621c03356fa5723c498 2026/09/10 01:56:23 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/10 01:56:25 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/10 01:56:28 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/10 01:56:30 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/10 01:56:33 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/10 01:56:37 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/10 01:56:40 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/10 01:56:43 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/10 01:56:46 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/10 01:56:47 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/10 01:56:49 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (32.94s) --- PASS: TestCheckSumDownload/subtest1 (1.42s) --- PASS: TestCheckSumDownload/subtest2 (1.05s) --- PASS: TestCheckSumDownload/subtest3 (1.33s) --- PASS: TestCheckSumDownload/subtest4 (0.97s) --- PASS: TestCheckSumDownload/subtest5 (0.98s) --- PASS: TestCheckSumDownload/subtest6 (0.98s) --- PASS: TestCheckSumDownload/subtest7 (0.98s) === RUN TestCheckSumConcurrency 2026/09/10 01:56:53 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/10 01:56:53 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/10 01:56:53 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/10 01:56:53 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/10 01:56:53 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/10 01:56:53 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/10 01:56:53 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/10 01:56:53 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/10 01:56:53 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/10 01:56:53 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/10 01:56:53 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/10 01:56:53 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/10 01:56:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kozusey4heqe" 2026/09/10 01:56:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:56:53 DEBUG : Starting OpenDrive session with ID: 68c4cdfb77a75c71ae93b97a76d06105eddcec9648d283b76c4e5d2c28192d98 2026/09/10 01:56:54 DEBUG : Creating backend with remote "/tmp/rclone3504323726" run.go:198: Remote "OpenDrive root 'rclone-test-kozusey4heqe'", Local "Local file system at /tmp/rclone3504323726", Modify Window "1s" 2026/09/10 01:56:55 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/10 01:56:57 ERROR : hello, world!: sum not found 2026/09/10 01:56:57 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-kozusey4heqe' 2026/09/10 01:56:57 NOTICE: OpenDrive root 'rclone-test-kozusey4heqe': 1 files missing 2026/09/10 01:56:57 NOTICE: 1 hashes missing 2026/09/10 01:56:57 NOTICE: OpenDrive root 'rclone-test-kozusey4heqe': 1 differences found 2026/09/10 01:56:57 NOTICE: OpenDrive root 'rclone-test-kozusey4heqe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/10 01:56:57 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:56:57 NOTICE: OpenDrive root 'rclone-test-kozusey4heqe': 0 differences found 2026/09/10 01:56:57 NOTICE: OpenDrive root 'rclone-test-kozusey4heqe': 1 matching files 2026/09/10 01:56:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kuporej6fogo" 2026/09/10 01:56:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:56:58 DEBUG : Starting OpenDrive session with ID: 75926ed26fb3c8a2b45d366756e02eeec1f6f0f1a758f60b44d9b5ae72b20cd5 2026/09/10 01:56:58 DEBUG : Creating backend with remote "/tmp/rclone3065136919" run.go:198: Remote "OpenDrive root 'rclone-test-kuporej6fogo'", Local "Local file system at /tmp/rclone3065136919", Modify Window "1s" 2026/09/10 01:56:59 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/10 01:57:00 ERROR : HELLO, WORLD!: sum not found 2026/09/10 01:57:00 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-kuporej6fogo' 2026/09/10 01:57:00 NOTICE: OpenDrive root 'rclone-test-kuporej6fogo': 1 files missing 2026/09/10 01:57:00 NOTICE: 1 hashes missing 2026/09/10 01:57:00 NOTICE: OpenDrive root 'rclone-test-kuporej6fogo': 1 differences found 2026/09/10 01:57:00 NOTICE: OpenDrive root 'rclone-test-kuporej6fogo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/10 01:57:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:57:01 NOTICE: OpenDrive root 'rclone-test-kuporej6fogo': 0 differences found 2026/09/10 01:57:01 NOTICE: OpenDrive root 'rclone-test-kuporej6fogo': 1 matching files 2026/09/10 01:57:01 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yatatig9waje" 2026/09/10 01:57:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:57:01 DEBUG : Starting OpenDrive session with ID: b951be63ca9e49ad18cabd7fbe16c1cd6218e5f3373316b5442de5aabd0b527b 2026/09/10 01:57:02 DEBUG : Creating backend with remote "/tmp/rclone4240115384" run.go:198: Remote "OpenDrive root 'rclone-test-yatatig9waje'", Local "Local file system at /tmp/rclone4240115384", Modify Window "1s" 2026/09/10 01:57:03 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/10 01:57:04 ERROR : HeLlO, wOrLd!: sum not found 2026/09/10 01:57:04 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-yatatig9waje' 2026/09/10 01:57:04 NOTICE: OpenDrive root 'rclone-test-yatatig9waje': 1 files missing 2026/09/10 01:57:04 NOTICE: 1 hashes missing 2026/09/10 01:57:04 NOTICE: OpenDrive root 'rclone-test-yatatig9waje': 1 differences found 2026/09/10 01:57:04 NOTICE: OpenDrive root 'rclone-test-yatatig9waje': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/10 01:57:04 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:57:04 NOTICE: OpenDrive root 'rclone-test-yatatig9waje': 0 differences found 2026/09/10 01:57:04 NOTICE: OpenDrive root 'rclone-test-yatatig9waje': 1 matching files 2026/09/10 01:57:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qafizax0qafo" 2026/09/10 01:57:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:57:05 DEBUG : Starting OpenDrive session with ID: 6481f9b5fc2ab844293c1a365c1e0515a766d901c259c57372c941791eb31e67 2026/09/10 01:57:05 DEBUG : Creating backend with remote "/tmp/rclone554213043" run.go:198: Remote "OpenDrive root 'rclone-test-qafizax0qafo'", Local "Local file system at /tmp/rclone554213043", Modify Window "1s" 2026/09/10 01:57:06 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/10 01:57:07 ERROR : HELLO, WORLD!: sum not found 2026/09/10 01:57:07 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-qafizax0qafo' 2026/09/10 01:57:07 NOTICE: OpenDrive root 'rclone-test-qafizax0qafo': 1 files missing 2026/09/10 01:57:07 NOTICE: 1 hashes missing 2026/09/10 01:57:07 NOTICE: OpenDrive root 'rclone-test-qafizax0qafo': 1 differences found 2026/09/10 01:57:07 NOTICE: OpenDrive root 'rclone-test-qafizax0qafo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/10 01:57:08 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:57:08 NOTICE: OpenDrive root 'rclone-test-qafizax0qafo': 0 differences found 2026/09/10 01:57:08 NOTICE: OpenDrive root 'rclone-test-qafizax0qafo': 1 matching files 2026/09/10 01:57:08 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tusehoj3huze" 2026/09/10 01:57:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:57:08 DEBUG : Starting OpenDrive session with ID: 5a9e0f31828fa1e3fa8695d16cf904fc2d52d38245e3fcc51c1e59e71ac81f9c 2026/09/10 01:57:09 DEBUG : Creating backend with remote "/tmp/rclone3998602536" run.go:198: Remote "OpenDrive root 'rclone-test-tusehoj3huze'", Local "Local file system at /tmp/rclone3998602536", Modify Window "1s" 2026/09/10 01:57:10 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/10 01:57:11 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/10 01:57:11 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-tusehoj3huze' 2026/09/10 01:57:11 NOTICE: OpenDrive root 'rclone-test-tusehoj3huze': 1 files missing 2026/09/10 01:57:11 NOTICE: 1 hashes missing 2026/09/10 01:57:11 NOTICE: OpenDrive root 'rclone-test-tusehoj3huze': 1 differences found 2026/09/10 01:57:11 NOTICE: OpenDrive root 'rclone-test-tusehoj3huze': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/10 01:57:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:57:12 NOTICE: OpenDrive root 'rclone-test-tusehoj3huze': 0 differences found 2026/09/10 01:57:12 NOTICE: OpenDrive root 'rclone-test-tusehoj3huze': 1 matching files 2026/09/10 01:57:12 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fetahev8sadi" 2026/09/10 01:57:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:57:12 DEBUG : Starting OpenDrive session with ID: e11d424138b698040455406dd6cba9386e56604451e149aad8fbecfeec85c76d 2026/09/10 01:57:13 DEBUG : Creating backend with remote "/tmp/rclone3770294542" run.go:198: Remote "OpenDrive root 'rclone-test-fetahev8sadi'", Local "Local file system at /tmp/rclone3770294542", Modify Window "1s" 2026/09/10 01:57:14 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/10 01:57:15 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/10 01:57:15 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-fetahev8sadi' 2026/09/10 01:57:15 NOTICE: OpenDrive root 'rclone-test-fetahev8sadi': 1 files missing 2026/09/10 01:57:15 NOTICE: 1 hashes missing 2026/09/10 01:57:15 NOTICE: OpenDrive root 'rclone-test-fetahev8sadi': 1 differences found 2026/09/10 01:57:15 NOTICE: OpenDrive root 'rclone-test-fetahev8sadi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/10 01:57:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:57:16 NOTICE: OpenDrive root 'rclone-test-fetahev8sadi': 0 differences found 2026/09/10 01:57:16 NOTICE: OpenDrive root 'rclone-test-fetahev8sadi': 1 matching files 2026/09/10 01:57:16 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tozemop5yiha" 2026/09/10 01:57:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:57:16 DEBUG : Starting OpenDrive session with ID: 08f8926b79dcd714452ff6fb5b136a1f2b05e75fd0c8897b0ee25f9f4d658d6b 2026/09/10 01:57:17 DEBUG : Creating backend with remote "/tmp/rclone2623139717" run.go:198: Remote "OpenDrive root 'rclone-test-tozemop5yiha'", Local "Local file system at /tmp/rclone2623139717", Modify Window "1s" 2026/09/10 01:57:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/10 01:57:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/10 01:57:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-tozemop5yiha' 2026/09/10 01:57:19 NOTICE: OpenDrive root 'rclone-test-tozemop5yiha': 1 files missing 2026/09/10 01:57:19 NOTICE: 1 hashes missing 2026/09/10 01:57:19 NOTICE: OpenDrive root 'rclone-test-tozemop5yiha': 1 differences found 2026/09/10 01:57:19 NOTICE: OpenDrive root 'rclone-test-tozemop5yiha': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/10 01:57:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:57:19 NOTICE: OpenDrive root 'rclone-test-tozemop5yiha': 0 differences found 2026/09/10 01:57:19 NOTICE: OpenDrive root 'rclone-test-tozemop5yiha': 1 matching files 2026/09/10 01:57:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-zijeruw0yuwe" 2026/09/10 01:57:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:57:20 DEBUG : Starting OpenDrive session with ID: 9fff2d5335ae843f2695b1fd92ec583d6b6793b1511391701141db287132d5d9 2026/09/10 01:57:20 DEBUG : Creating backend with remote "/tmp/rclone272329994" run.go:198: Remote "OpenDrive root 'rclone-test-zijeruw0yuwe'", Local "Local file system at /tmp/rclone272329994", Modify Window "1s" 2026/09/10 01:57:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/10 01:57:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/10 01:57:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-zijeruw0yuwe' 2026/09/10 01:57:23 NOTICE: OpenDrive root 'rclone-test-zijeruw0yuwe': 1 files missing 2026/09/10 01:57:23 NOTICE: 1 hashes missing 2026/09/10 01:57:23 NOTICE: OpenDrive root 'rclone-test-zijeruw0yuwe': 1 differences found 2026/09/10 01:57:23 NOTICE: OpenDrive root 'rclone-test-zijeruw0yuwe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/10 01:57:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:57:23 NOTICE: OpenDrive root 'rclone-test-zijeruw0yuwe': 0 differences found 2026/09/10 01:57:23 NOTICE: OpenDrive root 'rclone-test-zijeruw0yuwe': 1 matching files 2026/09/10 01:57:23 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mabesex5ciba" 2026/09/10 01:57:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:57:24 DEBUG : Starting OpenDrive session with ID: 98d15c46948f3e4064f0d1d7d287786b6b24de9dae3da4128cd200f72b22645c 2026/09/10 01:57:24 DEBUG : Creating backend with remote "/tmp/rclone1815565430" run.go:198: Remote "OpenDrive root 'rclone-test-mabesex5ciba'", Local "Local file system at /tmp/rclone1815565430", Modify Window "1s" 2026/09/10 01:57:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/10 01:57:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/10 01:57:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-mabesex5ciba' 2026/09/10 01:57:27 NOTICE: OpenDrive root 'rclone-test-mabesex5ciba': 1 files missing 2026/09/10 01:57:27 NOTICE: 1 hashes missing 2026/09/10 01:57:27 NOTICE: OpenDrive root 'rclone-test-mabesex5ciba': 1 differences found 2026/09/10 01:57:27 NOTICE: OpenDrive root 'rclone-test-mabesex5ciba': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/10 01:57:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:57:28 NOTICE: OpenDrive root 'rclone-test-mabesex5ciba': 0 differences found 2026/09/10 01:57:28 NOTICE: OpenDrive root 'rclone-test-mabesex5ciba': 1 matching files 2026/09/10 01:57:28 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tosayen6wuni" 2026/09/10 01:57:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 01:57:28 DEBUG : Starting OpenDrive session with ID: 6bea9c0e08e741c6484c2fe4b3253f43c647b26ba97890aacb14b8837b65d690 2026/09/10 01:57:28 DEBUG : Creating backend with remote "/tmp/rclone178763188" run.go:198: Remote "OpenDrive root 'rclone-test-tosayen6wuni'", Local "Local file system at /tmp/rclone178763188", Modify Window "1s" 2026/09/10 01:57:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/10 01:57:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/10 01:57:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-tosayen6wuni' 2026/09/10 01:57:31 NOTICE: OpenDrive root 'rclone-test-tosayen6wuni': 1 files missing 2026/09/10 01:57:31 NOTICE: 1 hashes missing 2026/09/10 01:57:31 NOTICE: OpenDrive root 'rclone-test-tosayen6wuni': 1 differences found 2026/09/10 01:57:31 NOTICE: OpenDrive root 'rclone-test-tosayen6wuni': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/10 01:57:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/10 01:57:31 NOTICE: OpenDrive root 'rclone-test-tosayen6wuni': 0 differences found 2026/09/10 01:57:31 NOTICE: OpenDrive root 'rclone-test-tosayen6wuni': 1 matching files 2026/09/10 01:57:31 DEBUG : OpenDrive root 'rclone-test-tosayen6wuni': Purge remote 2026/09/10 01:57:32 DEBUG : OpenDrive root 'rclone-test-mabesex5ciba': Purge remote 2026/09/10 01:57:32 DEBUG : OpenDrive root 'rclone-test-zijeruw0yuwe': Purge remote 2026/09/10 01:57:32 DEBUG : OpenDrive root 'rclone-test-tozemop5yiha': Purge remote 2026/09/10 01:57:33 DEBUG : OpenDrive root 'rclone-test-fetahev8sadi': Purge remote 2026/09/10 01:57:33 DEBUG : OpenDrive root 'rclone-test-tusehoj3huze': Purge remote 2026/09/10 01:57:34 DEBUG : OpenDrive root 'rclone-test-qafizax0qafo': Purge remote 2026/09/10 01:57:34 DEBUG : OpenDrive root 'rclone-test-yatatig9waje': Purge remote 2026/09/10 01:57:34 DEBUG : OpenDrive root 'rclone-test-kuporej6fogo': Purge remote 2026/09/10 01:57:35 DEBUG : OpenDrive root 'rclone-test-kozusey4heqe': Purge remote --- PASS: TestApplyTransforms (42.15s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:57:35 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/10 01:57:36 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/10 01:57:37 DEBUG : sub/file2: size = 14 OK 2026/09/10 01:57:37 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/10 01:57:37 INFO : file1: Copied (new) to: sub/file2 2026/09/10 01:57:38 DEBUG : sub/file2: size = 14 OK 2026/09/10 01:57:38 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/10 01:57:38 DEBUG : file1: Unchanged skipping 2026/09/10 01:57:39 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (5.30s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.39s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:57:42 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/10 01:57:44 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/backup" 2026/09/10 01:57:44 DEBUG : Starting OpenDrive session with ID: b3f13b0c75ecfb5bf14500611526c0f8d24e93807ced4c22b01423f3a8495066 2026/09/10 01:57:45 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone24330737) 2026/09/10 01:57:45 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-wekeqey8bufo') 2026/09/10 01:57:45 DEBUG : dst/file1: Sizes differ 2026/09/10 01:57:47 INFO : dst/file1: Moved (server-side) 2026/09/10 01:57:47 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/10 01:57:48 DEBUG : dst/file1: size = 14 OK 2026/09/10 01:57:48 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/10 01:57:48 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (10.62s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:57:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/dst" 2026/09/10 01:57:52 DEBUG : Starting OpenDrive session with ID: cc4c62e03ee81fb592404d73678495cf89417b750e1998f190efc0905fc373dd 2026/09/10 01:57:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/CompareDest" 2026/09/10 01:57:53 DEBUG : Starting OpenDrive session with ID: 0ff9d987680d84353552b0624b6cf83a8145d00ed8c359588a82d746df0daadd 2026/09/10 01:57:54 DEBUG : one: Need to transfer - File not found at Destination 2026/09/10 01:57:55 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/10 01:57:56 DEBUG : one: size = 3 OK 2026/09/10 01:57:56 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/10 01:57:56 INFO : one: Copied (new) 2026/09/10 01:57:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone24330737) 2026/09/10 01:57:57 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-wekeqey8bufo/dst') 2026/09/10 01:57:57 DEBUG : one: Sizes differ 2026/09/10 01:57:58 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/10 01:57:59 DEBUG : one: size = 5 OK 2026/09/10 01:57:59 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/10 01:57:59 INFO : one: Copied (replaced existing) 2026/09/10 01:58:00 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/10 01:58:02 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/10 01:58:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone24330737) 2026/09/10 01:58:04 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-wekeqey8bufo/dst') 2026/09/10 01:58:04 DEBUG : one: Sizes differ 2026/09/10 01:58:05 DEBUG : one: size = 5 OK 2026/09/10 01:58:05 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/10 01:58:05 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/10 01:58:06 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/10 01:58:08 DEBUG : two: Need to transfer - File not found at Destination 2026/09/10 01:58:08 DEBUG : two: size = 3 OK 2026/09/10 01:58:08 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/10 01:58:08 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/10 01:58:09 DEBUG : two: Need to transfer - File not found at Destination 2026/09/10 01:58:09 DEBUG : two: size = 3 OK 2026/09/10 01:58:09 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/10 01:58:09 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/10 01:58:10 DEBUG : two: Need to transfer - File not found at Destination 2026/09/10 01:58:10 DEBUG : two: size = 5 (Local file system at /tmp/rclone24330737) 2026/09/10 01:58:10 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-wekeqey8bufo/CompareDest') 2026/09/10 01:58:10 DEBUG : two: Sizes differ 2026/09/10 01:58:11 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/10 01:58:12 DEBUG : two: size = 5 OK 2026/09/10 01:58:12 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/10 01:58:12 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (23.06s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:58:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/dst" 2026/09/10 01:58:15 DEBUG : Starting OpenDrive session with ID: 925cd698b0587a7392dcbbf0e9ba171effac1b5fb2239960f90189c9221a1c40 2026/09/10 01:58:16 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/CopyDest" 2026/09/10 01:58:16 DEBUG : Starting OpenDrive session with ID: efbe5d137f70da743f16ebd8f76b259f6971343cff7ca072006669adf25c3b43 2026/09/10 01:58:17 DEBUG : one: Need to transfer - File not found at Destination 2026/09/10 01:58:18 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/10 01:58:19 DEBUG : one: size = 3 OK 2026/09/10 01:58:19 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/10 01:58:19 INFO : one: Copied (new) 2026/09/10 01:58:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone24330737) 2026/09/10 01:58:20 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-wekeqey8bufo/dst') 2026/09/10 01:58:20 DEBUG : one: Sizes differ 2026/09/10 01:58:21 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/10 01:58:21 DEBUG : one: size = 5 OK 2026/09/10 01:58:21 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/10 01:58:21 INFO : one: Copied (replaced existing) 2026/09/10 01:58:22 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/10 01:58:24 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/10 01:58:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/BackupDir" 2026/09/10 01:58:27 DEBUG : Starting OpenDrive session with ID: bde19bfc6880a63f7a10a8795826d2d26a2a0c28cf45bb82396e5cfed880dfcd 2026/09/10 01:58:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone24330737) 2026/09/10 01:58:27 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-wekeqey8bufo/dst') 2026/09/10 01:58:27 DEBUG : one: Sizes differ 2026/09/10 01:58:28 DEBUG : one: size = 5 OK 2026/09/10 01:58:28 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/10 01:58:28 DEBUG : one: size = 5 (Local file system at /tmp/rclone24330737) 2026/09/10 01:58:28 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-wekeqey8bufo/dst') 2026/09/10 01:58:28 DEBUG : one: Sizes differ 2026/09/10 01:58:29 INFO : one: Moved (server-side) 2026/09/10 01:58:30 DEBUG : one: size = 5 OK 2026/09/10 01:58:30 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/10 01:58:30 INFO : one: Copied (server-side copy) 2026/09/10 01:58:30 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/10 01:58:31 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/10 01:58:32 DEBUG : two: Need to transfer - File not found at Destination 2026/09/10 01:58:33 DEBUG : two: size = 3 OK 2026/09/10 01:58:33 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/10 01:58:33 DEBUG : two: size = 3 OK 2026/09/10 01:58:33 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/10 01:58:33 INFO : two: Copied (server-side copy) 2026/09/10 01:58:33 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/10 01:58:34 DEBUG : two: size = 3 OK 2026/09/10 01:58:34 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/10 01:58:34 DEBUG : two: Unchanged skipping 2026/09/10 01:58:35 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/10 01:58:37 DEBUG : three: Need to transfer - File not found at Destination 2026/09/10 01:58:37 DEBUG : three: size = 7 (Local file system at /tmp/rclone24330737) 2026/09/10 01:58:37 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-wekeqey8bufo/CopyDest') 2026/09/10 01:58:37 DEBUG : three: Sizes differ 2026/09/10 01:58:37 DEBUG : three: Destination not found in --copy-dest 2026/09/10 01:58:38 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/10 01:58:39 DEBUG : three: size = 7 OK 2026/09/10 01:58:39 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/10 01:58:39 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (27.45s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.34s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.34s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.34s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:58:43 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/10 01:58:44 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/10 01:58:45 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/10 01:58:45 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/10 01:58:45 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/10 01:58:46 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/10 01:58:46 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/10 01:58:46 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/10 01:58:47 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/10 01:58:47 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/10 01:58:48 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/10 01:58:49 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/10 01:58:49 DEBUG : TestCopyFileMaxTransfer/file4: md5 = df34690a798eb53e271a3c6dd29eeea6 OK 2026/09/10 01:58:49 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (7.99s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.34s) === RUN TestDeduplicateSkip run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.34s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.35s) === RUN TestDeduplicateFirst run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.34s) === RUN TestDeduplicateNewest run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.34s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:58:53 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/10 01:58:55 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/10 01:58:57 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/10 01:58:59 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/10 01:59:00 INFO : OpenDrive root 'rclone-test-wekeqey8bufo': Looking for duplicate md5 hashes using newest mode. 2026/09/10 01:59:00 NOTICE: 715efd27eed0c6838c889b1a266d8372: Found 3 files with duplicate md5 hashes 2026/09/10 01:59:01 INFO : one: Deleted 2026/09/10 01:59:01 INFO : also/one: Deleted 2026/09/10 01:59:01 NOTICE: 715efd27eed0c6838c889b1a266d8372: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (9.78s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.34s) === RUN TestDeduplicateLargest run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.34s) === RUN TestDeduplicateSmallest run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.34s) === RUN TestDeduplicateRename run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.34s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.34s) === RUN TestMergeDirs run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.34s) === RUN TestListDirSorted run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:59:05 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/10 01:59:07 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/10 01:59:09 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/10 01:59:11 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/10 01:59:13 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/10 01:59:14 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/10 01:59:16 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/10 01:59:18 DEBUG : a.txt: Excluded (Size Filter) 2026/09/10 01:59:18 DEBUG : a.txt: Excluded 2026/09/10 01:59:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/10 01:59:19 DEBUG : sub dir/hello world: Excluded 2026/09/10 01:59:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/10 01:59:19 DEBUG : sub dir/hello world2: Excluded 2026/09/10 01:59:19 DEBUG : sub dir/ignore dir: Excluded 2026/09/10 01:59:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/10 01:59:19 DEBUG : sub dir/hello world: Excluded 2026/09/10 01:59:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/10 01:59:19 DEBUG : sub dir/hello world2: Excluded 2026/09/10 01:59:19 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (18.35s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:59:23 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/10 01:59:25 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/10 01:59:27 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/10 01:59:29 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/10 01:59:31 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/10 01:59:33 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/10 01:59:35 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/10 01:59:37 DEBUG : a.txt: Excluded (Size Filter) 2026/09/10 01:59:37 DEBUG : a.txt: Excluded 2026/09/10 01:59:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/10 01:59:37 DEBUG : sub dir/hello world: Excluded 2026/09/10 01:59:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/10 01:59:37 DEBUG : sub dir/hello world2: Excluded 2026/09/10 01:59:38 DEBUG : sub dir/ignore dir: Excluded 2026/09/10 01:59:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/10 01:59:38 DEBUG : sub dir/hello world: Excluded 2026/09/10 01:59:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/10 01:59:38 DEBUG : sub dir/hello world2: Excluded 2026/09/10 01:59:38 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (18.54s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:59:42 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/10 01:59:44 DEBUG : sub/file2: Uploading chunk 0, size=9, remain=0 === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes === RUN TestListJSON/Metadata --- PASS: TestListJSON (7.32s) --- PASS: TestListJSON/Default (0.17s) --- PASS: TestListJSON/FilesOnly (0.17s) --- PASS: TestListJSON/DirsOnly (0.17s) --- PASS: TestListJSON/Recurse (0.34s) --- PASS: TestListJSON/SubDir (0.17s) --- PASS: TestListJSON/NoModTime (0.17s) --- PASS: TestListJSON/NoMimeType (0.17s) --- PASS: TestListJSON/ShowHash (0.17s) --- PASS: TestListJSON/HashTypes (0.17s) --- PASS: TestListJSON/Metadata (0.17s) === RUN TestStatJSON run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:59:49 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/10 01:59:51 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/10 01:59:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/notfound" 2026/09/10 01:59:55 DEBUG : Config file has changed externally - reloading 2026/09/10 01:59:56 DEBUG : Starting OpenDrive session with ID: 073627c8ff69cec798561e70abb0e65935821907b7411140215e56041141416a --- PASS: TestStatJSON (9.28s) --- PASS: TestStatJSON/Root (0.17s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.17s) --- PASS: TestStatJSON/Dir (0.34s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.17s) --- PASS: TestStatJSON/File (0.34s) --- PASS: TestStatJSON/NotFound (0.34s) --- PASS: TestStatJSON/DirFilesOnly (0.17s) --- PASS: TestStatJSON/FileFilesOnly (0.35s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.17s) --- PASS: TestStatJSON/DirDirsOnly (0.17s) --- PASS: TestStatJSON/FileDirsOnly (0.17s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.17s) --- PASS: TestStatJSON/RootNotFound (1.32s) === RUN TestStatJSONMemory 2026/09/10 01:59:58 DEBUG : Creating backend with remote ":memory:" 2026/09/10 01:59:58 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/10 01:59:58 DEBUG : sub/file1: size = 5 OK 2026/09/10 01:59:58 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/10 01:59:58 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-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:59:58 INFO : OpenDrive root 'rclone-test-wekeqey8bufo': Making directory 2026/09/10 01:59:58 INFO : OpenDrive root 'rclone-test-wekeqey8bufo': Making directory --- PASS: TestMkdir (0.52s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 01:59:59 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (3.59s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:03 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/10 02:00:04 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (4.40s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:07 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/10 02:00:09 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/10 02:00:10 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/10 02:00:10 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.73s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:12 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/10 02:00:14 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (4.68s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:17 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/10 02:00:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (5.10s) --- PASS: TestHashSums/Md5 (0.17s) --- PASS: TestHashSums/Md5Download (0.39s) === RUN TestHashSumsWithErrors 2026/09/10 02:00:21 DEBUG : Creating backend with remote ":memory:" 2026/09/10 02:00:21 ERROR : file1: hash unsupported: hash type not supported 2026/09/10 02:00:21 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/10 02:00:21 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/10 02:00:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/10 02:00:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/10 02:00:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/10 02:00:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/10 02:00:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/10 02:00:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/10 02:00:21 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/10 02:00: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-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:22 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/10 02:00:23 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/10 02:00:25 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (7.19s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:29 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/10 02:00:31 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/10 02:00:32 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/10 02:00:34 DEBUG : Waiting for deletions to finish 2026/09/10 02:00:34 DEBUG : large: Excluded (Size Filter) 2026/09/10 02:00:34 DEBUG : large: Excluded 2026/09/10 02:00:34 INFO : medium: Deleted 2026/09/10 02:00:34 INFO : small: Deleted --- PASS: TestDelete (6.75s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:36 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/10 02:00:37 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/10 02:00:39 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/10 02:00:40 DEBUG : Waiting for deletions to finish 2026/09/10 02:00:40 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/10 02:00:40 INFO : large: Deleted 2026/09/10 02:00:41 INFO : medium: Deleted --- PASS: TestMaxDelete (6.71s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:42 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/10 02:00:44 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/10 02:00:46 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/10 02:00:47 DEBUG : Waiting for deletions to finish 2026/09/10 02:00:47 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/10 02:00:47 INFO : medium: Deleted 2026/09/10 02:00:47 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.68s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:49 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/10 02:00:51 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/10 02:00:52 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/10 02:00:53 DEBUG : Waiting for deletions to finish 2026/09/10 02:00:54 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/10 02:00:54 INFO : large: Deleted 2026/09/10 02:00:54 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.58s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:56 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.50s) === RUN TestRetry 2026/09/10 02:00:58 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/10 02:00:58 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/10 02:00:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/10 02:00:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/10 02:00:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/10 02:00:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/10 02:00:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:00:59 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/10 02:01:01 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (8.65s) === RUN TestPurge 2026/09/10 02:01:07 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nevexix1relo" 2026/09/10 02:01:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/10 02:01:07 DEBUG : Starting OpenDrive session with ID: 419809081f206f175dd132a3fbdf0c382ca943a068fc1f1b85e3ae7e25cc6248 2026/09/10 02:01:08 DEBUG : Creating backend with remote "/tmp/rclone592712546" run.go:198: Remote "OpenDrive root 'rclone-test-nevexix1relo'", Local "Local file system at /tmp/rclone592712546", Modify Window "1s" 2026/09/10 02:01:10 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/10 02:01:11 INFO : A2: Making directory 2026/09/10 02:01:11 INFO : A1/B2: Making directory 2026/09/10 02:01:12 INFO : A1/B2/C2: Making directory 2026/09/10 02:01:12 INFO : A1/B1/C3: Making directory 2026/09/10 02:01:12 INFO : A3: Making directory 2026/09/10 02:01:13 INFO : A3/B3: Making directory 2026/09/10 02:01:13 INFO : A3/B3/C4: Making directory 2026/09/10 02:01:14 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/10 02:01:18 ERROR : error listing: directory not found 2026/09/10 02:01:18 DEBUG : OpenDrive root 'rclone-test-nevexix1relo': Purge remote 2026/09/10 02:01:18 NOTICE: purge failed: directory not found --- PASS: TestPurge (10.84s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:01:20 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/10 02:01:21 INFO : A2: Making directory 2026/09/10 02:01:21 INFO : A1/B2: Making directory 2026/09/10 02:01:21 INFO : A1/B2/C2: Making directory 2026/09/10 02:01:22 INFO : A1/B1/C3: Making directory 2026/09/10 02:01:22 INFO : A3: Making directory 2026/09/10 02:01:22 INFO : A3/B3: Making directory 2026/09/10 02:01:23 INFO : A3/B3/C4: Making directory 2026/09/10 02:01:24 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/10 02:01:26 DEBUG : removing 1 level 3 directories 2026/09/10 02:01:26 INFO : A3/B3/C4: Removing directory 2026/09/10 02:01:28 DEBUG : removing 2 level 3 directories 2026/09/10 02:01:28 INFO : A1/B1/C3: Removing directory 2026/09/10 02:01:28 INFO : A1/B2/C2: Removing directory 2026/09/10 02:01:28 DEBUG : removing 2 level 2 directories 2026/09/10 02:01:28 INFO : A3/B3: Removing directory 2026/09/10 02:01:28 INFO : A1/B2: Removing directory 2026/09/10 02:01:28 DEBUG : removing 2 level 1 directories 2026/09/10 02:01:28 INFO : A3: Removing directory 2026/09/10 02:01:28 INFO : A2: Removing directory 2026/09/10 02:01:31 DEBUG : removing 1 level 3 directories 2026/09/10 02:01:31 INFO : A1/B1/C1: Removing directory 2026/09/10 02:01:32 DEBUG : removing 1 level 2 directories 2026/09/10 02:01:32 INFO : A1/B1: Removing directory 2026/09/10 02:01:32 DEBUG : removing 1 level 1 directories 2026/09/10 02:01:32 INFO : A1: Removing directory 2026/09/10 02:01:32 DEBUG : removing 1 level 0 directories 2026/09/10 02:01:32 INFO : OpenDrive root 'rclone-test-wekeqey8bufo': Removing directory 2026/09/10 02:01:33 ERROR : error listing: directory not found 2026/09/10 02:01:33 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (15.20s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:01:33 INFO : A1: Making directory 2026/09/10 02:01:34 INFO : A1/B1: Making directory 2026/09/10 02:01:34 INFO : A1/B1/C1: Making directory 2026/09/10 02:01:36 DEBUG : removing 1 level 3 directories 2026/09/10 02:01:36 INFO : A1/B1/C1: Removing directory 2026/09/10 02:01:36 DEBUG : removing 1 level 2 directories 2026/09/10 02:01:36 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.44s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:01:37 INFO : A1: Making directory 2026/09/10 02:01:38 INFO : A1/B1: Making directory 2026/09/10 02:01:38 INFO : A1/B1/C1: Making directory 2026/09/10 02:01:40 DEBUG : removing 1 level 3 directories 2026/09/10 02:01:40 INFO : A1/B1/C1: Removing directory 2026/09/10 02:01:40 DEBUG : removing 1 level 2 directories 2026/09/10 02:01:40 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.31s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:01:43 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/10 02:01:44 DEBUG : file1: size = 14 OK 2026/09/10 02:01:44 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/10 02:01:44 DEBUG : filename.txt: File name found in url 2026/09/10 02:01:45 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/10 02:01:46 DEBUG : filename.txt: size = 14 OK 2026/09/10 02:01:46 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/10 02:01:46 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/10 02:01:47 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/10 02:01:48 DEBUG : headerfilename.txt: size = 14 OK 2026/09/10 02:01:48 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/10 02:01:48 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/10 02:01:49 DEBUG : file2: size = 14 OK 2026/09/10 02:01:49 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (8.73s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:01:51 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/10 02:01:52 DEBUG : file1: size = 14 OK 2026/09/10 02:01:52 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.17s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:01:53 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/10 02:01:54 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/10 02:01:55 DEBUG : sub/file2: size = 14 OK 2026/09/10 02:01:55 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/10 02:01:55 INFO : file1: Copied (new) to: sub/file2 2026/09/10 02:01:55 INFO : file1: Deleted 2026/09/10 02:01:56 DEBUG : sub/file2: size = 14 OK 2026/09/10 02:01:56 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/10 02:01:56 DEBUG : file1: Unchanged skipping 2026/09/10 02:01:56 INFO : file1: Deleted 2026/09/10 02:01:56 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.59s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:01:57 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/10 02:01:58 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/10 02:01:59 DEBUG : file1: size = 14 OK 2026/09/10 02:01:59 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/10 02:01:59 INFO : file1: Copied (new) 2026/09/10 02:01:59 INFO : file1: Deleted 2026/09/10 02:02:00 DEBUG : file1: Destination exists, skipping 2026/09/10 02:02:00 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.03s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:02:00 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/10 02:02:02 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/10 02:02:02 DEBUG : sub/file2: size = 14 OK 2026/09/10 02:02:02 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/10 02:02:02 INFO : file1: Copied (new) to: sub/file2 2026/09/10 02:02:02 INFO : file1: Deleted 2026/09/10 02:02:03 DEBUG : sub/file2: size = 14 OK 2026/09/10 02:02:03 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/10 02:02:03 DEBUG : file1: Unchanged skipping 2026/09/10 02:02:03 INFO : file1: Deleted 2026/09/10 02:02:04 DEBUG : sub/file2: moving to sub/File2-rclone-move-kuziqox0 2026/09/10 02:02:05 DEBUG : sub/file2: same parent dir (ODFfMTMyNDUxMjlfUUJOVXA) - using file/rename instead of move_copy for sub/File2-rclone-move-kuziqox0 2026/09/10 02:02:05 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-kuziqox0 2026/09/10 02:02:05 DEBUG : sub/file2: moving to sub/File2 2026/09/10 02:02:05 DEBUG : sub/File2-rclone-move-kuziqox0: same parent dir (ODFfMTMyNDUxMjlfUUJOVXA) - using file/rename instead of move_copy for sub/File2 2026/09/10 02:02:05 INFO : sub/File2-rclone-move-kuziqox0: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (6.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:02:08 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/10 02:02:09 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.24s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:02:11 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/10 02:02:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wekeqey8bufo/backup" 2026/09/10 02:02:13 DEBUG : Config file has changed externally - reloading 2026/09/10 02:02:13 DEBUG : Starting OpenDrive session with ID: 2659dfeefe90e851792137d80bfd35b716601bf95d04c3a4d27b2b486b3b884c 2026/09/10 02:02:14 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone24330737) 2026/09/10 02:02:14 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-wekeqey8bufo') 2026/09/10 02:02:14 DEBUG : dst/file1: Sizes differ 2026/09/10 02:02:15 INFO : dst/file1: Moved (server-side) 2026/09/10 02:02:16 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/10 02:02:17 DEBUG : dst/file1: size = 14 OK 2026/09/10 02:02:17 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/10 02:02:17 INFO : dst/file1: Copied (new) 2026/09/10 02:02:17 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (9.45s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:02:21 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/10 02:02:22 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/10 02:02:24 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/10 02:02:26 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/10 02:02:28 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/10 02:02:29 INFO : A1/B2: Making directory 2026/09/10 02:02:29 INFO : A1/B1/C3: Making directory 2026/09/10 02:02:31 DEBUG : A2: same parent dir (ODFfMTMyNDUxMjFfRzFjNW0) - using folder/rename instead of move_copy 2026/09/10 02:02:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/10 02:02:36 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/10 02:02:36 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/10 02:02:36 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/10 02:02:36 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/10 02:02:38 INFO : OpenDrive root 'rclone-test-wekeqey8bufo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/10 02:02:42 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/10 02:02:42 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/10 02:02:42 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/10 02:02:43 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/10 02:02:44 INFO : A3/two: Moved (server-side) to: A4/two --- PASS: TestDirMove (31.35s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" --- PASS: TestGetFsInfo (0.33s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:02:51 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': File to upload is small (34 bytes), uploading instead of streaming 2026/09/10 02:02:52 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/10 02:02:53 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/10 02:02:53 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/10 02:02:53 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/10 02:02:53 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/10 02:02:54 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/10 02:02:55 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/10 02:02:55 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/10 02:02:55 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-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:02:56 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': File to upload is small (34 bytes), uploading instead of streaming 2026/09/10 02:02:57 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/10 02:02:58 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/10 02:02:58 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/10 02:02:58 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/10 02:02:58 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/10 02:02:59 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/10 02:03:00 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/10 02:03:00 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/10 02:03:00 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-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:01 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': File to upload is small (34 bytes), uploading instead of streaming 2026/09/10 02:03:02 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/10 02:03:02 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/10 02:03:02 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/10 02:03:02 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/10 02:03:03 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/10 02:03:05 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/10 02:03:05 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:06 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': File to upload is small (34 bytes), uploading instead of streaming 2026/09/10 02:03:06 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/10 02:03:07 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/10 02:03:07 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/10 02:03:07 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/10 02:03:07 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/10 02:03:08 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/10 02:03:09 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/10 02:03:09 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/10 02:03:09 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.87s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.71s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.71s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.73s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.33s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:11 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/10 02:03:12 DEBUG : potato1: size = 60 OK 2026/09/10 02:03:12 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/10 02:03:12 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': File to upload is small (60 bytes), uploading instead of streaming 2026/09/10 02:03:13 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/10 02:03:14 DEBUG : potato2: size = 60 OK 2026/09/10 02:03:14 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/10 02:03:14 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (4.04s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:15 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/10 02:03:15 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.08s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" operations_test.go:1660: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.33s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:17 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/10 02:03:18 DEBUG : potato1: size = 60 OK 2026/09/10 02:03:18 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.14s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:19 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/10 02:03:20 DEBUG : potato1: size = 60 OK 2026/09/10 02:03:20 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-wekeqey8bufo') 2026/09/10 02:03:20 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-wekeqey8bufo') 2026/09/10 02:03:20 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-wekeqey8bufo') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/10 02:03:20 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:21 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/10 02:03:22 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-wekeqey8bufo') 2026/09/10 02:03:22 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-wekeqey8bufo') 2026/09/10 02:03:22 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-wekeqey8bufo') 59 2026/09/10 02:03:22 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:24 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/10 02:03:25 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:26 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/10 02:03:27 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (9.03s) --- PASS: TestRcatSizeChecksum/Corrupted (2.41s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.27s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.25s) --- PASS: TestRcatSizeChecksum/NoHashes (2.10s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:28 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/10 02:03:29 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/10 02:03:31 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/10 02:03:33 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': Touching "empty space" 2026/09/10 02:03:33 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': Touching "potato2" 2026/09/10 02:03:33 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': Touching "sub dir/potato3" --- PASS: TestTouchDir (7.98s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" operations_test.go:1880: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.33s) === RUN TestMkdirModTime run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" operations_test.go:1901: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.33s) === RUN TestCopyDirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.33s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" operations_test.go:1983: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.33s) === RUN TestDirsEqual run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" operations_test.go:2034: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.33s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-wekeqey8bufo'", Local "Local file system at /tmp/rclone24330737", Modify Window "1s" 2026/09/10 02:03:38 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/10 02:03:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/10 02:03:42 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xefaqin1" before starting 2026/09/10 02:03:42 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNDUxNTNfYnVFQVQ) - using file/rename instead of move_copy for sub dir/test remove existing.xefaqin1 2026/09/10 02:03:43 DEBUG : sub dir/test remove existing.xefaqin1: TEST: removing renamed existing file after operation 2026/09/10 02:03:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hacabod3" before starting 2026/09/10 02:03:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNDUxNTNfYnVFQVQ) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hacabod3 2026/09/10 02:03:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hacabod3: TEST: renaming existing back after failed operation 2026/09/10 02:03:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hacabod3: same parent dir (ODFfMTMyNDUxNTNfYnVFQVQ) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/10 02:03:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hanitag0" before starting 2026/09/10 02:03:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNDUxNTNfYnVFQVQ) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hanitag0 2026/09/10 02:03:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hanitag0: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (11.18s) === 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/10 02:03:48 DEBUG : OpenDrive root 'rclone-test-wekeqey8bufo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 8m42.526920368s (try 1/5)