"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/27 03:11:10 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu" 2026/09/27 03:11:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:11:10 DEBUG : Starting OpenDrive session with ID: 4f0944cbe152ace7d01895dc21e81503e5672351e1c6477b80e4e17d91be772a 2026/09/27 03:11:11 DEBUG : Creating backend with remote "/tmp/rclone1011954055" === 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/27 03:11:11 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/27 03:11:11 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.18s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/27 03:11:11 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 1 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 0 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 2 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/27 03:11:11 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/27 03:11:11 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/27 03:11:11 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 1 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 2 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 0 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/27 03:11:11 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/27 03:11:11 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/27 03:11:11 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 1 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 2 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 0 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 3 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/27 03:11:11 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/27 03:11:11 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/27 03:11:11 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 1 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 2 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 3 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/27 03:11:11 DEBUG : file.txt: writing chunk 0 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/27 03:11:11 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/27 03:11:11 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/27 03:11:11 DEBUG : a: size = 0 OK 2026/09/27 03:11:11 DEBUG : a: size = 1 (memory) 2026/09/27 03:11:11 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/27 03:11:11 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/27 03:11:11 DEBUG : potato: Seek from 10 to 0 2026/09/27 03:11:11 DEBUG : potato: Seek from 10 to 0 2026/09/27 03:11:11 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/27 03:11:11 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Seek from 5 to 2 2026/09/27 03:11:11 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/27 03:11:11 DEBUG : potato: Seek from 7 to 0 2026/09/27 03:11:11 DEBUG : potato: Seek from 7 to 0 2026/09/27 03:11:11 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/27 03:11:11 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Seek from 5 to 2 2026/09/27 03:11:11 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/27 03:11:11 DEBUG : potato: Seek from 8 to 0 2026/09/27 03:11:11 DEBUG : potato: Seek from 8 to 0 2026/09/27 03:11:11 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/27 03:11:11 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/27 03:11:11 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 03:11:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 03:11:11 DEBUG : potato: Seek from 5 to 2 2026/09/27 03:11:11 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/27 03:11:11 DEBUG : potato: Seek from 9 to 0 2026/09/27 03:11:11 DEBUG : potato: Seek from 9 to 0 2026/09/27 03:11:11 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:11:12 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/27 03:11:14 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/27 03:11:16 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/27 03:11:19 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.23s) --- PASS: TestCheck/1 (0.18s) --- PASS: TestCheck/2 (0.18s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (0.18s) --- PASS: TestCheck/5 (0.17s) --- PASS: TestCheck/6 (0.18s) --- PASS: TestCheck/7 (0.18s) === RUN TestCheckFsError 2026/09/27 03:11:21 DEBUG : Creating backend with remote "nonexistent" 2026/09/27 03:11:21 DEBUG : Creating backend with remote "nonexistent" 2026/09/27 03:11:21 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/27 03:11:21 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/27 03:11:21 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/27 03:11:21 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:11:22 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/27 03:11:25 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2026/09/27 03:11:27 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/27 03:11:31 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (12.86s) --- PASS: TestCheckDownload/1 (0.35s) --- PASS: TestCheckDownload/2 (0.53s) --- PASS: TestCheckDownload/3 (0.35s) --- PASS: TestCheckDownload/4 (0.72s) --- PASS: TestCheckDownload/5 (0.54s) --- PASS: TestCheckDownload/6 (0.36s) --- PASS: TestCheckDownload/7 (0.55s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:11:35 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/27 03:11:37 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/27 03:11:39 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/27 03:11:41 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (9.85s) --- PASS: TestCheckSizeOnly/1 (0.17s) --- PASS: TestCheckSizeOnly/2 (0.17s) --- PASS: TestCheckSizeOnly/3 (0.17s) --- PASS: TestCheckSizeOnly/4 (0.17s) --- PASS: TestCheckSizeOnly/5 (0.17s) --- PASS: TestCheckSizeOnly/6 (0.17s) --- PASS: TestCheckSizeOnly/7 (0.17s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:11:45 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/27 03:11:46 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/27 03:11:46 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/27 03:11:46 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/27 03:11:46 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/27 03:11:47 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/27 03:11:48 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/27 03:11:48 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/27 03:11:48 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/27 03:11:48 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.11s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:11:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/data" 2026/09/27 03:11:50 DEBUG : Starting OpenDrive session with ID: 0c0fdb8a2bf526893dc03e0f81700a45349d1c366218fc3af0af4bcada2dec03 2026/09/27 03:11:51 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/27 03:11:53 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/27 03:11:56 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/27 03:11:57 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/27 03:12:00 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/27 03:12:02 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/27 03:12:05 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/27 03:12:07 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/27 03:12:09 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/27 03:12:11 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/27 03:12:12 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (26.63s) --- PASS: TestCheckSum/subtest1 (0.87s) --- PASS: TestCheckSum/subtest2 (0.69s) --- PASS: TestCheckSum/subtest3 (0.69s) --- PASS: TestCheckSum/subtest4 (0.69s) --- PASS: TestCheckSum/subtest5 (0.69s) --- PASS: TestCheckSum/subtest6 (0.69s) --- PASS: TestCheckSum/subtest7 (0.69s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:12:16 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/data" 2026/09/27 03:12:16 DEBUG : Starting OpenDrive session with ID: c59a666c15f9f73ed5ae8df1114e34161492decc582814c10fa86cb28a2b4309 2026/09/27 03:12:18 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/27 03:12:20 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/27 03:12:23 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/27 03:12:24 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/27 03:12:27 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/27 03:12:30 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/27 03:12:33 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/27 03:12:36 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/27 03:12:38 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/27 03:12:40 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/27 03:12:41 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (29.10s) --- PASS: TestCheckSumDownload/subtest1 (1.06s) --- PASS: TestCheckSumDownload/subtest2 (0.86s) --- PASS: TestCheckSumDownload/subtest3 (1.22s) --- PASS: TestCheckSumDownload/subtest4 (0.87s) --- PASS: TestCheckSumDownload/subtest5 (0.87s) --- PASS: TestCheckSumDownload/subtest6 (0.87s) --- PASS: TestCheckSumDownload/subtest7 (0.88s) === RUN TestCheckSumConcurrency 2026/09/27 03:12:45 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/27 03:12:45 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/27 03:12:45 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/27 03:12:45 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/27 03:12:45 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/27 03:12:45 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/27 03:12:45 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/27 03:12:45 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/27 03:12:45 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/27 03:12:45 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/27 03:12:45 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/27 03:12:45 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/27 03:12:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qahirod7dupu" 2026/09/27 03:12:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:12:45 DEBUG : Starting OpenDrive session with ID: 54c0f9526af1574bd9e388c5ef0158a9b8705538bfdab8b9d8dd9354ae29f912 2026/09/27 03:12:46 DEBUG : Creating backend with remote "/tmp/rclone2086792328" run.go:198: Remote "OpenDrive root 'rclone-test-qahirod7dupu'", Local "Local file system at /tmp/rclone2086792328", Modify Window "1s" 2026/09/27 03:12:47 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/27 03:12:48 ERROR : hello, world!: sum not found 2026/09/27 03:12:48 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-qahirod7dupu' 2026/09/27 03:12:48 NOTICE: OpenDrive root 'rclone-test-qahirod7dupu': 1 files missing 2026/09/27 03:12:48 NOTICE: 1 hashes missing 2026/09/27 03:12:48 NOTICE: OpenDrive root 'rclone-test-qahirod7dupu': 1 differences found 2026/09/27 03:12:48 NOTICE: OpenDrive root 'rclone-test-qahirod7dupu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/27 03:12:48 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:12:48 NOTICE: OpenDrive root 'rclone-test-qahirod7dupu': 0 differences found 2026/09/27 03:12:48 NOTICE: OpenDrive root 'rclone-test-qahirod7dupu': 1 matching files 2026/09/27 03:12:48 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-jilekuh6zovi" 2026/09/27 03:12:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:12:49 DEBUG : Starting OpenDrive session with ID: cfc86fa7970127d06dc6f1ef0042eb21e74b8f5133cb661cabb7f2bb8acd4751 2026/09/27 03:12:49 DEBUG : Creating backend with remote "/tmp/rclone3319970261" run.go:198: Remote "OpenDrive root 'rclone-test-jilekuh6zovi'", Local "Local file system at /tmp/rclone3319970261", Modify Window "1s" 2026/09/27 03:12:50 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/27 03:12:52 ERROR : HELLO, WORLD!: sum not found 2026/09/27 03:12:52 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-jilekuh6zovi' 2026/09/27 03:12:52 NOTICE: OpenDrive root 'rclone-test-jilekuh6zovi': 1 files missing 2026/09/27 03:12:52 NOTICE: 1 hashes missing 2026/09/27 03:12:52 NOTICE: OpenDrive root 'rclone-test-jilekuh6zovi': 1 differences found 2026/09/27 03:12:52 NOTICE: OpenDrive root 'rclone-test-jilekuh6zovi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/27 03:12:52 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:12:52 NOTICE: OpenDrive root 'rclone-test-jilekuh6zovi': 0 differences found 2026/09/27 03:12:52 NOTICE: OpenDrive root 'rclone-test-jilekuh6zovi': 1 matching files 2026/09/27 03:12:52 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mifonij3femu" 2026/09/27 03:12:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:12:52 DEBUG : Starting OpenDrive session with ID: 381da400b0414f38a2388068fa3839c3fd4032c749517c3b190751e71e746a27 2026/09/27 03:12:53 DEBUG : Creating backend with remote "/tmp/rclone1706131110" run.go:198: Remote "OpenDrive root 'rclone-test-mifonij3femu'", Local "Local file system at /tmp/rclone1706131110", Modify Window "1s" 2026/09/27 03:12:54 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/27 03:12:55 ERROR : HeLlO, wOrLd!: sum not found 2026/09/27 03:12:55 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-mifonij3femu' 2026/09/27 03:12:55 NOTICE: OpenDrive root 'rclone-test-mifonij3femu': 1 files missing 2026/09/27 03:12:55 NOTICE: 1 hashes missing 2026/09/27 03:12:55 NOTICE: OpenDrive root 'rclone-test-mifonij3femu': 1 differences found 2026/09/27 03:12:55 NOTICE: OpenDrive root 'rclone-test-mifonij3femu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/27 03:12:55 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:12:55 NOTICE: OpenDrive root 'rclone-test-mifonij3femu': 0 differences found 2026/09/27 03:12:55 NOTICE: OpenDrive root 'rclone-test-mifonij3femu': 1 matching files 2026/09/27 03:12:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-gisuhop9gawu" 2026/09/27 03:12:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:12:56 DEBUG : Starting OpenDrive session with ID: 49798bc599085469809b7b2fe88d401cd1b8ed3f5a10d0afb211514cfa091e7c 2026/09/27 03:12:56 DEBUG : Creating backend with remote "/tmp/rclone3876674140" run.go:198: Remote "OpenDrive root 'rclone-test-gisuhop9gawu'", Local "Local file system at /tmp/rclone3876674140", Modify Window "1s" 2026/09/27 03:12:57 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/27 03:12:59 ERROR : HELLO, WORLD!: sum not found 2026/09/27 03:12:59 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-gisuhop9gawu' 2026/09/27 03:12:59 NOTICE: OpenDrive root 'rclone-test-gisuhop9gawu': 1 files missing 2026/09/27 03:12:59 NOTICE: 1 hashes missing 2026/09/27 03:12:59 NOTICE: OpenDrive root 'rclone-test-gisuhop9gawu': 1 differences found 2026/09/27 03:12:59 NOTICE: OpenDrive root 'rclone-test-gisuhop9gawu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/27 03:12:59 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:12:59 NOTICE: OpenDrive root 'rclone-test-gisuhop9gawu': 0 differences found 2026/09/27 03:12:59 NOTICE: OpenDrive root 'rclone-test-gisuhop9gawu': 1 matching files 2026/09/27 03:12:59 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-rogugur1reto" 2026/09/27 03:12:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:13:00 DEBUG : Starting OpenDrive session with ID: 9d1f5bc4d81fe4b2e41b86a8abf05bfa054f29e8b3fff69eaa552537eae2864b 2026/09/27 03:13:00 DEBUG : Creating backend with remote "/tmp/rclone865685892" run.go:198: Remote "OpenDrive root 'rclone-test-rogugur1reto'", Local "Local file system at /tmp/rclone865685892", Modify Window "1s" 2026/09/27 03:13:01 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/27 03:13:02 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/27 03:13:02 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-rogugur1reto' 2026/09/27 03:13:02 NOTICE: OpenDrive root 'rclone-test-rogugur1reto': 1 files missing 2026/09/27 03:13:02 NOTICE: 1 hashes missing 2026/09/27 03:13:02 NOTICE: OpenDrive root 'rclone-test-rogugur1reto': 1 differences found 2026/09/27 03:13:02 NOTICE: OpenDrive root 'rclone-test-rogugur1reto': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/27 03:13:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:13:03 NOTICE: OpenDrive root 'rclone-test-rogugur1reto': 0 differences found 2026/09/27 03:13:03 NOTICE: OpenDrive root 'rclone-test-rogugur1reto': 1 matching files 2026/09/27 03:13:03 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-zepefol7salo" 2026/09/27 03:13:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:13:03 DEBUG : Starting OpenDrive session with ID: d3cf5082e3e34bf352d5697cd02c656ea56a862327ecb72136929406699dd7fb 2026/09/27 03:13:04 DEBUG : Creating backend with remote "/tmp/rclone4198465997" run.go:198: Remote "OpenDrive root 'rclone-test-zepefol7salo'", Local "Local file system at /tmp/rclone4198465997", Modify Window "1s" 2026/09/27 03:13:05 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/27 03:13:06 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/27 03:13:06 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-zepefol7salo' 2026/09/27 03:13:06 NOTICE: OpenDrive root 'rclone-test-zepefol7salo': 1 files missing 2026/09/27 03:13:06 NOTICE: 1 hashes missing 2026/09/27 03:13:06 NOTICE: OpenDrive root 'rclone-test-zepefol7salo': 1 differences found 2026/09/27 03:13:06 NOTICE: OpenDrive root 'rclone-test-zepefol7salo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/27 03:13:06 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:13:06 NOTICE: OpenDrive root 'rclone-test-zepefol7salo': 0 differences found 2026/09/27 03:13:06 NOTICE: OpenDrive root 'rclone-test-zepefol7salo': 1 matching files 2026/09/27 03:13:06 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kolagaw1yavu" 2026/09/27 03:13:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:13:07 DEBUG : Starting OpenDrive session with ID: ebd3c45237ac633e650161e84574fa09c6d2c5c0ca226540f5de99c5f39f17d1 2026/09/27 03:13:07 DEBUG : Creating backend with remote "/tmp/rclone2324911601" run.go:198: Remote "OpenDrive root 'rclone-test-kolagaw1yavu'", Local "Local file system at /tmp/rclone2324911601", Modify Window "1s" 2026/09/27 03:13:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/27 03:13:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/27 03:13:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-kolagaw1yavu' 2026/09/27 03:13:10 NOTICE: OpenDrive root 'rclone-test-kolagaw1yavu': 1 files missing 2026/09/27 03:13:10 NOTICE: 1 hashes missing 2026/09/27 03:13:10 NOTICE: OpenDrive root 'rclone-test-kolagaw1yavu': 1 differences found 2026/09/27 03:13:10 NOTICE: OpenDrive root 'rclone-test-kolagaw1yavu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/27 03:13:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:13:10 NOTICE: OpenDrive root 'rclone-test-kolagaw1yavu': 0 differences found 2026/09/27 03:13:10 NOTICE: OpenDrive root 'rclone-test-kolagaw1yavu': 1 matching files 2026/09/27 03:13:10 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tajayad8qoga" 2026/09/27 03:13:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:13:11 DEBUG : Starting OpenDrive session with ID: 4b3ad837881745498213a3f77a587961ec03c3bb977622e998493fa697be99a4 2026/09/27 03:13:11 DEBUG : Creating backend with remote "/tmp/rclone4162499830" run.go:198: Remote "OpenDrive root 'rclone-test-tajayad8qoga'", Local "Local file system at /tmp/rclone4162499830", Modify Window "1s" 2026/09/27 03:13:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/27 03:13:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/27 03:13:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-tajayad8qoga' 2026/09/27 03:13:13 NOTICE: OpenDrive root 'rclone-test-tajayad8qoga': 1 files missing 2026/09/27 03:13:13 NOTICE: 1 hashes missing 2026/09/27 03:13:13 NOTICE: OpenDrive root 'rclone-test-tajayad8qoga': 1 differences found 2026/09/27 03:13:13 NOTICE: OpenDrive root 'rclone-test-tajayad8qoga': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/27 03:13:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:13:14 NOTICE: OpenDrive root 'rclone-test-tajayad8qoga': 0 differences found 2026/09/27 03:13:14 NOTICE: OpenDrive root 'rclone-test-tajayad8qoga': 1 matching files 2026/09/27 03:13:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wolonex4muca" 2026/09/27 03:13:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:13:14 DEBUG : Starting OpenDrive session with ID: 35aba02f13f79f0b560c89c55bcc62be8349462424856813341c39a762794c04 2026/09/27 03:13:15 DEBUG : Creating backend with remote "/tmp/rclone1767371867" run.go:198: Remote "OpenDrive root 'rclone-test-wolonex4muca'", Local "Local file system at /tmp/rclone1767371867", Modify Window "1s" 2026/09/27 03:13:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/27 03:13:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/27 03:13:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-wolonex4muca' 2026/09/27 03:13:17 NOTICE: OpenDrive root 'rclone-test-wolonex4muca': 1 files missing 2026/09/27 03:13:17 NOTICE: 1 hashes missing 2026/09/27 03:13:17 NOTICE: OpenDrive root 'rclone-test-wolonex4muca': 1 differences found 2026/09/27 03:13:17 NOTICE: OpenDrive root 'rclone-test-wolonex4muca': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/27 03:13:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:13:17 NOTICE: OpenDrive root 'rclone-test-wolonex4muca': 0 differences found 2026/09/27 03:13:17 NOTICE: OpenDrive root 'rclone-test-wolonex4muca': 1 matching files 2026/09/27 03:13:17 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-mazaqik5nuho" 2026/09/27 03:13:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:13:18 DEBUG : Starting OpenDrive session with ID: bea0f9475cd375ffa4cd9552cd062dfac3f2d0e7fdfa311c6e6e4ad37c800f3e 2026/09/27 03:13:18 DEBUG : Creating backend with remote "/tmp/rclone1649751194" run.go:198: Remote "OpenDrive root 'rclone-test-mazaqik5nuho'", Local "Local file system at /tmp/rclone1649751194", Modify Window "1s" 2026/09/27 03:13:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/27 03:13:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/27 03:13:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-mazaqik5nuho' 2026/09/27 03:13:21 NOTICE: OpenDrive root 'rclone-test-mazaqik5nuho': 1 files missing 2026/09/27 03:13:21 NOTICE: 1 hashes missing 2026/09/27 03:13:21 NOTICE: OpenDrive root 'rclone-test-mazaqik5nuho': 1 differences found 2026/09/27 03:13:21 NOTICE: OpenDrive root 'rclone-test-mazaqik5nuho': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/27 03:13:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 03:13:21 NOTICE: OpenDrive root 'rclone-test-mazaqik5nuho': 0 differences found 2026/09/27 03:13:21 NOTICE: OpenDrive root 'rclone-test-mazaqik5nuho': 1 matching files 2026/09/27 03:13:21 DEBUG : OpenDrive root 'rclone-test-mazaqik5nuho': Purge remote 2026/09/27 03:13:22 DEBUG : OpenDrive root 'rclone-test-wolonex4muca': Purge remote 2026/09/27 03:13:22 DEBUG : OpenDrive root 'rclone-test-tajayad8qoga': Purge remote 2026/09/27 03:13:22 DEBUG : OpenDrive root 'rclone-test-kolagaw1yavu': Purge remote 2026/09/27 03:13:23 DEBUG : OpenDrive root 'rclone-test-zepefol7salo': Purge remote 2026/09/27 03:13:23 DEBUG : OpenDrive root 'rclone-test-rogugur1reto': Purge remote 2026/09/27 03:13:23 DEBUG : OpenDrive root 'rclone-test-gisuhop9gawu': Purge remote 2026/09/27 03:13:24 DEBUG : OpenDrive root 'rclone-test-mifonij3femu': Purge remote 2026/09/27 03:13:24 DEBUG : OpenDrive root 'rclone-test-jilekuh6zovi': Purge remote 2026/09/27 03:13:24 DEBUG : OpenDrive root 'rclone-test-qahirod7dupu': Purge remote --- PASS: TestApplyTransforms (39.97s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:13:25 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/27 03:13:26 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/27 03:13:27 DEBUG : sub/file2: size = 14 OK 2026/09/27 03:13:27 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/27 03:13:27 INFO : file1: Copied (new) to: sub/file2 2026/09/27 03:13:28 DEBUG : sub/file2: size = 14 OK 2026/09/27 03:13:28 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/27 03:13:28 DEBUG : file1: Unchanged skipping 2026/09/27 03:13:28 DEBUG : OpenDrive root 'rclone-test-penavor5libu': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (4.56s) === RUN TestCopyFileImmutable run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:13:29 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/27 03:13:30 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2026/09/27 03:13:31 DEBUG : existing: size = 6 OK 2026/09/27 03:13:31 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/27 03:13:31 INFO : existing: Copied (new) 2026/09/27 03:13:32 DEBUG : existing: size = 6 OK 2026/09/27 03:13:32 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/27 03:13:32 DEBUG : existing: Unchanged skipping 2026/09/27 03:13:32 DEBUG : existing: size = 8 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:13:32 DEBUG : existing: size = 6 (OpenDrive root 'rclone-test-penavor5libu') 2026/09/27 03:13:32 DEBUG : existing: Sizes differ 2026/09/27 03:13:32 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileImmutable (4.03s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" copy_test.go:188: Test only runs on local --- SKIP: TestCopyLongFile (0.34s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:13:35 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/27 03:13:37 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/backup" 2026/09/27 03:13:38 DEBUG : Starting OpenDrive session with ID: 123ba15b701fe977514a68b70987edbf939e990d4bb1313bfe5ed66962cad58a 2026/09/27 03:13:38 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:13:38 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-penavor5libu') 2026/09/27 03:13:38 DEBUG : dst/file1: Sizes differ 2026/09/27 03:13:40 INFO : dst/file1: Moved (server-side) 2026/09/27 03:13:40 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/27 03:13:41 DEBUG : dst/file1: size = 14 OK 2026/09/27 03:13:41 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/27 03:13:41 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (10.48s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:13:44 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/dst" 2026/09/27 03:13:45 DEBUG : Starting OpenDrive session with ID: c958f833334af941916f06e421ad83dc68190494d8eeb20e47de8182d083f632 2026/09/27 03:13:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/CompareDest" 2026/09/27 03:13:46 DEBUG : Starting OpenDrive session with ID: 095c492e2f021c8a9a25fc78dec793348638113f52a88ed74d5ec71d90dad0e8 2026/09/27 03:13:47 DEBUG : one: Need to transfer - File not found at Destination 2026/09/27 03:13:48 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/27 03:13:49 DEBUG : one: size = 3 OK 2026/09/27 03:13:49 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/27 03:13:49 INFO : one: Copied (new) 2026/09/27 03:13:50 DEBUG : one: size = 5 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:13:50 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-penavor5libu/dst') 2026/09/27 03:13:50 DEBUG : one: Sizes differ 2026/09/27 03:13:50 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/27 03:13:51 DEBUG : one: size = 5 OK 2026/09/27 03:13:51 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/27 03:13:51 INFO : one: Copied (replaced existing) 2026/09/27 03:13:52 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/27 03:13:54 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/27 03:13:56 DEBUG : one: size = 5 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:13:56 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-penavor5libu/dst') 2026/09/27 03:13:56 DEBUG : one: Sizes differ 2026/09/27 03:13:56 DEBUG : one: size = 5 OK 2026/09/27 03:13:56 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/27 03:13:56 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/27 03:13:57 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/27 03:13:59 DEBUG : two: Need to transfer - File not found at Destination 2026/09/27 03:13:59 DEBUG : two: size = 3 OK 2026/09/27 03:13:59 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/27 03:13:59 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/27 03:14:00 DEBUG : two: Need to transfer - File not found at Destination 2026/09/27 03:14:00 DEBUG : two: size = 3 OK 2026/09/27 03:14:00 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/27 03:14:00 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/27 03:14:01 DEBUG : two: Need to transfer - File not found at Destination 2026/09/27 03:14:01 DEBUG : two: size = 5 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:14:01 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-penavor5libu/CompareDest') 2026/09/27 03:14:01 DEBUG : two: Sizes differ 2026/09/27 03:14:02 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/27 03:14:03 DEBUG : two: size = 5 OK 2026/09/27 03:14:03 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/27 03:14:03 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (20.91s) === RUN TestCopyFileCopyDestImmutable run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:14:05 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/dst" 2026/09/27 03:14:05 DEBUG : Config file has changed externally - reloading 2026/09/27 03:14:06 DEBUG : Starting OpenDrive session with ID: aa83d4e1f88623ce53d0ac9f9a5699e192831838742a4c6e6ba7e697a7a3a9d7 2026/09/27 03:14:07 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/27 03:14:09 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/27 03:14:11 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/CopyDest" 2026/09/27 03:14:12 DEBUG : Starting OpenDrive session with ID: 18b505e57391832d474af55ac71c91ce241fbfd0623be2db6814a33aa54f39cc 2026/09/27 03:14:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:14:12 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-penavor5libu/dst') 2026/09/27 03:14:12 DEBUG : one: Sizes differ 2026/09/27 03:14:12 DEBUG : one: size = 5 OK 2026/09/27 03:14:12 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/27 03:14:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:14:12 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-penavor5libu/dst') 2026/09/27 03:14:12 DEBUG : one: Sizes differ 2026/09/27 03:14:12 ERROR : one: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileCopyDestImmutable (9.23s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:14:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/dst" 2026/09/27 03:14:15 DEBUG : Starting OpenDrive session with ID: bfc2db5ef84ee8abd2ed226b14bb0a205a873dbfbee2e7fdc4982b301b922a1b 2026/09/27 03:14:16 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/CopyDest" 2026/09/27 03:14:16 DEBUG : Starting OpenDrive session with ID: 78df2544ea261a90e84217be2a867b1a164f1f06d3a6740ac7f72a99e2ecfda7 2026/09/27 03:14:17 DEBUG : one: Need to transfer - File not found at Destination 2026/09/27 03:14:18 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/27 03:14:19 DEBUG : one: size = 3 OK 2026/09/27 03:14:19 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/27 03:14:19 INFO : one: Copied (new) 2026/09/27 03:14:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:14:20 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-penavor5libu/dst') 2026/09/27 03:14:20 DEBUG : one: Sizes differ 2026/09/27 03:14:20 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/27 03:14:21 DEBUG : one: size = 5 OK 2026/09/27 03:14:21 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/27 03:14:21 INFO : one: Copied (replaced existing) 2026/09/27 03:14:22 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/27 03:14:24 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/27 03:14:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/BackupDir" 2026/09/27 03:14:26 DEBUG : Starting OpenDrive session with ID: 89c26d667ad7037cb94025e2963aba0696b8b0830c86d42755dafdc6fea85734 2026/09/27 03:14:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:14:27 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-penavor5libu/dst') 2026/09/27 03:14:27 DEBUG : one: Sizes differ 2026/09/27 03:14:28 DEBUG : one: size = 5 OK 2026/09/27 03:14:28 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/27 03:14:28 DEBUG : one: size = 5 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:14:28 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-penavor5libu/dst') 2026/09/27 03:14:28 DEBUG : one: Sizes differ 2026/09/27 03:14:29 INFO : one: Moved (server-side) 2026/09/27 03:14:29 DEBUG : one: size = 5 OK 2026/09/27 03:14:29 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/27 03:14:29 INFO : one: Copied (server-side copy) 2026/09/27 03:14:29 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/27 03:14:30 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/27 03:14:32 DEBUG : two: Need to transfer - File not found at Destination 2026/09/27 03:14:32 DEBUG : two: size = 3 OK 2026/09/27 03:14:32 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/27 03:14:33 DEBUG : two: size = 3 OK 2026/09/27 03:14:33 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/27 03:14:33 INFO : two: Copied (server-side copy) 2026/09/27 03:14:33 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/27 03:14:33 DEBUG : two: size = 3 OK 2026/09/27 03:14:33 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/27 03:14:33 DEBUG : two: Unchanged skipping 2026/09/27 03:14:35 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/27 03:14:36 DEBUG : three: Need to transfer - File not found at Destination 2026/09/27 03:14:37 DEBUG : three: size = 7 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:14:37 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-penavor5libu/CopyDest') 2026/09/27 03:14:37 DEBUG : three: Sizes differ 2026/09/27 03:14:37 DEBUG : three: Destination not found in --copy-dest 2026/09/27 03:14:37 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/27 03:14:38 DEBUG : three: size = 7 OK 2026/09/27 03:14:38 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/27 03:14:38 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (27.13s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" copy_test.go:434: Partial uploads not supported --- SKIP: TestCopyInplace (0.35s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" copy_test.go:467: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.35s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" copy_test.go:500: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.35s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:14:43 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/27 03:14:44 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/27 03:14:45 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/27 03:14:45 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/27 03:14:45 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/27 03:14:45 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/27 03:14:46 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/27 03:14:46 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/27 03:14:46 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/27 03:14:47 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/27 03:14:48 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/27 03:14:49 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/27 03:14:49 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 6b7f50d5ac98ec1ad2e968d411888d33 OK 2026/09/27 03:14:49 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (8.02s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.34s) === RUN TestDeduplicateSkip run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.35s) === RUN TestDeduplicateNewest run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:14:53 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/27 03:14:55 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/27 03:14:57 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/27 03:14:59 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/27 03:15:00 INFO : OpenDrive root 'rclone-test-penavor5libu': Looking for duplicate md5 hashes using newest mode. 2026/09/27 03:15:00 NOTICE: 0032b59a667cb41fcbfc2ea5d4bce769: Found 3 files with duplicate md5 hashes 2026/09/27 03:15:00 INFO : one: Deleted 2026/09/27 03:15:01 INFO : also/one: Deleted 2026/09/27 03:15:01 NOTICE: 0032b59a667cb41fcbfc2ea5d4bce769: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (9.89s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:15:05 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/27 03:15:07 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/27 03:15:09 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/27 03:15:11 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/27 03:15:13 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/27 03:15:14 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/27 03:15:16 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/27 03:15:18 DEBUG : a.txt: Excluded (Size Filter) 2026/09/27 03:15:18 DEBUG : a.txt: Excluded 2026/09/27 03:15:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/27 03:15:19 DEBUG : sub dir/hello world: Excluded 2026/09/27 03:15:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/27 03:15:19 DEBUG : sub dir/hello world2: Excluded 2026/09/27 03:15:19 DEBUG : sub dir/ignore dir: Excluded 2026/09/27 03:15:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/27 03:15:19 DEBUG : sub dir/hello world: Excluded 2026/09/27 03:15:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/27 03:15:19 DEBUG : sub dir/hello world2: Excluded 2026/09/27 03:15:20 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (18.67s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:15:24 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/27 03:15:25 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/27 03:15:27 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/27 03:15:29 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/27 03:15:31 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/27 03:15:33 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/27 03:15:35 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/27 03:15:36 DEBUG : a.txt: Excluded (Size Filter) 2026/09/27 03:15:36 DEBUG : a.txt: Excluded 2026/09/27 03:15:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/27 03:15:37 DEBUG : sub dir/hello world: Excluded 2026/09/27 03:15:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/27 03:15:37 DEBUG : sub dir/hello world2: Excluded 2026/09/27 03:15:37 DEBUG : sub dir/ignore dir: Excluded 2026/09/27 03:15:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/27 03:15:37 DEBUG : sub dir/hello world: Excluded 2026/09/27 03:15:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/27 03:15:37 DEBUG : sub dir/hello world2: Excluded 2026/09/27 03:15:38 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (18.13s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:15:42 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/27 03:15:44 DEBUG : sub/file2: Uploading chunk 0, size=9, remain=0 === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes === RUN TestListJSON/Metadata --- PASS: TestListJSON (7.40s) --- PASS: TestListJSON/Default (0.17s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.18s) --- PASS: TestListJSON/Recurse (0.35s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.17s) --- PASS: TestListJSON/NoMimeType (0.20s) --- PASS: TestListJSON/ShowHash (0.17s) --- PASS: TestListJSON/HashTypes (0.17s) --- PASS: TestListJSON/Metadata (0.17s) === RUN TestStatJSON run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:15:49 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/27 03:15:51 DEBUG : sub/file2: Uploading chunk 0, size=9, remain=0 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/09/27 03:15:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/notfound" 2026/09/27 03:15:55 DEBUG : Config file has changed externally - reloading 2026/09/27 03:15:56 DEBUG : Starting OpenDrive session with ID: e6dbb7754b4cb59845115a23cb5b1a88bb90985efeef0bc83c926a7218a16e1a --- PASS: TestStatJSON (9.44s) --- PASS: TestStatJSON/Root (0.17s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (0.34s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.17s) --- PASS: TestStatJSON/File (0.35s) --- PASS: TestStatJSON/NotFound (0.35s) --- PASS: TestStatJSON/DirFilesOnly (0.17s) --- PASS: TestStatJSON/FileFilesOnly (0.35s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.17s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.17s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.18s) --- PASS: TestStatJSON/RootNotFound (1.37s) === RUN TestStatJSONMemory 2026/09/27 03:15:58 DEBUG : Creating backend with remote ":memory:" 2026/09/27 03:15:58 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/27 03:15:58 DEBUG : sub/file1: size = 5 OK 2026/09/27 03:15:58 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/27 03:15:58 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestStatJSONConfinement --- PASS: TestStatJSONConfinement (0.00s) === RUN TestMkdir run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:15:58 INFO : OpenDrive root 'rclone-test-penavor5libu': Making directory 2026/09/27 03:15:58 INFO : OpenDrive root 'rclone-test-penavor5libu': Making directory --- PASS: TestMkdir (0.52s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:15:59 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (3.60s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:16:03 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/27 03:16:04 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (4.56s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:16:07 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/27 03:16:09 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:10 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/27 03:16:10 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.92s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:16:12 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/27 03:16:14 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (4.56s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:16:17 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/27 03:16:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (5.13s) --- PASS: TestHashSums/Md5 (0.17s) --- PASS: TestHashSums/Md5Download (0.37s) === RUN TestHashSumsWithErrors 2026/09/27 03:16:21 DEBUG : Creating backend with remote ":memory:" 2026/09/27 03:16:21 ERROR : file1: hash unsupported: hash type not supported 2026/09/27 03:16:21 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/27 03:16:21 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/27 03:16:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/27 03:16:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/27 03:16:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/27 03:16:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/27 03:16:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/27 03:16:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/27 03:16:21 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/27 03:16:21 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:16:22 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/27 03:16:24 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:26 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (7.52s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:16:29 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/27 03:16:31 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/27 03:16:33 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/27 03:16:34 DEBUG : Waiting for deletions to finish 2026/09/27 03:16:34 DEBUG : large: Excluded (Size Filter) 2026/09/27 03:16:34 DEBUG : large: Excluded 2026/09/27 03:16:34 INFO : medium: Deleted 2026/09/27 03:16:34 INFO : small: Deleted --- PASS: TestDelete (6.49s) === RUN TestDeleteFatalError run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:16:36 DEBUG : file0: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:38 DEBUG : file1: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:39 DEBUG : file2: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:41 DEBUG : file3: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:43 DEBUG : file4: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:44 DEBUG : file5: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:46 DEBUG : file6: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:48 DEBUG : file7: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:49 DEBUG : file8: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:51 DEBUG : file9: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:53 DEBUG : file10: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:54 DEBUG : file11: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:56 DEBUG : file12: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:58 DEBUG : file13: Uploading chunk 0, size=1, remain=0 2026/09/27 03:16:59 DEBUG : file14: Uploading chunk 0, size=1, remain=0 2026/09/27 03:17:01 DEBUG : file15: Uploading chunk 0, size=1, remain=0 2026/09/27 03:17:03 DEBUG : file16: Uploading chunk 0, size=1, remain=0 2026/09/27 03:17:05 DEBUG : file17: Uploading chunk 0, size=1, remain=0 2026/09/27 03:17:06 DEBUG : file18: Uploading chunk 0, size=1, remain=0 2026/09/27 03:17:08 DEBUG : file19: Uploading chunk 0, size=1, remain=0 2026/09/27 03:17:09 DEBUG : Waiting for deletions to finish 2026/09/27 03:17:09 ERROR : file1: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file10: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file11: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file12: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file13: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file0: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file15: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file16: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file17: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file18: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file19: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file2: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file3: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file14: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file5: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file6: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file7: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file8: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file4: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:09 ERROR : file9: Got fatal error on delete: --max-delete threshold reached --- PASS: TestDeleteFatalError (37.59s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:17:13 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/27 03:17:15 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/27 03:17:17 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/27 03:17:18 DEBUG : Waiting for deletions to finish 2026/09/27 03:17:18 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/27 03:17:18 INFO : large: Deleted 2026/09/27 03:17:18 INFO : medium: Deleted --- PASS: TestMaxDelete (6.65s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:17:20 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/27 03:17:22 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/27 03:17:24 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/27 03:17:25 DEBUG : Waiting for deletions to finish 2026/09/27 03:17:25 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/27 03:17:25 INFO : small: Deleted 2026/09/27 03:17:25 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.95s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:17:27 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/27 03:17:29 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/27 03:17:30 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/27 03:17:31 DEBUG : Waiting for deletions to finish 2026/09/27 03:17:32 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/27 03:17:32 INFO : large: Deleted 2026/09/27 03:17:32 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.50s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:17:34 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.50s) === RUN TestRetry 2026/09/27 03:17:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/27 03:17:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/27 03:17:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/27 03:17:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/27 03:17:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/27 03:17:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.04s) === RUN TestRetryAfterContextCancel 2026/09/27 03:17:36 DEBUG : Sleeping for 1h0m0s (as indicated by the server) to obey Retry-After error: BANG: trying again in 1h0m0s --- PASS: TestRetryAfterContextCancel (0.00s) === RUN TestRetryAfterLastTry --- PASS: TestRetryAfterLastTry (0.00s) === RUN TestCat run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:17:37 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/27 03:17:39 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (8.70s) === RUN TestPurge 2026/09/27 03:17:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kutorel0hiri" 2026/09/27 03:17:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 03:17:46 DEBUG : Starting OpenDrive session with ID: ea842ed6ae6ff1b33b95d5cd7388f0b580b95a0e390fb1261484c636bce6c1fd 2026/09/27 03:17:46 DEBUG : Creating backend with remote "/tmp/rclone3194604751" 2026/09/27 03:17:46 DEBUG : Config file has changed externally - reloading run.go:198: Remote "OpenDrive root 'rclone-test-kutorel0hiri'", Local "Local file system at /tmp/rclone3194604751", Modify Window "1s" 2026/09/27 03:17:48 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/27 03:17:49 INFO : A2: Making directory 2026/09/27 03:17:49 INFO : A1/B2: Making directory 2026/09/27 03:17:50 INFO : A1/B2/C2: Making directory 2026/09/27 03:17:50 INFO : A1/B1/C3: Making directory 2026/09/27 03:17:50 INFO : A3: Making directory 2026/09/27 03:17:51 INFO : A3/B3: Making directory 2026/09/27 03:17:51 INFO : A3/B3/C4: Making directory 2026/09/27 03:17:52 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/27 03:17:56 ERROR : error listing: directory not found 2026/09/27 03:17:56 DEBUG : OpenDrive root 'rclone-test-kutorel0hiri': Purge remote 2026/09/27 03:17:56 NOTICE: purge failed: directory not found --- PASS: TestPurge (10.92s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:17:58 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/27 03:17:59 INFO : A2: Making directory 2026/09/27 03:17:59 INFO : A1/B2: Making directory 2026/09/27 03:18:00 INFO : A1/B2/C2: Making directory 2026/09/27 03:18:00 INFO : A1/B1/C3: Making directory 2026/09/27 03:18:00 INFO : A3: Making directory 2026/09/27 03:18:01 INFO : A3/B3: Making directory 2026/09/27 03:18:01 INFO : A3/B3/C4: Making directory 2026/09/27 03:18:02 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/27 03:18:04 DEBUG : removing 1 level 3 directories 2026/09/27 03:18:04 INFO : A3/B3/C4: Removing directory 2026/09/27 03:18:06 DEBUG : removing 2 level 3 directories 2026/09/27 03:18:06 INFO : A1/B2/C2: Removing directory 2026/09/27 03:18:06 INFO : A1/B1/C3: Removing directory 2026/09/27 03:18:06 DEBUG : removing 2 level 2 directories 2026/09/27 03:18:06 INFO : A3/B3: Removing directory 2026/09/27 03:18:06 INFO : A1/B2: Removing directory 2026/09/27 03:18:07 DEBUG : removing 2 level 1 directories 2026/09/27 03:18:07 INFO : A3: Removing directory 2026/09/27 03:18:07 INFO : A2: Removing directory 2026/09/27 03:18:09 DEBUG : removing 1 level 3 directories 2026/09/27 03:18:09 INFO : A1/B1/C1: Removing directory 2026/09/27 03:18:10 DEBUG : removing 1 level 2 directories 2026/09/27 03:18:10 INFO : A1/B1: Removing directory 2026/09/27 03:18:10 DEBUG : removing 1 level 1 directories 2026/09/27 03:18:10 INFO : A1: Removing directory 2026/09/27 03:18:11 DEBUG : removing 1 level 0 directories 2026/09/27 03:18:11 INFO : OpenDrive root 'rclone-test-penavor5libu': Removing directory 2026/09/27 03:18:11 ERROR : error listing: directory not found 2026/09/27 03:18:11 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (15.36s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:12 INFO : A1: Making directory 2026/09/27 03:18:12 INFO : A1/B1: Making directory 2026/09/27 03:18:12 INFO : A1/B1/C1: Making directory 2026/09/27 03:18:14 DEBUG : removing 1 level 3 directories 2026/09/27 03:18:14 INFO : A1/B1/C1: Removing directory 2026/09/27 03:18:14 DEBUG : removing 1 level 2 directories 2026/09/27 03:18:14 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.54s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:16 INFO : A1: Making directory 2026/09/27 03:18:16 INFO : A1/B1: Making directory 2026/09/27 03:18:17 INFO : A1/B1/C1: Making directory 2026/09/27 03:18:18 DEBUG : removing 1 level 3 directories 2026/09/27 03:18:18 INFO : A1/B1/C1: Removing directory 2026/09/27 03:18:19 DEBUG : removing 1 level 2 directories 2026/09/27 03:18:19 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.38s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:21 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/27 03:18:22 DEBUG : file1: size = 14 OK 2026/09/27 03:18:22 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/27 03:18:23 DEBUG : filename.txt: File name found in url 2026/09/27 03:18:23 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/27 03:18:24 DEBUG : filename.txt: size = 14 OK 2026/09/27 03:18:24 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/27 03:18:24 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/27 03:18:25 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/27 03:18:26 DEBUG : headerfilename.txt: size = 14 OK 2026/09/27 03:18:26 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/27 03:18:27 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/27 03:18:28 DEBUG : file2: size = 14 OK 2026/09/27 03:18:28 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (8.86s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:30 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/27 03:18:31 DEBUG : file1: size = 14 OK 2026/09/27 03:18:31 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.20s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:32 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/27 03:18:33 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/27 03:18:34 DEBUG : sub/file2: size = 14 OK 2026/09/27 03:18:34 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/27 03:18:34 INFO : file1: Copied (new) to: sub/file2 2026/09/27 03:18:34 INFO : file1: Deleted 2026/09/27 03:18:34 DEBUG : sub/file2: size = 14 OK 2026/09/27 03:18:34 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/27 03:18:34 DEBUG : file1: Unchanged skipping 2026/09/27 03:18:34 INFO : file1: Deleted 2026/09/27 03:18:35 DEBUG : OpenDrive root 'rclone-test-penavor5libu': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.82s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:36 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/27 03:18:37 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/27 03:18:38 DEBUG : file1: size = 14 OK 2026/09/27 03:18:38 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/27 03:18:38 INFO : file1: Copied (new) 2026/09/27 03:18:38 INFO : file1: Deleted 2026/09/27 03:18:39 DEBUG : file1: Destination exists, skipping 2026/09/27 03:18:39 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.09s) === RUN TestMoveFileImmutable run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:40 DEBUG : existing: Uploading chunk 0, size=6, remain=0 2026/09/27 03:18:41 DEBUG : existing: size = 8 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:18:41 DEBUG : existing: size = 6 (OpenDrive root 'rclone-test-penavor5libu') 2026/09/27 03:18:41 DEBUG : existing: Sizes differ 2026/09/27 03:18:41 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestMoveFileImmutable (2.91s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:42 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/27 03:18:43 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/27 03:18:45 DEBUG : sub/file2: size = 14 OK 2026/09/27 03:18:45 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/27 03:18:45 INFO : file1: Copied (new) to: sub/file2 2026/09/27 03:18:45 INFO : file1: Deleted 2026/09/27 03:18:45 DEBUG : sub/file2: size = 14 OK 2026/09/27 03:18:45 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/27 03:18:45 DEBUG : file1: Unchanged skipping 2026/09/27 03:18:45 INFO : file1: Deleted 2026/09/27 03:18:46 DEBUG : sub/file2: moving to sub/File2-rclone-move-beyekup1 2026/09/27 03:18:47 DEBUG : sub/file2: same parent dir (ODFfMTMzMTk2NzhfZlM1T2Q) - using file/rename instead of move_copy for sub/File2-rclone-move-beyekup1 2026/09/27 03:18:47 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-beyekup1 2026/09/27 03:18:47 DEBUG : sub/file2: moving to sub/File2 2026/09/27 03:18:47 DEBUG : sub/File2-rclone-move-beyekup1: same parent dir (ODFfMTMzMTk2NzhfZlM1T2Q) - using file/rename instead of move_copy for sub/File2 2026/09/27 03:18:47 INFO : sub/File2-rclone-move-beyekup1: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (6.71s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:50 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/27 03:18:51 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.31s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:18:53 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/27 03:18:55 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-penavor5libu/backup" 2026/09/27 03:18:55 DEBUG : Config file has changed externally - reloading 2026/09/27 03:18:56 DEBUG : Starting OpenDrive session with ID: 06df979fbdf107926a66bb4d3b3f6984ec48960280986b180c9cf33ad62d2002 2026/09/27 03:18:56 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1011954055) 2026/09/27 03:18:56 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-penavor5libu') 2026/09/27 03:18:56 DEBUG : dst/file1: Sizes differ 2026/09/27 03:18:58 INFO : dst/file1: Moved (server-side) 2026/09/27 03:18:58 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/27 03:18:59 DEBUG : dst/file1: size = 14 OK 2026/09/27 03:18:59 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/27 03:18:59 INFO : dst/file1: Copied (new) 2026/09/27 03:18:59 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (9.75s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMoveMoveError run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:19:03 DEBUG : A/file0: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:05 DEBUG : A/file1: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:06 DEBUG : A/file2: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:08 DEBUG : A/file3: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:10 DEBUG : A/file4: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:12 DEBUG : A/file5: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:13 DEBUG : A/file6: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:15 DEBUG : A/file7: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:17 DEBUG : A/file8: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:18 DEBUG : A/file9: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:20 DEBUG : A/file10: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:22 DEBUG : A/file11: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:24 DEBUG : A/file12: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:25 DEBUG : A/file13: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:27 DEBUG : A/file14: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:29 DEBUG : A/file15: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:31 DEBUG : A/file16: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:33 DEBUG : A/file17: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:35 DEBUG : A/file18: Uploading chunk 0, size=1, remain=0 2026/09/27 03:19:37 DEBUG : A/file19: Uploading chunk 0, size=1, remain=0 operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveMoveError (40.31s) === RUN TestDirMoveContext run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:19:44 DEBUG : A/one: Uploading chunk 0, size=3, remain=0 2026/09/27 03:19:45 DEBUG : A/two: Uploading chunk 0, size=3, remain=0 operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveContext (5.33s) === RUN TestDirMove run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:19:49 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/27 03:19:51 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/27 03:19:53 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/27 03:19:55 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/27 03:19:57 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/27 03:19:58 INFO : A1/B2: Making directory 2026/09/27 03:19:59 INFO : A1/B1/C3: Making directory 2026/09/27 03:20:00 DEBUG : A2: same parent dir (ODFfMTMzMTk2NTRfVDFXVjU) - using folder/rename instead of move_copy 2026/09/27 03:20:05 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/27 03:20:05 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/27 03:20:05 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/27 03:20:05 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/27 03:20:05 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/27 03:20:08 INFO : OpenDrive root 'rclone-test-penavor5libu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/27 03:20:12 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/27 03:20:12 INFO : A3/two: Moved (server-side) to: A4/two 2026/09/27 03:20:12 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/27 03:20:12 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/27 03:20:12 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five --- PASS: TestDirMove (31.00s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:19 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.35s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:19 DEBUG : OpenDrive root 'rclone-test-penavor5libu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/27 03:20:20 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/27 03:20:21 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/27 03:20:21 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/27 03:20:21 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/27 03:20:21 DEBUG : OpenDrive root 'rclone-test-penavor5libu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/27 03:20:22 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/27 03:20:24 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/27 03:20:24 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/27 03:20:24 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:25 DEBUG : OpenDrive root 'rclone-test-penavor5libu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/27 03:20:26 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/27 03:20:27 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/27 03:20:27 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/27 03:20:27 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/27 03:20:27 DEBUG : OpenDrive root 'rclone-test-penavor5libu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/27 03:20:28 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/27 03:20:29 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/27 03:20:29 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/27 03:20:29 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:30 DEBUG : OpenDrive root 'rclone-test-penavor5libu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/27 03:20:32 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/27 03:20:32 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/27 03:20:32 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/27 03:20:32 DEBUG : OpenDrive root 'rclone-test-penavor5libu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/27 03:20:33 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/27 03:20:35 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/27 03:20:35 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-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:36 DEBUG : OpenDrive root 'rclone-test-penavor5libu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/27 03:20:37 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/27 03:20:38 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/27 03:20:38 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/27 03:20:38 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/27 03:20:38 DEBUG : OpenDrive root 'rclone-test-penavor5libu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/27 03:20:39 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/27 03:20:40 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/27 03:20:40 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/27 03:20:40 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.19s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.58s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.51s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.28s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" operations_test.go:1745: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.35s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:42 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/27 03:20:43 DEBUG : potato1: size = 60 OK 2026/09/27 03:20:43 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/27 03:20:43 DEBUG : OpenDrive root 'rclone-test-penavor5libu': File to upload is small (60 bytes), uploading instead of streaming 2026/09/27 03:20:44 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/27 03:20:45 DEBUG : potato2: size = 60 OK 2026/09/27 03:20:45 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/27 03:20:45 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (4.23s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:46 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/27 03:20:46 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.12s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" operations_test.go:1838: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.34s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:48 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/27 03:20:49 DEBUG : potato1: size = 60 OK 2026/09/27 03:20:49 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.20s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:50 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/27 03:20:51 DEBUG : potato1: size = 60 OK 2026/09/27 03:20:51 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-penavor5libu') 2026/09/27 03:20:51 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-penavor5libu') 2026/09/27 03:20:51 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-penavor5libu') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/27 03:20:51 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:53 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/27 03:20:54 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-penavor5libu') 2026/09/27 03:20:54 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-penavor5libu') 2026/09/27 03:20:54 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-penavor5libu') 59 2026/09/27 03:20:54 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:56 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/27 03:20:56 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:20:58 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/27 03:20:59 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (9.98s) --- PASS: TestRcatSizeChecksum/Corrupted (2.77s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.39s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.46s) --- PASS: TestRcatSizeChecksum/NoHashes (2.36s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:21:00 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/27 03:21:02 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/27 03:21:04 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/27 03:21:06 DEBUG : OpenDrive root 'rclone-test-penavor5libu': Touching "empty space" 2026/09/27 03:21:06 DEBUG : OpenDrive root 'rclone-test-penavor5libu': Touching "potato2" 2026/09/27 03:21:06 DEBUG : OpenDrive root 'rclone-test-penavor5libu': Touching "sub dir/potato3" --- PASS: TestTouchDir (8.66s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" operations_test.go:2058: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.34s) === RUN TestMkdirModTime run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" operations_test.go:2079: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.34s) === RUN TestCopyDirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" operations_test.go:2123: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.35s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" operations_test.go:2161: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.35s) === RUN TestDirsEqual run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" operations_test.go:2212: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.34s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-penavor5libu'", Local "Local file system at /tmp/rclone1011954055", Modify Window "1s" 2026/09/27 03:21:11 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/27 03:21:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/27 03:21:15 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.zomanud9" before starting 2026/09/27 03:21:15 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMzMTk4NTdfZ2dQY3g) - using file/rename instead of move_copy for sub dir/test remove existing.zomanud9 2026/09/27 03:21:16 DEBUG : sub dir/test remove existing.zomanud9: TEST: removing renamed existing file after operation 2026/09/27 03:21:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pesecap6" before starting 2026/09/27 03:21:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMzMTk4NTdfZ2dQY3g) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pesecap6 2026/09/27 03:21:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pesecap6: TEST: renaming existing back after failed operation 2026/09/27 03:21:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pesecap6: same parent dir (ODFfMTMzMTk4NTdfZ2dQY3g) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/27 03:21:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zuqulib3" before starting 2026/09/27 03:21:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMzMTk4NTdfZ2dQY3g) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zuqulib3 2026/09/27 03:21:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zuqulib3: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (11.61s) === RUN TestRcatInputFailurePreservesDestination 2026/09/27 03:21:21 DEBUG : Creating backend with remote "/tmp/TestRcatInputFailurePreservesDestination648788618/001" 2026/09/27 03:21:21 DEBUG : Config file has changed externally - reloading --- PASS: TestRcatInputFailurePreservesDestination (0.01s) === 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/27 03:21:21 DEBUG : OpenDrive root 'rclone-test-penavor5libu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 10m12.211366988s (try 1/5)