"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2026/09/17 03:55:37 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu" 2026/09/17 03:55:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:55:37 DEBUG : Starting OpenDrive session with ID: 051f2c1e7036f733d54af797422b4215105888d93a8f11a79e6d37d87b7ecff4 2026/09/17 03:55:38 DEBUG : Creating backend with remote "/tmp/rclone1020961205" === 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/17 03:55:38 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" multithread_test.go:120: multithread writing not supported 2026/09/17 03:55:38 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.18s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/17 03:55:38 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 1 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 2 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 0 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/17 03:55:38 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/17 03:55:38 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/17 03:55:38 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 1 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 0 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 2 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/17 03:55:38 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/17 03:55:38 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/17 03:55:38 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 1 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 2 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 0 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 3 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/17 03:55:38 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/17 03:55:38 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/17 03:55:38 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 1 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 2 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 0 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/17 03:55:38 DEBUG : file.txt: writing chunk 3 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/17 03:55:38 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/17 03:55:38 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/17 03:55:38 DEBUG : a: size = 0 OK 2026/09/17 03:55:38 DEBUG : a: size = 1 (memory) 2026/09/17 03:55:38 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/17 03:55:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/17 03:55:38 DEBUG : potato: Seek from 10 to 0 2026/09/17 03:55:38 DEBUG : potato: Seek from 10 to 0 2026/09/17 03:55:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/17 03:55:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Seek from 5 to 2 2026/09/17 03:55:38 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/17 03:55:38 DEBUG : potato: Seek from 7 to 0 2026/09/17 03:55:38 DEBUG : potato: Seek from 7 to 0 2026/09/17 03:55:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/17 03:55:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Seek from 5 to 2 2026/09/17 03:55:38 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/17 03:55:38 DEBUG : potato: Seek from 8 to 0 2026/09/17 03:55:38 DEBUG : potato: Seek from 8 to 0 2026/09/17 03:55:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/17 03:55:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/17 03:55:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/17 03:55:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/17 03:55:38 DEBUG : potato: Seek from 5 to 2 2026/09/17 03:55:38 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/17 03:55:38 DEBUG : potato: Seek from 9 to 0 2026/09/17 03:55:38 DEBUG : potato: Seek from 9 to 0 2026/09/17 03:55:38 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:55:39 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2026/09/17 03:55:42 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2026/09/17 03:55:44 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2026/09/17 03:55:46 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.98s) --- PASS: TestCheck/1 (0.18s) --- PASS: TestCheck/2 (0.18s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (0.18s) --- PASS: TestCheck/5 (0.18s) --- PASS: TestCheck/6 (0.18s) --- PASS: TestCheck/7 (0.18s) === RUN TestCheckFsError 2026/09/17 03:55:49 DEBUG : Creating backend with remote "nonexistent" 2026/09/17 03:55:49 DEBUG : Config file has changed externally - reloading 2026/09/17 03:55:49 DEBUG : Creating backend with remote "nonexistent" 2026/09/17 03:55:49 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/17 03:55:49 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/17 03:55:49 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/17 03:55:49 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:55:50 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/17 03:55:53 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === NAME TestCheckDownload fstest.go:128: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:128 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:133 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:152 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:196 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:309 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:351 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:126 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:208 Error: Should be true Test: TestCheckDownload Messages: empty space: Modification time difference too big |-129110h55m53.876543211s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2026-09-17 03:55:53 +0000 UTC) (precision 1s) === RUN TestCheckDownload/3 2026/09/17 03:55:55 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/17 03:55:59 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- FAIL: TestCheckDownload (13.04s) --- PASS: TestCheckDownload/1 (0.36s) --- PASS: TestCheckDownload/2 (0.54s) --- PASS: TestCheckDownload/3 (0.36s) --- PASS: TestCheckDownload/4 (0.74s) --- PASS: TestCheckDownload/5 (0.55s) --- PASS: TestCheckDownload/6 (0.37s) --- PASS: TestCheckDownload/7 (0.55s) === RUN TestCheckSizeOnly run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:56:03 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/17 03:56:06 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2026/09/17 03:56:08 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/17 03:56:10 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.86s) --- PASS: TestCheckSizeOnly/1 (0.18s) --- PASS: TestCheckSizeOnly/2 (0.18s) --- PASS: TestCheckSizeOnly/3 (0.18s) --- PASS: TestCheckSizeOnly/4 (0.18s) --- PASS: TestCheckSizeOnly/5 (0.18s) --- PASS: TestCheckSizeOnly/6 (0.18s) --- PASS: TestCheckSizeOnly/7 (0.18s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:56:14 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2026/09/17 03:56:16 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/17 03:56:16 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/17 03:56:16 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/17 03:56:16 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/17 03:56:16 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2026/09/17 03:56:18 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/17 03:56:18 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/17 03:56:18 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/17 03:56:18 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.24s) === RUN TestCheckSum run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:56:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/data" 2026/09/17 03:56:20 DEBUG : Starting OpenDrive session with ID: 7ecb5861e0c5a00094b3d4877a9aeb2a8c665859a009f6b4ad963e903c118c3a 2026/09/17 03:56:22 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/17 03:56:24 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2026/09/17 03:56:27 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/17 03:56:28 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2026/09/17 03:56:31 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2026/09/17 03:56:34 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2026/09/17 03:56:36 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2026/09/17 03:56:39 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2026/09/17 03:56:42 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/17 03:56:43 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/17 03:56:45 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (29.41s) --- PASS: TestCheckSum/subtest1 (0.90s) --- PASS: TestCheckSum/subtest2 (0.72s) --- PASS: TestCheckSum/subtest3 (0.72s) --- PASS: TestCheckSum/subtest4 (0.71s) --- PASS: TestCheckSum/subtest5 (0.71s) --- PASS: TestCheckSum/subtest6 (0.71s) --- PASS: TestCheckSum/subtest7 (0.73s) === RUN TestCheckSumDownload run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:56:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/data" 2026/09/17 03:56:49 DEBUG : Starting OpenDrive session with ID: 77a0c79bcb71470316f7f98b330eed9428c68faa2bb5a9bf357840e3d4dc9ce7 2026/09/17 03:56:51 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/17 03:56:53 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2026/09/17 03:56:56 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/17 03:56:58 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2026/09/17 03:57:00 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2026/09/17 03:57:04 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2026/09/17 03:57:07 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2026/09/17 03:57:10 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2026/09/17 03:57:12 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2026/09/17 03:57:14 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2026/09/17 03:57:15 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (30.39s) --- PASS: TestCheckSumDownload/subtest1 (1.09s) --- PASS: TestCheckSumDownload/subtest2 (0.90s) --- PASS: TestCheckSumDownload/subtest3 (1.27s) --- PASS: TestCheckSumDownload/subtest4 (0.90s) --- PASS: TestCheckSumDownload/subtest5 (0.91s) --- PASS: TestCheckSumDownload/subtest6 (0.91s) --- PASS: TestCheckSumDownload/subtest7 (0.90s) === RUN TestCheckSumConcurrency 2026/09/17 03:57:19 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/17 03:57:19 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/17 03:57:19 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/17 03:57:19 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/17 03:57:19 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/17 03:57:19 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/17 03:57:19 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/17 03:57:19 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/17 03:57:19 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/17 03:57:19 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/17 03:57:19 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/17 03:57:19 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/17 03:57:19 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-xixigub3buse" 2026/09/17 03:57:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:20 DEBUG : Starting OpenDrive session with ID: 9244bfed7bc2549a4dd508518210d8aece738c0ccbc37c2bac2224a933334e82 2026/09/17 03:57:20 DEBUG : Creating backend with remote "/tmp/rclone4097416803" run.go:198: Remote "OpenDrive root 'rclone-test-xixigub3buse'", Local "Local file system at /tmp/rclone4097416803", Modify Window "1s" 2026/09/17 03:57:21 DEBUG : hello, world!: Uploading chunk 0, size=13, remain=0 upper checkfile vs. lower remote (without normalization) 2026/09/17 03:57:22 ERROR : hello, world!: sum not found 2026/09/17 03:57:22 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-xixigub3buse' 2026/09/17 03:57:22 NOTICE: OpenDrive root 'rclone-test-xixigub3buse': 1 files missing 2026/09/17 03:57:22 NOTICE: 1 hashes missing 2026/09/17 03:57:22 NOTICE: OpenDrive root 'rclone-test-xixigub3buse': 1 differences found 2026/09/17 03:57:22 NOTICE: OpenDrive root 'rclone-test-xixigub3buse': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/17 03:57:23 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:23 NOTICE: OpenDrive root 'rclone-test-xixigub3buse': 0 differences found 2026/09/17 03:57:23 NOTICE: OpenDrive root 'rclone-test-xixigub3buse': 1 matching files 2026/09/17 03:57:23 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-gecivew1tizo" 2026/09/17 03:57:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:23 DEBUG : Starting OpenDrive session with ID: c1a718851330e313e38733336c9161be6eceac5f9c9a19cbf26e078c0241f640 2026/09/17 03:57:23 DEBUG : Creating backend with remote "/tmp/rclone1853506078" run.go:198: Remote "OpenDrive root 'rclone-test-gecivew1tizo'", Local "Local file system at /tmp/rclone1853506078", Modify Window "1s" 2026/09/17 03:57:25 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upper remote (without normalization) 2026/09/17 03:57:26 ERROR : HELLO, WORLD!: sum not found 2026/09/17 03:57:26 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-gecivew1tizo' 2026/09/17 03:57:26 NOTICE: OpenDrive root 'rclone-test-gecivew1tizo': 1 files missing 2026/09/17 03:57:26 NOTICE: 1 hashes missing 2026/09/17 03:57:26 NOTICE: OpenDrive root 'rclone-test-gecivew1tizo': 1 differences found 2026/09/17 03:57:26 NOTICE: OpenDrive root 'rclone-test-gecivew1tizo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/17 03:57:26 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:26 NOTICE: OpenDrive root 'rclone-test-gecivew1tizo': 0 differences found 2026/09/17 03:57:26 NOTICE: OpenDrive root 'rclone-test-gecivew1tizo': 1 matching files 2026/09/17 03:57:26 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fopajit4pohe" 2026/09/17 03:57:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:27 DEBUG : Starting OpenDrive session with ID: 9781d768ae66c79af35949607a6bf040483d1d7233244c980361fcbed93aec10 2026/09/17 03:57:27 DEBUG : Creating backend with remote "/tmp/rclone2617525467" run.go:198: Remote "OpenDrive root 'rclone-test-fopajit4pohe'", Local "Local file system at /tmp/rclone2617525467", Modify Window "1s" 2026/09/17 03:57:28 DEBUG : HeLlO, wOrLd!: Uploading chunk 0, size=13, remain=0 lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/17 03:57:30 ERROR : HeLlO, wOrLd!: sum not found 2026/09/17 03:57:30 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-fopajit4pohe' 2026/09/17 03:57:30 NOTICE: OpenDrive root 'rclone-test-fopajit4pohe': 1 files missing 2026/09/17 03:57:30 NOTICE: 1 hashes missing 2026/09/17 03:57:30 NOTICE: OpenDrive root 'rclone-test-fopajit4pohe': 1 differences found 2026/09/17 03:57:30 NOTICE: OpenDrive root 'rclone-test-fopajit4pohe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/17 03:57:30 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:30 NOTICE: OpenDrive root 'rclone-test-fopajit4pohe': 0 differences found 2026/09/17 03:57:30 NOTICE: OpenDrive root 'rclone-test-fopajit4pohe': 1 matching files 2026/09/17 03:57:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-wijemiw7jiko" 2026/09/17 03:57:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:30 DEBUG : Starting OpenDrive session with ID: 57c08290485b34ff37d2598a3cfdf61649d41dc7b0c26467669cd365109a056c 2026/09/17 03:57:31 DEBUG : Creating backend with remote "/tmp/rclone1217499004" run.go:198: Remote "OpenDrive root 'rclone-test-wijemiw7jiko'", Local "Local file system at /tmp/rclone1217499004", Modify Window "1s" 2026/09/17 03:57:32 DEBUG : HELLO, WORLD!: Uploading chunk 0, size=13, remain=0 upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/17 03:57:33 ERROR : HELLO, WORLD!: sum not found 2026/09/17 03:57:33 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-wijemiw7jiko' 2026/09/17 03:57:33 NOTICE: OpenDrive root 'rclone-test-wijemiw7jiko': 1 files missing 2026/09/17 03:57:33 NOTICE: 1 hashes missing 2026/09/17 03:57:33 NOTICE: OpenDrive root 'rclone-test-wijemiw7jiko': 1 differences found 2026/09/17 03:57:33 NOTICE: OpenDrive root 'rclone-test-wijemiw7jiko': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/17 03:57:34 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:34 NOTICE: OpenDrive root 'rclone-test-wijemiw7jiko': 0 differences found 2026/09/17 03:57:34 NOTICE: OpenDrive root 'rclone-test-wijemiw7jiko': 1 matching files 2026/09/17 03:57:34 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-qiwuyow9suje" 2026/09/17 03:57:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:34 DEBUG : Starting OpenDrive session with ID: a0a23a0f8fe2f9fb9ed6538bb871e099e48be56d3b126b48ddde257b77831c2c 2026/09/17 03:57:35 DEBUG : Creating backend with remote "/tmp/rclone2600979124" run.go:198: Remote "OpenDrive root 'rclone-test-qiwuyow9suje'", Local "Local file system at /tmp/rclone2600979124", Modify Window "1s" 2026/09/17 03:57:36 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFD checkfile vs. NFC remote (without normalization) 2026/09/17 03:57:37 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/17 03:57:37 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-qiwuyow9suje' 2026/09/17 03:57:37 NOTICE: OpenDrive root 'rclone-test-qiwuyow9suje': 1 files missing 2026/09/17 03:57:37 NOTICE: 1 hashes missing 2026/09/17 03:57:37 NOTICE: OpenDrive root 'rclone-test-qiwuyow9suje': 1 differences found 2026/09/17 03:57:37 NOTICE: OpenDrive root 'rclone-test-qiwuyow9suje': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/17 03:57:37 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:37 NOTICE: OpenDrive root 'rclone-test-qiwuyow9suje': 0 differences found 2026/09/17 03:57:37 NOTICE: OpenDrive root 'rclone-test-qiwuyow9suje': 1 matching files 2026/09/17 03:57:37 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-nopizim2goso" 2026/09/17 03:57:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:38 DEBUG : Starting OpenDrive session with ID: e50afafc1e66e4a7524515fb8b4bde2e5c24b5c4f35e8234da1656bd5a5dbe5e 2026/09/17 03:57:38 DEBUG : Creating backend with remote "/tmp/rclone2479012573" run.go:198: Remote "OpenDrive root 'rclone-test-nopizim2goso'", Local "Local file system at /tmp/rclone2479012573", Modify Window "1s" 2026/09/17 03:57:39 DEBUG : 測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFC checkfile vs. NFD remote (without normalization) 2026/09/17 03:57:41 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/17 03:57:41 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-nopizim2goso' 2026/09/17 03:57:41 NOTICE: OpenDrive root 'rclone-test-nopizim2goso': 1 files missing 2026/09/17 03:57:41 NOTICE: 1 hashes missing 2026/09/17 03:57:41 NOTICE: OpenDrive root 'rclone-test-nopizim2goso': 1 differences found 2026/09/17 03:57:41 NOTICE: OpenDrive root 'rclone-test-nopizim2goso': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/17 03:57:41 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:41 NOTICE: OpenDrive root 'rclone-test-nopizim2goso': 0 differences found 2026/09/17 03:57:41 NOTICE: OpenDrive root 'rclone-test-nopizim2goso': 1 matching files 2026/09/17 03:57:41 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fawodah1gagi" 2026/09/17 03:57:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:41 DEBUG : Starting OpenDrive session with ID: 41a80e15b3bb8628acf2cd871f6535fe537a047462cc27574b8c466ed59cafb1 2026/09/17 03:57:42 DEBUG : Creating backend with remote "/tmp/rclone4271036151" run.go:198: Remote "OpenDrive root 'rclone-test-fawodah1gagi'", Local "Local file system at /tmp/rclone4271036151", Modify Window "1s" 2026/09/17 03:57:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFDx2 checkfile vs. both remote (without normalization) 2026/09/17 03:57:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/17 03:57:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-fawodah1gagi' 2026/09/17 03:57:44 NOTICE: OpenDrive root 'rclone-test-fawodah1gagi': 1 files missing 2026/09/17 03:57:44 NOTICE: 1 hashes missing 2026/09/17 03:57:44 NOTICE: OpenDrive root 'rclone-test-fawodah1gagi': 1 differences found 2026/09/17 03:57:44 NOTICE: OpenDrive root 'rclone-test-fawodah1gagi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/17 03:57:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:45 NOTICE: OpenDrive root 'rclone-test-fawodah1gagi': 0 differences found 2026/09/17 03:57:45 NOTICE: OpenDrive root 'rclone-test-fawodah1gagi': 1 matching files 2026/09/17 03:57:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-fijetoc2wibe" 2026/09/17 03:57:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:45 DEBUG : Starting OpenDrive session with ID: cc39fd5341f0c00b3f8b9b68ec540cb96c24602aa67029bb181d21f4325fed0e 2026/09/17 03:57:46 DEBUG : Creating backend with remote "/tmp/rclone1569965737" run.go:198: Remote "OpenDrive root 'rclone-test-fijetoc2wibe'", Local "Local file system at /tmp/rclone1569965737", Modify Window "1s" 2026/09/17 03:57:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 NFCx2 checkfile vs. both remote (without normalization) 2026/09/17 03:57:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/17 03:57:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-fijetoc2wibe' 2026/09/17 03:57:48 NOTICE: OpenDrive root 'rclone-test-fijetoc2wibe': 1 files missing 2026/09/17 03:57:48 NOTICE: 1 hashes missing 2026/09/17 03:57:48 NOTICE: OpenDrive root 'rclone-test-fijetoc2wibe': 1 differences found 2026/09/17 03:57:48 NOTICE: OpenDrive root 'rclone-test-fijetoc2wibe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/17 03:57:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:48 NOTICE: OpenDrive root 'rclone-test-fijetoc2wibe': 0 differences found 2026/09/17 03:57:48 NOTICE: OpenDrive root 'rclone-test-fijetoc2wibe': 1 matching files 2026/09/17 03:57:48 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-senofar8giwi" 2026/09/17 03:57:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:49 DEBUG : Starting OpenDrive session with ID: 0f35e63c5ea8c90fe18b22e40d82757c3f11349f38c83e70d4361b5a2a391b89 2026/09/17 03:57:49 DEBUG : Creating backend with remote "/tmp/rclone639600520" run.go:198: Remote "OpenDrive root 'rclone-test-senofar8giwi'", Local "Local file system at /tmp/rclone639600520", Modify Window "1s" 2026/09/17 03:57:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFDx2 remote (without normalization) 2026/09/17 03:57:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/17 03:57:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-senofar8giwi' 2026/09/17 03:57:52 NOTICE: OpenDrive root 'rclone-test-senofar8giwi': 1 files missing 2026/09/17 03:57:52 NOTICE: 1 hashes missing 2026/09/17 03:57:52 NOTICE: OpenDrive root 'rclone-test-senofar8giwi': 1 differences found 2026/09/17 03:57:52 NOTICE: OpenDrive root 'rclone-test-senofar8giwi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/17 03:57:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:52 NOTICE: OpenDrive root 'rclone-test-senofar8giwi': 0 differences found 2026/09/17 03:57:52 NOTICE: OpenDrive root 'rclone-test-senofar8giwi': 1 matching files 2026/09/17 03:57:52 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-doqidid2buji" 2026/09/17 03:57:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 03:57:52 DEBUG : Starting OpenDrive session with ID: f4cddeb92731f72bd382094420150076c46a210707818bb1cba86b4d775f745d 2026/09/17 03:57:53 DEBUG : Creating backend with remote "/tmp/rclone56493503" run.go:198: Remote "OpenDrive root 'rclone-test-doqidid2buji'", Local "Local file system at /tmp/rclone56493503", Modify Window "1s" 2026/09/17 03:57:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading chunk 0, size=13, remain=0 both checkfile vs. NFCx2 remote (without normalization) 2026/09/17 03:57:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/17 03:57:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-doqidid2buji' 2026/09/17 03:57:55 NOTICE: OpenDrive root 'rclone-test-doqidid2buji': 1 files missing 2026/09/17 03:57:55 NOTICE: 1 hashes missing 2026/09/17 03:57:55 NOTICE: OpenDrive root 'rclone-test-doqidid2buji': 1 differences found 2026/09/17 03:57:55 NOTICE: OpenDrive root 'rclone-test-doqidid2buji': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/17 03:57:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/17 03:57:56 NOTICE: OpenDrive root 'rclone-test-doqidid2buji': 0 differences found 2026/09/17 03:57:56 NOTICE: OpenDrive root 'rclone-test-doqidid2buji': 1 matching files 2026/09/17 03:57:56 DEBUG : OpenDrive root 'rclone-test-doqidid2buji': Purge remote 2026/09/17 03:57:56 DEBUG : OpenDrive root 'rclone-test-senofar8giwi': Purge remote 2026/09/17 03:57:57 DEBUG : OpenDrive root 'rclone-test-fijetoc2wibe': Purge remote 2026/09/17 03:57:57 DEBUG : OpenDrive root 'rclone-test-fawodah1gagi': Purge remote 2026/09/17 03:57:57 DEBUG : OpenDrive root 'rclone-test-nopizim2goso': Purge remote 2026/09/17 03:57:58 DEBUG : OpenDrive root 'rclone-test-qiwuyow9suje': Purge remote 2026/09/17 03:57:58 DEBUG : OpenDrive root 'rclone-test-wijemiw7jiko': Purge remote 2026/09/17 03:57:58 DEBUG : OpenDrive root 'rclone-test-fopajit4pohe': Purge remote 2026/09/17 03:57:59 DEBUG : OpenDrive root 'rclone-test-gecivew1tizo': Purge remote 2026/09/17 03:57:59 DEBUG : OpenDrive root 'rclone-test-xixigub3buse': Purge remote --- PASS: TestApplyTransforms (40.74s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:58:00 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/17 03:58:01 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/17 03:58:02 DEBUG : sub/file2: size = 14 OK 2026/09/17 03:58:02 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 03:58:02 INFO : file1: Copied (new) to: sub/file2 2026/09/17 03:58:03 DEBUG : sub/file2: size = 14 OK 2026/09/17 03:58:03 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/17 03:58:03 DEBUG : file1: Unchanged skipping 2026/09/17 03:58:03 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (4.93s) === RUN TestCopyLongFile run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.35s) === RUN TestCopyFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:58:06 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/17 03:58:08 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/backup" 2026/09/17 03:58:08 DEBUG : Config file has changed externally - reloading 2026/09/17 03:58:08 DEBUG : Starting OpenDrive session with ID: 31289478861dfd355a302a3f03506f61fd77245389609e303bd10c16747ca9d4 2026/09/17 03:58:09 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1020961205) 2026/09/17 03:58:09 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-lacecon2ruqu') 2026/09/17 03:58:09 DEBUG : dst/file1: Sizes differ 2026/09/17 03:58:11 INFO : dst/file1: Moved (server-side) 2026/09/17 03:58:11 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/17 03:58:12 DEBUG : dst/file1: size = 14 OK 2026/09/17 03:58:12 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 03:58:12 INFO : dst/file1: Copied (new) fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Flushing the directory cache fstest.go:306: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:306 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:351 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:189 Error: Should be true Test: TestCopyFileBackupDir Messages: listing wrong, want backup/dst/file1 (18), dst/file1 (14) got backup/dst/file1 (14) fstest.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:196 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:309 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:351 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:189 Error: Should be true Test: TestCopyFileBackupDir Messages: OpenDrive root 'rclone-test-lacecon2ruqu'/backup/dst/file1: md5 hash incorrect - expecting "05164b153084ba910184c26e561a7c18" got "0ef726ce9b1a7692357ff70dd321d595" fstest.go:151: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:151 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:196 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:309 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:351 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:189 Error: Not equal: expected: 18 actual : 14 Test: TestCopyFileBackupDir Messages: backup/dst/file1: size incorrect file=18 vs obj=14 fstest.go:204: Not found "dst/file1" fstest.go:207: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:207 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:311 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:351 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:189 /usr/local/go/src/runtime/asm_amd64.s:1264 Error: Not equal: expected: 0 actual : 1 Test: TestCopyFileBackupDir Messages: 1 objects not found --- FAIL: TestCopyFileBackupDir (18.51s) === RUN TestCopyFileCompareDest run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:58:24 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/dst" 2026/09/17 03:58:24 DEBUG : Starting OpenDrive session with ID: ee2f80af22233796d1d7d74ec043692a8ea6b11187645a1cff8ec8c89085bd48 2026/09/17 03:58:25 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/CompareDest" 2026/09/17 03:58:25 DEBUG : Starting OpenDrive session with ID: 7f068e5b6cdd326602e7a4981562b3cf66956c04477db3aa0754cad89647a9a0 2026/09/17 03:58:26 DEBUG : one: Need to transfer - File not found at Destination 2026/09/17 03:58:27 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/17 03:58:29 DEBUG : one: size = 3 OK 2026/09/17 03:58:29 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 03:58:29 INFO : one: Copied (new) 2026/09/17 03:58:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone1020961205) 2026/09/17 03:58:30 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-lacecon2ruqu/dst') 2026/09/17 03:58:30 DEBUG : one: Sizes differ 2026/09/17 03:58:30 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/17 03:58:31 DEBUG : one: size = 5 OK 2026/09/17 03:58:31 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 03:58:31 INFO : one: Copied (replaced existing) 2026/09/17 03:58:32 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/17 03:58:34 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2026/09/17 03:58:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone1020961205) 2026/09/17 03:58:36 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-lacecon2ruqu/dst') 2026/09/17 03:58:36 DEBUG : one: Sizes differ 2026/09/17 03:58:36 DEBUG : one: size = 5 OK 2026/09/17 03:58:36 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/17 03:58:36 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/17 03:58:37 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2026/09/17 03:58:39 DEBUG : two: Need to transfer - File not found at Destination 2026/09/17 03:58:39 DEBUG : two: size = 3 OK 2026/09/17 03:58:39 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/17 03:58:39 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/17 03:58:40 DEBUG : two: Need to transfer - File not found at Destination 2026/09/17 03:58:40 DEBUG : two: size = 3 OK 2026/09/17 03:58:40 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/17 03:58:40 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/17 03:58:41 DEBUG : two: Need to transfer - File not found at Destination 2026/09/17 03:58:41 DEBUG : two: size = 5 (Local file system at /tmp/rclone1020961205) 2026/09/17 03:58:41 DEBUG : two: size = 3 (OpenDrive root 'rclone-test-lacecon2ruqu/CompareDest') 2026/09/17 03:58:41 DEBUG : two: Sizes differ 2026/09/17 03:58:42 DEBUG : two: Uploading chunk 0, size=5, remain=0 2026/09/17 03:58:43 DEBUG : two: size = 5 OK 2026/09/17 03:58:43 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/17 03:58:43 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (21.91s) === RUN TestCopyFileCopyDest run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:58:45 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/dst" 2026/09/17 03:58:46 DEBUG : Starting OpenDrive session with ID: a697c76879ea881cddadd26ddcaa97870cee3c81e93bbba58c1138323c315ad6 2026/09/17 03:58:47 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/CopyDest" 2026/09/17 03:58:47 DEBUG : Starting OpenDrive session with ID: 4bcd0c93869eabcd162850a4b4e17c2e845dcca2a6df654fc15dcb39b03961e8 2026/09/17 03:58:48 DEBUG : one: Need to transfer - File not found at Destination 2026/09/17 03:58:49 DEBUG : one: Uploading chunk 0, size=3, remain=0 2026/09/17 03:58:50 DEBUG : one: size = 3 OK 2026/09/17 03:58:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/17 03:58:50 INFO : one: Copied (new) 2026/09/17 03:58:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone1020961205) 2026/09/17 03:58:51 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-lacecon2ruqu/dst') 2026/09/17 03:58:51 DEBUG : one: Sizes differ 2026/09/17 03:58:52 DEBUG : one: Uploading chunk 0, size=5, remain=0 2026/09/17 03:58:53 DEBUG : one: size = 5 OK 2026/09/17 03:58:53 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 03:58:53 INFO : one: Copied (replaced existing) 2026/09/17 03:58:53 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2026/09/17 03:58:56 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2026/09/17 03:58:57 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/BackupDir" 2026/09/17 03:58:58 DEBUG : Starting OpenDrive session with ID: 4ed29c55f5594cc46fb5f9901edf6284e45e6dae5052df1607c322b79cf9dbc3 2026/09/17 03:58:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone1020961205) 2026/09/17 03:58:58 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-lacecon2ruqu/dst') 2026/09/17 03:58:58 DEBUG : one: Sizes differ 2026/09/17 03:58:59 DEBUG : one: size = 5 OK 2026/09/17 03:58:59 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/17 03:58:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone1020961205) 2026/09/17 03:58:59 DEBUG : one: size = 3 (OpenDrive root 'rclone-test-lacecon2ruqu/dst') 2026/09/17 03:58:59 DEBUG : one: Sizes differ 2026/09/17 03:59:00 INFO : one: Moved (server-side) 2026/09/17 03:59:01 DEBUG : one: size = 5 OK 2026/09/17 03:59:01 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/17 03:59:01 INFO : one: Copied (server-side copy) 2026/09/17 03:59:01 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/17 03:59:02 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2026/09/17 03:59:03 DEBUG : two: Need to transfer - File not found at Destination 2026/09/17 03:59:04 DEBUG : two: size = 3 OK 2026/09/17 03:59:04 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/17 03:59:04 DEBUG : two: size = 3 OK 2026/09/17 03:59:04 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/17 03:59:04 INFO : two: Copied (server-side copy) 2026/09/17 03:59:04 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/17 03:59:05 DEBUG : two: size = 3 OK 2026/09/17 03:59:05 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/09/17 03:59:05 DEBUG : two: Unchanged skipping 2026/09/17 03:59:07 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2026/09/17 03:59:08 DEBUG : three: Need to transfer - File not found at Destination 2026/09/17 03:59:08 DEBUG : three: size = 7 (Local file system at /tmp/rclone1020961205) 2026/09/17 03:59:08 DEBUG : three: size = 5 (OpenDrive root 'rclone-test-lacecon2ruqu/CopyDest') 2026/09/17 03:59:08 DEBUG : three: Sizes differ 2026/09/17 03:59:08 DEBUG : three: Destination not found in --copy-dest 2026/09/17 03:59:09 DEBUG : three: Uploading chunk 0, size=7, remain=0 2026/09/17 03:59:10 DEBUG : three: size = 7 OK 2026/09/17 03:59:10 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/17 03:59:10 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (28.10s) === RUN TestCopyInplace run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.35s) === RUN TestCopyLongFileName run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.36s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.35s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:59:15 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/17 03:59:16 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2026/09/17 03:59:17 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/17 03:59:17 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 03:59:17 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/17 03:59:18 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/17 03:59:18 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2026/09/17 03:59:18 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: max transfer limit reached as set by --max-transfer 2026/09/17 03:59:19 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/17 03:59:19 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/17 03:59:20 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2026/09/17 03:59:21 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/17 03:59:21 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f12b929005dd8a1f0aa6aab82987a8e4 OK 2026/09/17 03:59:21 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (8.12s) === RUN TestDeduplicateInteractive run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" dedupe_test.go:25: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.35s) === RUN TestDeduplicateSkip run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:59:25 DEBUG : one: Uploading chunk 0, size=100, remain=0 2026/09/17 03:59:27 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2026/09/17 03:59:29 DEBUG : another: Uploading chunk 0, size=100, remain=0 2026/09/17 03:59:31 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2026/09/17 03:59:32 INFO : OpenDrive root 'rclone-test-lacecon2ruqu': Looking for duplicate md5 hashes using newest mode. 2026/09/17 03:59:33 NOTICE: 84a71b30628579c193cd6579f77e6c32: Found 3 files with duplicate md5 hashes 2026/09/17 03:59:33 INFO : one: Deleted 2026/09/17 03:59:33 INFO : also/one: Deleted 2026/09/17 03:59:33 NOTICE: 84a71b30628579c193cd6579f77e6c32: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (10.10s) === RUN TestDeduplicateOldest run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:59:37 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/17 03:59:39 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/17 03:59:41 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/17 03:59:43 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/17 03:59:45 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/17 03:59:47 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/17 03:59:49 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/17 03:59:51 DEBUG : a.txt: Excluded (Size Filter) 2026/09/17 03:59:51 DEBUG : a.txt: Excluded 2026/09/17 03:59:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/17 03:59:52 DEBUG : sub dir/hello world: Excluded 2026/09/17 03:59:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/17 03:59:52 DEBUG : sub dir/hello world2: Excluded 2026/09/17 03:59:52 DEBUG : sub dir/ignore dir: Excluded 2026/09/17 03:59:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/17 03:59:52 DEBUG : sub dir/hello world: Excluded 2026/09/17 03:59:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/17 03:59:52 DEBUG : sub dir/hello world2: Excluded 2026/09/17 03:59:53 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (19.25s) === RUN TestListDirSortedFn run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 03:59:57 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2026/09/17 03:59:59 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2026/09/17 04:00:01 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2026/09/17 04:00:03 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2026/09/17 04:00:05 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2026/09/17 04:00:06 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2026/09/17 04:00:09 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2026/09/17 04:00:11 DEBUG : a.txt: Excluded (Size Filter) 2026/09/17 04:00:11 DEBUG : a.txt: Excluded 2026/09/17 04:00:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/17 04:00:11 DEBUG : sub dir/hello world: Excluded 2026/09/17 04:00:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/17 04:00:11 DEBUG : sub dir/hello world2: Excluded 2026/09/17 04:00:11 DEBUG : sub dir/ignore dir: Excluded 2026/09/17 04:00:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/17 04:00:12 DEBUG : sub dir/hello world: Excluded 2026/09/17 04:00:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/17 04:00:12 DEBUG : sub dir/hello world2: Excluded 2026/09/17 04:00:12 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (19.38s) === RUN TestListJSON run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:00:16 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/17 04:00:18 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.52s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.18s) --- PASS: TestListJSON/Recurse (0.36s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.18s) --- PASS: TestListJSON/NoMimeType (0.18s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:00:24 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2026/09/17 04:00:26 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/17 04:00:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/notfound" 2026/09/17 04:00:31 DEBUG : Starting OpenDrive session with ID: 6b1a205b395bb7c7cbeb892d8ad409e85cfd2b45949dd7cdefd54c3646d3e06f --- PASS: TestStatJSON (9.84s) --- PASS: TestStatJSON/Root (0.18s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (0.36s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.18s) --- PASS: TestStatJSON/File (0.36s) --- PASS: TestStatJSON/NotFound (0.35s) --- PASS: TestStatJSON/DirFilesOnly (0.17s) --- PASS: TestStatJSON/FileFilesOnly (0.36s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.17s) --- PASS: TestStatJSON/DirDirsOnly (0.18s) --- PASS: TestStatJSON/FileDirsOnly (0.18s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.18s) --- PASS: TestStatJSON/RootNotFound (1.40s) === RUN TestStatJSONMemory 2026/09/17 04:00:33 DEBUG : Creating backend with remote ":memory:" 2026/09/17 04:00:33 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/17 04:00:33 DEBUG : sub/file1: size = 5 OK 2026/09/17 04:00:33 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/17 04:00:33 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:00:33 INFO : OpenDrive root 'rclone-test-lacecon2ruqu': Making directory 2026/09/17 04:00:33 INFO : OpenDrive root 'rclone-test-lacecon2ruqu': Making directory --- PASS: TestMkdir (0.53s) === RUN TestLsd run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:00:34 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (3.69s) === RUN TestLs run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:00:38 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/17 04:00:40 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (5.20s) === RUN TestLsWithFilesFrom run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:00:43 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/17 04:00:45 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/17 04:00:46 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/17 04:00:46 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.26s) === RUN TestLsLong run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:00:48 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/17 04:00:50 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (5.21s) === RUN TestHashSums run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:00:53 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/17 04:00:55 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (5.25s) --- PASS: TestHashSums/Md5 (0.18s) --- PASS: TestHashSums/Md5Download (0.38s) === RUN TestHashSumsWithErrors 2026/09/17 04:00:58 DEBUG : Creating backend with remote ":memory:" 2026/09/17 04:00:58 ERROR : file1: hash unsupported: hash type not supported 2026/09/17 04:00:58 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/17 04:00:58 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/17 04:00:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/17 04:00:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/17 04:00:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/17 04:00:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/17 04:00:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/17 04:00:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/17 04:00:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/17 04:00:58 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:00:59 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/17 04:01:00 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/17 04:01:03 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (7.77s) === RUN TestDelete run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:01:06 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/17 04:01:08 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/17 04:01:10 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/17 04:01:11 DEBUG : Waiting for deletions to finish 2026/09/17 04:01:11 DEBUG : large: Excluded (Size Filter) 2026/09/17 04:01:11 DEBUG : large: Excluded 2026/09/17 04:01:11 INFO : medium: Deleted 2026/09/17 04:01:11 INFO : small: Deleted --- PASS: TestDelete (6.58s) === RUN TestMaxDelete run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:01:13 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/17 04:01:15 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/17 04:01:17 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/17 04:01:18 DEBUG : Waiting for deletions to finish 2026/09/17 04:01:18 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/09/17 04:01:18 INFO : large: Deleted 2026/09/17 04:01:18 INFO : medium: Deleted --- PASS: TestMaxDelete (7.08s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:01:20 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/17 04:01:22 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/17 04:01:24 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/17 04:01:25 DEBUG : Waiting for deletions to finish 2026/09/17 04:01:25 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/17 04:01:25 INFO : small: Deleted 2026/09/17 04:01:25 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.92s) === RUN TestMaxDeleteSize run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:01:27 DEBUG : small: Uploading chunk 0, size=10, remain=0 2026/09/17 04:01:29 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2026/09/17 04:01:31 DEBUG : large: Uploading chunk 0, size=100, remain=0 2026/09/17 04:01:32 DEBUG : Waiting for deletions to finish 2026/09/17 04:01:32 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/09/17 04:01:32 INFO : large: Deleted 2026/09/17 04:01:32 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.11s) === RUN TestReadFile run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:01:34 DEBUG : ReadFile: Uploading chunk 0, size=28, remain=0 --- PASS: TestReadFile (3.51s) === RUN TestRetry 2026/09/17 04:01:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/17 04:01:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/17 04:01:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/17 04:01:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/17 04:01:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/17 04:01:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/17 04:01:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:01:38 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2026/09/17 04:01:39 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (8.93s) === RUN TestPurge 2026/09/17 04:01:46 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-caxudok9jife" 2026/09/17 04:01:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/17 04:01:47 DEBUG : Starting OpenDrive session with ID: 0453aa85d2c706d15c9d3239e43d8af8759a8ce2a661b6d61358a8c9106cd222 2026/09/17 04:01:47 DEBUG : Creating backend with remote "/tmp/rclone2608095965" run.go:198: Remote "OpenDrive root 'rclone-test-caxudok9jife'", Local "Local file system at /tmp/rclone2608095965", Modify Window "1s" 2026/09/17 04:01:49 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/17 04:01:50 INFO : A2: Making directory 2026/09/17 04:01:50 INFO : A1/B2: Making directory 2026/09/17 04:01:51 INFO : A1/B2/C2: Making directory 2026/09/17 04:01:51 INFO : A1/B1/C3: Making directory 2026/09/17 04:01:52 INFO : A3: Making directory 2026/09/17 04:01:52 INFO : A3/B3: Making directory 2026/09/17 04:01:52 INFO : A3/B3/C4: Making directory 2026/09/17 04:01:53 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/17 04:01:57 ERROR : error listing: directory not found 2026/09/17 04:01:57 DEBUG : OpenDrive root 'rclone-test-caxudok9jife': Purge remote 2026/09/17 04:01:58 NOTICE: purge failed: directory not found --- PASS: TestPurge (11.76s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:01:59 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2026/09/17 04:02:01 INFO : A2: Making directory 2026/09/17 04:02:01 INFO : A1/B2: Making directory 2026/09/17 04:02:01 INFO : A1/B2/C2: Making directory 2026/09/17 04:02:02 INFO : A1/B1/C3: Making directory 2026/09/17 04:02:02 INFO : A3: Making directory 2026/09/17 04:02:02 INFO : A3/B3: Making directory 2026/09/17 04:02:03 INFO : A3/B3/C4: Making directory 2026/09/17 04:02:04 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/17 04:02:06 DEBUG : removing 1 level 3 directories 2026/09/17 04:02:06 INFO : A3/B3/C4: Removing directory 2026/09/17 04:02:08 DEBUG : removing 2 level 3 directories 2026/09/17 04:02:08 INFO : A1/B2/C2: Removing directory 2026/09/17 04:02:08 INFO : A1/B1/C3: Removing directory 2026/09/17 04:02:08 DEBUG : removing 2 level 2 directories 2026/09/17 04:02:08 INFO : A3/B3: Removing directory 2026/09/17 04:02:08 INFO : A1/B2: Removing directory 2026/09/17 04:02:08 DEBUG : removing 2 level 1 directories 2026/09/17 04:02:08 INFO : A3: Removing directory 2026/09/17 04:02:08 INFO : A2: Removing directory 2026/09/17 04:02:13 DEBUG : removing 1 level 3 directories 2026/09/17 04:02:13 INFO : A1/B1/C1: Removing directory 2026/09/17 04:02:13 DEBUG : removing 1 level 2 directories 2026/09/17 04:02:13 INFO : A1/B1: Removing directory 2026/09/17 04:02:13 DEBUG : removing 1 level 1 directories 2026/09/17 04:02:13 INFO : A1: Removing directory 2026/09/17 04:02:14 DEBUG : removing 1 level 0 directories 2026/09/17 04:02:14 INFO : OpenDrive root 'rclone-test-lacecon2ruqu': Removing directory 2026/09/17 04:02:14 ERROR : error listing: directory not found 2026/09/17 04:02:14 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (16.93s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:02:15 INFO : A1: Making directory 2026/09/17 04:02:15 INFO : A1/B1: Making directory 2026/09/17 04:02:16 INFO : A1/B1/C1: Making directory 2026/09/17 04:02:17 DEBUG : removing 1 level 3 directories 2026/09/17 04:02:17 INFO : A1/B1/C1: Removing directory 2026/09/17 04:02:18 DEBUG : removing 1 level 2 directories 2026/09/17 04:02:18 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (4.64s) === RUN TestRmdirsWithFilter run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:02:19 INFO : A1: Making directory 2026/09/17 04:02:19 INFO : A1/B1: Making directory 2026/09/17 04:02:20 INFO : A1/B1/C1: Making directory 2026/09/17 04:02:22 DEBUG : removing 1 level 3 directories 2026/09/17 04:02:22 INFO : A1/B1/C1: Removing directory 2026/09/17 04:02:22 DEBUG : removing 1 level 2 directories 2026/09/17 04:02:22 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (4.45s) === RUN TestCopyURL run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:02:25 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/17 04:02:25 DEBUG : file1: size = 14 OK 2026/09/17 04:02:25 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 04:02:26 DEBUG : filename.txt: File name found in url 2026/09/17 04:02:27 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2026/09/17 04:02:28 DEBUG : filename.txt: size = 14 OK 2026/09/17 04:02:28 DEBUG : filename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 04:02:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/17 04:02:29 DEBUG : headerfilename.txt: Uploading chunk 0, size=14, remain=0 2026/09/17 04:02:30 DEBUG : headerfilename.txt: size = 14 OK 2026/09/17 04:02:30 DEBUG : headerfilename.txt: md5 = 081404b3d2ae5bf599add15b7445ac07 OK 2026/09/17 04:02:31 DEBUG : file2: Uploading chunk 0, size=14, remain=0 2026/09/17 04:02:32 DEBUG : file2: size = 14 OK 2026/09/17 04:02:32 DEBUG : file2: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURL (9.31s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:02:34 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/17 04:02:35 DEBUG : file1: size = 14 OK 2026/09/17 04:02:35 DEBUG : file1: md5 = 081404b3d2ae5bf599add15b7445ac07 OK --- PASS: TestCopyURLDownloadHeaders (2.25s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:02:35 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/17 04:02:36 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/17 04:02:37 DEBUG : sub/file2: size = 14 OK 2026/09/17 04:02:37 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 04:02:37 INFO : file1: Copied (new) to: sub/file2 2026/09/17 04:02:37 INFO : file1: Deleted 2026/09/17 04:02:38 DEBUG : sub/file2: size = 14 OK 2026/09/17 04:02:38 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/17 04:02:38 DEBUG : file1: Unchanged skipping 2026/09/17 04:02:38 INFO : file1: Deleted 2026/09/17 04:02:38 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (4.74s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:02:40 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/17 04:02:41 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2026/09/17 04:02:42 DEBUG : file1: size = 14 OK 2026/09/17 04:02:42 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 04:02:42 INFO : file1: Copied (new) 2026/09/17 04:02:42 INFO : file1: Deleted 2026/09/17 04:02:42 DEBUG : file1: Destination exists, skipping 2026/09/17 04:02:42 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.14s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:02:43 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/17 04:02:44 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2026/09/17 04:02:45 DEBUG : sub/file2: size = 14 OK 2026/09/17 04:02:45 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 04:02:45 INFO : file1: Copied (new) to: sub/file2 2026/09/17 04:02:45 INFO : file1: Deleted 2026/09/17 04:02:46 DEBUG : sub/file2: size = 14 OK 2026/09/17 04:02:46 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/17 04:02:46 DEBUG : file1: Unchanged skipping 2026/09/17 04:02:46 INFO : file1: Deleted 2026/09/17 04:02:47 DEBUG : sub/file2: moving to sub/File2-rclone-move-pitofaz3 2026/09/17 04:02:47 DEBUG : sub/file2: same parent dir (ODFfMTMyNjUwMzZfU09sY2Q) - using file/rename instead of move_copy for sub/File2-rclone-move-pitofaz3 2026/09/17 04:02:48 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-pitofaz3 2026/09/17 04:02:48 DEBUG : sub/file2: moving to sub/File2 2026/09/17 04:02:48 DEBUG : sub/File2-rclone-move-pitofaz3: same parent dir (ODFfMTMyNjUwMzZfU09sY2Q) - using file/rename instead of move_copy for sub/File2 2026/09/17 04:02:48 INFO : sub/File2-rclone-move-pitofaz3: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (6.74s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:02:51 DEBUG : hello: Uploading chunk 0, size=5, remain=0 2026/09/17 04:02:52 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.41s) === RUN TestMoveFileBackupDir run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:02:54 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2026/09/17 04:02:56 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-lacecon2ruqu/backup" 2026/09/17 04:02:56 DEBUG : Config file has changed externally - reloading 2026/09/17 04:02:57 DEBUG : Starting OpenDrive session with ID: 76f02af0b1a2842a4ab698d8e15dd074f3345da8e29fea2c31aa7d60958e360c 2026/09/17 04:02:57 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1020961205) 2026/09/17 04:02:57 DEBUG : dst/file1: size = 18 (OpenDrive root 'rclone-test-lacecon2ruqu') 2026/09/17 04:02:57 DEBUG : dst/file1: Sizes differ 2026/09/17 04:02:59 INFO : dst/file1: Moved (server-side) 2026/09/17 04:03:00 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2026/09/17 04:03:00 DEBUG : dst/file1: size = 14 OK 2026/09/17 04:03:00 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/09/17 04:03:00 INFO : dst/file1: Copied (new) 2026/09/17 04:03:00 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (10.00s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:03:04 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2026/09/17 04:03:06 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2026/09/17 04:03:08 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2026/09/17 04:03:10 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2026/09/17 04:03:12 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2026/09/17 04:03:13 INFO : A1/B2: Making directory 2026/09/17 04:03:14 INFO : A1/B1/C3: Making directory 2026/09/17 04:03:15 DEBUG : A2: same parent dir (ODFfMTMyNjUwMjhfd2xITDk) - using folder/rename instead of move_copy 2026/09/17 04:03:19 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/17 04:03:20 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/17 04:03:20 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/17 04:03:20 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/17 04:03:20 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/17 04:03:23 INFO : OpenDrive root 'rclone-test-lacecon2ruqu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/17 04:03:26 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/09/17 04:03:26 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/17 04:03:26 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/17 04:03:26 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/17 04:03:26 INFO : A3/two: Moved (server-side) to: A4/two --- PASS: TestDirMove (30.38s) === RUN TestGetFsInfo run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:03:34 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.36s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:03:34 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/17 04:03:35 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/17 04:03:36 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 04:03:36 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/17 04:03:36 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/17 04:03:36 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/17 04:03:37 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/17 04:03:39 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 04:03:39 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/17 04:03:39 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:03:40 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/17 04:03:41 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/17 04:03:42 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 04:03:42 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2026/09/17 04:03:42 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2026/09/17 04:03:42 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/17 04:03:43 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/17 04:03:45 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 04:03:45 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2026/09/17 04:03:45 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:03:46 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/17 04:03:47 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/17 04:03:48 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 04:03:48 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/09/17 04:03:48 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/17 04:03:49 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/17 04:03:51 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 04:03:51 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-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:03:52 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': File to upload is small (34 bytes), uploading instead of streaming 2026/09/17 04:03:53 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2026/09/17 04:03:54 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/17 04:03:54 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/17 04:03:54 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/17 04:03:54 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/09/17 04:03:54 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2026/09/17 04:03:56 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/17 04:03:56 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/09/17 04:03:56 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.15s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.35s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.87s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.49s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.45s) === RUN TestRcatMetadata run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" operations_test.go:1567: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.35s) === RUN TestRcatSize run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:03:58 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/17 04:03:59 DEBUG : potato1: size = 60 OK 2026/09/17 04:03:59 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 04:03:59 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': File to upload is small (60 bytes), uploading instead of streaming 2026/09/17 04:04:00 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/17 04:04:01 DEBUG : potato2: size = 60 OK 2026/09/17 04:04:01 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/17 04:04:01 DEBUG : potato2: Size and md5 of src and dst objects identical --- PASS: TestRcatSize (4.51s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:04:03 DEBUG : potato1: Uploading chunk 0, size=120, remain=0 2026/09/17 04:04:03 ERROR : potato1: Post request put error: failed to create file: short read of chunk 0: unexpected EOF --- PASS: TestRcatSizeShortEOF (1.14s) === RUN TestRcatSizeMetadata run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" operations_test.go:1660: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.36s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:04:04 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/17 04:04:05 DEBUG : potato1: size = 60 OK 2026/09/17 04:04:05 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 OK --- PASS: TestRcatSizeUploadHeaders (2.42s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:04:07 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2026/09/17 04:04:08 DEBUG : potato1: size = 60 OK 2026/09/17 04:04:08 DEBUG : potato1: md5 = d6548b156ea68a4e003e786df99eee76 (OpenDrive root 'rclone-test-lacecon2ruqu') 2026/09/17 04:04:08 DEBUG : potato1: md5 = 771ba8b5f9b1a1201c9f9bb57bf74b99 (OpenDrive root 'rclone-test-lacecon2ruqu') 2026/09/17 04:04:08 ERROR : potato1: corrupted on transfer: md5 hashes differ src "d6548b156ea68a4e003e786df99eee76" vs dst(OpenDrive root 'rclone-test-lacecon2ruqu') "771ba8b5f9b1a1201c9f9bb57bf74b99" 2026/09/17 04:04:08 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:04:09 DEBUG : potato4: Uploading chunk 0, size=59, remain=0 2026/09/17 04:04:10 DEBUG : potato4: size = 60 (OpenDrive root 'rclone-test-lacecon2ruqu') 2026/09/17 04:04:10 DEBUG : potato4: size = 59 (OpenDrive root 'rclone-test-lacecon2ruqu') 2026/09/17 04:04:10 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OpenDrive root 'rclone-test-lacecon2ruqu') 59 2026/09/17 04:04:10 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:04:12 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/17 04:04:13 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:04:14 DEBUG : potato3: Uploading chunk 0, size=60, remain=0 2026/09/17 04:04:15 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (9.88s) --- PASS: TestRcatSizeChecksum/Corrupted (2.61s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.62s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.26s) --- PASS: TestRcatSizeChecksum/NoHashes (2.39s) === RUN TestTouchDir run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:04:16 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2026/09/17 04:04:18 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2026/09/17 04:04:20 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2026/09/17 04:04:22 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': Touching "empty space" 2026/09/17 04:04:22 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': Touching "potato2" 2026/09/17 04:04:22 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': Touching "sub dir/potato3" --- PASS: TestTouchDir (8.33s) === RUN TestMkdirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" operations_test.go:1880: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.35s) === RUN TestMkdirModTime run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" operations_test.go:1901: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.35s) === RUN TestCopyDirMetadata run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" operations_test.go:1945: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.36s) === RUN TestSetDirModTime run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" operations_test.go:1983: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.35s) === RUN TestDirsEqual run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" operations_test.go:2034: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.36s) === RUN TestRemoveExisting run.go:198: Remote "OpenDrive root 'rclone-test-lacecon2ruqu'", Local "Local file system at /tmp/rclone1020961205", Modify Window "1s" 2026/09/17 04:04:27 DEBUG : sub dir/test remove existing: Uploading chunk 0, size=11, remain=0 2026/09/17 04:04:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading chunk 0, size=21, remain=0 2026/09/17 04:04:31 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.kequlal7" before starting 2026/09/17 04:04:31 DEBUG : sub dir/test remove existing: same parent dir (ODFfMTMyNjUwNjBfYnZweUg) - using file/rename instead of move_copy for sub dir/test remove existing.kequlal7 2026/09/17 04:04:32 DEBUG : sub dir/test remove existing.kequlal7: TEST: removing renamed existing file after operation 2026/09/17 04:04:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.borehin8" before starting 2026/09/17 04:04:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNjUwNjBfYnZweUg) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.borehin8 2026/09/17 04:04:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.borehin8: TEST: renaming existing back after failed operation 2026/09/17 04:04:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.borehin8: same parent dir (ODFfMTMyNjUwNjBfYnZweUg) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/09/17 04:04:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fulalot6" before starting 2026/09/17 04:04:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: same parent dir (ODFfMTMyNjUwNjBfYnZweUg) - using file/rename instead of move_copy for sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fulalot6 2026/09/17 04:04:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fulalot6: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (11.63s) === 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) FAIL 2026/09/17 04:04:37 DEBUG : OpenDrive root 'rclone-test-lacecon2ruqu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished ERROR in 9m1.124286423s (try 1/5): exit status 1: Failed [TestCheckDownload TestCopyFileBackupDir]