"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2026/09/27 04:44:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi" 2026/09/27 04:44:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:44:55 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60" 2026/09/27 04:44:56 DEBUG : Creating backend with remote "/tmp/rclone581475531" 2026/09/27 04:44:56 DEBUG : Config file has changed externally - reloading === 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 "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" multithread_test.go:120: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" multithread_test.go:120: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestMultithreadCopyWriterAtErrors === RUN TestMultithreadCopyWriterAtErrors/open/fatal=false 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/open/fatal=true 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt === RUN TestMultithreadCopyWriterAtErrors/write/fatal=false 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/27 04:44:57 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 1 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 2 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 0 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/write/fatal=true 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/27 04:44:57 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 1 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 2/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 2 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 3/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 0 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 1/4 failed: multi-thread copy: failed to write chunk: disk full 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/close/fatal=false 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/27 04:44:57 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 1 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 2 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 3 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 0 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found === RUN TestMultithreadCopyWriterAtErrors/close/fatal=true 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2026/09/27 04:44:57 DEBUG : file.txt: Starting multi-thread copy with 4 chunks of size 4 with 2 parallel streams 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 1 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 2/4 (4-8) size 4 finished 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 2 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 3/4 (8-12) size 4 finished 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 3 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 4/4 (12-16) size 4 finished 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 starting 2026/09/27 04:44:57 DEBUG : file.txt: writing chunk 0 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: chunk 1/4 (0-4) size 4 finished 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: cancelling transfer on exit 2026/09/27 04:44:57 DEBUG : file.txt: multi-thread copy: abort failed: multi-thread copy: failed to find temp file when aborting chunk writer: object not found --- PASS: TestMultithreadCopyWriterAtErrors (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/open/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/open/fatal=true (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/write/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/write/fatal=true (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/close/fatal=false (0.00s) --- PASS: TestMultithreadCopyWriterAtErrors/close/fatal=true (0.00s) === RUN TestSizeDiffers 2026/09/27 04:44:57 DEBUG : a: size = 0 OK 2026/09/27 04:44:57 DEBUG : a: size = 1 (memory) 2026/09/27 04:44:57 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestDirTransferEntry --- PASS: TestDirTransferEntry (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/09/27 04:44:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/09/27 04:44:57 DEBUG : potato: Seek from 10 to 0 2026/09/27 04:44:57 DEBUG : potato: Seek from 10 to 0 2026/09/27 04:44:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/09/27 04:44:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Seek from 5 to 2 2026/09/27 04:44:57 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/09/27 04:44:57 DEBUG : potato: Seek from 7 to 0 2026/09/27 04:44:57 DEBUG : potato: Seek from 7 to 0 2026/09/27 04:44:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/09/27 04:44:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Seek from 5 to 2 2026/09/27 04:44:57 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/09/27 04:44:57 DEBUG : potato: Seek from 8 to 0 2026/09/27 04:44:57 DEBUG : potato: Seek from 8 to 0 2026/09/27 04:44:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/09/27 04:44:57 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/09/27 04:44:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/09/27 04:44:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/09/27 04:44:57 DEBUG : potato: Seek from 5 to 2 2026/09/27 04:44:57 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/09/27 04:44:57 DEBUG : potato: Seek from 9 to 0 2026/09/27 04:44:57 DEBUG : potato: Seek from 9 to 0 2026/09/27 04:44:57 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.01s) --- 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 "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:44:59 DEBUG : rutabaga: md5 = 8a5a1bb52f93c4de23d94fcaed9db724 OK === RUN TestCheck/1 === RUN TestCheck/2 2026/09/27 04:45:02 DEBUG : empty space: md5 = 54a8a60b8d15e146b25f2dc50ef9ea09 OK === RUN TestCheck/3 2026/09/27 04:45:03 DEBUG : potato2: md5 = 318d59ad457b1a36e1d7aa9a86e0a3f8 OK === RUN TestCheck/4 === RUN TestCheck/5 2026/09/27 04:45:06 DEBUG : remotepotato: md5 = d0711e5375b383a0db170bfddffda452 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.20s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2026/09/27 04:45:09 DEBUG : Creating backend with remote "nonexistent" 2026/09/27 04:45:09 DEBUG : Creating backend with remote "nonexistent" 2026/09/27 04:45:09 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/09/27 04:45:09 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/09/27 04:45:09 NOTICE: Local file system at nonexistent: 0 differences found 2026/09/27 04:45:09 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:45:10 DEBUG : rutabaga: md5 = 998eb25e9c3da2e252734111a81a2b0f OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/09/27 04:45:14 DEBUG : empty space: md5 = 5aebe21b2c0f73440d29c70613bd6d66 OK === RUN TestCheckDownload/3 2026/09/27 04:45:16 DEBUG : potato2: md5 = 1b21bea1bfad90f957d6f9cb228105d5 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/09/27 04:45:20 DEBUG : remotepotato: md5 = d11f5760597ed1f11138a6ac5170a500 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (14.89s) --- PASS: TestCheckDownload/1 (0.86s) --- PASS: TestCheckDownload/2 (0.97s) --- PASS: TestCheckDownload/3 (0.74s) --- PASS: TestCheckDownload/4 (0.96s) --- PASS: TestCheckDownload/5 (0.77s) --- PASS: TestCheckDownload/6 (0.83s) --- PASS: TestCheckDownload/7 (0.78s) === RUN TestCheckSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:45:25 DEBUG : rutabaga: md5 = 67ac66a7f807802e4edf08c43e910e19 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/09/27 04:45:27 DEBUG : empty space: md5 = c33e531d9ce87dd6e1f8a6eac0b4fe45 OK === RUN TestCheckSizeOnly/3 2026/09/27 04:45:29 DEBUG : potato2: md5 = 445b84e8436a24e8e4045a64ae4c1a62 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/09/27 04:45:31 DEBUG : remotepotato: md5 = 682525234c20d186aa58981206473b3f OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.71s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.31s) --- PASS: TestCheckSizeOnly/6 (0.23s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:45:36 DEBUG : test.sum: md5 = dfe97bfe05172ffd6205fc1261a570e6 OK 2026/09/27 04:45:37 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/27 04:45:37 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/27 04:45:37 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/27 04:45:37 NOTICE: test.sum: 2 warning(s) suppressed... 2026/09/27 04:45:38 DEBUG : test.sum: md5 = d426e5a51b83123ae50ecede07882027 OK 2026/09/27 04:45:39 NOTICE: test.sum: improperly formatted checksum line 4 2026/09/27 04:45:39 NOTICE: test.sum: improperly formatted checksum line 5 2026/09/27 04:45:39 NOTICE: test.sum: improperly formatted checksum line 6 2026/09/27 04:45:39 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.79s) === RUN TestCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:45:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/data" 2026/09/27 04:45:40 DEBUG : Config file has changed externally - reloading 2026/09/27 04:45:40 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.92s) === RUN TestCheckSumDownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:45:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/data" 2026/09/27 04:45:42 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/vjrnln8ratgmqakfosrqe8espk" 2026/09/27 04:45:46 DEBUG : data/banana: md5 = 1339b11dba0985835d09ae4975b7bf02 OK 2026/09/27 04:45:48 DEBUG : test.sum: md5 = 46fd68960db5e9eb165b7d0d476e30d2 OK === RUN TestCheckSumDownload/subtest1 2026/09/27 04:45:51 DEBUG : data/potato: md5 = 888387daa7fb55b1b41703a03bf99751 OK 2026/09/27 04:45:53 DEBUG : test.sum: md5 = ffbfb2653e83aaddafbfbad6ac19ada2 OK === RUN TestCheckSumDownload/subtest2 2026/09/27 04:45:57 DEBUG : test.sum: md5 = bdd93a155549f4e1916400c70cc7e27d OK === RUN TestCheckSumDownload/subtest3 2026/09/27 04:46:02 DEBUG : test.sum: md5 = 5bbc1344c04e647646b2d6b19706e0d7 OK === RUN TestCheckSumDownload/subtest4 2026/09/27 04:46:05 DEBUG : test.sum: md5 = 0304fe44c37618c2d71ec67524c0049d OK === RUN TestCheckSumDownload/subtest5 2026/09/27 04:46:09 DEBUG : test.sum: md5 = 9c461fb4707016912028b51a78191fa3 OK === RUN TestCheckSumDownload/subtest6 2026/09/27 04:46:12 DEBUG : data/banana: md5 = 47b27cefc4dc6ed0f3a830736e29f4a0 OK 2026/09/27 04:46:14 DEBUG : data/potato: md5 = 6742c86bad386d2d1b30c19720d2fc51 OK 2026/09/27 04:46:15 DEBUG : test.sum: md5 = 59a065cd6904a121913bb02025d7ab46 OK === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (37.89s) --- PASS: TestCheckSumDownload/subtest1 (2.02s) --- PASS: TestCheckSumDownload/subtest2 (2.87s) --- PASS: TestCheckSumDownload/subtest3 (1.81s) --- PASS: TestCheckSumDownload/subtest4 (1.66s) --- PASS: TestCheckSumDownload/subtest5 (1.68s) --- PASS: TestCheckSumDownload/subtest6 (1.68s) --- PASS: TestCheckSumDownload/subtest7 (1.84s) === RUN TestCheckSumConcurrency 2026/09/27 04:46:20 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/27 04:46:20 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/27 04:46:20 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/27 04:46:20 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/27 04:46:20 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/27 04:46:20 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/09/27 04:46:20 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/09/27 04:46:20 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/09/27 04:46:20 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/09/27 04:46:20 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/09/27 04:46:20 NOTICE: Mock file system at checkSum: 0 differences found 2026/09/27 04:46:20 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/09/27 04:46:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bijetiy8hofi" 2026/09/27 04:46:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:46:20 DEBUG : Creating backend with remote "TestDrive:crypt/v26ohbsu52jmsnn0gcnvv8b52mq72n5rsdlkfg9gs98s0vik9bu0" 2026/09/27 04:46:21 DEBUG : Creating backend with remote "/tmp/rclone735026485" 2026/09/27 04:46:21 DEBUG : Config file has changed externally - reloading run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bijetiy8hofi'", Local "Local file system at /tmp/rclone735026485", Modify Window "1ms" 2026/09/27 04:46:23 DEBUG : hello, world!: md5 = 6f25c5d7edd7d82e887f41ba724c0bdc OK upper checkfile vs. lower remote (without normalization) 2026/09/27 04:46:24 ERROR : hello, world!: sum not found 2026/09/27 04:46:24 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bijetiy8hofi' 2026/09/27 04:46:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijetiy8hofi': 1 files missing 2026/09/27 04:46:24 NOTICE: 1 hashes missing 2026/09/27 04:46:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijetiy8hofi': 1 differences found 2026/09/27 04:46:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijetiy8hofi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/09/27 04:46:25 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:46:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijetiy8hofi': 0 differences found 2026/09/27 04:46:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijetiy8hofi': 1 matching files 2026/09/27 04:46:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vufusey0situ" 2026/09/27 04:46:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:46:25 DEBUG : Creating backend with remote "TestDrive:crypt/7n00on8s24b60qh1okvld2dl4du4qfq4thfqbmv2c7cv2uvdpld0" 2026/09/27 04:46:26 DEBUG : Creating backend with remote "/tmp/rclone2307591542" run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vufusey0situ'", Local "Local file system at /tmp/rclone2307591542", Modify Window "1ms" 2026/09/27 04:46:28 DEBUG : HELLO, WORLD!: md5 = 4d81878ff8b5e8b5ecf575b326d15ed8 OK lower checkfile vs. upper remote (without normalization) 2026/09/27 04:46:29 ERROR : HELLO, WORLD!: sum not found 2026/09/27 04:46:29 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vufusey0situ' 2026/09/27 04:46:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufusey0situ': 1 files missing 2026/09/27 04:46:29 NOTICE: 1 hashes missing 2026/09/27 04:46:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufusey0situ': 1 differences found 2026/09/27 04:46:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufusey0situ': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/09/27 04:46:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:46:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufusey0situ': 0 differences found 2026/09/27 04:46:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufusey0situ': 1 matching files 2026/09/27 04:46:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xehoyip2zuva" 2026/09/27 04:46:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:46:30 DEBUG : Creating backend with remote "TestDrive:crypt/osj0kq6l80s9h84od4o9rksfjqp8meqhh7ukai0t9v94fsv2f9k0" 2026/09/27 04:46:30 DEBUG : Creating backend with remote "/tmp/rclone1438519860" run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xehoyip2zuva'", Local "Local file system at /tmp/rclone1438519860", Modify Window "1ms" 2026/09/27 04:46:33 DEBUG : HeLlO, wOrLd!: md5 = 6efe6684d1039c5a84050ab4ddb873f4 OK lower checkfile vs. upperlowermixed remote (without normalization) 2026/09/27 04:46:33 ERROR : HeLlO, wOrLd!: sum not found 2026/09/27 04:46:33 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xehoyip2zuva' 2026/09/27 04:46:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xehoyip2zuva': 1 files missing 2026/09/27 04:46:33 NOTICE: 1 hashes missing 2026/09/27 04:46:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xehoyip2zuva': 1 differences found 2026/09/27 04:46:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xehoyip2zuva': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/09/27 04:46:34 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:46:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xehoyip2zuva': 0 differences found 2026/09/27 04:46:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xehoyip2zuva': 1 matching files 2026/09/27 04:46:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mewoxos4lowe" 2026/09/27 04:46:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:46:34 DEBUG : Creating backend with remote "TestDrive:crypt/kgmo9lf764p0g50u168rnatk7qtgovu9b9rkddkj1q23g0htjaug" 2026/09/27 04:46:35 DEBUG : Creating backend with remote "/tmp/rclone3763647568" run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mewoxos4lowe'", Local "Local file system at /tmp/rclone3763647568", Modify Window "1ms" 2026/09/27 04:46:37 DEBUG : HELLO, WORLD!: md5 = 73d0c9bc18db0970ecbd5b0856464b48 OK upperlowermixed checkfile vs. upper remote (without normalization) 2026/09/27 04:46:38 ERROR : HELLO, WORLD!: sum not found 2026/09/27 04:46:38 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-mewoxos4lowe' 2026/09/27 04:46:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mewoxos4lowe': 1 files missing 2026/09/27 04:46:38 NOTICE: 1 hashes missing 2026/09/27 04:46:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mewoxos4lowe': 1 differences found 2026/09/27 04:46:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mewoxos4lowe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/09/27 04:46:38 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:46:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mewoxos4lowe': 0 differences found 2026/09/27 04:46:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mewoxos4lowe': 1 matching files 2026/09/27 04:46:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-juhuzon0hora" 2026/09/27 04:46:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:46:38 DEBUG : Creating backend with remote "TestDrive:crypt/ucr6e0ei539lehnvhqt14sd5t4faca39tu41lrn601tlihqhmdig" 2026/09/27 04:46:39 DEBUG : Creating backend with remote "/tmp/rclone1845096286" run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-juhuzon0hora'", Local "Local file system at /tmp/rclone1845096286", Modify Window "1ms" 2026/09/27 04:46:42 DEBUG : 測試_Русский___ě_áñ: md5 = 997dc942bf926020132a3f95f6402b5e OK NFD checkfile vs. NFC remote (without normalization) 2026/09/27 04:46:42 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/27 04:46:42 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-juhuzon0hora' 2026/09/27 04:46:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juhuzon0hora': 1 files missing 2026/09/27 04:46:42 NOTICE: 1 hashes missing 2026/09/27 04:46:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juhuzon0hora': 1 differences found 2026/09/27 04:46:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juhuzon0hora': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/09/27 04:46:43 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:46:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juhuzon0hora': 0 differences found 2026/09/27 04:46:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juhuzon0hora': 1 matching files 2026/09/27 04:46:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kohoqas5cuwi" 2026/09/27 04:46:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:46:43 DEBUG : Creating backend with remote "TestDrive:crypt/ese7ns7jvminol61vluit4kc2jp7i81tm1cter48i9q6qgf2fdhg" 2026/09/27 04:46:44 DEBUG : Creating backend with remote "/tmp/rclone2039827598" run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kohoqas5cuwi'", Local "Local file system at /tmp/rclone2039827598", Modify Window "1ms" 2026/09/27 04:46:46 DEBUG : 測試_Русский___ě_áñ: md5 = 0069df46bd58e8527a73f25f61618786 OK NFC checkfile vs. NFD remote (without normalization) 2026/09/27 04:46:47 ERROR : 測試_Русский___ě_áñ: sum not found 2026/09/27 04:46:47 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kohoqas5cuwi' 2026/09/27 04:46:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kohoqas5cuwi': 1 files missing 2026/09/27 04:46:47 NOTICE: 1 hashes missing 2026/09/27 04:46:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kohoqas5cuwi': 1 differences found 2026/09/27 04:46:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kohoqas5cuwi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/09/27 04:46:48 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:46:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kohoqas5cuwi': 0 differences found 2026/09/27 04:46:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kohoqas5cuwi': 1 matching files 2026/09/27 04:46:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wotitub2fama" 2026/09/27 04:46:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:46:48 DEBUG : Creating backend with remote "TestDrive:crypt/89ub4ah9tdef0muf1voa96hbnst0m184f1kcrmc5s7fchugana00" 2026/09/27 04:46:49 DEBUG : Creating backend with remote "/tmp/rclone1142359754" run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wotitub2fama'", Local "Local file system at /tmp/rclone1142359754", Modify Window "1ms" 2026/09/27 04:46:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1be3a4e63ae17d11e6a34b249e73be19 OK NFDx2 checkfile vs. both remote (without normalization) 2026/09/27 04:46:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/27 04:46:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wotitub2fama' 2026/09/27 04:46:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wotitub2fama': 1 files missing 2026/09/27 04:46:51 NOTICE: 1 hashes missing 2026/09/27 04:46:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wotitub2fama': 1 differences found 2026/09/27 04:46:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wotitub2fama': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/09/27 04:46:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:46:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wotitub2fama': 0 differences found 2026/09/27 04:46:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wotitub2fama': 1 matching files 2026/09/27 04:46:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cevekem0nodo" 2026/09/27 04:46:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:46:52 DEBUG : Creating backend with remote "TestDrive:crypt/41b3c98iumordt40khsgno4copd7somspqe7pcmosv3uol1q3bcg" 2026/09/27 04:46:53 DEBUG : Creating backend with remote "/tmp/rclone2677325783" run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cevekem0nodo'", Local "Local file system at /tmp/rclone2677325783", Modify Window "1ms" 2026/09/27 04:46:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8d43b4b507579da93adc6f5f0ee420f4 OK NFCx2 checkfile vs. both remote (without normalization) 2026/09/27 04:46:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/27 04:46:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cevekem0nodo' 2026/09/27 04:46:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevekem0nodo': 1 files missing 2026/09/27 04:46:56 NOTICE: 1 hashes missing 2026/09/27 04:46:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevekem0nodo': 1 differences found 2026/09/27 04:46:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevekem0nodo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/09/27 04:46:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:46:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevekem0nodo': 0 differences found 2026/09/27 04:46:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevekem0nodo': 1 matching files 2026/09/27 04:46:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dubetip6maze" 2026/09/27 04:46:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:46:57 DEBUG : Creating backend with remote "TestDrive:crypt/2q9cvi5auko58tlv2fjoh4mdu18jku3ehhfmmven8fuf29rhtcug" 2026/09/27 04:46:58 DEBUG : Creating backend with remote "/tmp/rclone177821546" run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dubetip6maze'", Local "Local file system at /tmp/rclone177821546", Modify Window "1ms" 2026/09/27 04:47:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2e55a716fd8fa99be32174f06cdfa9aa OK both checkfile vs. NFDx2 remote (without normalization) 2026/09/27 04:47:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/27 04:47:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dubetip6maze' 2026/09/27 04:47:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubetip6maze': 1 files missing 2026/09/27 04:47:00 NOTICE: 1 hashes missing 2026/09/27 04:47:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubetip6maze': 1 differences found 2026/09/27 04:47:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubetip6maze': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/09/27 04:47:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:47:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubetip6maze': 0 differences found 2026/09/27 04:47:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubetip6maze': 1 matching files 2026/09/27 04:47:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ciwijax9vuyu" 2026/09/27 04:47:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:47:01 DEBUG : Creating backend with remote "TestDrive:crypt/litab3g10ahmmccmgjos9ir76ksnhf1krnd86s055dogt3enfbg0" 2026/09/27 04:47:03 DEBUG : Creating backend with remote "/tmp/rclone1455395236" 2026/09/27 04:47:03 DEBUG : Config file has changed externally - reloading run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ciwijax9vuyu'", Local "Local file system at /tmp/rclone1455395236", Modify Window "1ms" 2026/09/27 04:47:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a7dae1d2d7d8b2f04d607e4b26e9a5af OK both checkfile vs. NFCx2 remote (without normalization) 2026/09/27 04:47:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/09/27 04:47:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ciwijax9vuyu' 2026/09/27 04:47:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ciwijax9vuyu': 1 files missing 2026/09/27 04:47:05 NOTICE: 1 hashes missing 2026/09/27 04:47:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ciwijax9vuyu': 1 differences found 2026/09/27 04:47:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ciwijax9vuyu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/09/27 04:47:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/09/27 04:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ciwijax9vuyu': 0 differences found 2026/09/27 04:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ciwijax9vuyu': 1 matching files 2026/09/27 04:47:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ciwijax9vuyu': Purge remote 2026/09/27 04:47:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dubetip6maze': Purge remote 2026/09/27 04:47:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cevekem0nodo': Purge remote 2026/09/27 04:47:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wotitub2fama': Purge remote 2026/09/27 04:47:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kohoqas5cuwi': Purge remote 2026/09/27 04:47:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-juhuzon0hora': Purge remote 2026/09/27 04:47:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mewoxos4lowe': Purge remote 2026/09/27 04:47:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xehoyip2zuva': Purge remote 2026/09/27 04:47:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vufusey0situ': Purge remote 2026/09/27 04:47:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bijetiy8hofi': Purge remote --- PASS: TestApplyTransforms (50.33s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:47:11 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/27 04:47:13 DEBUG : sub/file2: md5 = 7035bd90cb6faa6384460c59bc574569 OK 2026/09/27 04:47:13 DEBUG : sub/file2: size = 14 OK 2026/09/27 04:47:13 INFO : file1: Copied (new) to: sub/file2 2026/09/27 04:47:13 DEBUG : sub/file2: size = 14 OK 2026/09/27 04:47:13 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/27 04:47:13 DEBUG : file1: Unchanged skipping 2026/09/27 04:47:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (5.74s) === RUN TestCopyFileImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:47:16 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/27 04:47:18 DEBUG : existing: md5 = 4a126380e3b2dd76e78cd28f2266cab9 OK 2026/09/27 04:47:18 DEBUG : existing: size = 6 OK 2026/09/27 04:47:18 INFO : existing: Copied (new) 2026/09/27 04:47:18 DEBUG : existing: size = 6 OK 2026/09/27 04:47:18 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/27 04:47:18 DEBUG : existing: Unchanged skipping 2026/09/27 04:47:19 DEBUG : existing: size = 8 (Local file system at /tmp/rclone581475531) 2026/09/27 04:47:19 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 2026/09/27 04:47:19 DEBUG : existing: Sizes differ 2026/09/27 04:47:19 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileImmutable (3.98s) === RUN TestCopyLongFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" copy_test.go:188: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:47:23 DEBUG : dst/file1: md5 = cc3df48666c15332c6545c98457c9972 OK 2026/09/27 04:47:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/backup" 2026/09/27 04:47:23 DEBUG : Config file has changed externally - reloading 2026/09/27 04:47:24 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/1nrff024r7pq65ecp72fc28jb0" 2026/09/27 04:47:25 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone581475531) 2026/09/27 04:47:25 DEBUG : dst/file1: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 2026/09/27 04:47:25 DEBUG : dst/file1: Sizes differ 2026/09/27 04:47:27 INFO : dst/file1: Moved (server-side) 2026/09/27 04:47:29 DEBUG : dst/file1: md5 = 19dbc0f7931e185631ce9f250378e879 OK 2026/09/27 04:47:29 DEBUG : dst/file1: size = 14 OK 2026/09/27 04:47:29 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (12.83s) === RUN TestCopyFileCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:47:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/dst" 2026/09/27 04:47:33 DEBUG : Config file has changed externally - reloading 2026/09/27 04:47:34 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/31u3jie661vd5p8j7rtc3hgbh0" 2026/09/27 04:47:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/CompareDest" 2026/09/27 04:47:35 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/gveqi14airsml4bgu7krj116o8" 2026/09/27 04:47:37 DEBUG : one: Need to transfer - File not found at Destination 2026/09/27 04:47:39 DEBUG : one: md5 = 8de7b7de5c4cd0fff998205026d4ab16 OK 2026/09/27 04:47:39 DEBUG : one: size = 3 OK 2026/09/27 04:47:39 INFO : one: Copied (new) 2026/09/27 04:47:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone581475531) 2026/09/27 04:47:40 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/dst') 2026/09/27 04:47:40 DEBUG : one: Sizes differ 2026/09/27 04:47:42 DEBUG : one: md5 = f0b47e5f8ac59587a99ee0f1c325b4a0 OK 2026/09/27 04:47:42 DEBUG : one: size = 5 OK 2026/09/27 04:47:42 INFO : one: Copied (replaced existing) 2026/09/27 04:47:44 DEBUG : dst/one: md5 = 61e0c5207edbc3b84835638deee18b91 OK 2026/09/27 04:47:46 DEBUG : CompareDest/one: md5 = ed58d2162373515671f0e55ce1f12c04 OK 2026/09/27 04:47:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone581475531) 2026/09/27 04:47:47 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/dst') 2026/09/27 04:47:47 DEBUG : one: Sizes differ 2026/09/27 04:47:47 DEBUG : one: size = 5 OK 2026/09/27 04:47:47 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/27 04:47:47 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/27 04:47:49 DEBUG : CompareDest/two: md5 = 5301ba1aabd9116668e69d2d1a9c6754 OK 2026/09/27 04:47:50 DEBUG : two: Need to transfer - File not found at Destination 2026/09/27 04:47:50 DEBUG : two: size = 3 OK 2026/09/27 04:47:50 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/27 04:47:50 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/27 04:47:51 DEBUG : two: Need to transfer - File not found at Destination 2026/09/27 04:47:51 DEBUG : two: size = 3 OK 2026/09/27 04:47:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/27 04:47:51 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/27 04:47:52 DEBUG : two: Need to transfer - File not found at Destination 2026/09/27 04:47:53 DEBUG : two: size = 5 (Local file system at /tmp/rclone581475531) 2026/09/27 04:47:53 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/CompareDest') 2026/09/27 04:47:53 DEBUG : two: Sizes differ 2026/09/27 04:47:54 DEBUG : two: md5 = 32925e540491a56447d3be5d7d73c66e OK 2026/09/27 04:47:54 DEBUG : two: size = 5 OK 2026/09/27 04:47:54 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (24.70s) === RUN TestCopyFileCopyDestImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:47:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/dst" 2026/09/27 04:47:58 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/31u3jie661vd5p8j7rtc3hgbh0" 2026/09/27 04:48:02 DEBUG : dst/one: md5 = a919dd887d945647fe6cd7f0ab598dfc OK 2026/09/27 04:48:04 DEBUG : CopyDest/one: md5 = 5caac1c0c1e9ba01b76ae1b54adad056 OK 2026/09/27 04:48:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/CopyDest" 2026/09/27 04:48:05 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/d09o6po3f7bm6ce32vdgs8h9ls" 2026/09/27 04:48:06 DEBUG : one: size = 5 (Local file system at /tmp/rclone581475531) 2026/09/27 04:48:06 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/dst') 2026/09/27 04:48:06 DEBUG : one: Sizes differ 2026/09/27 04:48:06 DEBUG : one: size = 5 OK 2026/09/27 04:48:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/27 04:48:06 DEBUG : one: size = 5 (Local file system at /tmp/rclone581475531) 2026/09/27 04:48:06 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/dst') 2026/09/27 04:48:06 DEBUG : one: Sizes differ 2026/09/27 04:48:06 ERROR : one: Source and destination exist but do not match: immutable file modified --- PASS: TestCopyFileCopyDestImmutable (11.38s) === RUN TestCopyFileCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:48:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/dst" 2026/09/27 04:48:10 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/31u3jie661vd5p8j7rtc3hgbh0" 2026/09/27 04:48:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/CopyDest" 2026/09/27 04:48:11 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/d09o6po3f7bm6ce32vdgs8h9ls" 2026/09/27 04:48:13 DEBUG : one: Need to transfer - File not found at Destination 2026/09/27 04:48:15 DEBUG : one: md5 = a257780eaa9735b822892d9e96e26a7a OK 2026/09/27 04:48:15 DEBUG : one: size = 3 OK 2026/09/27 04:48:15 INFO : one: Copied (new) 2026/09/27 04:48:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone581475531) 2026/09/27 04:48:16 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/dst') 2026/09/27 04:48:16 DEBUG : one: Sizes differ 2026/09/27 04:48:18 DEBUG : one: md5 = 0adb792c6c09316820ed74791ab05ca5 OK 2026/09/27 04:48:18 DEBUG : one: size = 5 OK 2026/09/27 04:48:18 INFO : one: Copied (replaced existing) 2026/09/27 04:48:20 DEBUG : dst/one: md5 = 5f62b82e9f878e7ef602ddc9045ed3d2 OK 2026/09/27 04:48:22 DEBUG : CopyDest/one: md5 = abb1886a08887b612b855342ba280944 OK 2026/09/27 04:48:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/BackupDir" 2026/09/27 04:48:23 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/09/27 04:48:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone581475531) 2026/09/27 04:48:24 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/dst') 2026/09/27 04:48:24 DEBUG : one: Sizes differ 2026/09/27 04:48:25 DEBUG : one: size = 5 OK 2026/09/27 04:48:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/27 04:48:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone581475531) 2026/09/27 04:48:25 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/dst') 2026/09/27 04:48:25 DEBUG : one: Sizes differ 2026/09/27 04:48:26 INFO : one: Moved (server-side) 2026/09/27 04:48:27 DEBUG : one: size = 5 OK 2026/09/27 04:48:27 INFO : one: Copied (server-side copy) 2026/09/27 04:48:27 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/27 04:48:29 DEBUG : CopyDest/two: md5 = fb80eb6e7028e2b64ac38ca61868abd1 OK 2026/09/27 04:48:30 DEBUG : two: Need to transfer - File not found at Destination 2026/09/27 04:48:30 DEBUG : two: size = 3 OK 2026/09/27 04:48:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/27 04:48:31 DEBUG : two: size = 3 OK 2026/09/27 04:48:31 INFO : two: Copied (server-side copy) 2026/09/27 04:48:31 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/27 04:48:32 DEBUG : two: size = 3 OK 2026/09/27 04:48:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/09/27 04:48:32 DEBUG : two: Unchanged skipping 2026/09/27 04:48:34 DEBUG : CopyDest/three: md5 = 7e8a91e8b5010a2951be0d3487b1da20 OK 2026/09/27 04:48:35 DEBUG : three: Need to transfer - File not found at Destination 2026/09/27 04:48:35 DEBUG : three: size = 7 (Local file system at /tmp/rclone581475531) 2026/09/27 04:48:35 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi/CopyDest') 2026/09/27 04:48:35 DEBUG : three: Sizes differ 2026/09/27 04:48:35 DEBUG : three: Destination not found in --copy-dest 2026/09/27 04:48:36 DEBUG : three: md5 = b9ceb961712b695934054386df701efb OK 2026/09/27 04:48:36 DEBUG : three: size = 7 OK 2026/09/27 04:48:36 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (32.81s) === RUN TestCopyInplace run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" copy_test.go:434: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" copy_test.go:467: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" copy_test.go:500: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.45s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:48:44 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/09/27 04:48:46 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 01c80bb2d130095b0a67d5cfc28a1598 OK 2026/09/27 04:48:46 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/09/27 04:48:46 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/09/27 04:48:47 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/09/27 04:48:47 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:563: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2026/09/27 04:48:48 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/09/27 04:48:48 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/09/27 04:48:50 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 519b52d5bb35d4764d875a6d4059a708 OK 2026/09/27 04:48:50 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/09/27 04:48:50 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (9.41s) === RUN TestDeduplicateInteractive run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" dedupe_test.go:37: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.54s) === RUN TestDeduplicateSkip run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:48:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Looking for duplicate names using skip mode. 2026/09/27 04:48:57 NOTICE: one: Found 2 files with duplicate names 2026/09/27 04:48:57 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.85s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:49:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Looking for duplicate names using skip mode. 2026/09/27 04:49:03 NOTICE: one: Found 3 files with duplicate names 2026/09/27 04:49:03 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2026/09/27 04:49:03 INFO : one: Deleted 2026/09/27 04:49:03 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.38s) === RUN TestDeduplicateFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:49:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Looking for duplicate names using first mode. 2026/09/27 04:49:10 NOTICE: one: Found 3 files with duplicate names 2026/09/27 04:49:10 INFO : one: Deleted 2026/09/27 04:49:11 INFO : one: Deleted 2026/09/27 04:49:11 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.92s) === RUN TestDeduplicateNewest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:49:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Looking for duplicate names using newest mode. 2026/09/27 04:49:16 NOTICE: one: Found 3 files with duplicate names 2026/09/27 04:49:16 INFO : one: Deleted 2026/09/27 04:49:17 INFO : one: Deleted 2026/09/27 04:49:17 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.23s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" dedupe_test.go:37: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:49:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Looking for duplicate names using oldest mode. 2026/09/27 04:49:23 NOTICE: one: Found 3 files with duplicate names 2026/09/27 04:49:23 INFO : one: Deleted 2026/09/27 04:49:24 INFO : one: Deleted 2026/09/27 04:49:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.15s) === RUN TestDeduplicateLargest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:49:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Looking for duplicate names using largest mode. 2026/09/27 04:49:29 NOTICE: one: Found 3 files with duplicate names 2026/09/27 04:49:29 INFO : one: Deleted 2026/09/27 04:49:30 INFO : one: Deleted 2026/09/27 04:49:30 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.35s) === RUN TestDeduplicateSmallest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:49:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Looking for duplicate names using smallest mode. 2026/09/27 04:49:36 NOTICE: one: Found 3 files with duplicate names 2026/09/27 04:49:36 INFO : one: Deleted 2026/09/27 04:49:36 INFO : one: Deleted 2026/09/27 04:49:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.55s) === RUN TestDeduplicateRename run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:49:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Looking for duplicate names using rename mode. 2026/09/27 04:49:43 NOTICE: one.txt: Found 3 files with duplicate names 2026/09/27 04:49:44 INFO : one-2.txt: renamed from: one.txt 2026/09/27 04:49:45 INFO : one-3.txt: renamed from: one.txt 2026/09/27 04:49:45 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.37s) === RUN TestDeduplicateRenameManyExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:49:49 DEBUG : one-1.txt: md5 = f03d2bc8d8792704d6a4dfd844ee69e2 OK 2026/09/27 04:49:51 DEBUG : one-2.txt: md5 = 1718fe4d7a4268c6b5af69dc3e34e197 OK 2026/09/27 04:49:52 DEBUG : one-3.txt: md5 = ec203e2de86b97a78faf8e16ef2a5fd9 OK 2026/09/27 04:49:54 DEBUG : one-4.txt: md5 = ad4d1bdb6b40ec43e7c3d36708fc01d5 OK 2026/09/27 04:49:55 DEBUG : one-5.txt: md5 = 473e50a866291fa771d389fdabca61a8 OK 2026/09/27 04:49:56 DEBUG : one-6.txt: md5 = 32e3e366c0693ba484fc194ffcc5db9c OK 2026/09/27 04:49:58 DEBUG : one-7.txt: md5 = 8bac211a99404894d163a12d2dabb6ef OK 2026/09/27 04:49:59 DEBUG : one-8.txt: md5 = da4415b7304402483579aad86fb7c56b OK 2026/09/27 04:50:00 DEBUG : one-9.txt: md5 = 7aeb301030ffa3f06e2f7e21752c0389 OK 2026/09/27 04:50:02 DEBUG : one-10.txt: md5 = 2e154f6d1180e622d4dac39fc3c1282b OK 2026/09/27 04:50:04 DEBUG : one-11.txt: md5 = 254483e1d746346310b5f3edd185c72f OK 2026/09/27 04:50:05 DEBUG : one-12.txt: md5 = 9f3bc8371c410d41ea12a37fe8671526 OK 2026/09/27 04:50:06 DEBUG : one-13.txt: md5 = 0e61b02a7d9646572e30e1d247121341 OK 2026/09/27 04:50:08 DEBUG : one-14.txt: md5 = 42a2c7b65aaaf5a26f92eb57d902e629 OK 2026/09/27 04:50:10 DEBUG : one-15.txt: md5 = f39c8dae65f9e879ba949a9191dfc744 OK 2026/09/27 04:50:11 DEBUG : one-16.txt: md5 = 0af94bf6f97f9343e6d0081448c087ab OK 2026/09/27 04:50:13 DEBUG : one-17.txt: md5 = 45114161254449622a9bbe0b16e45197 OK 2026/09/27 04:50:15 DEBUG : one-18.txt: md5 = 6d6a80a845f9b8f0b401b2fc06e5b577 OK 2026/09/27 04:50:16 DEBUG : one-19.txt: md5 = 8b3155e073a5bfa8332db488925084c7 OK 2026/09/27 04:50:18 DEBUG : one-20.txt: md5 = 4910475b0753bfb42863598eec397b09 OK 2026/09/27 04:50:19 DEBUG : one-21.txt: md5 = 3f085fcded3ba3deffb04dfb3d656d47 OK 2026/09/27 04:50:20 DEBUG : one-22.txt: md5 = e08b2a01dcd3265498eee2b5194a8671 OK 2026/09/27 04:50:22 DEBUG : one-23.txt: md5 = 53caeddb4e8564661c0a3358a47dc629 OK 2026/09/27 04:50:23 DEBUG : one-24.txt: md5 = b7db454d9bb23d818e0ab14fee1fd338 OK 2026/09/27 04:50:25 DEBUG : one-25.txt: md5 = 3983ea9ea5ba2474d400b05b460e6b71 OK 2026/09/27 04:50:26 DEBUG : one-26.txt: md5 = af5caa2eacf69164bab96f8d1619a063 OK 2026/09/27 04:50:28 DEBUG : one-27.txt: md5 = a303d22296cd6663fa5ef12a90e54bad OK 2026/09/27 04:50:29 DEBUG : one-28.txt: md5 = 12849bc792198008e82c7fcbcb080037 OK 2026/09/27 04:50:31 DEBUG : one-29.txt: md5 = 852f53ee164cbc31432a4447a8ff2a8c OK 2026/09/27 04:50:32 DEBUG : one-30.txt: md5 = 59ac9cc4416b865be125a14d05a2ddc6 OK 2026/09/27 04:50:33 DEBUG : one-31.txt: md5 = 3ec63ce75af7665c2d801976310e6829 OK 2026/09/27 04:50:35 DEBUG : one-32.txt: md5 = 242aea53eff5a094974ffe50749a20e3 OK 2026/09/27 04:50:36 DEBUG : one-33.txt: md5 = 5b28d63d37e58d0a778e00831bbd9382 OK 2026/09/27 04:50:37 DEBUG : one-34.txt: md5 = a629851fa2b5e5eb9a842b5b356c047d OK 2026/09/27 04:50:39 DEBUG : one-35.txt: md5 = f9954360a0b238567ef5c04716ef5183 OK 2026/09/27 04:50:40 DEBUG : one-36.txt: md5 = f859cf2e8a6d0eb28f31b990fa5e5116 OK 2026/09/27 04:50:42 DEBUG : one-37.txt: md5 = 9eb311b65b8a7cd46ed34103cdc825b0 OK 2026/09/27 04:50:44 DEBUG : one-38.txt: md5 = fe2e47ee1a25ce55c9933084bed13006 OK 2026/09/27 04:50:45 DEBUG : one-39.txt: md5 = 68d9965bfe21d62fdb407bea5f4cd64b OK 2026/09/27 04:50:47 DEBUG : one-40.txt: md5 = edaa4621b73ea9ae18ed48ceb05197ca OK 2026/09/27 04:50:48 DEBUG : one-41.txt: md5 = 9bad8a0e01c33c607dc831a8085af750 OK 2026/09/27 04:50:50 DEBUG : one-42.txt: md5 = e0afe17545993327e4389f6dbadbaa6e OK 2026/09/27 04:50:51 DEBUG : one-43.txt: md5 = c24a5f7c4c21df6d7c0b7d59eaf57f4a OK 2026/09/27 04:50:53 DEBUG : one-44.txt: md5 = 5b813a36fb44cedf1489962e995442ab OK 2026/09/27 04:50:54 DEBUG : one-45.txt: md5 = 6e11a84306d336e3c6558192c218792e OK 2026/09/27 04:50:56 DEBUG : one-46.txt: md5 = b0041ad17f98e7bb599e8cb206e6ca4b OK 2026/09/27 04:50:57 DEBUG : one-47.txt: md5 = 862c1b2c2d0ae33d3e01c329ae19e05f OK 2026/09/27 04:50:58 DEBUG : one-48.txt: md5 = b8acfdcb90673a087c340de69a5da1af OK 2026/09/27 04:51:00 DEBUG : one-49.txt: md5 = 9e08520905fa435615e0fe0390c06f57 OK 2026/09/27 04:51:01 DEBUG : one-50.txt: md5 = 427ff317339134794ce7c6238cd3ec48 OK 2026/09/27 04:51:03 DEBUG : one-51.txt: md5 = 6b976e6330e6f1c6544e158d68de53b2 OK 2026/09/27 04:51:04 DEBUG : one-52.txt: md5 = d0bc71185e095f137adfd2e6ba77025e OK 2026/09/27 04:51:05 DEBUG : one-53.txt: md5 = ba1d826edf1089ab74cfd1d1a3201a4a OK 2026/09/27 04:51:07 DEBUG : one-54.txt: md5 = 5aa408b64f16b5aa885cc63733b12dde OK 2026/09/27 04:51:08 DEBUG : one-55.txt: md5 = 5fcf15b83f62a12a85b6ae08ca3557dc OK 2026/09/27 04:51:09 DEBUG : one-56.txt: md5 = e5b9044ef6f426bc34431030ce2256dc OK 2026/09/27 04:51:11 DEBUG : one-57.txt: md5 = f2c1539639890714418997f35550ace7 OK 2026/09/27 04:51:12 DEBUG : one-58.txt: md5 = be941a29fbddb33ffe04db79f1b5c17f OK 2026/09/27 04:51:14 DEBUG : one-59.txt: md5 = ee4a4c190324ba90f5cb0695bd0887de OK 2026/09/27 04:51:15 DEBUG : one-60.txt: md5 = d7a55cb591f2b545321324f7bf91b239 OK 2026/09/27 04:51:16 DEBUG : one-61.txt: md5 = 6a9f960cdf66af05b894e8673ddac7aa OK 2026/09/27 04:51:18 DEBUG : one-62.txt: md5 = c4f1a034a57673e151cd1a6ade33af59 OK 2026/09/27 04:51:19 DEBUG : one-63.txt: md5 = 7c3b592e45367cfed55b528ff8a2d057 OK 2026/09/27 04:51:21 DEBUG : one-64.txt: md5 = d3b659fa81e7f31dd1b9ca16e18b3b47 OK 2026/09/27 04:51:22 DEBUG : one-65.txt: md5 = 2aa1129319680c78244c095427361a16 OK 2026/09/27 04:51:24 DEBUG : one-66.txt: md5 = 4770a3d9c2ec54c48132e1cb48131fc5 OK 2026/09/27 04:51:25 DEBUG : one-67.txt: md5 = 8d0c41be90b9ce43f38391939546c0cf OK 2026/09/27 04:51:27 DEBUG : one-68.txt: md5 = 93521d8e3513c21598f33cd5d579b18e OK 2026/09/27 04:51:28 DEBUG : one-69.txt: md5 = f229aa97a214329a39ab633fca207e40 OK 2026/09/27 04:51:29 DEBUG : one-70.txt: md5 = 152d23134a0fc36fe18b5dc9cd627ba6 OK 2026/09/27 04:51:31 DEBUG : one-71.txt: md5 = 2107939979396b14fd18479960039eb4 OK 2026/09/27 04:51:32 DEBUG : one-72.txt: md5 = 0a4f0b21f5575c84d1c22c6dded40a92 OK 2026/09/27 04:51:34 DEBUG : one-73.txt: md5 = 6f3ad9a619b8ac7de81d55482be55325 OK 2026/09/27 04:51:35 DEBUG : one-74.txt: md5 = 87d5bb66bcc510733bfab09d77763f83 OK 2026/09/27 04:51:36 DEBUG : one-75.txt: md5 = c76186a2041c7aab44983992275ae6de OK 2026/09/27 04:51:38 DEBUG : one-76.txt: md5 = b46d5314686b97c1d76a5fd1dab5f163 OK 2026/09/27 04:51:39 DEBUG : one-77.txt: md5 = 882874035c5b8c4d5973b09f9eca4042 OK 2026/09/27 04:51:41 DEBUG : one-78.txt: md5 = 12bd39f1b17266a8f3d77f3c7134a479 OK 2026/09/27 04:51:42 DEBUG : one-79.txt: md5 = b7fc2bed3beb1520159165103d96a97a OK 2026/09/27 04:51:44 DEBUG : one-80.txt: md5 = 1938b2809b4154b51d5b6b618c027c4f OK 2026/09/27 04:51:45 DEBUG : one-81.txt: md5 = 75da012bbeeba4582f88f0e8d44796f9 OK 2026/09/27 04:51:47 DEBUG : one-82.txt: md5 = 3b54e6dc4a5727513426c24b86c38e28 OK 2026/09/27 04:51:48 DEBUG : one-83.txt: md5 = 9ac54f0ff8cf91eb0a7bed269408f336 OK 2026/09/27 04:51:49 DEBUG : one-84.txt: md5 = 712ea5cff11d73937261187492a77114 OK 2026/09/27 04:51:51 DEBUG : one-85.txt: md5 = 2d659f1d3ba73ee5f210a259f5cf4a9e OK 2026/09/27 04:51:52 DEBUG : one-86.txt: md5 = c0f1417793e18fe0ad0ee96f44e07bd0 OK 2026/09/27 04:51:54 DEBUG : one-87.txt: md5 = 2880a349706d0f1802c422c3a331e882 OK 2026/09/27 04:51:55 DEBUG : one-88.txt: md5 = 33e7f543046e0dabf90a154b63878697 OK 2026/09/27 04:51:56 DEBUG : one-89.txt: md5 = 58ba4a3690b904c1bf66e3ae1c34b700 OK 2026/09/27 04:51:58 DEBUG : one-90.txt: md5 = 684bcfdd1e9f73d8f36620f1b4d9f869 OK 2026/09/27 04:51:59 DEBUG : one-91.txt: md5 = dd5d3a21416f4e400b72b6c6d28bc51e OK 2026/09/27 04:52:01 DEBUG : one-92.txt: md5 = 9e81c02cb5eb49fdff59a449eef3415d OK 2026/09/27 04:52:02 DEBUG : one-93.txt: md5 = 79839fc9e09228e33991fd2b34e5d824 OK 2026/09/27 04:52:03 DEBUG : one-94.txt: md5 = 63ae6c60dd5ddde4c2e5b58c0eb2e189 OK 2026/09/27 04:52:05 DEBUG : one-95.txt: md5 = d70f9d540609bb86259b9e7469ce9daa OK 2026/09/27 04:52:06 DEBUG : one-96.txt: md5 = a07fd74a5d1ad46cabe578c24789a082 OK 2026/09/27 04:52:08 DEBUG : one-97.txt: md5 = a3910a07975b2973225fa440d7f0d170 OK 2026/09/27 04:52:09 DEBUG : one-98.txt: md5 = c17e6586993d7012fea6c80d9f8457e9 OK 2026/09/27 04:52:11 DEBUG : one-99.txt: md5 = b1d3fd8a2b6e3dedf360b89d0fe4a3c5 OK 2026/09/27 04:52:12 DEBUG : one-100.txt: md5 = 03abeae0f4fb10c1c7807f32a9e4223b OK 2026/09/27 04:52:14 DEBUG : one-101.txt: md5 = b66cbac2e093beff8c57d0941f0d99b6 OK 2026/09/27 04:52:15 DEBUG : one-102.txt: md5 = 48ba42ed24d36309205dfd3837e414c8 OK 2026/09/27 04:52:17 DEBUG : one-103.txt: md5 = 306161be496153e9e07ae45da4232d43 OK 2026/09/27 04:52:19 DEBUG : one-104.txt: md5 = 5a9d03c1a21b5e05a5bb933836906cb7 OK 2026/09/27 04:52:20 DEBUG : one-105.txt: md5 = 3578d924e321780d5e815b838cc720e1 OK 2026/09/27 04:52:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Looking for duplicate names using rename mode. 2026/09/27 04:52:25 NOTICE: one.txt: Found 2 files with duplicate names 2026/09/27 04:52:25 INFO : one-106.txt: renamed from: one.txt 2026/09/27 04:52:26 INFO : one-107.txt: renamed from: one.txt --- PASS: TestDeduplicateRenameManyExisting (205.69s) === RUN TestMergeDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:53:16 DEBUG : dupe1/one.txt: md5 = 2be371e610fe1b65fff630012bfefc62 OK 2026/09/27 04:53:18 DEBUG : dupe2/two.txt: md5 = f454b7eed420dc9b46240041ff98f228 OK 2026/09/27 04:53:20 DEBUG : dupe3/three.txt: md5 = a82c7ebc74e30975d5abc605266848b8 OK 2026/09/27 04:53:21 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2026/09/27 04:53:21 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2026/09/27 04:53:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2026/09/27 04:53:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory --- PASS: TestMergeDirs (12.43s) === RUN TestListDirSorted run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:53:27 DEBUG : a.txt: md5 = ffd8d7953ac08bead8242a86900ce6b9 OK 2026/09/27 04:53:29 DEBUG : zend.txt: md5 = 8fffa41eb143cbc57a67380dc6d84c3b OK 2026/09/27 04:53:31 DEBUG : sub dir/hello world: md5 = c984b340984c806e575b571bef4e07e2 OK 2026/09/27 04:53:33 DEBUG : sub dir/hello world2: md5 = 29ec6923a47159e593b72e67ed83d600 OK 2026/09/27 04:53:35 DEBUG : sub dir/ignore dir/.ignore: md5 = e8ea756645cb8d80557e1b0887aa9c75 OK 2026/09/27 04:53:36 DEBUG : sub dir/ignore dir/should be ignored: md5 = 261da5b69d34f249ba46d08d7537646c OK 2026/09/27 04:53:38 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9949f4f67450f1a8a6571dc31d5d4be9 OK 2026/09/27 04:53:40 DEBUG : a.txt: Excluded (Size Filter) 2026/09/27 04:53:40 DEBUG : a.txt: Excluded 2026/09/27 04:53:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/27 04:53:40 DEBUG : sub dir/hello world2: Excluded 2026/09/27 04:53:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/27 04:53:40 DEBUG : sub dir/hello world: Excluded 2026/09/27 04:53:41 DEBUG : sub dir/ignore dir: Excluded 2026/09/27 04:53:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/27 04:53:41 DEBUG : sub dir/hello world2: Excluded 2026/09/27 04:53:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/27 04:53:41 DEBUG : sub dir/hello world: Excluded 2026/09/27 04:53:41 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (21.50s) === RUN TestListDirSortedFn run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:53:49 DEBUG : a.txt: md5 = df2ba4096650b91628a4ca692c14199c OK 2026/09/27 04:53:50 DEBUG : zend.txt: md5 = ec754cf612abc34164178de3e3df9bf4 OK 2026/09/27 04:53:53 DEBUG : sub dir/hello world: md5 = b3a061f458c7bed192e69af7ba7dc054 OK 2026/09/27 04:53:54 DEBUG : sub dir/hello world2: md5 = a4ca9585dda52ebc57fdedaef8f1e1e0 OK 2026/09/27 04:53:56 DEBUG : sub dir/ignore dir/.ignore: md5 = ba898beef5b4b8fd8833e773e6c2b764 OK 2026/09/27 04:53:58 DEBUG : sub dir/ignore dir/should be ignored: md5 = 19ae9c1da047860a71e5847bf161abf3 OK 2026/09/27 04:54:00 DEBUG : sub dir/sub sub dir/hello world3: md5 = 472e278f8048501e3ab7916d5e432bae OK 2026/09/27 04:54:01 DEBUG : a.txt: Excluded (Size Filter) 2026/09/27 04:54:01 DEBUG : a.txt: Excluded 2026/09/27 04:54:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/27 04:54:02 DEBUG : sub dir/hello world: Excluded 2026/09/27 04:54:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/27 04:54:02 DEBUG : sub dir/hello world2: Excluded 2026/09/27 04:54:02 DEBUG : sub dir/ignore dir: Excluded 2026/09/27 04:54:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/09/27 04:54:02 DEBUG : sub dir/hello world: Excluded 2026/09/27 04:54:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/09/27 04:54:02 DEBUG : sub dir/hello world2: Excluded 2026/09/27 04:54:03 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (21.53s) === RUN TestListJSON run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:54:10 DEBUG : file1: md5 = 95ff34c1cb4490d4a2c4984d885a1452 OK 2026/09/27 04:54:13 DEBUG : sub/file2: md5 = 3bd2f826f1d64cbfa0764f9fb2f8944e OK === 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 2026/09/27 04:54:15 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/09/27 04:54:16 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2026/09/27 04:54:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata --- PASS: TestListJSON (9.19s) --- PASS: TestListJSON/Default (0.22s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.19s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.19s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:54:20 DEBUG : file1: md5 = 8e9eb0328b177c512aad4a7356e25f66 OK 2026/09/27 04:54:22 DEBUG : sub/file2: md5 = 96f7469170ee86ae6ea9d12d75156ee3 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/09/27 04:54:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/notfound" 2026/09/27 04:54:26 DEBUG : Config file has changed externally - reloading 2026/09/27 04:54:26 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/qe0i31qdkoejk60elps0ni5sqk" --- PASS: TestStatJSON (11.51s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.31s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.21s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.81s) === RUN TestStatJSONMemory 2026/09/27 04:54:30 DEBUG : Creating backend with remote ":memory:" 2026/09/27 04:54:30 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/09/27 04:54:30 DEBUG : sub/file1: size = 5 OK 2026/09/27 04:54:30 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/09/27 04:54:30 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 "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:54:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Making directory 2026/09/27 04:54:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Making directory --- PASS: TestMkdir (0.71s) === RUN TestLsd run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:54:33 DEBUG : sub dir/hello world: md5 = 489bc3821232f3f511717399c4234b9a OK --- PASS: TestLsd (4.59s) === RUN TestLs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:54:37 DEBUG : potato2: md5 = 2479abdf7e2c456b8125d6fb66d43f9c OK 2026/09/27 04:54:38 DEBUG : empty space: md5 = 0eb60b8cf607aa58305c8c42c1c219a3 OK --- PASS: TestLs (4.69s) === RUN TestLsWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:54:41 DEBUG : potato2: md5 = 5cab1177b761a24df943c1b082ced027 OK 2026/09/27 04:54:43 DEBUG : empty space: md5 = 2826ddb96329aaab2e335c850c7f7b9d OK 2026/09/27 04:54:43 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/09/27 04:54:43 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.95s) === RUN TestLsLong run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:54:46 DEBUG : potato2: md5 = e9656cf0cb06bc372ae35f1d6815b598 OK 2026/09/27 04:54:48 DEBUG : empty space: md5 = 12a98c3614686ed353acef878e13028c OK --- PASS: TestLsLong (4.62s) === RUN TestHashSums run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:54:51 DEBUG : potato2: md5 = a170461e284d9fdadc3dcc098d5f9bc6 OK 2026/09/27 04:54:52 DEBUG : empty space: md5 = feeb6037c1b5efb6f5c468232f0de40b OK --- PASS: TestHashSums (4.32s) === RUN TestHashSumsWithErrors 2026/09/27 04:54:54 DEBUG : Creating backend with remote ":memory:" 2026/09/27 04:54:54 ERROR : file1: hash unsupported: hash type not supported 2026/09/27 04:54:54 ERROR : sub/file1: hash unsupported: hash type not supported 2026/09/27 04:54:54 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/09/27 04:54:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/27 04:54:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/09/27 04:54:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/27 04:54:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/09/27 04:54:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/27 04:54:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/09/27 04:54:54 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/09/27 04:54:54 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 "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:54:55 DEBUG : potato2: md5 = 3769eedd47e23bfdc400d438bd610164 OK 2026/09/27 04:54:57 DEBUG : empty space: md5 = 8c5d4b037a22877663b0fce164453da0 OK 2026/09/27 04:54:59 DEBUG : sub dir/potato3: md5 = 63280eee2f922a647346ce0d5e471836 OK --- PASS: TestCount (8.46s) === RUN TestDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:55:04 DEBUG : small: md5 = d6fbfbca7da9867e9e01d3df8cdc6486 OK 2026/09/27 04:55:05 DEBUG : medium: md5 = f15b849d94ba96deeae038436b674a8d OK 2026/09/27 04:55:07 DEBUG : large: md5 = 49edaaa20aa442b891506bda965d4f41 OK 2026/09/27 04:55:07 DEBUG : Waiting for deletions to finish 2026/09/27 04:55:07 DEBUG : large: Excluded (Size Filter) 2026/09/27 04:55:07 INFO : medium: Deleted 2026/09/27 04:55:07 INFO : small: Deleted --- PASS: TestDelete (6.43s) === RUN TestDeleteFatalError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:55:10 DEBUG : file0: md5 = f71dd46319e5ed265af8154cea6abae5 OK 2026/09/27 04:55:12 DEBUG : file1: md5 = 7791c892ca237e550be481483ab3cdc1 OK 2026/09/27 04:55:13 DEBUG : file2: md5 = 0bfbc3049ea5d54a978cc6667e393635 OK 2026/09/27 04:55:15 DEBUG : file3: md5 = fdfa30815ea535671f406cb937be89eb OK 2026/09/27 04:55:16 DEBUG : file4: md5 = 1cead716e2bae786f0baf4589244430e OK 2026/09/27 04:55:18 DEBUG : file5: md5 = a28363e8dd601c5952b797c1451ae0f8 OK 2026/09/27 04:55:19 DEBUG : file6: md5 = 28cf9e33bcaa22e0ba015ba264873cc7 OK 2026/09/27 04:55:20 DEBUG : file7: md5 = ce97b1eaf456d548638ab2ffa8fd04d2 OK 2026/09/27 04:55:22 DEBUG : file8: md5 = f941f64f18531a5f06ee1b4901b64c20 OK 2026/09/27 04:55:23 DEBUG : file9: md5 = 57293e38feec51f9bba928a9dc807c1b OK 2026/09/27 04:55:25 DEBUG : file10: md5 = 67afb7106a3bafe27d7325ca89c57e71 OK 2026/09/27 04:55:26 DEBUG : file11: md5 = a61dceade2d1bc2c01667ae090305223 OK 2026/09/27 04:55:27 DEBUG : file12: md5 = 52fbca0a6e1ba3bed11f503fa94e65bc OK 2026/09/27 04:55:29 DEBUG : file13: md5 = 36c44820d3d14e1e0045a0cfb4ba17a7 OK 2026/09/27 04:55:30 DEBUG : file14: md5 = 68ed5698e25d582a4078a2308ed94690 OK 2026/09/27 04:55:32 DEBUG : file15: md5 = 379e5add4d5410c7198ce9f0bc57b680 OK 2026/09/27 04:55:34 DEBUG : file16: md5 = de7992d6570020aaea6a5b3b521d2f96 OK 2026/09/27 04:55:35 DEBUG : file17: md5 = 0d12048ace8bdb19b54ede2b794fa02e OK 2026/09/27 04:55:37 DEBUG : file18: md5 = 73c9e39bfc0c7849e1c1735503e8c1f3 OK 2026/09/27 04:55:38 DEBUG : file19: md5 = 47788e4e8e672108f18fa6eadd6dde47 OK 2026/09/27 04:55:38 DEBUG : Waiting for deletions to finish 2026/09/27 04:55:38 ERROR : file8: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file4: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file15: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file19: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file9: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file18: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file17: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file6: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file7: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file13: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file2: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file3: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file12: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file10: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file16: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file0: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file1: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file11: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file14: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:38 ERROR : file5: Got fatal error on delete: --max-delete threshold reached --- PASS: TestDeleteFatalError (38.93s) === RUN TestMaxDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:55:49 DEBUG : small: md5 = 41687298852195f14a530bab425153b5 OK 2026/09/27 04:55:51 DEBUG : medium: md5 = 6071ff6f7e0209a5a2d7f5d0ef0be07e OK 2026/09/27 04:55:52 DEBUG : large: md5 = 986c079ac1dbf2f4313594d586778ace OK 2026/09/27 04:55:52 DEBUG : Waiting for deletions to finish 2026/09/27 04:55:53 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2026/09/27 04:55:53 INFO : small: Deleted 2026/09/27 04:55:53 INFO : large: Deleted --- PASS: TestMaxDelete (7.15s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:55:56 DEBUG : small: md5 = 529bfb3c74d86edce8367c870eedcc6b OK 2026/09/27 04:55:57 DEBUG : medium: md5 = 7bbd3e31abdc93aa1aa7e25e135fbfca OK 2026/09/27 04:55:59 DEBUG : large: md5 = 740b82baa24deb8a8f00d37e702ffde1 OK 2026/09/27 04:55:59 DEBUG : Waiting for deletions to finish 2026/09/27 04:55:59 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/27 04:56:00 INFO : medium: Deleted 2026/09/27 04:56:00 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.66s) === RUN TestMaxDeleteSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:56:03 DEBUG : small: md5 = c76ed916981b667d668ab3435487b525 OK 2026/09/27 04:56:04 DEBUG : medium: md5 = 0a7a980ec3e9c0fec2ca091f0f3c8538 OK 2026/09/27 04:56:06 DEBUG : large: md5 = ab583776cb7cff43a6e0c60acec0f16e OK 2026/09/27 04:56:06 DEBUG : Waiting for deletions to finish 2026/09/27 04:56:06 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/09/27 04:56:07 INFO : small: Deleted 2026/09/27 04:56:07 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.88s) === RUN TestReadFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:56:10 DEBUG : ReadFile: md5 = e93747c729fdda511dc7968e5bfd942e OK --- PASS: TestReadFile (3.96s) === RUN TestRetry 2026/09/27 04:56:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/09/27 04:56:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/09/27 04:56:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/27 04:56:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/27 04:56:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/09/27 04:56:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.04s) === RUN TestRetryAfterContextCancel 2026/09/27 04:56:12 DEBUG : Sleeping for 1h0m0s (as indicated by the server) to obey Retry-After error: BANG: trying again in 1h0m0s --- PASS: TestRetryAfterContextCancel (0.00s) === RUN TestRetryAfterLastTry --- PASS: TestRetryAfterLastTry (0.00s) === RUN TestCat run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:56:14 DEBUG : file1: md5 = 86273e286323d9085d1bd669d25ec976 OK 2026/09/27 04:56:15 DEBUG : file2: md5 = 3f9f1c665d36258886521f92931c3438 OK --- PASS: TestCat (13.08s) === RUN TestPurge 2026/09/27 04:56:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cupemid3fisi" 2026/09/27 04:56:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/27 04:56:25 DEBUG : Creating backend with remote "TestDrive:crypt/fv2sccpafsh0b67r47562aepb7gi2tladorpi8bqi0k9q2pc5t80" 2026/09/27 04:56:26 DEBUG : Creating backend with remote "/tmp/rclone724658839" run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cupemid3fisi'", Local "Local file system at /tmp/rclone724658839", Modify Window "1ms" 2026/09/27 04:56:31 DEBUG : A1/B1/C1/one: md5 = 840bf3ec354e560cf8d4bbe1a731f230 OK 2026/09/27 04:56:31 INFO : A2: Making directory 2026/09/27 04:56:31 INFO : A1/B2: Making directory 2026/09/27 04:56:32 INFO : A1/B2/C2: Making directory 2026/09/27 04:56:33 INFO : A1/B1/C3: Making directory 2026/09/27 04:56:33 INFO : A3: Making directory 2026/09/27 04:56:34 INFO : A3/B3: Making directory 2026/09/27 04:56:35 INFO : A3/B3/C4: Making directory 2026/09/27 04:56:37 DEBUG : A1/two: md5 = e8fccb61518d4a102a1942d1ed2ac269 OK 2026/09/27 04:56:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cupemid3fisi': Purge remote 2026/09/27 04:56:41 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.38s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:56:44 DEBUG : A1/B1/C1/one: md5 = c7d5e31e60d7ae83e6f5e0937d7056d7 OK 2026/09/27 04:56:44 INFO : A2: Making directory 2026/09/27 04:56:45 INFO : A1/B2: Making directory 2026/09/27 04:56:46 INFO : A1/B2/C2: Making directory 2026/09/27 04:56:46 INFO : A1/B1/C3: Making directory 2026/09/27 04:56:47 INFO : A3: Making directory 2026/09/27 04:56:48 INFO : A3/B3: Making directory 2026/09/27 04:56:48 INFO : A3/B3/C4: Making directory 2026/09/27 04:56:50 DEBUG : A1/two: md5 = 038712be53c85b14a2c74377d8ba3497 OK 2026/09/27 04:56:52 DEBUG : removing 1 level 3 directories 2026/09/27 04:56:52 INFO : A3/B3/C4: Removing directory 2026/09/27 04:56:54 DEBUG : removing 2 level 3 directories 2026/09/27 04:56:54 INFO : A1/B2/C2: Removing directory 2026/09/27 04:56:54 INFO : A1/B1/C3: Removing directory 2026/09/27 04:56:55 DEBUG : removing 2 level 2 directories 2026/09/27 04:56:55 INFO : A1/B2: Removing directory 2026/09/27 04:56:55 INFO : A3/B3: Removing directory 2026/09/27 04:56:56 DEBUG : removing 2 level 1 directories 2026/09/27 04:56:56 INFO : A3: Removing directory 2026/09/27 04:56:56 INFO : A2: Removing directory 2026/09/27 04:56:59 DEBUG : removing 1 level 3 directories 2026/09/27 04:56:59 INFO : A1/B1/C1: Removing directory 2026/09/27 04:57:00 DEBUG : removing 1 level 2 directories 2026/09/27 04:57:00 INFO : A1/B1: Removing directory 2026/09/27 04:57:01 DEBUG : removing 1 level 1 directories 2026/09/27 04:57:01 INFO : A1: Removing directory 2026/09/27 04:57:01 DEBUG : removing 1 level 0 directories 2026/09/27 04:57:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Removing directory --- PASS: TestRmdirsNoLeaveRoot (22.01s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:57:03 INFO : A1: Making directory 2026/09/27 04:57:04 INFO : A1/B1: Making directory 2026/09/27 04:57:05 INFO : A1/B1/C1: Making directory 2026/09/27 04:57:07 DEBUG : removing 1 level 3 directories 2026/09/27 04:57:07 INFO : A1/B1/C1: Removing directory 2026/09/27 04:57:08 DEBUG : removing 1 level 2 directories 2026/09/27 04:57:08 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (7.95s) === RUN TestRmdirsWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:57:11 INFO : A1: Making directory 2026/09/27 04:57:11 INFO : A1/B1: Making directory 2026/09/27 04:57:12 INFO : A1/B1/C1: Making directory 2026/09/27 04:57:15 DEBUG : removing 1 level 3 directories 2026/09/27 04:57:15 INFO : A1/B1/C1: Removing directory 2026/09/27 04:57:15 DEBUG : removing 1 level 2 directories 2026/09/27 04:57:15 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (7.17s) === RUN TestCopyURL run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:57:19 DEBUG : file1: md5 = 91611f802cc287f1188ae690e9a4701b OK 2026/09/27 04:57:19 DEBUG : file1: size = 14 OK 2026/09/27 04:57:20 DEBUG : filename.txt: File name found in url 2026/09/27 04:57:21 DEBUG : filename.txt: md5 = ffad61a9083dbedc072f0bcef9bee7a8 OK 2026/09/27 04:57:21 DEBUG : filename.txt: size = 14 OK 2026/09/27 04:57:21 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/09/27 04:57:23 DEBUG : headerfilename.txt: md5 = a4ef16c769fca54c090e2cd3df4100c0 OK 2026/09/27 04:57:23 DEBUG : headerfilename.txt: size = 14 OK 2026/09/27 04:57:24 DEBUG : file2: md5 = ef8ae3e60100a09d673645bf309e3588 OK 2026/09/27 04:57:24 DEBUG : file2: size = 14 OK --- PASS: TestCopyURL (8.89s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:57:28 DEBUG : file1: md5 = 3b858e3455592cee375c8bb9ac79dca2 OK 2026/09/27 04:57:28 DEBUG : file1: size = 14 OK --- PASS: TestCopyURLDownloadHeaders (2.56s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:57:30 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/27 04:57:32 DEBUG : sub/file2: md5 = 91abf6a21b8a1e49bc987283fa860b27 OK 2026/09/27 04:57:32 DEBUG : sub/file2: size = 14 OK 2026/09/27 04:57:32 INFO : file1: Copied (new) to: sub/file2 2026/09/27 04:57:32 INFO : file1: Deleted 2026/09/27 04:57:32 DEBUG : sub/file2: size = 14 OK 2026/09/27 04:57:32 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/27 04:57:32 DEBUG : file1: Unchanged skipping 2026/09/27 04:57:32 INFO : file1: Deleted 2026/09/27 04:57:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (5.95s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:57:35 DEBUG : file1: Need to transfer - File not found at Destination 2026/09/27 04:57:37 DEBUG : file1: md5 = ef10c994cd2a3582abd3391859fefc8f OK 2026/09/27 04:57:37 DEBUG : file1: size = 14 OK 2026/09/27 04:57:37 INFO : file1: Copied (new) 2026/09/27 04:57:37 INFO : file1: Deleted 2026/09/27 04:57:37 DEBUG : file1: Destination exists, skipping 2026/09/27 04:57:37 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.31s) === RUN TestMoveFileImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:57:40 DEBUG : existing: md5 = aa12f20150d3114ad6c8b3fe379c59fe OK 2026/09/27 04:57:40 DEBUG : existing: size = 8 (Local file system at /tmp/rclone581475531) 2026/09/27 04:57:40 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 2026/09/27 04:57:40 DEBUG : existing: Sizes differ 2026/09/27 04:57:40 ERROR : existing: Source and destination exist but do not match: immutable file modified --- PASS: TestMoveFileImmutable (3.09s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.50s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:57:45 DEBUG : dst/file1: md5 = 568760686c45fc278a3c915611ac3f61 OK 2026/09/27 04:57:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-danoqub5roqi/backup" 2026/09/27 04:57:45 DEBUG : Creating backend with remote "TestDrive:crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60/1nrff024r7pq65ecp72fc28jb0" 2026/09/27 04:57:47 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone581475531) 2026/09/27 04:57:47 DEBUG : dst/file1: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 2026/09/27 04:57:47 DEBUG : dst/file1: Sizes differ 2026/09/27 04:57:49 INFO : dst/file1: Moved (server-side) 2026/09/27 04:57:51 DEBUG : dst/file1: md5 = 725ac1c94bcc59d193ee7ba24d62822b OK 2026/09/27 04:57:51 DEBUG : dst/file1: size = 14 OK 2026/09/27 04:57:51 INFO : dst/file1: Copied (new) 2026/09/27 04:57:51 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (13.13s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMoveMoveError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:57:58 DEBUG : A/file0: md5 = df453ae20bd17150f0b4f1eec608c1f2 OK 2026/09/27 04:57:59 DEBUG : A/file1: md5 = 462afb831acfb4ca73a6d6bd248ad28c OK 2026/09/27 04:58:01 DEBUG : A/file2: md5 = 0f0d37d43f18f2fc8df521f36c90abfa OK 2026/09/27 04:58:03 DEBUG : A/file3: md5 = eb79bd3a0c580a399ecd45b90fe81ee9 OK 2026/09/27 04:58:04 DEBUG : A/file4: md5 = afab697de779e8f9ebef73695e4e3e8f OK 2026/09/27 04:58:06 DEBUG : A/file5: md5 = 1f69e28605da40b7fcd7a22f859809fb OK 2026/09/27 04:58:08 DEBUG : A/file6: md5 = d47bb54c9e164bfb3a63b36ee58d75b3 OK 2026/09/27 04:58:09 DEBUG : A/file7: md5 = 41b62ab07adcee1b50b219a51542a4ee OK 2026/09/27 04:58:10 DEBUG : A/file8: md5 = 84731c46dbc87c3433388a34f5a8530d OK 2026/09/27 04:58:12 DEBUG : A/file9: md5 = e23d12d4e54ad22c06dbcdb1fd6c0b85 OK 2026/09/27 04:58:14 DEBUG : A/file10: md5 = 225d5f52e13eb6a0482afe9ade8220d0 OK 2026/09/27 04:58:15 DEBUG : A/file11: md5 = 7009b4fba5522ee4d73c4d86b36222d6 OK 2026/09/27 04:58:17 DEBUG : A/file12: md5 = 07a1f3388e085d3c670149b8ab2cb43a OK 2026/09/27 04:58:18 DEBUG : A/file13: md5 = 6ddb92a66f6309e887edaa10ff900918 OK 2026/09/27 04:58:19 DEBUG : A/file14: md5 = 450f57576812e91adc2fb3998958c410 OK 2026/09/27 04:58:21 DEBUG : A/file15: md5 = d066859e22ecf9eecb12f76ced92bbbb OK 2026/09/27 04:58:22 DEBUG : A/file16: md5 = 663a2375f7cc894bd747f2859ae69613 OK 2026/09/27 04:58:24 DEBUG : A/file17: md5 = 91c8494e7f6a54968724913a74da90fd OK 2026/09/27 04:58:25 DEBUG : A/file18: md5 = 0e9dc6103742d69ecf19352321022945 OK 2026/09/27 04:58:27 DEBUG : A/file19: md5 = 6f4d7c7c8e90819f84b4fa08c28441b3 OK operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveMoveError (40.49s) === RUN TestDirMoveContext run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:58:39 DEBUG : A/one: md5 = 46641b0d3da4f4f47476a226cd7402fc OK 2026/09/27 04:58:40 DEBUG : A/two: md5 = 2a356de5abd919a2ab656b9ddaeae066 OK operations_test.go:1490: Skipping test on non local remote --- SKIP: TestDirMoveContext (5.77s) === RUN TestDirMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:58:44 DEBUG : A1/one: md5 = 9bce77af9c726afeee7297b4803f0a73 OK 2026/09/27 04:58:46 DEBUG : A1/two: md5 = a796487d63c60d28586b6e23ee807670 OK 2026/09/27 04:58:48 DEBUG : A1/B1/three: md5 = 7458cbb3d0c73bd11cb3bcaf08f77741 OK 2026/09/27 04:58:50 DEBUG : A1/B1/C1/four: md5 = 00d0c45f606448023bf8a34854089b87 OK 2026/09/27 04:58:52 DEBUG : A1/B1/C2/five: md5 = c193b5b4eb0749f27de5a83cc86e9229 OK 2026/09/27 04:58:52 INFO : A1/B2: Making directory 2026/09/27 04:58:53 INFO : A1/B1/C3: Making directory 2026/09/27 04:59:03 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/09/27 04:59:03 INFO : A2/one: Moved (server-side) to: A3/one 2026/09/27 04:59:03 INFO : A2/two: Moved (server-side) to: A3/two 2026/09/27 04:59:03 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/09/27 04:59:03 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/09/27 04:59:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/09/27 04:59:14 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/09/27 04:59:14 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/09/27 04:59:14 INFO : A3/two: Moved (server-side) to: A4/two 2026/09/27 04:59:15 INFO : A3/one: Moved (server-side) to: A4/one 2026/09/27 04:59:15 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four --- PASS: TestDirMove (44.81s) === RUN TestGetFsInfo run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:59:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/27 04:59:29 DEBUG : no_checksum_small_file_from_pipe: md5 = c7582aefedecfdeb0470ee1fe6d0b4a9 OK 2026/09/27 04:59:29 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/09/27 04:59:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/09/27 04:59:29 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/27 04:59:30 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2026/09/27 04:59:31 DEBUG : no_checksum_big_file_from_pipe: md5 = d4d3c615e46e94d1f714c30193b26f99 OK 2026/09/27 04:59:31 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/09/27 04:59:31 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:59:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/27 04:59:34 DEBUG : with_checksum_small_file_from_pipe: md5 = fdbf521cb26ad4275be4579829404c70 OK 2026/09/27 04:59:34 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/09/27 04:59:34 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/27 04:59:35 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2026/09/27 04:59:36 DEBUG : with_checksum_big_file_from_pipe: md5 = cc5e8551257b07396c1acef71a5c1fce OK 2026/09/27 04:59:36 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/09/27 04:59:36 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:59:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/27 04:59:40 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/27 04:59:40 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/27 04:59:40 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2026/09/27 04:59:41 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/27 04:59:41 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:59:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': File to upload is small (34 bytes), uploading instead of streaming 2026/09/27 04:59:45 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/09/27 04:59:45 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/09/27 04:59:46 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2026/09/27 04:59:47 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/09/27 04:59:47 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.12s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.06s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.35s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.56s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.15s) === RUN TestRcatMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2026/09/27 04:59:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': File to upload is small (48 bytes), uploading instead of streaming 2026/09/27 04:59:50 DEBUG : rcat_metadata: md5 = dd0138d9654e49bbcbcba50d0d71d3cd OK 2026/09/27 04:59:50 DEBUG : rcat_metadata: size = 48 OK 2026/09/27 04:59:50 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2026/09/27 04:59:52 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2026/09/27 04:59:53 DEBUG : rcat_metadata_uploadcutoff0: md5 = 14121d97b49e49190ccfe4e2c2f429aa OK 2026/09/27 04:59:53 DEBUG : rcat_metadata_uploadcutoff0: size = 63 OK 2026/09/27 04:59:53 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.85s) --- PASS: TestRcatMetadata/Normal (2.54s) --- PASS: TestRcatMetadata/ViaDisk (2.80s) === RUN TestRcatSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 04:59:56 DEBUG : potato1: md5 = 146003aa7d2f8e072cd952c122fa9340 OK 2026/09/27 04:59:56 DEBUG : potato1: size = 60 OK 2026/09/27 04:59:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': File to upload is small (60 bytes), uploading instead of streaming 2026/09/27 04:59:57 DEBUG : potato2: md5 = 8e9abe24841e9ddb1f428f388acf2665 OK 2026/09/27 04:59:57 DEBUG : potato2: size = 60 OK 2026/09/27 04:59:57 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.29s) === RUN TestRcatSizeShortEOF run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:00 DEBUG : potato1: md5 = 54ab54de34bea73675874f18ae0270b6 OK 2026/09/27 05:00:00 DEBUG : potato1: size = 120 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 2026/09/27 05:00:00 DEBUG : potato1: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 2026/09/27 05:00:00 ERROR : potato1: corrupted on transfer: sizes differ src 120 vs dst(Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 60 2026/09/27 05:00:00 INFO : potato1: Removing failed copy --- PASS: TestRcatSizeShortEOF (2.32s) === RUN TestRcatSizeMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:02 DEBUG : potato1: md5 = be13d06fd33cc479d9813d6b2f8b9e0e OK 2026/09/27 05:00:02 DEBUG : potato1: size = 60 OK 2026/09/27 05:00:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': File to upload is small (60 bytes), uploading instead of streaming 2026/09/27 05:00:04 DEBUG : potato2: md5 = 3dae8c7017eda727f9d52d9904885346 OK 2026/09/27 05:00:04 DEBUG : potato2: size = 60 OK 2026/09/27 05:00:04 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.96s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:07 DEBUG : potato1: md5 = 427b4063d6257cf45bdb3ce674fe8ef1 OK 2026/09/27 05:00:07 DEBUG : potato1: size = 60 OK --- PASS: TestRcatSizeUploadHeaders (2.19s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" operations_test.go:1975: Skipping as destination doesn't support hashes === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:10 DEBUG : potato4: md5 = a8af52ded347f29835590633c82460ac OK 2026/09/27 05:00:10 DEBUG : potato4: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 2026/09/27 05:00:10 DEBUG : potato4: size = 59 (Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 2026/09/27 05:00:10 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi') 59 2026/09/27 05:00:10 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:13 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:15 DEBUG : potato3: md5 = 2b8ca6b70430001d1765b6bddd7b5106 OK 2026/09/27 05:00:15 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (7.90s) --- SKIP: TestRcatSizeChecksum/Corrupted (0.70s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.52s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.35s) --- PASS: TestRcatSizeChecksum/NoHashes (2.33s) === RUN TestTouchDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:17 DEBUG : potato2: md5 = 39dec1181e3cd8026817c9801176bb94 OK 2026/09/27 05:00:19 DEBUG : empty space: md5 = 7c46d4902701b9a1e87cfe10ab8ee74d OK 2026/09/27 05:00:21 DEBUG : sub dir/potato3: md5 = e384a706fac64b55d4f2c8b57f1073e0 OK 2026/09/27 05:00:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Touching "empty space" 2026/09/27 05:00:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Touching "potato2" 2026/09/27 05:00:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Touching "sub dir/potato3" --- PASS: TestTouchDir (9.66s) === RUN TestMkdirMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:26 DEBUG : dir with metadata: Making directory with metadata 2026/09/27 05:00:27 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.52s) === RUN TestMkdirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:29 DEBUG : directory with modtime: Making directory with metadata 2026/09/27 05:00:30 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/27 05:00:30 NOTICE: dry run directory with modtime: Skipped make directory as --dry-run is set --- PASS: TestMkdirModTime (2.33s) === RUN TestCopyDirMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:31 DEBUG : dir with metadata to be copied: Making directory with metadata 2026/09/27 05:00:31 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/27 05:00:32 DEBUG : Google drive root 'crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60': Skipping btime metadata as can't update it on an existing file: 2026-09-27T05:00:31.880094629Z 2026/09/27 05:00:32 INFO : non existent directory: Updated directory metadata 2026/09/27 05:00:34 DEBUG : Google drive root 'crypt/gap6qiohv0kl7lra05efn1363n8hh2nbjftvfti47p7s6ilq2e60': Skipping btime metadata as can't update it on an existing file: 2026-09-27T05:00:31.880094629Z 2026/09/27 05:00:35 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.82s) === RUN TestSetDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:36 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2026/09/27 05:00:38 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2026/09/27 05:00:39 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.18s) === RUN TestDirsEqual run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:40 DEBUG : dir with metadata to be copied: Making directory with metadata 2026/09/27 05:00:40 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/27 05:00:40 DEBUG : dst: Making directory with metadata 2026/09/27 05:00:41 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/09/27 05:00:41 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/09/27 05:00:42 INFO : dst: Set directory modification time (using SetModTime) 2026/09/27 05:00:42 INFO : dst: Set directory modification time (using SetModTime) 2026/09/27 05:00:42 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2026/09/27 05:00:42 INFO : dst: Set directory modification time (using SetModTime) 2026/09/27 05:00:42 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.45s) === RUN TestRemoveExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi'", Local "Local file system at /tmp/rclone581475531", Modify Window "1ms" 2026/09/27 05:00:46 DEBUG : sub dir/test remove existing: md5 = 573e12485f65e833d366eda5125e3afb OK 2026/09/27 05:00:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 0e0dc93cb724c79a6ca83f35f3eed3e4 OK 2026/09/27 05:00:50 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tumecab8" before starting 2026/09/27 05:00:51 DEBUG : sub dir/test remove existing.tumecab8: TEST: removing renamed existing file after operation 2026/09/27 05:00:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pexuran3" before starting 2026/09/27 05:00:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pexuran3: TEST: renaming existing back after failed operation 2026/09/27 05:00:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lolufuk3" before starting 2026/09/27 05:00:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lolufuk3: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (13.83s) === RUN TestRcatInputFailurePreservesDestination 2026/09/27 05:00:58 DEBUG : Creating backend with remote "/tmp/TestRcatInputFailurePreservesDestination2911417349/001" 2026/09/27 05:00:58 DEBUG : Config file has changed externally - reloading --- PASS: TestRcatInputFailurePreservesDestination (0.00s) === RUN TestRcAbout rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) === RUN TestRcGetFile rc_test.go:31: Skipping test on non local remote --- SKIP: TestRcGetFile (0.00s) PASS 2026/09/27 05:00:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-danoqub5roqi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 16m3.04285151s (try 1/5)