"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/07/19 01:18:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi" 2025/07/19 01:18:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:18:36 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80" 2025/07/19 01:18:37 DEBUG : Creating backend with remote "/tmp/rclone3838097762" === 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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/19 01:18:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/19 01:18:38 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/19 01:18:38 DEBUG : potato: Seek from 10 to 0 2025/07/19 01:18:38 DEBUG : potato: Seek from 10 to 0 2025/07/19 01:18:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/19 01:18:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/19 01:18:38 DEBUG : potato: Seek from 5 to 2 2025/07/19 01:18:38 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/19 01:18:38 DEBUG : potato: Seek from 7 to 0 2025/07/19 01:18:38 DEBUG : potato: Seek from 7 to 0 2025/07/19 01:18:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/19 01:18:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/19 01:18:38 DEBUG : potato: Seek from 5 to 2 2025/07/19 01:18:38 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/19 01:18:38 DEBUG : potato: Seek from 8 to 0 2025/07/19 01:18:38 DEBUG : potato: Seek from 8 to 0 2025/07/19 01:18:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/19 01:18:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/19 01:18:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/19 01:18:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/19 01:18:38 DEBUG : potato: Seek from 5 to 2 2025/07/19 01:18:38 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/19 01:18:38 DEBUG : potato: Seek from 9 to 0 2025/07/19 01:18:38 DEBUG : potato: Seek from 9 to 0 2025/07/19 01:18:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/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/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/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/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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:18:40 DEBUG : rutabaga: md5 = 8a93ccde96a83a657e0a4105ccbe335f OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/19 01:18:42 DEBUG : empty space: md5 = 8c47f71166d5cfbf073abeb75e821625 OK === RUN TestCheck/3 2025/07/19 01:18:44 DEBUG : potato2: md5 = 653a21c12d436117af4917a257117579 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/19 01:18:47 DEBUG : remotepotato: md5 = 83299fdedc6ff2cf76d11c0babb000ba OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.72s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/07/19 01:18:50 DEBUG : Creating backend with remote "nonexistent" 2025/07/19 01:18:50 DEBUG : Creating backend with remote "nonexistent" 2025/07/19 01:18:50 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/19 01:18:50 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/07/19 01:18:50 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/19 01:18:50 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:18:51 DEBUG : rutabaga: md5 = 79c3a23225e6791a051ac2eee0aeeef6 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/19 01:18:55 DEBUG : empty space: md5 = 104fa96751094480eeba5b309d23b914 OK === RUN TestCheckDownload/3 2025/07/19 01:18:58 DEBUG : potato2: md5 = 8db2a4ff1c7d5b00847cadcd51b2f049 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/19 01:19:01 DEBUG : remotepotato: md5 = 2b8027bba8c42717e394ad17661b716e OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.27s) --- PASS: TestCheckDownload/1 (1.17s) --- PASS: TestCheckDownload/2 (1.29s) --- PASS: TestCheckDownload/3 (0.93s) --- PASS: TestCheckDownload/4 (1.08s) --- PASS: TestCheckDownload/5 (1.01s) --- PASS: TestCheckDownload/6 (0.97s) --- PASS: TestCheckDownload/7 (1.00s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:19:07 DEBUG : rutabaga: md5 = e59a9299a4e4650b8065012f13252b0d OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/19 01:19:09 DEBUG : empty space: md5 = 4ac67771bd3e9b63426a17ba2c0ed09e OK === RUN TestCheckSizeOnly/3 2025/07/19 01:19:11 DEBUG : potato2: md5 = f6c321fc0230f9ce8c3b2ea146d3681c OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/19 01:19:14 DEBUG : remotepotato: md5 = 5fb4f9048dd1cbf709d4e002821c2df8 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.14s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:19:19 DEBUG : test.sum: md5 = ec2526d6b6ec1e0519cba1b226675d0d OK 2025/07/19 01:19:20 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/19 01:19:20 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/19 01:19:20 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/19 01:19:20 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/19 01:19:21 DEBUG : test.sum: md5 = ed46be265aa36c23279f4935873efb77 OK 2025/07/19 01:19:22 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/19 01:19:22 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/19 01:19:22 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/19 01:19:22 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.22s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:19:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/data" 2025/07/19 01:19:23 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.06s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:19:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/data" 2025/07/19 01:19:25 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/vjrnln8ratgmqakfosrqe8espk" 2025/07/19 01:19:29 DEBUG : data/banana: md5 = 7da5eaa8be644eaf2bea2553980dc977 OK 2025/07/19 01:19:30 DEBUG : test.sum: md5 = e429ee6376f045c67b2610a53badb06a OK === RUN TestCheckSumDownload/subtest1 2025/07/19 01:19:34 DEBUG : data/potato: md5 = 1087aae05fb423d23462b831a3fc1aa5 OK 2025/07/19 01:19:36 DEBUG : test.sum: md5 = 6f05253e1877ea96df9cbd9e4a53856f OK === RUN TestCheckSumDownload/subtest2 2025/07/19 01:19:40 DEBUG : test.sum: md5 = 246d1fe51337cf273009403018f4eac5 OK === RUN TestCheckSumDownload/subtest3 2025/07/19 01:19:45 DEBUG : test.sum: md5 = 38f316fd6eed5a2f7048ffa82cd98b52 OK === RUN TestCheckSumDownload/subtest4 2025/07/19 01:19:49 DEBUG : test.sum: md5 = 3528a5a60d40344291abdb256458dec8 OK === RUN TestCheckSumDownload/subtest5 2025/07/19 01:19:54 DEBUG : test.sum: md5 = 20ed10493398259122a77da8b8ce323d OK === RUN TestCheckSumDownload/subtest6 2025/07/19 01:19:57 DEBUG : data/banana: md5 = ed00bf668ec247b330c6b273d643e35c OK 2025/07/19 01:19:59 DEBUG : data/potato: md5 = b3e9069b369c8422dd8ced23b8a84e1f OK 2025/07/19 01:20:00 DEBUG : test.sum: md5 = d47c8b797d90b1853d5fcfbae66457b1 OK === RUN TestCheckSumDownload/subtest7 2025/07/19 01:20:05 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/07/19 01:20:05 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (40.19s) --- PASS: TestCheckSumDownload/subtest1 (2.43s) --- PASS: TestCheckSumDownload/subtest2 (2.13s) --- PASS: TestCheckSumDownload/subtest3 (2.16s) --- PASS: TestCheckSumDownload/subtest4 (2.17s) --- PASS: TestCheckSumDownload/subtest5 (2.10s) --- PASS: TestCheckSumDownload/subtest6 (1.96s) --- PASS: TestCheckSumDownload/subtest7 (2.36s) === RUN TestApplyTransforms 2025/07/19 01:20:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qoqumat8bose" 2025/07/19 01:20:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:06 DEBUG : Creating backend with remote "TestDrive:crypt/7u96rn0ks1m272llaq66b7p768b2uks5rp3d9el8tu0hhbgv839g" 2025/07/19 01:20:07 DEBUG : Creating backend with remote "/tmp/rclone2641247555" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qoqumat8bose'", Local "Local file system at /tmp/rclone2641247555", Modify Window "1ms" 2025/07/19 01:20:09 DEBUG : hello, world!: md5 = 927a25fab58dbf92fdd1aa1600a346f3 OK upper checkfile vs. lower remote (without normalization) 2025/07/19 01:20:09 ERROR : hello, world!: sum not found 2025/07/19 01:20:09 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qoqumat8bose' 2025/07/19 01:20:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoqumat8bose': 1 files missing 2025/07/19 01:20:09 NOTICE: 1 hashes missing 2025/07/19 01:20:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoqumat8bose': 1 differences found 2025/07/19 01:20:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoqumat8bose': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/19 01:20:10 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoqumat8bose': 0 differences found 2025/07/19 01:20:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoqumat8bose': 1 matching files 2025/07/19 01:20:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tayever3wuqo" 2025/07/19 01:20:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:10 DEBUG : Creating backend with remote "TestDrive:crypt/925j5r8igsat88dkv39kj3dapnnjquksm5btbjbujhkq3mv90mt0" 2025/07/19 01:20:11 DEBUG : Creating backend with remote "/tmp/rclone3357454376" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tayever3wuqo'", Local "Local file system at /tmp/rclone3357454376", Modify Window "1ms" 2025/07/19 01:20:13 DEBUG : HELLO, WORLD!: md5 = 3e387aa7dc4e05d03fc73e57da2ebe11 OK lower checkfile vs. upper remote (without normalization) 2025/07/19 01:20:14 ERROR : HELLO, WORLD!: sum not found 2025/07/19 01:20:14 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tayever3wuqo' 2025/07/19 01:20:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tayever3wuqo': 1 files missing 2025/07/19 01:20:14 NOTICE: 1 hashes missing 2025/07/19 01:20:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tayever3wuqo': 1 differences found 2025/07/19 01:20:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tayever3wuqo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/19 01:20:15 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tayever3wuqo': 0 differences found 2025/07/19 01:20:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tayever3wuqo': 1 matching files 2025/07/19 01:20:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nozotet9tudo" 2025/07/19 01:20:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:15 DEBUG : Creating backend with remote "TestDrive:crypt/25p6a75s6ef1r4lip5eofb4ebd1l06ndho1jb85ooscd4jflb55g" 2025/07/19 01:20:16 DEBUG : Creating backend with remote "/tmp/rclone2904187369" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nozotet9tudo'", Local "Local file system at /tmp/rclone2904187369", Modify Window "1ms" 2025/07/19 01:20:18 DEBUG : HeLlO, wOrLd!: md5 = 82ce411879b8ef5c39d5a7cde4c58185 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/19 01:20:19 ERROR : HeLlO, wOrLd!: sum not found 2025/07/19 01:20:19 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nozotet9tudo' 2025/07/19 01:20:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nozotet9tudo': 1 files missing 2025/07/19 01:20:19 NOTICE: 1 hashes missing 2025/07/19 01:20:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nozotet9tudo': 1 differences found 2025/07/19 01:20:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nozotet9tudo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/19 01:20:20 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nozotet9tudo': 0 differences found 2025/07/19 01:20:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nozotet9tudo': 1 matching files 2025/07/19 01:20:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zagopid7tuve" 2025/07/19 01:20:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:20 DEBUG : Creating backend with remote "TestDrive:crypt/vmtuks23m37oo3ndl57upa856s4iso086vk1t66vrv1ggppsk9e0" 2025/07/19 01:20:21 DEBUG : Creating backend with remote "/tmp/rclone1640986648" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zagopid7tuve'", Local "Local file system at /tmp/rclone1640986648", Modify Window "1ms" 2025/07/19 01:20:23 DEBUG : HELLO, WORLD!: md5 = 1f0661a4784f6d1e649a75f492ce6765 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/19 01:20:23 ERROR : HELLO, WORLD!: sum not found 2025/07/19 01:20:23 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zagopid7tuve' 2025/07/19 01:20:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zagopid7tuve': 1 files missing 2025/07/19 01:20:23 NOTICE: 1 hashes missing 2025/07/19 01:20:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zagopid7tuve': 1 differences found 2025/07/19 01:20:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zagopid7tuve': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/19 01:20:25 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zagopid7tuve': 0 differences found 2025/07/19 01:20:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zagopid7tuve': 1 matching files 2025/07/19 01:20:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bazujac2mewe" 2025/07/19 01:20:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:25 DEBUG : Creating backend with remote "TestDrive:crypt/c40vn019kso17qvev1hp5mannvdprraqh3191lrrp4hco0p9k180" 2025/07/19 01:20:26 DEBUG : Creating backend with remote "/tmp/rclone2671555860" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bazujac2mewe'", Local "Local file system at /tmp/rclone2671555860", Modify Window "1ms" 2025/07/19 01:20:28 DEBUG : 測試_Русский___ě_áñ: md5 = cb79af69b843df0d266f455525499216 OK NFD checkfile vs. NFC remote (without normalization) 2025/07/19 01:20:28 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/19 01:20:28 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bazujac2mewe' 2025/07/19 01:20:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bazujac2mewe': 1 files missing 2025/07/19 01:20:28 NOTICE: 1 hashes missing 2025/07/19 01:20:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bazujac2mewe': 1 differences found 2025/07/19 01:20:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bazujac2mewe': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/19 01:20:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bazujac2mewe': 0 differences found 2025/07/19 01:20:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bazujac2mewe': 1 matching files 2025/07/19 01:20:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zatadep4venu" 2025/07/19 01:20:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:29 DEBUG : Creating backend with remote "TestDrive:crypt/7cv203f0r0pss2lljhsftem7pno66md71vv6jpasrqejkuk99p10" 2025/07/19 01:20:30 DEBUG : Creating backend with remote "/tmp/rclone3667010249" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zatadep4venu'", Local "Local file system at /tmp/rclone3667010249", Modify Window "1ms" 2025/07/19 01:20:33 DEBUG : 測試_Русский___ě_áñ: md5 = 359be4fee7ab64ac15cbbfcebe0bc4ac OK NFC checkfile vs. NFD remote (without normalization) 2025/07/19 01:20:33 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/19 01:20:33 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zatadep4venu' 2025/07/19 01:20:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zatadep4venu': 1 files missing 2025/07/19 01:20:33 NOTICE: 1 hashes missing 2025/07/19 01:20:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zatadep4venu': 1 differences found 2025/07/19 01:20:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zatadep4venu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/19 01:20:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zatadep4venu': 0 differences found 2025/07/19 01:20:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zatadep4venu': 1 matching files 2025/07/19 01:20:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuvidim3masi" 2025/07/19 01:20:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:34 DEBUG : Creating backend with remote "TestDrive:crypt/ic2dt93rtspuk7gpab8pgvqqgbffpvrnnq8uds9kg6u8uqhtrf30" 2025/07/19 01:20:35 DEBUG : Creating backend with remote "/tmp/rclone2974456680" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuvidim3masi'", Local "Local file system at /tmp/rclone2974456680", Modify Window "1ms" 2025/07/19 01:20:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b8a02253c9718f1f6dd0d0b761655c26 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/19 01:20:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/19 01:20:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nuvidim3masi' 2025/07/19 01:20:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvidim3masi': 1 files missing 2025/07/19 01:20:38 NOTICE: 1 hashes missing 2025/07/19 01:20:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvidim3masi': 1 differences found 2025/07/19 01:20:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvidim3masi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/19 01:20:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvidim3masi': 0 differences found 2025/07/19 01:20:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvidim3masi': 1 matching files 2025/07/19 01:20:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muvelac1zifa" 2025/07/19 01:20:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:39 DEBUG : Creating backend with remote "TestDrive:crypt/sbkpt0uduq9hilr3v8c29lh1qbig48qruieng716g9r33j41cpvg" 2025/07/19 01:20:40 DEBUG : Creating backend with remote "/tmp/rclone1778759797" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muvelac1zifa'", Local "Local file system at /tmp/rclone1778759797", Modify Window "1ms" 2025/07/19 01:20:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 56b6ec486b6e79722a9f033b91c3b322 OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/19 01:20:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/19 01:20:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-muvelac1zifa' 2025/07/19 01:20:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvelac1zifa': 1 files missing 2025/07/19 01:20:42 NOTICE: 1 hashes missing 2025/07/19 01:20:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvelac1zifa': 1 differences found 2025/07/19 01:20:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvelac1zifa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/19 01:20:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvelac1zifa': 0 differences found 2025/07/19 01:20:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvelac1zifa': 1 matching files 2025/07/19 01:20:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-husebiz7qoji" 2025/07/19 01:20:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:44 DEBUG : Creating backend with remote "TestDrive:crypt/kr2da7j0gb2dgjk56tngkg62jr2u1g4nc87vnml0qjtfpfs4ggm0" 2025/07/19 01:20:44 DEBUG : Creating backend with remote "/tmp/rclone301004826" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-husebiz7qoji'", Local "Local file system at /tmp/rclone301004826", Modify Window "1ms" 2025/07/19 01:20:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = cf08b1f0bd4017725af4fd9a7aec4379 OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/19 01:20:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/19 01:20:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-husebiz7qoji' 2025/07/19 01:20:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-husebiz7qoji': 1 files missing 2025/07/19 01:20:47 NOTICE: 1 hashes missing 2025/07/19 01:20:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-husebiz7qoji': 1 differences found 2025/07/19 01:20:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-husebiz7qoji': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/19 01:20:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-husebiz7qoji': 0 differences found 2025/07/19 01:20:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-husebiz7qoji': 1 matching files 2025/07/19 01:20:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nurofeq3hawo" 2025/07/19 01:20:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:20:48 DEBUG : Creating backend with remote "TestDrive:crypt/vabjbk2si6oorv2sd1agqgrphhsj9u0s6h1mf4dksi83uot6h3d0" 2025/07/19 01:20:49 DEBUG : Creating backend with remote "/tmp/rclone2347185747" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nurofeq3hawo'", Local "Local file system at /tmp/rclone2347185747", Modify Window "1ms" 2025/07/19 01:20:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d7c573d314029877d5dffe10d2065f29 OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/19 01:20:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/19 01:20:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nurofeq3hawo' 2025/07/19 01:20:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurofeq3hawo': 1 files missing 2025/07/19 01:20:52 NOTICE: 1 hashes missing 2025/07/19 01:20:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurofeq3hawo': 1 differences found 2025/07/19 01:20:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurofeq3hawo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/19 01:20:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/19 01:20:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurofeq3hawo': 0 differences found 2025/07/19 01:20:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurofeq3hawo': 1 matching files 2025/07/19 01:20:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nurofeq3hawo': Purge remote 2025/07/19 01:20:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-husebiz7qoji': Purge remote 2025/07/19 01:20:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muvelac1zifa': Purge remote 2025/07/19 01:20:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuvidim3masi': Purge remote 2025/07/19 01:20:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zatadep4venu': Purge remote 2025/07/19 01:20:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bazujac2mewe': Purge remote 2025/07/19 01:20:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zagopid7tuve': Purge remote 2025/07/19 01:20:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nozotet9tudo': Purge remote 2025/07/19 01:20:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tayever3wuqo': Purge remote 2025/07/19 01:20:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qoqumat8bose': Purge remote --- PASS: TestApplyTransforms (52.49s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:20:58 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/19 01:21:00 DEBUG : sub/file2: md5 = 74b78eaea2d3184447da21739ba0684f OK 2025/07/19 01:21:00 INFO : file1: Copied (new) to: sub/file2 2025/07/19 01:21:01 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/19 01:21:01 DEBUG : file1: Unchanged skipping 2025/07/19 01:21:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': don't need to copy/move sub/file2, it is already at target location 2025/07/19 01:21:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.81s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:21:06 DEBUG : dst/file1: md5 = 6b100f50a061ccdd5ce5223ce6b1e3ce OK 2025/07/19 01:21:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/backup" 2025/07/19 01:21:07 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/1nrff024r7pq65ecp72fc28jb0" 2025/07/19 01:21:09 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/19 01:21:11 INFO : dst/file1: Moved (server-side) 2025/07/19 01:21:12 DEBUG : dst/file1: md5 = 9cb537da188cdb42201851c42228339d OK 2025/07/19 01:21:12 INFO : dst/file1: Copied (new) 2025/07/19 01:21:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/19 01:21:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/19 01:21:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.42s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:21:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/dst" 2025/07/19 01:21:17 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/19 01:21:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/CompareDest" 2025/07/19 01:21:19 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/gveqi14airsml4bgu7krj116o8" 2025/07/19 01:21:20 DEBUG : one: Need to transfer - File not found at Destination 2025/07/19 01:21:23 DEBUG : one: md5 = 453f224530110472484c21be4d536df0 OK 2025/07/19 01:21:23 INFO : one: Copied (new) 2025/07/19 01:21:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/19 01:21:25 DEBUG : one: md5 = 3da4a2ab2c9ab960a79e043dde53ebda OK 2025/07/19 01:21:25 INFO : one: Copied (replaced existing) 2025/07/19 01:21:27 DEBUG : dst/one: md5 = b049c8f764e2157485f6c2f1ad75ec2c OK 2025/07/19 01:21:29 DEBUG : CompareDest/one: md5 = 4ea3b2126968543b5b11f023cc3d2b54 OK 2025/07/19 01:21:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/19 01:21:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/19 01:21:30 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/19 01:21:32 DEBUG : CompareDest/two: md5 = cd812f2423b3957f287a4d2623f83fed OK 2025/07/19 01:21:33 DEBUG : two: Need to transfer - File not found at Destination 2025/07/19 01:21:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/19 01:21:33 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/19 01:21:34 DEBUG : two: Need to transfer - File not found at Destination 2025/07/19 01:21:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/19 01:21:34 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/19 01:21:35 DEBUG : two: Need to transfer - File not found at Destination 2025/07/19 01:21:36 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/19 01:21:37 DEBUG : two: md5 = a8a0039320d03412c0a690d8f8fe5359 OK 2025/07/19 01:21:37 INFO : two: Copied (new) 2025/07/19 01:21:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/19 01:21:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:21:41 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:21:41 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.65s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:21:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/dst" 2025/07/19 01:21:41 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/19 01:21:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/CopyDest" 2025/07/19 01:21:43 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/19 01:21:45 DEBUG : one: Need to transfer - File not found at Destination 2025/07/19 01:21:47 DEBUG : one: md5 = 7a379c6e1c76c963a09e7c038e128ad5 OK 2025/07/19 01:21:47 INFO : one: Copied (new) 2025/07/19 01:21:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/19 01:21:50 DEBUG : one: md5 = 9628adede81b411a06bd43dcc5e9bfaf OK 2025/07/19 01:21:50 INFO : one: Copied (replaced existing) 2025/07/19 01:21:51 DEBUG : dst/one: md5 = c25991291bb4e862b94658929761c632 OK 2025/07/19 01:21:52 DEBUG : Config file has changed externally - reloading 2025/07/19 01:21:52 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/07/19 01:21:52 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/07/19 01:21:52 DEBUG : TestDrive: Saved new token in config file 2025/07/19 01:21:54 DEBUG : CopyDest/one: md5 = 08d5f69b1401cad4c6382d409b7397a4 OK 2025/07/19 01:21:54 DEBUG : TestDrive: Loaded fresh token from config file 2025/07/19 01:21:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/BackupDir" 2025/07/19 01:21:54 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/19 01:21:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/19 01:21:56 DEBUG : TestDrive: Loaded fresh token from config file 2025/07/19 01:21:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/19 01:21:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/19 01:21:58 INFO : one: Moved (server-side) 2025/07/19 01:21:59 INFO : one: Copied (server-side copy) 2025/07/19 01:21:59 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/19 01:22:01 DEBUG : CopyDest/two: md5 = 1d0108c859498c04489564ae620207a7 OK 2025/07/19 01:22:02 DEBUG : two: Need to transfer - File not found at Destination 2025/07/19 01:22:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/19 01:22:03 INFO : two: Copied (server-side copy) 2025/07/19 01:22:03 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/19 01:22:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/19 01:22:04 DEBUG : two: Unchanged skipping 2025/07/19 01:22:05 DEBUG : CopyDest/three: md5 = 1c2c82607217cbafcb71ce10140326bd OK 2025/07/19 01:22:06 DEBUG : three: Need to transfer - File not found at Destination 2025/07/19 01:22:06 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/19 01:22:06 DEBUG : three: Destination not found in --copy-dest 2025/07/19 01:22:08 DEBUG : three: md5 = a4064ff61865b6cc04e7c70e3a136ba8 OK 2025/07/19 01:22:08 INFO : three: Copied (new) 2025/07/19 01:22:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/19 01:22:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/19 01:22:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:22:13 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/19 01:22:13 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/19 01:22:13 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:22:13 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.58s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:22:15 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/19 01:22:17 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 33aa95e42391243176037f281d8d553c OK 2025/07/19 01:22:17 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/19 01:22:18 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/19 01:22:18 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:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/07/19 01:22:19 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/19 01:22:20 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/19 01:22:21 DEBUG : TestCopyFileMaxTransfer/file4: md5 = e8ea4a2af0af15ce29b5f35eedf73e16 OK 2025/07/19 01:22:21 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/19 01:22:23 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/19 01:22:23 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.02s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:22:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Looking for duplicate names using skip mode. 2025/07/19 01:22:27 NOTICE: one: Found 2 files with duplicate names 2025/07/19 01:22:27 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.52s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:22:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Looking for duplicate names using skip mode. 2025/07/19 01:22:33 NOTICE: one: Found 3 files with duplicate names 2025/07/19 01:22:33 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/19 01:22:33 INFO : one: Deleted 2025/07/19 01:22:33 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.26s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:22:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Looking for duplicate names using first mode. 2025/07/19 01:22:39 NOTICE: one: Found 3 files with duplicate names 2025/07/19 01:22:40 INFO : one: Deleted 2025/07/19 01:22:40 INFO : one: Deleted 2025/07/19 01:22:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.30s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:22:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Looking for duplicate names using newest mode. 2025/07/19 01:22:46 NOTICE: one: Found 3 files with duplicate names 2025/07/19 01:22:47 INFO : one: Deleted 2025/07/19 01:22:47 INFO : one: Deleted 2025/07/19 01:22:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.92s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:22:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Looking for duplicate names using oldest mode. 2025/07/19 01:22:53 NOTICE: one: Found 3 files with duplicate names 2025/07/19 01:22:53 INFO : one: Deleted 2025/07/19 01:22:54 INFO : one: Deleted 2025/07/19 01:22:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.19s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:22:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Looking for duplicate names using largest mode. 2025/07/19 01:22:59 NOTICE: one: Found 3 files with duplicate names 2025/07/19 01:23:00 INFO : one: Deleted 2025/07/19 01:23:00 INFO : one: Deleted 2025/07/19 01:23:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.14s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:23:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Looking for duplicate names using smallest mode. 2025/07/19 01:23:05 NOTICE: one: Found 3 files with duplicate names 2025/07/19 01:23:06 INFO : one: Deleted 2025/07/19 01:23:06 INFO : one: Deleted 2025/07/19 01:23:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.04s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:23:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Looking for duplicate names using rename mode. 2025/07/19 01:23:12 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/19 01:23:14 INFO : one-2.txt: renamed from: one.txt 2025/07/19 01:23:15 INFO : one-3.txt: renamed from: one.txt 2025/07/19 01:23:16 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.42s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:23:21 DEBUG : dupe1/one.txt: md5 = fe9f951bb618f847c1d5b20e44358c75 OK 2025/07/19 01:23:23 DEBUG : dupe2/two.txt: md5 = 1c7e76c173646196b41bd06f966b171d OK 2025/07/19 01:23:25 DEBUG : dupe3/three.txt: md5 = 40b2b4e34b9f12af398433f4b7cc0029 OK 2025/07/19 01:23:25 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/19 01:23:26 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/19 01:23:26 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/19 01:23:27 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/19 01:23:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/19 01:23:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/19 01:23:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.23s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:23:32 DEBUG : a.txt: md5 = 95bdb2e00f0fb06cfdacb578c0937acf OK 2025/07/19 01:23:33 DEBUG : zend.txt: md5 = 47cc8574a759827940bb3328670e9a7c OK 2025/07/19 01:23:36 DEBUG : sub dir/hello world: md5 = ede96f425c84f754602f8a8b17bb2635 OK 2025/07/19 01:23:37 DEBUG : sub dir/hello world2: md5 = 9f3fae2c7099fb9cea9801bd9b0aec30 OK 2025/07/19 01:23:39 DEBUG : sub dir/ignore dir/.ignore: md5 = 464a66fe03f2d82b1b096313644cd5ef OK 2025/07/19 01:23:40 DEBUG : sub dir/ignore dir/should be ignored: md5 = 1d2e07b36c97bed91014f02488ac17a2 OK 2025/07/19 01:23:42 DEBUG : sub dir/sub sub dir/hello world3: md5 = edbff95634ec27e3ae08d94ac5704868 OK 2025/07/19 01:23:44 DEBUG : a.txt: Excluded (Size Filter) 2025/07/19 01:23:44 DEBUG : a.txt: Excluded 2025/07/19 01:23:44 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/19 01:23:44 DEBUG : sub dir/hello world: Excluded 2025/07/19 01:23:44 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/19 01:23:44 DEBUG : sub dir/hello world2: Excluded 2025/07/19 01:23:45 DEBUG : sub dir/ignore dir: Excluded 2025/07/19 01:23:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/19 01:23:45 DEBUG : sub dir/hello world: Excluded 2025/07/19 01:23:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/19 01:23:45 DEBUG : sub dir/hello world2: Excluded 2025/07/19 01:23:45 DEBUG : sub dir/ignore dir: Excluded 2025/07/19 01:23:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/19 01:23:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/19 01:23:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/19 01:23:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/19 01:23:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/19 01:23:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/19 01:23:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.73s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:23:53 DEBUG : a.txt: md5 = d6c62a1c2ab995809781aeda16235883 OK 2025/07/19 01:23:54 DEBUG : zend.txt: md5 = 95ea767d78c79053e014e7eb2867c24b OK 2025/07/19 01:23:56 DEBUG : sub dir/hello world: md5 = d1ada2f597aef323551a6a09c2577f0a OK 2025/07/19 01:23:58 DEBUG : sub dir/hello world2: md5 = 173788f2c09870415bcb425d98ce6424 OK 2025/07/19 01:24:00 DEBUG : sub dir/ignore dir/.ignore: md5 = ca325b93e2234ccc6cdd0732dc041e24 OK 2025/07/19 01:24:01 DEBUG : sub dir/ignore dir/should be ignored: md5 = 97dd5a50ebfa7bf19c159a8cbc9cc466 OK 2025/07/19 01:24:03 DEBUG : sub dir/sub sub dir/hello world3: md5 = b03635ba68fa9cdd4c09650800345d2d OK 2025/07/19 01:24:04 DEBUG : a.txt: Excluded (Size Filter) 2025/07/19 01:24:04 DEBUG : a.txt: Excluded 2025/07/19 01:24:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/19 01:24:05 DEBUG : sub dir/hello world2: Excluded 2025/07/19 01:24:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/19 01:24:05 DEBUG : sub dir/hello world: Excluded 2025/07/19 01:24:05 DEBUG : sub dir/ignore dir: Excluded 2025/07/19 01:24:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/19 01:24:05 DEBUG : sub dir/hello world2: Excluded 2025/07/19 01:24:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/19 01:24:05 DEBUG : sub dir/hello world: Excluded 2025/07/19 01:24:06 DEBUG : sub dir/ignore dir: Excluded 2025/07/19 01:24:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/19 01:24:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/19 01:24:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/19 01:24:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/19 01:24:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/19 01:24:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/19 01:24:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (20.29s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:24:13 DEBUG : file1: md5 = ebdffac4cd4280b585a9686b48a34c74 OK 2025/07/19 01:24:15 DEBUG : sub/file2: md5 = eef8e472568d3174dc2fe589bc0b8394 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 2025/07/19 01:24:18 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/19 01:24:18 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/19 01:24:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/19 01:24:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.09s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.21s) --- PASS: TestListJSON/NoModTime (0.21s) --- PASS: TestListJSON/NoMimeType (0.21s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.23s) --- PASS: TestListJSON/Metadata (0.66s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:24:22 DEBUG : file1: md5 = f8ccf9cfc325b46458a0bc343bb9a771 OK 2025/07/19 01:24:25 DEBUG : sub/file2: md5 = bc8f22c0d0a0b1ffd283e376184cbcd5 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 2025/07/19 01:24:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/notfound" 2025/07/19 01:24:28 DEBUG : Config file has changed externally - reloading 2025/07/19 01:24:28 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/qe0i31qdkoejk60elps0ni5sqk" 2025/07/19 01:24:31 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.26s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.42s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.21s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.21s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.22s) --- PASS: TestStatJSON/RootNotFound (1.68s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:24:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Making directory 2025/07/19 01:24:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:24:35 DEBUG : sub dir/hello world: md5 = edcc4d8de22628f972f3e85b07a3d376 OK 2025/07/19 01:24:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.83s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:24:39 DEBUG : potato2: md5 = a1243f56b88c058559017e7827f5561a OK 2025/07/19 01:24:40 DEBUG : empty space: md5 = 0f495cfbef820a6c1008acbcba9f6335 OK --- PASS: TestLs (4.24s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:24:43 DEBUG : potato2: md5 = ecdab3d6c8557b39687173a0f47266c7 OK 2025/07/19 01:24:45 DEBUG : empty space: md5 = 90e6099496a0055d28306fcda087676b OK 2025/07/19 01:24:45 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.71s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:24:48 DEBUG : potato2: md5 = fbf5c02e79612f7876a8ef7cf0089e0b OK 2025/07/19 01:24:49 DEBUG : empty space: md5 = bcd9459d15a02647160cc9f43e1c5cd0 OK --- PASS: TestLsLong (4.41s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:24:52 DEBUG : potato2: md5 = 0ee944384c635e464af5db0be2f9d348 OK 2025/07/19 01:24:54 DEBUG : empty space: md5 = 6ceee663178a9174631818e4fb57eeaa OK --- PASS: TestHashSums (4.17s) === RUN TestHashSumsWithErrors 2025/07/19 01:24:55 DEBUG : Creating backend with remote ":memory:" 2025/07/19 01:24:55 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/19 01:24:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/19 01:24:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/19 01:24:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/19 01:24:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/19 01:24:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/19 01:24:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/19 01:24:55 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/19 01:24:55 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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:24:57 DEBUG : potato2: md5 = ae9d9054e71129ed25a7cf2808091960 OK 2025/07/19 01:24:58 DEBUG : empty space: md5 = e1cb6b45420d73381ac5f17fd6ba075b OK 2025/07/19 01:25:00 DEBUG : sub dir/potato3: md5 = 3e1f1a24f5b47670a3cede6e6b05bd22 OK 2025/07/19 01:25:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.42s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:25:05 DEBUG : small: md5 = 1a5d33949cf8750b81ceec352a8447db OK 2025/07/19 01:25:06 DEBUG : medium: md5 = d7b9d6cfbb2e550515e021a896e032aa OK 2025/07/19 01:25:08 DEBUG : large: md5 = 2bf7f4d9b0a0ecd6f9cb890b7b1d53c8 OK 2025/07/19 01:25:08 DEBUG : Waiting for deletions to finish 2025/07/19 01:25:08 DEBUG : large: Excluded (Size Filter) 2025/07/19 01:25:09 INFO : small: Deleted 2025/07/19 01:25:09 INFO : medium: Deleted --- PASS: TestDelete (6.03s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:25:11 DEBUG : small: md5 = fcdf371613bd76ed9f70cd6d04182277 OK 2025/07/19 01:25:12 DEBUG : medium: md5 = 4cdc9c81f775131959922752cfc95a03 OK 2025/07/19 01:25:13 DEBUG : large: md5 = d426f3ea1c9e94e50b3c471d0356fc47 OK 2025/07/19 01:25:14 DEBUG : Waiting for deletions to finish 2025/07/19 01:25:14 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/07/19 01:25:14 INFO : medium: Deleted 2025/07/19 01:25:14 INFO : small: Deleted --- PASS: TestMaxDelete (6.33s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:25:17 DEBUG : small: md5 = 2b20ea404d6f6c610e19e330feb781ca OK 2025/07/19 01:25:18 DEBUG : medium: md5 = 758d2e76762b89d4129eab36724c8790 OK 2025/07/19 01:25:20 DEBUG : large: md5 = 4f3371cc693d1c3da509749f88a3d2fa OK 2025/07/19 01:25:20 DEBUG : Waiting for deletions to finish 2025/07/19 01:25:20 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/19 01:25:21 INFO : small: Deleted 2025/07/19 01:25:21 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.43s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:25:24 DEBUG : small: md5 = 24d5c970149a86fe5df6e1e093c98a5e OK 2025/07/19 01:25:25 DEBUG : medium: md5 = 05424a4d1330106f10df08d896c06561 OK 2025/07/19 01:25:27 DEBUG : large: md5 = bb74fdc9c615f26da1589fdea7c953c8 OK 2025/07/19 01:25:27 DEBUG : Waiting for deletions to finish 2025/07/19 01:25:27 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/19 01:25:28 INFO : medium: Deleted 2025/07/19 01:25:28 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.71s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:25:31 DEBUG : ReadFile: md5 = 4fb4492e27908d5d78cf660ebd22a0c5 OK --- PASS: TestReadFile (4.10s) === RUN TestRetry 2025/07/19 01:25:33 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/19 01:25:33 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/19 01:25:33 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/19 01:25:33 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/19 01:25:33 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/19 01:25:33 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/19 01:25:33 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:25:35 DEBUG : file1: md5 = ed17568eed0ea22c89eb5a78a74431df OK 2025/07/19 01:25:36 DEBUG : file2: md5 = 5de562fcd5866f1bcd8482208ef2a7b0 OK --- PASS: TestCat (15.54s) === RUN TestPurge 2025/07/19 01:25:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hobosug2cihe" 2025/07/19 01:25:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/19 01:25:49 DEBUG : Creating backend with remote "TestDrive:crypt/8h47qu2q1vlsqbhqnlnanmhbnqdhjtji1gik0grevpub2ptspqf0" 2025/07/19 01:25:50 DEBUG : Creating backend with remote "/tmp/rclone146089102" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hobosug2cihe'", Local "Local file system at /tmp/rclone146089102", Modify Window "1ms" 2025/07/19 01:25:54 DEBUG : A1/B1/C1/one: md5 = 042a516217cb67c366080aff16560818 OK 2025/07/19 01:25:54 INFO : A2: Making directory 2025/07/19 01:25:55 INFO : A1/B2: Making directory 2025/07/19 01:25:56 INFO : A1/B2/C2: Making directory 2025/07/19 01:25:57 INFO : A1/B1/C3: Making directory 2025/07/19 01:25:57 INFO : A3: Making directory 2025/07/19 01:25:58 INFO : A3/B3: Making directory 2025/07/19 01:25:59 INFO : A3/B3/C4: Making directory 2025/07/19 01:26:01 DEBUG : A1/two: md5 = ac38bef376a53cb7223ef8df481cb9b0 OK 2025/07/19 01:26:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hobosug2cihe': Purge remote 2025/07/19 01:26:05 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.74s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:26:08 DEBUG : A1/B1/C1/one: md5 = db05f6148caaf4d1f6ad7aab1cb2806c OK 2025/07/19 01:26:08 INFO : A2: Making directory 2025/07/19 01:26:09 INFO : A1/B2: Making directory 2025/07/19 01:26:10 INFO : A1/B2/C2: Making directory 2025/07/19 01:26:11 INFO : A1/B1/C3: Making directory 2025/07/19 01:26:12 INFO : A3: Making directory 2025/07/19 01:26:12 INFO : A3/B3: Making directory 2025/07/19 01:26:13 INFO : A3/B3/C4: Making directory 2025/07/19 01:26:16 DEBUG : A1/two: md5 = 0604ed84f05f9ca3f1460691d65b3580 OK 2025/07/19 01:26:17 DEBUG : removing 1 level 3 directories 2025/07/19 01:26:17 INFO : A3/B3/C4: Removing directory 2025/07/19 01:26:20 DEBUG : removing 2 level 3 directories 2025/07/19 01:26:20 INFO : A1/B2/C2: Removing directory 2025/07/19 01:26:20 INFO : A1/B1/C3: Removing directory 2025/07/19 01:26:21 DEBUG : removing 2 level 2 directories 2025/07/19 01:26:21 INFO : A3/B3: Removing directory 2025/07/19 01:26:21 INFO : A1/B2: Removing directory 2025/07/19 01:26:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/19 01:26:21 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/19 01:26:22 DEBUG : removing 2 level 1 directories 2025/07/19 01:26:22 INFO : A3: Removing directory 2025/07/19 01:26:22 INFO : A2: Removing directory 2025/07/19 01:26:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/19 01:26:26 DEBUG : removing 1 level 3 directories 2025/07/19 01:26:26 INFO : A1/B1/C1: Removing directory 2025/07/19 01:26:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:26 DEBUG : removing 1 level 2 directories 2025/07/19 01:26:26 INFO : A1/B1: Removing directory 2025/07/19 01:26:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/19 01:26:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/19 01:26:27 DEBUG : removing 1 level 1 directories 2025/07/19 01:26:27 INFO : A1: Removing directory 2025/07/19 01:26:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/19 01:26:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/19 01:26:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/19 01:26:28 DEBUG : removing 1 level 0 directories 2025/07/19 01:26:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Removing directory 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/19 01:26:28 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (24.86s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:26:30 INFO : A1: Making directory 2025/07/19 01:26:31 INFO : A1/B1: Making directory 2025/07/19 01:26:32 INFO : A1/B1/C1: Making directory 2025/07/19 01:26:34 DEBUG : removing 1 level 3 directories 2025/07/19 01:26:34 INFO : A1/B1/C1: Removing directory 2025/07/19 01:26:35 DEBUG : removing 1 level 2 directories 2025/07/19 01:26:35 INFO : A1/B1: Removing directory 2025/07/19 01:26:35 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/19 01:26:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.19s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:26:38 INFO : A1: Making directory 2025/07/19 01:26:38 INFO : A1/B1: Making directory 2025/07/19 01:26:39 INFO : A1/B1/C1: Making directory 2025/07/19 01:26:42 DEBUG : removing 1 level 3 directories 2025/07/19 01:26:42 INFO : A1/B1/C1: Removing directory 2025/07/19 01:26:42 DEBUG : removing 1 level 2 directories 2025/07/19 01:26:42 INFO : A1/B1: Removing directory 2025/07/19 01:26:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/19 01:26:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.26s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:26:46 DEBUG : file1: md5 = 9e80137ed00cdf36ce030a7c6e9047b0 OK 2025/07/19 01:26:47 DEBUG : filename.txt: File name found in url 2025/07/19 01:26:49 DEBUG : filename.txt: md5 = 5ced2c3014a690aa5fdd4f8ee02a5bda OK 2025/07/19 01:26:49 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/19 01:26:50 DEBUG : headerfilename.txt: md5 = 178daae7c8476f799c8771dc796d8dac OK 2025/07/19 01:26:52 DEBUG : file2: md5 = d91ae63852a6c0123e5a911b3eaa12fc OK --- PASS: TestCopyURL (8.96s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:26:54 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/19 01:26:56 DEBUG : sub/file2: md5 = 4c0d91f71775b38594baa08621c8cb3a OK 2025/07/19 01:26:56 INFO : file1: Copied (new) to: sub/file2 2025/07/19 01:26:56 INFO : file1: Deleted 2025/07/19 01:26:57 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/19 01:26:57 DEBUG : file1: Unchanged skipping 2025/07/19 01:26:57 INFO : file1: Deleted 2025/07/19 01:26:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': don't need to copy/move sub/file2, it is already at target location 2025/07/19 01:26:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.58s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:27:00 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/19 01:27:01 DEBUG : file1: md5 = 5f00959f457144ef6d5b550bf86e7fd2 OK 2025/07/19 01:27:01 INFO : file1: Copied (new) 2025/07/19 01:27:01 INFO : file1: Deleted 2025/07/19 01:27:01 DEBUG : file1: Destination exists, skipping 2025/07/19 01:27:01 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.18s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.42s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:27:05 DEBUG : dst/file1: md5 = d7f9bfe7b6df063474de8b5d20a7be71 OK 2025/07/19 01:27:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuluzak7sewi/backup" 2025/07/19 01:27:06 DEBUG : Creating backend with remote "TestDrive:crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80/1nrff024r7pq65ecp72fc28jb0" 2025/07/19 01:27:08 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/19 01:27:10 INFO : dst/file1: Moved (server-side) 2025/07/19 01:27:11 DEBUG : dst/file1: md5 = e10a07a2e5aa43f3df01ad65a3510f7e OK 2025/07/19 01:27:11 INFO : dst/file1: Copied (new) 2025/07/19 01:27:11 INFO : dst/file1: Deleted 2025/07/19 01:27:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/19 01:27:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/19 01:27:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.32s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:27:18 DEBUG : A1/one: md5 = 75fbae383f0fddaaa6a3bdb276a1cae6 OK 2025/07/19 01:27:19 DEBUG : A1/two: md5 = 896f196f3a48b210219945c11cc23ecf OK 2025/07/19 01:27:21 DEBUG : A1/B1/three: md5 = 6a326648cd926a3a820245b732f7bc38 OK 2025/07/19 01:27:23 DEBUG : A1/B1/C1/four: md5 = 69b5c32139775b1a08e0a9b23b2d0e3f OK 2025/07/19 01:27:25 DEBUG : A1/B1/C2/five: md5 = 74f4d8b9d72b5b8d4ace808c508e614b OK 2025/07/19 01:27:25 INFO : A1/B2: Making directory 2025/07/19 01:27:26 INFO : A1/B1/C3: Making directory 2025/07/19 01:27:35 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/19 01:27:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/19 01:27:35 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/19 01:27:35 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/19 01:27:36 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/19 01:27:39 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/19 01:27:39 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/19 01:27:39 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/19 01:27:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/19 01:27:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/19 01:27:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/19 01:27:47 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/19 01:27:47 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/19 01:27:47 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/19 01:27:47 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/19 01:27:47 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/19 01:27:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/19 01:27:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/19 01:27:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/19 01:27:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/19 01:27:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/19 01:27:56 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/19 01:27:57 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/19 01:27:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/19 01:27:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/19 01:27:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/19 01:27:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/19 01:27:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/19 01:27:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/19 01:27:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/19 01:27:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.15s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" --- PASS: TestGetFsInfo (0.40s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/19 01:28:01 DEBUG : no_checksum_small_file_from_pipe: md5 = 08a9509c278e4cfd7fec0c5f831129fa OK 2025/07/19 01:28:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/19 01:28:01 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/19 01:28:02 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/19 01:28:02 DEBUG : no_checksum_big_file_from_pipe: md5 = ff6950c6ce2bd357c2842e1724654547 OK 2025/07/19 01:28:02 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/19 01:28:06 DEBUG : with_checksum_small_file_from_pipe: md5 = 1899642c98cf1e499ee58a797a7e3776 OK 2025/07/19 01:28:06 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/19 01:28:06 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/19 01:28:07 DEBUG : with_checksum_big_file_from_pipe: md5 = 8a3357a1d1cb6c54ff8bb87bb34b91ab OK 2025/07/19 01:28:07 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/19 01:28:10 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/19 01:28:11 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/19 01:28:12 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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/19 01:28:15 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/19 01:28:16 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/19 01:28:17 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.81s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.72s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.44s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.79s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.87s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/19 01:28:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': File to upload is small (48 bytes), uploading instead of streaming 2025/07/19 01:28:20 DEBUG : rcat_metadata: md5 = f49f1b6fcd9d85a61a5f26d00e4aa961 OK 2025/07/19 01:28:20 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/19 01:28:22 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/19 01:28:22 DEBUG : rcat_metadata_uploadcutoff0: md5 = b6823cc28ee92b2749cc385b32e6e01e OK 2025/07/19 01:28:22 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.60s) --- PASS: TestRcatMetadata/Normal (2.35s) --- PASS: TestRcatMetadata/ViaDisk (2.81s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:25 DEBUG : potato1: md5 = 4c02889c7610a7ab75ec35ba7a052391 OK 2025/07/19 01:28:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': File to upload is small (60 bytes), uploading instead of streaming 2025/07/19 01:28:26 DEBUG : potato2: md5 = 90afb1ce7ffb490bb24cda1d1080a87a OK 2025/07/19 01:28:26 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.18s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:29 DEBUG : potato1: md5 = 79c41b00b36b19d75d10886e2d33d459 OK 2025/07/19 01:28:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': File to upload is small (60 bytes), uploading instead of streaming 2025/07/19 01:28:31 DEBUG : potato2: md5 = 55c3cb578299a1597439c678d864df28 OK 2025/07/19 01:28:31 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.01s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:34 DEBUG : potato2: md5 = 2019b353b3cc23acbbef1599a8c01cfe OK 2025/07/19 01:28:36 DEBUG : empty space: md5 = 306e0e4af4453893d722f4a290d6ceab OK 2025/07/19 01:28:38 DEBUG : sub dir/potato3: md5 = 91ab94d6e8c3899b474cca53effdc536 OK 2025/07/19 01:28:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Touching "sub dir/potato3" 2025/07/19 01:28:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Touching "empty space" 2025/07/19 01:28:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Touching "potato2" 2025/07/19 01:28:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.18s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:42 DEBUG : dir with metadata: Making directory with metadata 2025/07/19 01:28:43 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.32s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:44 DEBUG : directory with modtime: Making directory with metadata 2025/07/19 01:28:45 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.42s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:47 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/19 01:28:47 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/19 01:28:47 DEBUG : Google drive root 'crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80': Skipping btime metadata as can't update it on an existing file: 2025-07-19T01:28:47.350293212Z 2025/07/19 01:28:48 INFO : non existent directory: Updated directory metadata 2025/07/19 01:28:49 DEBUG : Google drive root 'crypt/vqm7jnlrvcvs6g3k9gjtrspg6e7bpk3vf64d6me03rk076vcdt80': Skipping btime metadata as can't update it on an existing file: 2025-07-19T01:28:47.350293212Z 2025/07/19 01:28:50 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.63s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:51 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/19 01:28:53 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/19 01:28:54 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.05s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:28:56 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/19 01:28:56 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/19 01:28:56 DEBUG : dst: Making directory with metadata 2025/07/19 01:28:56 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/19 01:28:56 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/19 01:28:57 INFO : dst: Set directory modification time (using SetModTime) 2025/07/19 01:28:57 INFO : dst: Set directory modification time (using SetModTime) 2025/07/19 01:28:57 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/19 01:28:58 INFO : dst: Set directory modification time (using SetModTime) 2025/07/19 01:28:58 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.62s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi'", Local "Local file system at /tmp/rclone3838097762", Modify Window "1ms" 2025/07/19 01:29:01 DEBUG : sub dir/test remove existing: md5 = c211ffb20defd11f463f6de322c0da00 OK 2025/07/19 01:29:03 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = e50db3dd7ca3238d34809c922409feb6 OK 2025/07/19 01:29:04 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wasohiz9" before starting 2025/07/19 01:29:05 DEBUG : sub dir/test remove existing.wasohiz9: TEST: removing renamed existing file after operation 2025/07/19 01:29:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qotamop1" before starting 2025/07/19 01:29:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qotamop1: TEST: renaming existing back after failed operation 2025/07/19 01:29:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yokawil9" before starting 2025/07/19 01:29:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yokawil9: TEST: removing renamed existing file after operation 2025/07/19 01:29:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "bk9a7jh3q8nbvc25qdcmug6r6dgvg430se98qerk2srhsb9ojklfos668gr1lvc5bbdgjdkn0b83h57n23u8flq0nafsq91fvabppq7p4495tf3khc3prtatc5fp7n5p26sg0ujrirerogjqr9gandisnb9gbufcl3lrrcfl5js5ov3ou3v0" 2025/07/19 01:29:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "qchnadj6fd1hrt0p9m9vdkjnirpmhmu5cvr6nh63hu6ftp2bab6g" --- PASS: TestRemoveExisting (12.83s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/07/19 01:29:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuluzak7sewi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m36.105273287s (try 1/5)