"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/14 01:33:24 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze" 2026/09/14 01:33:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:33:25 DEBUG : Starting OpenDrive session with ID: 8c817ab65240684fab084ba9a30e8cd7792c8afee773b30b986b8ec4fecdc2df 2026/09/14 01:33:25 DEBUG : Creating backend with remote "/tmp/rclone1151065832" === 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-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/14 01:33:25 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/14 01:33:26 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.18s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/14 01:33:26 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 1 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 2 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 0 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/14 01:33:26 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/14 01:33:26 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/14 01:33:26 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 1 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 2 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 0 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/14 01:33:26 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/14 01:33:26 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/14 01:33:26 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 1 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 2 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 3 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 0 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/14 01:33:26 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/14 01:33:26 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/14 01:33:26 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 1 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 2 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 3 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/14 01:33:26 DEBUG : file.txt: writing chunk 0 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/14 01:33:26 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/14 01:33:26 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/14 01:33:26 DEBUG : a: size = 0 OK 2026/09/14 01:33:26 DEBUG : a: size = 1 (memory) 2026/09/14 01:33:26 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/14 01:33:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/14 01:33:26 DEBUG : potato: Seek from 10 to 0 2026/09/14 01:33:26 DEBUG : potato: Seek from 10 to 0 2026/09/14 01:33:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/14 01:33:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Seek from 5 to 2 2026/09/14 01:33:26 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/14 01:33:26 DEBUG : potato: Seek from 7 to 0 2026/09/14 01:33:26 DEBUG : potato: Seek from 7 to 0 2026/09/14 01:33:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/14 01:33:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Seek from 5 to 2 2026/09/14 01:33:26 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/14 01:33:26 DEBUG : potato: Seek from 8 to 0 2026/09/14 01:33:26 DEBUG : potato: Seek from 8 to 0 2026/09/14 01:33:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/14 01:33:26 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/14 01:33:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/14 01:33:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/14 01:33:26 DEBUG : potato: Seek from 5 to 2 2026/09/14 01:33:26 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/14 01:33:26 DEBUG : potato: Seek from 9 to 0 2026/09/14 01:33:26 DEBUG : potato: Seek from 9 to 0 2026/09/14 01:33:26 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-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:33:27 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/14 01:33:29 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/14 01:33:31 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/14 01:33:33 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.78s) --- 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/14 01:33:36 DEBUG : Creating backend with remote "nonexistent" 2026/09/14 01:33:36 DEBUG : Creating backend with remote "nonexistent" 2026/09/14 01:33:36 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/14 01:33:36 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/14 01:33:36 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/14 01:33:36 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:33:37 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/14 01:33:40 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/14 01:33:43 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/14 01:33:47 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (14.66s) --- PASS: TestCheckDownload/1 (0.36s) --- PASS: TestCheckDownload/2 (0.53s) --- PASS: TestCheckDownload/3 (0.36s) --- PASS: TestCheckDownload/4 (0.78s) --- PASS: TestCheckDownload/5 (0.90s) --- PASS: TestCheckDownload/6 (0.37s) --- PASS: TestCheckDownload/7 (0.55s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:33:52 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/14 01:33:55 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/14 01:33:57 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/14 01:33:59 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.50s) --- PASS: TestCheckSizeOnly/1 (0.18s) --- PASS: TestCheckSizeOnly/2 (0.18s) --- PASS: TestCheckSizeOnly/3 (0.18s) --- PASS: TestCheckSizeOnly/4 (0.18s) --- PASS: TestCheckSizeOnly/5 (0.18s) --- PASS: TestCheckSizeOnly/6 (0.18s) --- PASS: TestCheckSizeOnly/7 (0.18s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:34:02 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/14 01:34:04 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/14 01:34:04 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/14 01:34:04 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/14 01:34:04 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/14 01:34:05 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/14 01:34:07 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/14 01:34:07 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/14 01:34:07 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/14 01:34:07 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.68s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:34:07 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/data" 2026/09/14 01:34:08 DEBUG : Starting OpenDrive session with ID: fcb7bd98a1ad5baf9aee7aeb71668d2dfb530d69e8ad09535475ca450113aa45 2026/09/14 01:34:10 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/14 01:34:12 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/14 01:34:15 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/14 01:34:16 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/14 01:34:19 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/14 01:34:22 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/14 01:34:24 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/14 01:34:27 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/14 01:34:30 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/14 01:34:31 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/14 01:34:33 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (29.14s) --- PASS: TestCheckSum/subtest1 (0.90s) --- PASS: TestCheckSum/subtest2 (0.72s) --- PASS: TestCheckSum/subtest3 (0.72s) --- PASS: TestCheckSum/subtest4 (0.72s) --- PASS: TestCheckSum/subtest5 (0.72s) --- PASS: TestCheckSum/subtest6 (0.72s) --- PASS: TestCheckSum/subtest7 (0.72s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:34:36 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/data" 2026/09/14 01:34:37 DEBUG : Starting OpenDrive session with ID: 17b851102b7057d4b94760fc5ed1a5aec55e6027a49b5f86b6f2d6006f08c6f9 2026/09/14 01:34:39 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/14 01:34:41 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/14 01:34:44 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/14 01:34:46 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/14 01:34:49 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/14 01:34:52 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/14 01:34:55 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/14 01:34:58 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/14 01:35:00 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/14 01:35:02 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/14 01:35:03 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (31.22s) --- PASS: TestCheckSumDownload/subtest1 (1.08s) --- PASS: TestCheckSumDownload/subtest2 (0.89s) --- PASS: TestCheckSumDownload/subtest3 (1.23s) --- PASS: TestCheckSumDownload/subtest4 (0.93s) --- PASS: TestCheckSumDownload/subtest5 (0.94s) --- PASS: TestCheckSumDownload/subtest6 (0.94s) --- PASS: TestCheckSumDownload/subtest7 (1.28s) === RUN TestCheckSumConcurrency 2026/09/14 01:35:08 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/14 01:35:08 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/14 01:35:08 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/14 01:35:08 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/14 01:35:08 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/14 01:35:08 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/14 01:35:08 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/14 01:35:08 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/14 01:35:08 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/14 01:35:08 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/14 01:35:08 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/14 01:35:08 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/14 01:35:08 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-torefiz8taka" 2026/09/14 01:35:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:08 DEBUG : Starting OpenDrive session with ID: a78e8c34dffcb568acf2c94b4e33fb484f38683c8cc4bd89b69d269c7d1822cc 2026/09/14 01:35:08 DEBUG : Creating backend with remote "/tmp/rclone3576143394" run.go:198: Remote "OpenDrive root 'rclone-test-torefiz8taka'", Local "Local file system at /tmp/rclone3576143394", Modify Window "1s" 2026/09/14 01:35:10 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/14 01:35:11 ERROR : hello, world!: sum not found 2026/09/14 01:35:11 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-torefiz8taka' 2026/09/14 01:35:11 NOTICE: OpenDrive root 'rclone-test-torefiz8taka': 1 files missing 2026/09/14 01:35:11 NOTICE: 1 hashes missing 2026/09/14 01:35:11 NOTICE: OpenDrive root 'rclone-test-torefiz8taka': 1 differences found 2026/09/14 01:35:11 NOTICE: OpenDrive root 'rclone-test-torefiz8taka': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/14 01:35:11 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:11 NOTICE: OpenDrive root 'rclone-test-torefiz8taka': 0 differences found 2026/09/14 01:35:11 NOTICE: OpenDrive root 'rclone-test-torefiz8taka': 1 matching files 2026/09/14 01:35:11 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tolumet1duce" 2026/09/14 01:35:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:12 DEBUG : Starting OpenDrive session with ID: 57a94e88a6a3b97531c5750ff5e1c08bd50116721aeccb148d0d107e97ed7ed1 2026/09/14 01:35:12 DEBUG : Creating backend with remote "/tmp/rclone732371747" run.go:198: Remote "OpenDrive root 'rclone-test-tolumet1duce'", Local "Local file system at /tmp/rclone732371747", Modify Window "1s" 2026/09/14 01:35:13 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/14 01:35:15 ERROR : HELLO, WORLD!: sum not found 2026/09/14 01:35:15 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-tolumet1duce' 2026/09/14 01:35:15 NOTICE: OpenDrive root 'rclone-test-tolumet1duce': 1 files missing 2026/09/14 01:35:15 NOTICE: 1 hashes missing 2026/09/14 01:35:15 NOTICE: OpenDrive root 'rclone-test-tolumet1duce': 1 differences found 2026/09/14 01:35:15 NOTICE: OpenDrive root 'rclone-test-tolumet1duce': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/14 01:35:16 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:16 NOTICE: OpenDrive root 'rclone-test-tolumet1duce': 0 differences found 2026/09/14 01:35:16 NOTICE: OpenDrive root 'rclone-test-tolumet1duce': 1 matching files 2026/09/14 01:35:16 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sitotar3leso" 2026/09/14 01:35:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:16 DEBUG : Starting OpenDrive session with ID: 64f059669c5719460452ec8188592ae4c5b96d1173e2f0c992223c7bcb78385e 2026/09/14 01:35:16 DEBUG : Creating backend with remote "/tmp/rclone3002745868" run.go:198: Remote "OpenDrive root 'rclone-test-sitotar3leso'", Local "Local file system at /tmp/rclone3002745868", Modify Window "1s" 2026/09/14 01:35:18 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/14 01:35:19 ERROR : HeLlO, wOrLd!: sum not found 2026/09/14 01:35:19 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-sitotar3leso' 2026/09/14 01:35:19 NOTICE: OpenDrive root 'rclone-test-sitotar3leso': 1 files missing 2026/09/14 01:35:19 NOTICE: 1 hashes missing 2026/09/14 01:35:19 NOTICE: OpenDrive root 'rclone-test-sitotar3leso': 1 differences found 2026/09/14 01:35:19 NOTICE: OpenDrive root 'rclone-test-sitotar3leso': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/14 01:35:19 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:19 NOTICE: OpenDrive root 'rclone-test-sitotar3leso': 0 differences found 2026/09/14 01:35:19 NOTICE: OpenDrive root 'rclone-test-sitotar3leso': 1 matching files 2026/09/14 01:35:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fovubat9cimo" 2026/09/14 01:35:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:20 DEBUG : Starting OpenDrive session with ID: 560c3765e3d4dcd131c48428f986fe0a44c16eacecd6bf21902910db8cac5fc9 2026/09/14 01:35:20 DEBUG : Creating backend with remote "/tmp/rclone979390255" run.go:198: Remote "OpenDrive root 'rclone-test-fovubat9cimo'", Local "Local file system at /tmp/rclone979390255", Modify Window "1s" 2026/09/14 01:35:21 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/14 01:35:23 ERROR : HELLO, WORLD!: sum not found 2026/09/14 01:35:23 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-fovubat9cimo' 2026/09/14 01:35:23 NOTICE: OpenDrive root 'rclone-test-fovubat9cimo': 1 files missing 2026/09/14 01:35:23 NOTICE: 1 hashes missing 2026/09/14 01:35:23 NOTICE: OpenDrive root 'rclone-test-fovubat9cimo': 1 differences found 2026/09/14 01:35:23 NOTICE: OpenDrive root 'rclone-test-fovubat9cimo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/14 01:35:23 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:23 NOTICE: OpenDrive root 'rclone-test-fovubat9cimo': 0 differences found 2026/09/14 01:35:23 NOTICE: OpenDrive root 'rclone-test-fovubat9cimo': 1 matching files 2026/09/14 01:35:23 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-dikamuc6pepu" 2026/09/14 01:35:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:23 DEBUG : Starting OpenDrive session with ID: 9e1a3cde4086d97e27eb136e20591b1b25cd34c40809e2efc50f497fec035e03 2026/09/14 01:35:24 DEBUG : Creating backend with remote "/tmp/rclone3565814191" run.go:198: Remote "OpenDrive root 'rclone-test-dikamuc6pepu'", Local "Local file system at /tmp/rclone3565814191", Modify Window "1s" 2026/09/14 01:35:25 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/14 01:35:26 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/14 01:35:26 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-dikamuc6pepu' 2026/09/14 01:35:26 NOTICE: OpenDrive root 'rclone-test-dikamuc6pepu': 1 files missing 2026/09/14 01:35:26 NOTICE: 1 hashes missing 2026/09/14 01:35:26 NOTICE: OpenDrive root 'rclone-test-dikamuc6pepu': 1 differences found 2026/09/14 01:35:26 NOTICE: OpenDrive root 'rclone-test-dikamuc6pepu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/14 01:35:26 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:26 NOTICE: OpenDrive root 'rclone-test-dikamuc6pepu': 0 differences found 2026/09/14 01:35:26 NOTICE: OpenDrive root 'rclone-test-dikamuc6pepu': 1 matching files 2026/09/14 01:35:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-natujaz7kuqi" 2026/09/14 01:35:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:27 DEBUG : Starting OpenDrive session with ID: 03a191468b3dcae7b289a103295d9970187b1a662a4cfa7fb52ebacf54bf75d4 2026/09/14 01:35:27 DEBUG : Creating backend with remote "/tmp/rclone4066500209" run.go:198: Remote "OpenDrive root 'rclone-test-natujaz7kuqi'", Local "Local file system at /tmp/rclone4066500209", Modify Window "1s" 2026/09/14 01:35:28 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/14 01:35:30 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/14 01:35:30 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-natujaz7kuqi' 2026/09/14 01:35:30 NOTICE: OpenDrive root 'rclone-test-natujaz7kuqi': 1 files missing 2026/09/14 01:35:30 NOTICE: 1 hashes missing 2026/09/14 01:35:30 NOTICE: OpenDrive root 'rclone-test-natujaz7kuqi': 1 differences found 2026/09/14 01:35:30 NOTICE: OpenDrive root 'rclone-test-natujaz7kuqi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/14 01:35:30 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:30 NOTICE: OpenDrive root 'rclone-test-natujaz7kuqi': 0 differences found 2026/09/14 01:35:30 NOTICE: OpenDrive root 'rclone-test-natujaz7kuqi': 1 matching files 2026/09/14 01:35:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yujeyac7hifa" 2026/09/14 01:35:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:31 DEBUG : Starting OpenDrive session with ID: 197bacd051054fd00fd8fddd151c497200d042de7c5c9492d9f764381403ab51 2026/09/14 01:35:31 DEBUG : Creating backend with remote "/tmp/rclone87642714" run.go:198: Remote "OpenDrive root 'rclone-test-yujeyac7hifa'", Local "Local file system at /tmp/rclone87642714", Modify Window "1s" 2026/09/14 01:35:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/14 01:35:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/14 01:35:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-yujeyac7hifa' 2026/09/14 01:35:33 NOTICE: OpenDrive root 'rclone-test-yujeyac7hifa': 1 files missing 2026/09/14 01:35:33 NOTICE: 1 hashes missing 2026/09/14 01:35:33 NOTICE: OpenDrive root 'rclone-test-yujeyac7hifa': 1 differences found 2026/09/14 01:35:33 NOTICE: OpenDrive root 'rclone-test-yujeyac7hifa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/14 01:35:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:34 NOTICE: OpenDrive root 'rclone-test-yujeyac7hifa': 0 differences found 2026/09/14 01:35:34 NOTICE: OpenDrive root 'rclone-test-yujeyac7hifa': 1 matching files 2026/09/14 01:35:34 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-secujal6dena" 2026/09/14 01:35:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:34 DEBUG : Starting OpenDrive session with ID: c9b92e3f759a258fd1fa2fd372c111f2eb9b47481ba1561ae544f4e21935956b 2026/09/14 01:35:35 DEBUG : Creating backend with remote "/tmp/rclone4221778500" run.go:198: Remote "OpenDrive root 'rclone-test-secujal6dena'", Local "Local file system at /tmp/rclone4221778500", Modify Window "1s" 2026/09/14 01:35:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/14 01:35:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/14 01:35:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-secujal6dena' 2026/09/14 01:35:38 NOTICE: OpenDrive root 'rclone-test-secujal6dena': 1 files missing 2026/09/14 01:35:38 NOTICE: 1 hashes missing 2026/09/14 01:35:38 NOTICE: OpenDrive root 'rclone-test-secujal6dena': 1 differences found 2026/09/14 01:35:38 NOTICE: OpenDrive root 'rclone-test-secujal6dena': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/14 01:35:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:38 NOTICE: OpenDrive root 'rclone-test-secujal6dena': 0 differences found 2026/09/14 01:35:38 NOTICE: OpenDrive root 'rclone-test-secujal6dena': 1 matching files 2026/09/14 01:35:38 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-pudoput0neka" 2026/09/14 01:35:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:38 DEBUG : Starting OpenDrive session with ID: d423e8fb07a4e24bba4828cb52943c5d22db9ff61b79be36be833553c796e83b 2026/09/14 01:35:39 DEBUG : Creating backend with remote "/tmp/rclone3119287422" run.go:198: Remote "OpenDrive root 'rclone-test-pudoput0neka'", Local "Local file system at /tmp/rclone3119287422", Modify Window "1s" 2026/09/14 01:35:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/14 01:35:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/14 01:35:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-pudoput0neka' 2026/09/14 01:35:41 NOTICE: OpenDrive root 'rclone-test-pudoput0neka': 1 files missing 2026/09/14 01:35:41 NOTICE: 1 hashes missing 2026/09/14 01:35:41 NOTICE: OpenDrive root 'rclone-test-pudoput0neka': 1 differences found 2026/09/14 01:35:41 NOTICE: OpenDrive root 'rclone-test-pudoput0neka': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/14 01:35:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:42 NOTICE: OpenDrive root 'rclone-test-pudoput0neka': 0 differences found 2026/09/14 01:35:42 NOTICE: OpenDrive root 'rclone-test-pudoput0neka': 1 matching files 2026/09/14 01:35:42 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nadulek7fumi" 2026/09/14 01:35:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:35:42 DEBUG : Starting OpenDrive session with ID: c71d7855123246ba7b25040bbaea0d86d8feb5c9f4a25355b7e42fd19aeae9f1 2026/09/14 01:35:42 DEBUG : Creating backend with remote "/tmp/rclone1890246763" run.go:198: Remote "OpenDrive root 'rclone-test-nadulek7fumi'", Local "Local file system at /tmp/rclone1890246763", Modify Window "1s" 2026/09/14 01:35:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/14 01:35:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/14 01:35:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-nadulek7fumi' 2026/09/14 01:35:45 NOTICE: OpenDrive root 'rclone-test-nadulek7fumi': 1 files missing 2026/09/14 01:35:45 NOTICE: 1 hashes missing 2026/09/14 01:35:45 NOTICE: OpenDrive root 'rclone-test-nadulek7fumi': 1 differences found 2026/09/14 01:35:45 NOTICE: OpenDrive root 'rclone-test-nadulek7fumi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/14 01:35:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/14 01:35:45 NOTICE: OpenDrive root 'rclone-test-nadulek7fumi': 0 differences found 2026/09/14 01:35:45 NOTICE: OpenDrive root 'rclone-test-nadulek7fumi': 1 matching files 2026/09/14 01:35:45 DEBUG : OpenDrive root 'rclone-test-nadulek7fumi': Purge remote 2026/09/14 01:35:46 DEBUG : OpenDrive root 'rclone-test-pudoput0neka': Purge remote 2026/09/14 01:35:46 DEBUG : OpenDrive root 'rclone-test-secujal6dena': Purge remote 2026/09/14 01:35:46 DEBUG : OpenDrive root 'rclone-test-yujeyac7hifa': Purge remote 2026/09/14 01:35:47 DEBUG : OpenDrive root 'rclone-test-natujaz7kuqi': Purge remote 2026/09/14 01:35:47 DEBUG : OpenDrive root 'rclone-test-dikamuc6pepu': Purge remote 2026/09/14 01:35:47 DEBUG : OpenDrive root 'rclone-test-fovubat9cimo': Purge remote 2026/09/14 01:35:48 DEBUG : OpenDrive root 'rclone-test-sitotar3leso': Purge remote 2026/09/14 01:35:48 DEBUG : OpenDrive root 'rclone-test-tolumet1duce': Purge remote 2026/09/14 01:35:49 DEBUG : OpenDrive root 'rclone-test-torefiz8taka': Purge remote --- PASS: TestApplyTransforms (41.26s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:35:49 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/14 01:35:50 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/14 01:35:51 DEBUG : sub/file2: size = 14 OK 2026/09/14 01:35:51 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/14 01:35:51 INFO : file1: Copied (new) to: sub/file2 2026/09/14 01:35:52 DEBUG : sub/file2: size = 14 OK 2026/09/14 01:35:52 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/14 01:35:52 DEBUG : file1: Unchanged skipping 2026/09/14 01:35:52 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (4.93s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.36s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:35:55 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/14 01:35:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/backup" 2026/09/14 01:35:58 DEBUG : Starting OpenDrive session with ID: f0b836624f99aab616c52c389283d5a7d7734f960c9881865deb19a09b2d09f7 2026/09/14 01:35:58 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1151065832) 2026/09/14 01:35:58 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-rupukad3feze') 2026/09/14 01:35:58 DEBUG : dst/file1: Sizes differ 2026/09/14 01:36:00 INFO : dst/file1: Moved (server-side) 2026/09/14 01:36:00 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/14 01:36:01 DEBUG : dst/file1: size = 14 OK 2026/09/14 01:36:01 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/14 01:36:01 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (10.13s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:36:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/dst" 2026/09/14 01:36:05 DEBUG : Starting OpenDrive session with ID: e5dbb915dfe2e94f7b90a67d34c240dc31f5b05f532ce5abfb6d6e98f4650eb6 2026/09/14 01:36:06 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/CompareDest" 2026/09/14 01:36:06 DEBUG : Starting OpenDrive session with ID: 484a6711e688b58370dbd0709aee173dd5574bc63cb5b4714762dec0a22187fa 2026/09/14 01:36:07 DEBUG : one: Need to transfer - File not found at Destination 2026/09/14 01:36:08 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/14 01:36:09 DEBUG : one: size = 3 OK 2026/09/14 01:36:09 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/14 01:36:09 INFO : one: Copied (new) 2026/09/14 01:36:10 DEBUG : one: size = 5 (Local file system at /tmp/rclone1151065832) 2026/09/14 01:36:10 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-rupukad3feze/dst') 2026/09/14 01:36:10 DEBUG : one: Sizes differ 2026/09/14 01:36:11 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/14 01:36:12 DEBUG : one: size = 5 OK 2026/09/14 01:36:12 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/14 01:36:12 INFO : one: Copied (replaced existing) 2026/09/14 01:36:12 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/14 01:36:15 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/14 01:36:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone1151065832) 2026/09/14 01:36:16 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-rupukad3feze/dst') 2026/09/14 01:36:16 DEBUG : one: Sizes differ 2026/09/14 01:36:17 DEBUG : one: size = 5 OK 2026/09/14 01:36:17 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/14 01:36:17 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/14 01:36:18 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/14 01:36:20 DEBUG : two: Need to transfer - File not found at Destination 2026/09/14 01:36:20 DEBUG : two: size = 3 OK 2026/09/14 01:36:20 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/14 01:36:20 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/14 01:36:21 DEBUG : two: Need to transfer - File not found at Destination 2026/09/14 01:36:21 DEBUG : two: size = 3 OK 2026/09/14 01:36:21 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/14 01:36:21 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/14 01:36:22 DEBUG : two: Need to transfer - File not found at Destination 2026/09/14 01:36:22 DEBUG : two: size = 5 (Local file system at /tmp/rclone1151065832) 2026/09/14 01:36:22 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-rupukad3feze/CompareDest') 2026/09/14 01:36:22 DEBUG : two: Sizes differ 2026/09/14 01:36:23 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/14 01:36:24 DEBUG : two: size = 5 OK 2026/09/14 01:36:24 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/14 01:36:24 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (21.96s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:36:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/dst" 2026/09/14 01:36:27 DEBUG : Starting OpenDrive session with ID: 0d46fc76ec07130c4ebe87cca27613030f4434430a1414d45d4e8eb2e53e8995 2026/09/14 01:36:28 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/CopyDest" 2026/09/14 01:36:28 DEBUG : Starting OpenDrive session with ID: 8a58f1110e9247b450e9771270ed77f07106d6daff7e599d42cff47962e706a1 2026/09/14 01:36:29 DEBUG : one: Need to transfer - File not found at Destination 2026/09/14 01:36:30 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/14 01:36:31 DEBUG : one: size = 3 OK 2026/09/14 01:36:31 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/14 01:36:31 INFO : one: Copied (new) 2026/09/14 01:36:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone1151065832) 2026/09/14 01:36:32 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-rupukad3feze/dst') 2026/09/14 01:36:32 DEBUG : one: Sizes differ 2026/09/14 01:36:32 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/14 01:36:34 DEBUG : one: size = 5 OK 2026/09/14 01:36:34 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/14 01:36:34 INFO : one: Copied (replaced existing) 2026/09/14 01:36:34 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/14 01:36:37 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/14 01:36:39 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/BackupDir" 2026/09/14 01:36:39 DEBUG : Starting OpenDrive session with ID: 0750ed9d711fb2da5cff1e8f9fcc0a845d2987485b2950298981b5b533136233 2026/09/14 01:36:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone1151065832) 2026/09/14 01:36:40 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-rupukad3feze/dst') 2026/09/14 01:36:40 DEBUG : one: Sizes differ 2026/09/14 01:36:40 DEBUG : one: size = 5 OK 2026/09/14 01:36:40 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/14 01:36:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone1151065832) 2026/09/14 01:36:40 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-rupukad3feze/dst') 2026/09/14 01:36:40 DEBUG : one: Sizes differ 2026/09/14 01:36:41 INFO : one: Moved (server-side) 2026/09/14 01:36:42 DEBUG : one: size = 5 OK 2026/09/14 01:36:42 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/14 01:36:42 INFO : one: Copied (server-side copy) 2026/09/14 01:36:42 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/14 01:36:43 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/14 01:36:45 DEBUG : two: Need to transfer - File not found at Destination 2026/09/14 01:36:45 DEBUG : two: size = 3 OK 2026/09/14 01:36:45 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/14 01:36:46 DEBUG : two: size = 3 OK 2026/09/14 01:36:46 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/14 01:36:46 INFO : two: Copied (server-side copy) 2026/09/14 01:36:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/14 01:36:46 DEBUG : two: size = 3 OK 2026/09/14 01:36:46 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/14 01:36:46 DEBUG : two: Unchanged skipping 2026/09/14 01:36:48 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/14 01:36:49 DEBUG : three: Need to transfer - File not found at Destination 2026/09/14 01:36:49 DEBUG : three: size = 7 (Local file system at /tmp/rclone1151065832) 2026/09/14 01:36:49 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-rupukad3feze/CopyDest') 2026/09/14 01:36:49 DEBUG : three: Sizes differ 2026/09/14 01:36:49 DEBUG : three: Destination not found in --copy-dest 2026/09/14 01:36:50 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/14 01:36:51 DEBUG : three: size = 7 OK 2026/09/14 01:36:51 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/14 01:36:51 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (28.19s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.36s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.36s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.35s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:36:56 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/14 01:36:57 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/14 01:36:58 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/14 01:36:58 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/14 01:36:58 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/14 01:36:58 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/14 01:36:59 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/14 01:36:59 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/14 01:37:00 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/14 01:37:00 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/14 01:37:01 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/14 01:37:02 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/14 01:37:02 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 7d440bc03917755f79c330f3618516fa OK 2026/09/14 01:37:02 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (8.14s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.35s) === RUN TestDeduplicateSkip run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.35s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", 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-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.36s) === RUN TestDeduplicateNewest run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.35s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:37:06 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/14 01:37:08 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/14 01:37:10 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/14 01:37:12 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/14 01:37:14 INFO : OpenDrive root 'rclone-test-rupukad3feze': Looking for duplicate md5 hashes using newest mode. 2026/09/14 01:37:14 NOTICE: 0d817feed2a23f639750f6068a12eaca: Found 3 files with duplicate md5 hashes 2026/09/14 01:37:14 INFO : one: Deleted 2026/09/14 01:37:14 INFO : also/one: Deleted 2026/09/14 01:37:14 NOTICE: 0d817feed2a23f639750f6068a12eaca: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (10.47s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.35s) === RUN TestDeduplicateLargest run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.35s) === RUN TestDeduplicateSmallest run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.35s) === RUN TestDeduplicateRename run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.35s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRenameManyExisting (0.35s) === RUN TestMergeDirs run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" dedupe_test.go:294: Can't merge directories --- SKIP: TestMergeDirs (0.35s) === RUN TestListDirSorted run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:37:19 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/14 01:37:21 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/14 01:37:23 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/14 01:37:24 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/14 01:37:27 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/14 01:37:28 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/14 01:37:30 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/14 01:37:33 DEBUG : a.txt: Excluded (Size Filter) 2026/09/14 01:37:33 DEBUG : a.txt: Excluded 2026/09/14 01:37:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/14 01:37:33 DEBUG : sub dir/hello world: Excluded 2026/09/14 01:37:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/14 01:37:33 DEBUG : sub dir/hello world2: Excluded 2026/09/14 01:37:33 DEBUG : sub dir/ignore dir: Excluded 2026/09/14 01:37:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/14 01:37:34 DEBUG : sub dir/hello world: Excluded 2026/09/14 01:37:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/14 01:37:34 DEBUG : sub dir/hello world2: Excluded 2026/09/14 01:37:34 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (19.25s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:37:38 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/14 01:37:40 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/14 01:37:42 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/14 01:37:44 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/14 01:37:46 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/14 01:37:48 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/14 01:37:50 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/14 01:37:52 DEBUG : a.txt: Excluded (Size Filter) 2026/09/14 01:37:52 DEBUG : a.txt: Excluded 2026/09/14 01:37:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/14 01:37:52 DEBUG : sub dir/hello world: Excluded 2026/09/14 01:37:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/14 01:37:52 DEBUG : sub dir/hello world2: Excluded 2026/09/14 01:37:53 DEBUG : sub dir/ignore dir: Excluded 2026/09/14 01:37:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/14 01:37:53 DEBUG : sub dir/hello world: Excluded 2026/09/14 01:37:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/14 01:37:53 DEBUG : sub dir/hello world2: Excluded 2026/09/14 01:37:53 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (19.04s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:37:57 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/14 01:37:59 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.38s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.18s) --- PASS: TestListJSON/Recurse (0.36s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.18s) --- PASS: TestListJSON/NoMimeType (0.18s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:04 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/14 01:38:07 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/14 01:38:11 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/notfound" 2026/09/14 01:38:11 DEBUG : Starting OpenDrive session with ID: 758b8a4193a060ff769cf599c8f5caca5b583e77a3796f17f925b2cfcafc20ad --- PASS: TestStatJSON (9.93s) --- PASS: TestStatJSON/Root (0.18s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (0.35s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.18s) --- PASS: TestStatJSON/File (0.35s) --- PASS: TestStatJSON/NotFound (0.35s) --- PASS: TestStatJSON/DirFilesOnly (0.17s) --- PASS: TestStatJSON/FileFilesOnly (0.35s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.18s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.18s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.18s) --- PASS: TestStatJSON/RootNotFound (1.33s) === RUN TestStatJSONMemory 2026/09/14 01:38:14 DEBUG : Creating backend with remote ":memory:" 2026/09/14 01:38:14 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/14 01:38:14 DEBUG : sub/file1: size = 5 OK 2026/09/14 01:38:14 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/14 01:38:14 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-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:14 INFO : OpenDrive root 'rclone-test-rupukad3feze': Making directory 2026/09/14 01:38:14 INFO : OpenDrive root 'rclone-test-rupukad3feze': Making directory --- PASS: TestMkdir (0.53s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:15 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (3.85s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:19 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/14 01:38:21 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (4.70s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:23 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/14 01:38:25 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/14 01:38:27 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/14 01:38:27 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.17s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:29 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/14 01:38:31 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (4.82s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:33 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/14 01:38:35 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (5.25s) --- PASS: TestHashSums/Md5 (0.18s) --- PASS: TestHashSums/Md5Download (0.42s) === RUN TestHashSumsWithErrors 2026/09/14 01:38:38 DEBUG : Creating backend with remote ":memory:" 2026/09/14 01:38:38 ERROR : file1: hash unsupported: hash type not supported 2026/09/14 01:38:38 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/14 01:38:38 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/14 01:38:38 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/14 01:38:38 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/14 01:38:38 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/14 01:38:38 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/14 01:38:38 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/14 01:38:38 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/14 01:38:38 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/14 01:38:38 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-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:39 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/14 01:38:40 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/14 01:38:43 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (7.64s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:46 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/14 01:38:48 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/14 01:38:50 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/14 01:38:51 DEBUG : Waiting for deletions to finish 2026/09/14 01:38:51 DEBUG : large: Excluded (Size Filter) 2026/09/14 01:38:51 DEBUG : large: Excluded 2026/09/14 01:38:51 INFO : medium: Deleted 2026/09/14 01:38:52 INFO : small: Deleted --- PASS: TestDelete (6.64s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:38:53 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/14 01:38:55 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/14 01:38:57 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/14 01:38:58 DEBUG : Waiting for deletions to finish 2026/09/14 01:38:58 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/14 01:38:58 INFO : large: Deleted 2026/09/14 01:38:58 INFO : medium: Deleted --- PASS: TestMaxDelete (6.94s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:39:00 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/14 01:39:02 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/14 01:39:04 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/14 01:39:05 DEBUG : Waiting for deletions to finish 2026/09/14 01:39:05 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/14 01:39:05 INFO : medium: Deleted 2026/09/14 01:39:05 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.97s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:39:07 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/14 01:39:09 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/14 01:39:10 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/14 01:39:12 DEBUG : Waiting for deletions to finish 2026/09/14 01:39:12 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/14 01:39:12 INFO : large: Deleted 2026/09/14 01:39:12 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.07s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:39:14 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.51s) === RUN TestRetry 2026/09/14 01:39:17 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/14 01:39:17 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/14 01:39:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/14 01:39:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/14 01:39:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/14 01:39:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/14 01:39:17 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-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:39:18 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/14 01:39:19 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (9.04s) === RUN TestPurge 2026/09/14 01:39:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-soxuwim4lufe" 2026/09/14 01:39:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/14 01:39:26 DEBUG : Starting OpenDrive session with ID: 486adbcd7617dc96d13ba173db3d40ca5ece7af874b3e0852b1b4aefa47b9791 2026/09/14 01:39:27 DEBUG : Creating backend with remote "/tmp/rclone2038850746" run.go:198: Remote "OpenDrive root 'rclone-test-soxuwim4lufe'", Local "Local file system at /tmp/rclone2038850746", Modify Window "1s" 2026/09/14 01:39:29 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/14 01:39:30 INFO : A2: Making directory 2026/09/14 01:39:30 INFO : A1/B2: Making directory 2026/09/14 01:39:31 INFO : A1/B2/C2: Making directory 2026/09/14 01:39:31 INFO : A1/B1/C3: Making directory 2026/09/14 01:39:31 INFO : A3: Making directory 2026/09/14 01:39:32 INFO : A3/B3: Making directory 2026/09/14 01:39:32 INFO : A3/B3/C4: Making directory 2026/09/14 01:39:33 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/14 01:39:37 ERROR : error listing: directory not found 2026/09/14 01:39:37 DEBUG : OpenDrive root 'rclone-test-soxuwim4lufe': Purge remote 2026/09/14 01:39:37 NOTICE: purge failed: directory not found --- PASS: TestPurge (11.06s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:39:39 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/14 01:39:40 INFO : A2: Making directory 2026/09/14 01:39:40 INFO : A1/B2: Making directory 2026/09/14 01:39:40 INFO : A1/B2/C2: Making directory 2026/09/14 01:39:41 INFO : A1/B1/C3: Making directory 2026/09/14 01:39:41 INFO : A3: Making directory 2026/09/14 01:39:41 INFO : A3/B3: Making directory 2026/09/14 01:39:42 INFO : A3/B3/C4: Making directory 2026/09/14 01:39:43 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/14 01:39:45 DEBUG : removing 1 level 3 directories 2026/09/14 01:39:45 INFO : A3/B3/C4: Removing directory 2026/09/14 01:39:47 DEBUG : removing 2 level 3 directories 2026/09/14 01:39:47 INFO : A1/B2/C2: Removing directory 2026/09/14 01:39:47 INFO : A1/B1/C3: Removing directory 2026/09/14 01:39:48 DEBUG : removing 2 level 2 directories 2026/09/14 01:39:48 INFO : A1/B2: Removing directory 2026/09/14 01:39:48 INFO : A3/B3: Removing directory 2026/09/14 01:39:48 DEBUG : removing 2 level 1 directories 2026/09/14 01:39:48 INFO : A3: Removing directory 2026/09/14 01:39:48 INFO : A2: Removing directory 2026/09/14 01:39:52 DEBUG : removing 1 level 3 directories 2026/09/14 01:39:52 INFO : A1/B1/C1: Removing directory 2026/09/14 01:39:52 DEBUG : removing 1 level 2 directories 2026/09/14 01:39:52 INFO : A1/B1: Removing directory 2026/09/14 01:39:52 DEBUG : removing 1 level 1 directories 2026/09/14 01:39:52 INFO : A1: Removing directory 2026/09/14 01:39:53 DEBUG : removing 1 level 0 directories 2026/09/14 01:39:53 INFO : OpenDrive root 'rclone-test-rupukad3feze': Removing directory 2026/09/14 01:39:53 ERROR : error listing: directory not found 2026/09/14 01:39:53 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (16.58s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:39:54 INFO : A1: Making directory 2026/09/14 01:39:54 INFO : A1/B1: Making directory 2026/09/14 01:39:55 INFO : A1/B1/C1: Making directory 2026/09/14 01:39:56 DEBUG : removing 1 level 3 directories 2026/09/14 01:39:56 INFO : A1/B1/C1: Removing directory 2026/09/14 01:39:56 DEBUG : removing 1 level 2 directories 2026/09/14 01:39:56 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.63s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:39:58 INFO : A1: Making directory 2026/09/14 01:39:58 INFO : A1/B1: Making directory 2026/09/14 01:39:59 INFO : A1/B1/C1: Making directory 2026/09/14 01:40:01 DEBUG : removing 1 level 3 directories 2026/09/14 01:40:01 INFO : A1/B1/C1: Removing directory 2026/09/14 01:40:01 DEBUG : removing 1 level 2 directories 2026/09/14 01:40:01 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.45s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:40:03 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/14 01:40:05 DEBUG : file1: size = 14 OK 2026/09/14 01:40:05 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/14 01:40:05 DEBUG : filename.txt: File name found in url 2026/09/14 01:40:06 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/14 01:40:07 DEBUG : filename.txt: size = 14 OK 2026/09/14 01:40:07 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/14 01:40:07 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/14 01:40:08 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/14 01:40:09 DEBUG : headerfilename.txt: size = 14 OK 2026/09/14 01:40:09 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/14 01:40:09 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/14 01:40:11 DEBUG : file2: size = 14 OK 2026/09/14 01:40:11 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (9.22s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:40:13 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/14 01:40:13 DEBUG : file1: size = 14 OK 2026/09/14 01:40:13 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.23s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:40:14 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/14 01:40:15 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/14 01:40:16 DEBUG : sub/file2: size = 14 OK 2026/09/14 01:40:16 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/14 01:40:16 INFO : file1: Copied (new) to: sub/file2 2026/09/14 01:40:16 INFO : file1: Deleted 2026/09/14 01:40:17 DEBUG : sub/file2: size = 14 OK 2026/09/14 01:40:17 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/14 01:40:17 DEBUG : file1: Unchanged skipping 2026/09/14 01:40:17 INFO : file1: Deleted 2026/09/14 01:40:18 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (5.09s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:40:19 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/14 01:40:20 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/14 01:40:21 DEBUG : file1: size = 14 OK 2026/09/14 01:40:21 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/14 01:40:21 INFO : file1: Copied (new) 2026/09/14 01:40:21 INFO : file1: Deleted 2026/09/14 01:40:21 DEBUG : file1: Destination exists, skipping 2026/09/14 01:40:21 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.12s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:40:22 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/14 01:40:23 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/14 01:40:24 DEBUG : sub/file2: size = 14 OK 2026/09/14 01:40:24 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/14 01:40:24 INFO : file1: Copied (new) to: sub/file2 2026/09/14 01:40:24 INFO : file1: Deleted 2026/09/14 01:40:25 DEBUG : sub/file2: size = 14 OK 2026/09/14 01:40:25 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/14 01:40:25 DEBUG : file1: Unchanged skipping 2026/09/14 01:40:25 INFO : file1: Deleted 2026/09/14 01:40:27 DEBUG : sub/file2: moving to sub/File2-rclone-move-vefozay7 2026/09/14 01:40:27 DEBUG : sub/file2: same parent dir (ODFfMTMyNTQxMDlfcGNOODY) - using file/rename instead of move_copy for sub/File2-rclone-move-vefozay7 2026/09/14 01:40:27 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-vefozay7 2026/09/14 01:40:27 DEBUG : sub/file2: moving to sub/File2 2026/09/14 01:40:27 DEBUG : sub/File2-rclone-move-vefozay7: same parent dir (ODFfMTMyNTQxMDlfcGNOODY) - using file/rename instead of move_copy for sub/File2 2026/09/14 01:40:28 INFO : sub/File2-rclone-move-vefozay7: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (7.04s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:40:30 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/14 01:40:33 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (4.01s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:40:34 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/14 01:40:36 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rupukad3feze/backup" 2026/09/14 01:40:37 DEBUG : Starting OpenDrive session with ID: 71b1215de198fbb472d37fa635b3578460dd75d7646a000ed312c1367aca912c 2026/09/14 01:40:37 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1151065832) 2026/09/14 01:40:37 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-rupukad3feze') 2026/09/14 01:40:37 DEBUG : dst/file1: Sizes differ 2026/09/14 01:40:39 INFO : dst/file1: Moved (server-side) 2026/09/14 01:40:40 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/14 01:40:41 DEBUG : dst/file1: size = 14 OK 2026/09/14 01:40:41 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/14 01:40:41 INFO : dst/file1: Copied (new) 2026/09/14 01:40:41 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (10.15s) === 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-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:40:45 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/14 01:40:46 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/14 01:40:48 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/14 01:40:51 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/14 01:40:53 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/14 01:40:54 INFO : A1/B2: Making directory 2026/09/14 01:40:54 INFO : A1/B1/C3: Making directory 2026/09/14 01:40:56 DEBUG : A2: same parent dir (ODFfMTMyNTQxMDFfT3dCcGI) - using folder/rename instead of move_copy 2026/09/14 01:41:00 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/14 01:41:00 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/14 01:41:00 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/14 01:41:00 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/14 01:41:01 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/14 01:41:04 INFO : OpenDrive root 'rclone-test-rupukad3feze': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/14 01:41:07 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/14 01:41:07 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/14 01:41:07 INFO : A3/two: Moved (server-side) to: A4/two 2026/09/14 01:41:07 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/14 01:41:07 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three --- PASS: TestDirMove (30.81s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" --- PASS: TestGetFsInfo (0.35s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:15 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': File to upload is small (34 bytes), uploading instead of streaming 2026/09/14 01:41:15 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/14 01:41:17 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/14 01:41:17 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/14 01:41:17 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/14 01:41:17 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/14 01:41:17 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/14 01:41:20 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/14 01:41:20 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/14 01:41:20 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:21 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': File to upload is small (34 bytes), uploading instead of streaming 2026/09/14 01:41:22 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/14 01:41:23 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/14 01:41:23 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/14 01:41:23 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/14 01:41:23 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/14 01:41:24 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/14 01:41:26 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/14 01:41:26 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/14 01:41:26 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-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:27 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': File to upload is small (34 bytes), uploading instead of streaming 2026/09/14 01:41:28 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/14 01:41:29 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/14 01:41:29 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/14 01:41:29 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/14 01:41:30 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/14 01:41:31 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/14 01:41:31 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-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:33 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': File to upload is small (34 bytes), uploading instead of streaming 2026/09/14 01:41:33 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/14 01:41:34 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/14 01:41:34 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/14 01:41:34 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/14 01:41:34 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/14 01:41:35 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/14 01:41:37 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/14 01:41:37 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/14 01:41:37 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.10s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.16s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.10s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.58s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.26s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.35s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:39 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/14 01:41:40 DEBUG : potato1: size = 60 OK 2026/09/14 01:41:40 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/14 01:41:40 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': File to upload is small (60 bytes), uploading instead of streaming 2026/09/14 01:41:41 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/14 01:41:41 DEBUG : potato2: size = 60 OK 2026/09/14 01:41:41 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/14 01:41:41 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (4.33s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:43 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/14 01:41:43 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.13s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" operations_test.go:1660: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.35s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:45 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/14 01:41:46 DEBUG : potato1: size = 60 OK 2026/09/14 01:41:46 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.24s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:47 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/14 01:41:48 DEBUG : potato1: size = 60 OK 2026/09/14 01:41:48 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-rupukad3feze') 2026/09/14 01:41:48 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-rupukad3feze') 2026/09/14 01:41:48 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-rupukad3feze') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/14 01:41:48 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:49 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/14 01:41:50 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-rupukad3feze') 2026/09/14 01:41:50 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-rupukad3feze') 2026/09/14 01:41:50 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-rupukad3feze') 59 2026/09/14 01:41:50 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:52 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/14 01:41:53 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:54 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/14 01:41:55 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (9.61s) --- PASS: TestRcatSizeChecksum/Corrupted (2.57s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.41s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.41s) --- PASS: TestRcatSizeChecksum/NoHashes (2.23s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:41:56 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/14 01:41:58 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/14 01:42:01 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/14 01:42:03 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': Touching "empty space" 2026/09/14 01:42:03 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': Touching "potato2" 2026/09/14 01:42:03 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': Touching "sub dir/potato3" --- PASS: TestTouchDir (9.05s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" operations_test.go:1880: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.35s) === RUN TestMkdirModTime run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" operations_test.go:1901: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.35s) === RUN TestCopyDirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.35s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" operations_test.go:1983: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.35s) === RUN TestDirsEqual run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" operations_test.go:2034: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.35s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-rupukad3feze'", Local "Local file system at /tmp/rclone1151065832", Modify Window "1s" 2026/09/14 01:42:08 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/14 01:42:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/14 01:42:12 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.qisoyiy1" before starting 2026/09/14 01:42:12 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNTQxMzJfZXFQY1Y) - using file/rename instead of move_copy for sub dir/test remove existing.qisoyiy1 2026/09/14 01:42:13 DEBUG : sub dir/test remove existing.qisoyiy1: TEST: removing renamed existing file after operation 2026/09/14 01:42:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cotohat6" before starting 2026/09/14 01:42:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNTQxMzJfZXFQY1Y) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cotohat6 2026/09/14 01:42:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cotohat6: TEST: renaming existing back after failed operation 2026/09/14 01:42:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cotohat6: same parent dir (ODFfMTMyNTQxMzJfZXFQY1Y) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/14 01:42:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qixejef8" before starting 2026/09/14 01:42:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNTQxMzJfZXFQY1Y) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qixejef8 2026/09/14 01:42:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qixejef8: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (11.89s) === 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/14 01:42:18 DEBUG : OpenDrive root 'rclone-test-rupukad3feze': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 8m54.514222096s (try 1/5)