"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/19 01:48:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu" 2025/08/19 01:48:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:48:26 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g" 2025/08/19 01:48:27 DEBUG : Creating backend with remote "/tmp/rclone46447777" === 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.27s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/19 01:48:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/19 01:48:27 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/19 01:48:27 DEBUG : potato: Seek from 10 to 0 2025/08/19 01:48:27 DEBUG : potato: Seek from 10 to 0 2025/08/19 01:48:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/19 01:48:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/19 01:48:27 DEBUG : potato: Seek from 5 to 2 2025/08/19 01:48:27 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/19 01:48:27 DEBUG : potato: Seek from 7 to 0 2025/08/19 01:48:27 DEBUG : potato: Seek from 7 to 0 2025/08/19 01:48:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/19 01:48:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/19 01:48:27 DEBUG : potato: Seek from 5 to 2 2025/08/19 01:48:27 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/19 01:48:27 DEBUG : potato: Seek from 8 to 0 2025/08/19 01:48:27 DEBUG : potato: Seek from 8 to 0 2025/08/19 01:48:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/19 01:48:27 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/19 01:48:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/19 01:48:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/19 01:48:27 DEBUG : potato: Seek from 5 to 2 2025/08/19 01:48:27 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/19 01:48:27 DEBUG : potato: Seek from 9 to 0 2025/08/19 01:48:27 DEBUG : potato: Seek from 9 to 0 2025/08/19 01:48:27 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:48:30 DEBUG : rutabaga: md5 = c2093c33206931dce1405a1d99bf2088 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/19 01:48:32 DEBUG : empty space: md5 = 1e3b054c707510dc1c4ff14d1236d467 OK === RUN TestCheck/3 2025/08/19 01:48:34 DEBUG : potato2: md5 = 0936c687da9f5226e399113d122854f6 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/19 01:48:37 DEBUG : remotepotato: md5 = 194c746a27d3f9a4c108687eb3fab7b5 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.08s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.36s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/08/19 01:48:40 DEBUG : Creating backend with remote "nonexistent" 2025/08/19 01:48:40 DEBUG : Creating backend with remote "nonexistent" 2025/08/19 01:48:40 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/19 01:48:40 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/08/19 01:48:40 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/19 01:48:40 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:48:41 DEBUG : rutabaga: md5 = 5cdfa14941db474f332c0036e8dc2092 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/19 01:48:46 DEBUG : empty space: md5 = 9bf959282a91afd6141b39d25d3eb20f OK === RUN TestCheckDownload/3 2025/08/19 01:48:48 DEBUG : potato2: md5 = 6e29620561062c84a2de46843515a27f OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/19 01:48:53 DEBUG : remotepotato: md5 = c7135e751397491f5d2e398a42e3cbeb OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.61s) --- PASS: TestCheckDownload/1 (1.25s) --- PASS: TestCheckDownload/2 (1.12s) --- PASS: TestCheckDownload/3 (0.83s) --- PASS: TestCheckDownload/4 (1.20s) --- PASS: TestCheckDownload/5 (1.28s) --- PASS: TestCheckDownload/6 (1.14s) --- PASS: TestCheckDownload/7 (1.00s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:48:59 DEBUG : rutabaga: md5 = 3e5a3c5aab20c646c5baf111285488d4 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/19 01:49:01 DEBUG : empty space: md5 = a0aa6ca48ad3f4d187bdc81fda603d02 OK === RUN TestCheckSizeOnly/3 2025/08/19 01:49:03 DEBUG : potato2: md5 = 1b9fb7c8d0e5d62ea1ed1ceae420ffe0 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/19 01:49:05 DEBUG : remotepotato: md5 = 62af1674352979ea307ecdeb4197778d OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.11s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.29s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:49:10 DEBUG : test.sum: md5 = 530bb20ac4ceb195853a917e8f11f7f8 OK 2025/08/19 01:49:11 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/19 01:49:11 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/19 01:49:11 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/19 01:49:11 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/19 01:49:12 DEBUG : test.sum: md5 = 1338b03e84be470aba588f25cd58f44e OK 2025/08/19 01:49:13 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/19 01:49:13 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/19 01:49:13 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/19 01:49:13 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.11s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:49:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/data" 2025/08/19 01:49:14 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.08s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:49:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/data" 2025/08/19 01:49:17 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/vjrnln8ratgmqakfosrqe8espk" 2025/08/19 01:49:20 DEBUG : data/banana: md5 = e61be3a4ab874ab9020b391114a1ebfb OK 2025/08/19 01:49:22 DEBUG : test.sum: md5 = 06dc72385a99269e469e167d862df08b OK === RUN TestCheckSumDownload/subtest1 2025/08/19 01:49:27 DEBUG : data/potato: md5 = 537f1538123e44d979bc4638c2710996 OK 2025/08/19 01:49:29 DEBUG : test.sum: md5 = 8e62d4d5617a56cd71a2374aa8bb87bb OK === RUN TestCheckSumDownload/subtest2 2025/08/19 01:49:33 DEBUG : test.sum: md5 = ef936c10364715542e4926cdb49cc9cc OK === RUN TestCheckSumDownload/subtest3 2025/08/19 01:49:38 DEBUG : test.sum: md5 = 4612d0828c03de3b17db806489fae876 OK === RUN TestCheckSumDownload/subtest4 2025/08/19 01:49:42 DEBUG : test.sum: md5 = 836d4e56206cbe19e74e326ca79e19b8 OK === RUN TestCheckSumDownload/subtest5 2025/08/19 01:49:47 DEBUG : test.sum: md5 = 0a8824688b865d25415429e4978d6c9b OK === RUN TestCheckSumDownload/subtest6 2025/08/19 01:49:52 DEBUG : data/banana: md5 = c0b318aa3ba82d9db5a51274d4d88c44 OK 2025/08/19 01:49:53 DEBUG : data/potato: md5 = c8f0420f0aaaea8a914a8711d781546f OK 2025/08/19 01:49:55 DEBUG : test.sum: md5 = a2a5d98f58893770c06cdd163b9ab12c OK === RUN TestCheckSumDownload/subtest7 2025/08/19 01:50:00 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/08/19 01:50:00 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (44.36s) --- PASS: TestCheckSumDownload/subtest1 (3.23s) --- PASS: TestCheckSumDownload/subtest2 (2.73s) --- PASS: TestCheckSumDownload/subtest3 (2.17s) --- PASS: TestCheckSumDownload/subtest4 (2.11s) --- PASS: TestCheckSumDownload/subtest5 (2.72s) --- PASS: TestCheckSumDownload/subtest6 (2.87s) --- PASS: TestCheckSumDownload/subtest7 (2.67s) === RUN TestApplyTransforms 2025/08/19 01:50:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pihutaz8qega" 2025/08/19 01:50:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:01 DEBUG : Creating backend with remote "TestDrive:crypt/7ak66hkh3ud3vc2td1bnmppm94ev4p5bhl98kiq38cultes7ebf0" 2025/08/19 01:50:02 DEBUG : Creating backend with remote "/tmp/rclone4069921196" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pihutaz8qega'", Local "Local file system at /tmp/rclone4069921196", Modify Window "1ms" 2025/08/19 01:50:04 DEBUG : hello, world!: md5 = 59fdf229a5229b652d4c65d4afeb0e33 OK upper checkfile vs. lower remote (without normalization) 2025/08/19 01:50:05 ERROR : hello, world!: sum not found 2025/08/19 01:50:05 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pihutaz8qega' 2025/08/19 01:50:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pihutaz8qega': 1 files missing 2025/08/19 01:50:05 NOTICE: 1 hashes missing 2025/08/19 01:50:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pihutaz8qega': 1 differences found 2025/08/19 01:50:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pihutaz8qega': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/19 01:50:06 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pihutaz8qega': 0 differences found 2025/08/19 01:50:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pihutaz8qega': 1 matching files 2025/08/19 01:50:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cerosid1toji" 2025/08/19 01:50:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:07 DEBUG : Creating backend with remote "TestDrive:crypt/oqbachfai6e083312jq294fh9ubc18bbep3uabgi2q8oao56f02g" 2025/08/19 01:50:07 DEBUG : Creating backend with remote "/tmp/rclone2652419120" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cerosid1toji'", Local "Local file system at /tmp/rclone2652419120", Modify Window "1ms" 2025/08/19 01:50:10 DEBUG : HELLO, WORLD!: md5 = 18fcf9a0c6175850006fb1407291e246 OK lower checkfile vs. upper remote (without normalization) 2025/08/19 01:50:10 ERROR : HELLO, WORLD!: sum not found 2025/08/19 01:50:10 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cerosid1toji' 2025/08/19 01:50:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerosid1toji': 1 files missing 2025/08/19 01:50:10 NOTICE: 1 hashes missing 2025/08/19 01:50:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerosid1toji': 1 differences found 2025/08/19 01:50:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerosid1toji': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/19 01:50:12 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerosid1toji': 0 differences found 2025/08/19 01:50:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cerosid1toji': 1 matching files 2025/08/19 01:50:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-docubog8gano" 2025/08/19 01:50:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:12 DEBUG : Creating backend with remote "TestDrive:crypt/09cbmlhv7egussi41s1i1kpbk459hvpf5535a1e8g16g0cl38ccg" 2025/08/19 01:50:13 DEBUG : Creating backend with remote "/tmp/rclone3288529855" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-docubog8gano'", Local "Local file system at /tmp/rclone3288529855", Modify Window "1ms" 2025/08/19 01:50:15 DEBUG : HeLlO, wOrLd!: md5 = b19f359aad4168ae15b0b97f7ed88f3e OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/19 01:50:16 ERROR : HeLlO, wOrLd!: sum not found 2025/08/19 01:50:16 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-docubog8gano' 2025/08/19 01:50:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docubog8gano': 1 files missing 2025/08/19 01:50:16 NOTICE: 1 hashes missing 2025/08/19 01:50:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docubog8gano': 1 differences found 2025/08/19 01:50:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docubog8gano': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/19 01:50:17 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docubog8gano': 0 differences found 2025/08/19 01:50:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docubog8gano': 1 matching files 2025/08/19 01:50:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jupuliq0woco" 2025/08/19 01:50:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:17 DEBUG : Creating backend with remote "TestDrive:crypt/fnu4naa4eco8dff7j4k7r2li5q5unj8irsuv91o11s1dug4ll200" 2025/08/19 01:50:18 DEBUG : Creating backend with remote "/tmp/rclone1199031494" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jupuliq0woco'", Local "Local file system at /tmp/rclone1199031494", Modify Window "1ms" 2025/08/19 01:50:20 DEBUG : HELLO, WORLD!: md5 = 5e624158608b3129eef7190fb0325452 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/19 01:50:21 ERROR : HELLO, WORLD!: sum not found 2025/08/19 01:50:21 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jupuliq0woco' 2025/08/19 01:50:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jupuliq0woco': 1 files missing 2025/08/19 01:50:21 NOTICE: 1 hashes missing 2025/08/19 01:50:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jupuliq0woco': 1 differences found 2025/08/19 01:50:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jupuliq0woco': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/19 01:50:22 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jupuliq0woco': 0 differences found 2025/08/19 01:50:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jupuliq0woco': 1 matching files 2025/08/19 01:50:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuyuziy4lutu" 2025/08/19 01:50:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:22 DEBUG : Creating backend with remote "TestDrive:crypt/bi1hsb3f5j2dl97t9b29a317ec7tlove0i4o7qfmpph3mkvgarq0" 2025/08/19 01:50:23 DEBUG : Creating backend with remote "/tmp/rclone1779343932" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuyuziy4lutu'", Local "Local file system at /tmp/rclone1779343932", Modify Window "1ms" 2025/08/19 01:50:25 DEBUG : 測試_Русский___ě_áñ: md5 = 14ad175ddf89482a219e7972dfa0e53e OK NFD checkfile vs. NFC remote (without normalization) 2025/08/19 01:50:26 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/19 01:50:26 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zuyuziy4lutu' 2025/08/19 01:50:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuyuziy4lutu': 1 files missing 2025/08/19 01:50:26 NOTICE: 1 hashes missing 2025/08/19 01:50:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuyuziy4lutu': 1 differences found 2025/08/19 01:50:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuyuziy4lutu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/19 01:50:28 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuyuziy4lutu': 0 differences found 2025/08/19 01:50:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuyuziy4lutu': 1 matching files 2025/08/19 01:50:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xeqopaz7piti" 2025/08/19 01:50:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:28 DEBUG : Creating backend with remote "TestDrive:crypt/ho9on6bvl8ha9t762bf3l2rsfert1ntc0ea4kot2jt8jqqkq3am0" 2025/08/19 01:50:29 DEBUG : Creating backend with remote "/tmp/rclone1355713989" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xeqopaz7piti'", Local "Local file system at /tmp/rclone1355713989", Modify Window "1ms" 2025/08/19 01:50:31 DEBUG : 測試_Русский___ě_áñ: md5 = e51be02ebb81bd10fe97dba499d47fa0 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/19 01:50:31 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/19 01:50:31 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xeqopaz7piti' 2025/08/19 01:50:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqopaz7piti': 1 files missing 2025/08/19 01:50:31 NOTICE: 1 hashes missing 2025/08/19 01:50:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqopaz7piti': 1 differences found 2025/08/19 01:50:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqopaz7piti': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/19 01:50:32 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqopaz7piti': 0 differences found 2025/08/19 01:50:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqopaz7piti': 1 matching files 2025/08/19 01:50:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vuvuliz6wako" 2025/08/19 01:50:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:32 DEBUG : Creating backend with remote "TestDrive:crypt/mgm98fmp9moihlmfge2se2uu68urc7ov2h8uoerlmgt0ptujgdcg" 2025/08/19 01:50:33 DEBUG : Creating backend with remote "/tmp/rclone3322699708" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vuvuliz6wako'", Local "Local file system at /tmp/rclone3322699708", Modify Window "1ms" 2025/08/19 01:50:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e046501d79bc14587b9a5f1508919f46 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/19 01:50:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/19 01:50:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vuvuliz6wako' 2025/08/19 01:50:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuvuliz6wako': 1 files missing 2025/08/19 01:50:36 NOTICE: 1 hashes missing 2025/08/19 01:50:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuvuliz6wako': 1 differences found 2025/08/19 01:50:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuvuliz6wako': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/19 01:50:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuvuliz6wako': 0 differences found 2025/08/19 01:50:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuvuliz6wako': 1 matching files 2025/08/19 01:50:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jeqowaf9suya" 2025/08/19 01:50:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:38 DEBUG : Creating backend with remote "TestDrive:crypt/75mlh4qc10uo195dvbc0ig7ef34klcqcqhj126v92o2nsqogg270" 2025/08/19 01:50:39 DEBUG : Creating backend with remote "/tmp/rclone2471296768" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jeqowaf9suya'", Local "Local file system at /tmp/rclone2471296768", Modify Window "1ms" 2025/08/19 01:50:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e0a86f9c65ded7f4747d9e2a12984426 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/19 01:50:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/19 01:50:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jeqowaf9suya' 2025/08/19 01:50:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqowaf9suya': 1 files missing 2025/08/19 01:50:42 NOTICE: 1 hashes missing 2025/08/19 01:50:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqowaf9suya': 1 differences found 2025/08/19 01:50:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqowaf9suya': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/19 01:50:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqowaf9suya': 0 differences found 2025/08/19 01:50:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqowaf9suya': 1 matching files 2025/08/19 01:50:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-selokuc8xari" 2025/08/19 01:50:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:43 DEBUG : Creating backend with remote "TestDrive:crypt/ka01uo7uo8epdtvls5ruffncbe0omq7u67ghqdf1eaa45pg0csn0" 2025/08/19 01:50:44 DEBUG : Creating backend with remote "/tmp/rclone1369393374" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-selokuc8xari'", Local "Local file system at /tmp/rclone1369393374", Modify Window "1ms" 2025/08/19 01:50:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 61ccee24d014458f422be9bede3713b5 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/19 01:50:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/19 01:50:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-selokuc8xari' 2025/08/19 01:50:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selokuc8xari': 1 files missing 2025/08/19 01:50:47 NOTICE: 1 hashes missing 2025/08/19 01:50:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selokuc8xari': 1 differences found 2025/08/19 01:50:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selokuc8xari': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/19 01:50:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selokuc8xari': 0 differences found 2025/08/19 01:50:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-selokuc8xari': 1 matching files 2025/08/19 01:50:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-citiqet8lihu" 2025/08/19 01:50:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:50:49 DEBUG : Creating backend with remote "TestDrive:crypt/cqh8kvv06p6k7qlj5dofipq71hlntqi4pa9e80ukmhb7cel8qncg" 2025/08/19 01:50:50 DEBUG : Creating backend with remote "/tmp/rclone811020109" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-citiqet8lihu'", Local "Local file system at /tmp/rclone811020109", Modify Window "1ms" 2025/08/19 01:50:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 889973ca51136f6bbb4ce55140151b0a OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/19 01:50:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/19 01:50:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-citiqet8lihu' 2025/08/19 01:50:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citiqet8lihu': 1 files missing 2025/08/19 01:50:53 NOTICE: 1 hashes missing 2025/08/19 01:50:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citiqet8lihu': 1 differences found 2025/08/19 01:50:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citiqet8lihu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/19 01:50:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/19 01:50:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citiqet8lihu': 0 differences found 2025/08/19 01:50:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citiqet8lihu': 1 matching files 2025/08/19 01:50:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-citiqet8lihu': Purge remote 2025/08/19 01:50:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-selokuc8xari': Purge remote 2025/08/19 01:50:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jeqowaf9suya': Purge remote 2025/08/19 01:50:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vuvuliz6wako': Purge remote 2025/08/19 01:50:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xeqopaz7piti': Purge remote 2025/08/19 01:50:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuyuziy4lutu': Purge remote 2025/08/19 01:50:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jupuliq0woco': Purge remote 2025/08/19 01:50:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-docubog8gano': Purge remote 2025/08/19 01:50:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cerosid1toji': Purge remote 2025/08/19 01:50:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pihutaz8qega': Purge remote --- PASS: TestApplyTransforms (57.73s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:50:59 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/19 01:51:01 DEBUG : sub/file2: md5 = 2a6acc556dc6d4ce4aa9f36d78e09dcf OK 2025/08/19 01:51:01 INFO : file1: Copied (new) to: sub/file2 2025/08/19 01:51:02 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/19 01:51:02 DEBUG : file1: Unchanged skipping 2025/08/19 01:51:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': don't need to copy/move sub/file2, it is already at target location 2025/08/19 01:51:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.37s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:51:08 DEBUG : dst/file1: md5 = 2346ff011a66375ba0b7a0b2027b7e17 OK 2025/08/19 01:51:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/backup" 2025/08/19 01:51:09 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/1nrff024r7pq65ecp72fc28jb0" 2025/08/19 01:51:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/19 01:51:13 INFO : dst/file1: Moved (server-side) 2025/08/19 01:51:14 DEBUG : dst/file1: md5 = 3b1f9fa6ada84309dbe1e6182f9b1a57 OK 2025/08/19 01:51:14 INFO : dst/file1: Copied (new) 2025/08/19 01:51:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 01:51:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 01:51:18 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.46s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:51:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/dst" 2025/08/19 01:51:19 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 01:51:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/CompareDest" 2025/08/19 01:51:21 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/gveqi14airsml4bgu7krj116o8" 2025/08/19 01:51:22 DEBUG : one: Need to transfer - File not found at Destination 2025/08/19 01:51:25 DEBUG : one: md5 = fc3c9213fc40ff4b57ae63fc42f3fe00 OK 2025/08/19 01:51:25 INFO : one: Copied (new) 2025/08/19 01:51:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 01:51:29 DEBUG : one: md5 = 716348f2a1324874146ff4e433b131a8 OK 2025/08/19 01:51:29 INFO : one: Copied (replaced existing) 2025/08/19 01:51:32 DEBUG : dst/one: md5 = 8a727cfa8941127c0decf6481367ef8f OK 2025/08/19 01:51:35 DEBUG : CompareDest/one: md5 = ec59aefeb71b84a9fe706f922aecfc57 OK 2025/08/19 01:51:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 01:51:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 01:51:36 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/19 01:51:38 DEBUG : CompareDest/two: md5 = 7258d238c89a4e220d0eb9a5cd118fab OK 2025/08/19 01:51:39 DEBUG : two: Need to transfer - File not found at Destination 2025/08/19 01:51:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 01:51:39 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/19 01:51:40 DEBUG : two: Need to transfer - File not found at Destination 2025/08/19 01:51:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 01:51:40 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/19 01:51:41 DEBUG : two: Need to transfer - File not found at Destination 2025/08/19 01:51:42 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/19 01:51:43 DEBUG : two: md5 = 3935f92830ac8821648c12e35163fb86 OK 2025/08/19 01:51:43 INFO : two: Copied (new) 2025/08/19 01:51:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 01:51:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:51:48 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:51:48 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (29.87s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:51:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/dst" 2025/08/19 01:51:49 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 01:51:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/CopyDest" 2025/08/19 01:51:51 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/19 01:51:52 DEBUG : one: Need to transfer - File not found at Destination 2025/08/19 01:51:54 DEBUG : one: md5 = 671be6616cc6a21c12cbbc5a4baeb289 OK 2025/08/19 01:51:54 INFO : one: Copied (new) 2025/08/19 01:51:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 01:51:57 DEBUG : one: md5 = da032bb1512430d73a205d4bd7a9824f OK 2025/08/19 01:51:57 INFO : one: Copied (replaced existing) 2025/08/19 01:52:00 DEBUG : dst/one: md5 = 9757d5fce04e6511a3f2057398ad62e0 OK 2025/08/19 01:52:02 DEBUG : CopyDest/one: md5 = 2b0a0e6dfa70bdcb2929806a546dff36 OK 2025/08/19 01:52:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/BackupDir" 2025/08/19 01:52:03 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/19 01:52:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 01:52:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 01:52:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/19 01:52:06 INFO : one: Moved (server-side) 2025/08/19 01:52:07 INFO : one: Copied (server-side copy) 2025/08/19 01:52:07 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/19 01:52:09 DEBUG : CopyDest/two: md5 = a5a468bd37385fae9630669ac93b9fa7 OK 2025/08/19 01:52:10 DEBUG : two: Need to transfer - File not found at Destination 2025/08/19 01:52:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 01:52:12 INFO : two: Copied (server-side copy) 2025/08/19 01:52:12 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/19 01:52:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/19 01:52:12 DEBUG : two: Unchanged skipping 2025/08/19 01:52:14 DEBUG : CopyDest/three: md5 = 0b7e8ff7dd8e5c0d5f6f4c8ce051c8e1 OK 2025/08/19 01:52:15 DEBUG : three: Need to transfer - File not found at Destination 2025/08/19 01:52:15 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/19 01:52:15 DEBUG : three: Destination not found in --copy-dest 2025/08/19 01:52:17 DEBUG : three: md5 = c5e73037b49bcd9db6902a12e2cfd8a3 OK 2025/08/19 01:52:17 INFO : three: Copied (new) 2025/08/19 01:52:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/19 01:52:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 01:52:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:52:22 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:52:22 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/19 01:52:22 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 01:52:22 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.38s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.52s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:52:24 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/19 01:52:33 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 43a6f21be17482fa4358a318ce039dc1 OK 2025/08/19 01:52:33 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/19 01:52:34 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/19 01:52:34 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/08/19 01:52:35 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/19 01:52:36 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/19 01:52:37 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 0954bcbbc6187614a3326a0cf33971f5 OK 2025/08/19 01:52:37 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/19 01:52:39 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/19 01:52:39 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (16.14s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:52:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Looking for duplicate names using skip mode. 2025/08/19 01:52:44 NOTICE: one: Found 2 files with duplicate names 2025/08/19 01:52:44 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.04s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:52:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Looking for duplicate names using skip mode. 2025/08/19 01:52:50 NOTICE: one: Found 3 files with duplicate names 2025/08/19 01:52:50 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/19 01:52:51 INFO : one: Deleted 2025/08/19 01:52:51 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.93s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:52:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Looking for duplicate names using first mode. 2025/08/19 01:52:57 NOTICE: one: Found 3 files with duplicate names 2025/08/19 01:52:58 INFO : one: Deleted 2025/08/19 01:52:58 INFO : one: Deleted 2025/08/19 01:52:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.14s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:53:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Looking for duplicate names using newest mode. 2025/08/19 01:53:04 NOTICE: one: Found 3 files with duplicate names 2025/08/19 01:53:05 INFO : one: Deleted 2025/08/19 01:53:05 INFO : one: Deleted 2025/08/19 01:53:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.47s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:53:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Looking for duplicate names using oldest mode. 2025/08/19 01:53:12 NOTICE: one: Found 3 files with duplicate names 2025/08/19 01:53:12 INFO : one: Deleted 2025/08/19 01:53:13 INFO : one: Deleted 2025/08/19 01:53:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.07s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:53:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Looking for duplicate names using largest mode. 2025/08/19 01:53:18 NOTICE: one: Found 3 files with duplicate names 2025/08/19 01:53:19 INFO : one: Deleted 2025/08/19 01:53:19 INFO : one: Deleted 2025/08/19 01:53:19 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.64s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:53:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Looking for duplicate names using smallest mode. 2025/08/19 01:53:25 NOTICE: one: Found 3 files with duplicate names 2025/08/19 01:53:25 INFO : one: Deleted 2025/08/19 01:53:26 INFO : one: Deleted 2025/08/19 01:53:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.83s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:53:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Looking for duplicate names using rename mode. 2025/08/19 01:53:33 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/19 01:53:34 INFO : one-2.txt: renamed from: one.txt 2025/08/19 01:53:36 INFO : one-3.txt: renamed from: one.txt 2025/08/19 01:53:37 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.50s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:53:42 DEBUG : dupe1/one.txt: md5 = 02360b86a89dfeeff87614d389d800ab OK 2025/08/19 01:53:44 DEBUG : dupe2/two.txt: md5 = 7a3eea364c241ccd9e733afe95f9cc33 OK 2025/08/19 01:53:47 DEBUG : dupe3/three.txt: md5 = 5eb915cb1b0da30c710ff9c0966e4d73 OK 2025/08/19 01:53:47 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/19 01:53:48 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/19 01:53:49 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/19 01:53:49 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/19 01:53:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/19 01:53:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/19 01:53:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.47s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:53:55 DEBUG : a.txt: md5 = bec46e76e9cc59dab7dda15a692a73b8 OK 2025/08/19 01:53:56 DEBUG : zend.txt: md5 = 0a2cd7b3dd69de00dd2a8e6948a3a02a OK 2025/08/19 01:53:59 DEBUG : sub dir/hello world: md5 = e55608bfc60555bb0d8fc1b3786ea3ac OK 2025/08/19 01:54:00 DEBUG : sub dir/hello world2: md5 = 4f9739a8271ecd547704e42a1bd053ee OK 2025/08/19 01:54:03 DEBUG : sub dir/ignore dir/.ignore: md5 = a278c6c33b6ae0b899c694a20401f9d4 OK 2025/08/19 01:54:05 DEBUG : sub dir/ignore dir/should be ignored: md5 = 6401e376895aeeee5f74c9dcc401c6de OK 2025/08/19 01:54:07 DEBUG : sub dir/sub sub dir/hello world3: md5 = c11090e50b34a8ed2c6085d5dd7cd953 OK 2025/08/19 01:54:09 DEBUG : a.txt: Excluded (Size Filter) 2025/08/19 01:54:09 DEBUG : a.txt: Excluded 2025/08/19 01:54:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/19 01:54:09 DEBUG : sub dir/hello world2: Excluded 2025/08/19 01:54:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/19 01:54:09 DEBUG : sub dir/hello world: Excluded 2025/08/19 01:54:10 DEBUG : sub dir/ignore dir: Excluded 2025/08/19 01:54:10 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/19 01:54:10 DEBUG : sub dir/hello world2: Excluded 2025/08/19 01:54:10 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/19 01:54:10 DEBUG : sub dir/hello world: Excluded 2025/08/19 01:54:10 DEBUG : sub dir/ignore dir: Excluded 2025/08/19 01:54:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/19 01:54:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/19 01:54:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/19 01:54:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/19 01:54:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/19 01:54:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/19 01:54:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (24.11s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:54:19 DEBUG : a.txt: md5 = 5e5229dd66a31280070e04f41e1e546d OK 2025/08/19 01:54:21 DEBUG : zend.txt: md5 = ece1cc61dcdd60676498c54029d7e846 OK 2025/08/19 01:54:23 DEBUG : sub dir/hello world: md5 = 6c9d34551d4f4e710089f515792a701c OK 2025/08/19 01:54:24 DEBUG : sub dir/hello world2: md5 = 4fee3402502213302efd5267deee39ad OK 2025/08/19 01:54:27 DEBUG : sub dir/ignore dir/.ignore: md5 = 687871cdaed8624b1c51d1c578393b30 OK 2025/08/19 01:54:28 DEBUG : sub dir/ignore dir/should be ignored: md5 = a21aae1a587099dffd2a825e7dfea0e0 OK 2025/08/19 01:54:30 DEBUG : sub dir/sub sub dir/hello world3: md5 = 62a2e01be799547808123c83ec40a2ae OK 2025/08/19 01:54:32 DEBUG : a.txt: Excluded (Size Filter) 2025/08/19 01:54:32 DEBUG : a.txt: Excluded 2025/08/19 01:54:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/19 01:54:32 DEBUG : sub dir/hello world: Excluded 2025/08/19 01:54:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/19 01:54:32 DEBUG : sub dir/hello world2: Excluded 2025/08/19 01:54:33 DEBUG : sub dir/ignore dir: Excluded 2025/08/19 01:54:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/19 01:54:33 DEBUG : sub dir/hello world: Excluded 2025/08/19 01:54:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/19 01:54:33 DEBUG : sub dir/hello world2: Excluded 2025/08/19 01:54:33 DEBUG : sub dir/ignore dir: Excluded 2025/08/19 01:54:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/19 01:54:39 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/19 01:54:39 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/19 01:54:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/19 01:54:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/19 01:54:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/19 01:54:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (22.80s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:54:42 DEBUG : file1: md5 = 6b92f97559ffbeb36d409ec490c92219 OK 2025/08/19 01:54:44 DEBUG : sub/file2: md5 = d303c3e4bf97b3b005746a1975571a26 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/08/19 01:54:47 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/19 01:54:47 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/19 01:54:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/19 01:54:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.95s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.32s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:54:52 DEBUG : file1: md5 = 1f89dd078e15eafb75175110847d49ca OK 2025/08/19 01:54:54 DEBUG : sub/file2: md5 = 9b7dd3a91b3a613b81caf1cb07491568 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/08/19 01:54:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/notfound" 2025/08/19 01:54:58 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/qe0i31qdkoejk60elps0ni5sqk" 2025/08/19 01:55:01 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.99s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.55s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.45s) --- PASS: TestStatJSON/DirFilesOnly (0.45s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.28s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.76s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Making directory 2025/08/19 01:55:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:05 DEBUG : sub dir/hello world: md5 = 14205c9c63c81b7fa193bcaa7c90837e OK 2025/08/19 01:55:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.98s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:09 DEBUG : potato2: md5 = 2053dd8c76c844d6b5529e44b142986b OK 2025/08/19 01:55:11 DEBUG : empty space: md5 = c606af83d4b11dec4f21ca945763a4cc OK --- PASS: TestLs (4.77s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:14 DEBUG : potato2: md5 = 8c439d79908955cdd819e11b4c1215fb OK 2025/08/19 01:55:15 DEBUG : empty space: md5 = d28fd36c1f3990caab13c2c92ff66661 OK 2025/08/19 01:55:16 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.06s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:19 DEBUG : potato2: md5 = bc8243ca45d7a701fc0c9b3a8c2cd055 OK 2025/08/19 01:55:21 DEBUG : empty space: md5 = 6b58e35ea6c8f7dea8b057ab863960fc OK --- PASS: TestLsLong (4.95s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:24 DEBUG : potato2: md5 = afab23d2d1eac52ee3cc95c1aa275618 OK 2025/08/19 01:55:25 DEBUG : empty space: md5 = 10eb61fc6a5f434f525e263ffdf87bf7 OK --- PASS: TestHashSums (4.63s) === RUN TestHashSumsWithErrors 2025/08/19 01:55:27 DEBUG : Creating backend with remote ":memory:" 2025/08/19 01:55:27 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/19 01:55:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/19 01:55:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/19 01:55:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/19 01:55:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/19 01:55:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/19 01:55:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/19 01:55:27 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/19 01:55:27 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:29 DEBUG : potato2: md5 = f73b752608e84300606ffca8e03d5382 OK 2025/08/19 01:55:30 DEBUG : empty space: md5 = 230466acf80a86289ac50197103ad02b OK 2025/08/19 01:55:32 DEBUG : sub dir/potato3: md5 = a03cb127092b0c23a33b4681ef46790b OK 2025/08/19 01:55:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.71s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:37 DEBUG : small: md5 = aa7e9de795c42543e5684c9c1070c049 OK 2025/08/19 01:55:39 DEBUG : medium: md5 = b3268d64484cae8a9b4dd7660eb760d4 OK 2025/08/19 01:55:40 DEBUG : large: md5 = a0bd7a1e32c47646f3d9ab30b7bf791f OK 2025/08/19 01:55:41 DEBUG : Waiting for deletions to finish 2025/08/19 01:55:41 DEBUG : large: Excluded (Size Filter) 2025/08/19 01:55:41 INFO : medium: Deleted 2025/08/19 01:55:41 INFO : small: Deleted --- PASS: TestDelete (6.75s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:44 DEBUG : small: md5 = d019d1d1b5f3c6469b721ce978a30fb2 OK 2025/08/19 01:55:46 DEBUG : medium: md5 = 32069f29c9ecc64c636be78079de3618 OK 2025/08/19 01:55:47 DEBUG : large: md5 = 5a6ecd8bc188227558f29fcdda70d292 OK 2025/08/19 01:55:47 DEBUG : Waiting for deletions to finish 2025/08/19 01:55:48 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/08/19 01:55:48 INFO : large: Deleted 2025/08/19 01:55:48 INFO : small: Deleted --- PASS: TestMaxDelete (7.37s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:52 DEBUG : small: md5 = 8ca73ba5aab49590769f6bec9d67ded6 OK 2025/08/19 01:55:53 DEBUG : medium: md5 = d3967c6229fea3c1a2355ef073ae276d OK 2025/08/19 01:55:55 DEBUG : large: md5 = 3a1a5fad4df479518e6ac29667981bcc OK 2025/08/19 01:55:55 DEBUG : Waiting for deletions to finish 2025/08/19 01:55:55 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/19 01:55:56 INFO : medium: Deleted 2025/08/19 01:55:56 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.44s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:55:59 DEBUG : small: md5 = 72ef5e180410a6e88bfaf4d766e1b929 OK 2025/08/19 01:56:00 DEBUG : medium: md5 = be271509055c22aec57222cb8cce3c22 OK 2025/08/19 01:56:01 DEBUG : large: md5 = a0c8fcd0f29305e06400ba72646c6c1b OK 2025/08/19 01:56:02 DEBUG : Waiting for deletions to finish 2025/08/19 01:56:02 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/08/19 01:56:02 INFO : large: Deleted 2025/08/19 01:56:03 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.73s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:56:06 DEBUG : ReadFile: md5 = 42a4b08bba9a8626922f6ba58fa78da7 OK --- PASS: TestReadFile (4.15s) === RUN TestRetry 2025/08/19 01:56:08 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/19 01:56:08 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/19 01:56:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/19 01:56:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/19 01:56:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/19 01:56:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/19 01:56:08 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:56:10 DEBUG : file1: md5 = fdc8ba65bf03e1e2634cc6c6cda457c4 OK 2025/08/19 01:56:11 DEBUG : file2: md5 = eb44c2c733fab0abf5ce37d4c712be57 OK --- PASS: TestCat (17.60s) === RUN TestPurge 2025/08/19 01:56:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sahizuw9disa" 2025/08/19 01:56:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/19 01:56:26 DEBUG : Creating backend with remote "TestDrive:crypt/qdf70945bdq12lbt4lb1mrm0in6atsa864atoua4c2mpce4qd3ug" 2025/08/19 01:56:27 DEBUG : Creating backend with remote "/tmp/rclone713402608" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sahizuw9disa'", Local "Local file system at /tmp/rclone713402608", Modify Window "1ms" 2025/08/19 01:56:31 DEBUG : A1/B1/C1/one: md5 = 142eda4f76ca7b14298b5dfb65b72798 OK 2025/08/19 01:56:31 INFO : A2: Making directory 2025/08/19 01:56:32 INFO : A1/B2: Making directory 2025/08/19 01:56:33 INFO : A1/B2/C2: Making directory 2025/08/19 01:56:34 INFO : A1/B1/C3: Making directory 2025/08/19 01:56:34 INFO : A3: Making directory 2025/08/19 01:56:35 INFO : A3/B3: Making directory 2025/08/19 01:56:36 INFO : A3/B3/C4: Making directory 2025/08/19 01:56:38 DEBUG : A1/two: md5 = 0342af4ff81c9f15bcb1a316a78cd34b OK 2025/08/19 01:56:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sahizuw9disa': Purge remote 2025/08/19 01:56:42 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.94s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:56:45 DEBUG : A1/B1/C1/one: md5 = 3531c7e2c49ee48d33258f97f43aa012 OK 2025/08/19 01:56:45 INFO : A2: Making directory 2025/08/19 01:56:46 INFO : A1/B2: Making directory 2025/08/19 01:56:47 INFO : A1/B2/C2: Making directory 2025/08/19 01:56:48 INFO : A1/B1/C3: Making directory 2025/08/19 01:56:49 INFO : A3: Making directory 2025/08/19 01:56:50 INFO : A3/B3: Making directory 2025/08/19 01:56:50 INFO : A3/B3/C4: Making directory 2025/08/19 01:56:53 DEBUG : A1/two: md5 = d84784b62b1e699d2f279dc3bcc357c2 OK 2025/08/19 01:56:54 DEBUG : removing 1 level 3 directories 2025/08/19 01:56:54 INFO : A3/B3/C4: Removing directory 2025/08/19 01:56:57 DEBUG : removing 2 level 3 directories 2025/08/19 01:56:57 INFO : A1/B2/C2: Removing directory 2025/08/19 01:56:57 INFO : A1/B1/C3: Removing directory 2025/08/19 01:56:57 DEBUG : removing 2 level 2 directories 2025/08/19 01:56:57 INFO : A3/B3: Removing directory 2025/08/19 01:56:57 INFO : A1/B2: Removing directory 2025/08/19 01:56:57 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/19 01:56:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/19 01:56:58 DEBUG : removing 2 level 1 directories 2025/08/19 01:56:58 INFO : A3: Removing directory 2025/08/19 01:56:58 INFO : A2: Removing directory 2025/08/19 01:56:58 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/19 01:57:02 DEBUG : removing 1 level 3 directories 2025/08/19 01:57:02 INFO : A1/B1/C1: Removing directory 2025/08/19 01:57:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:03 DEBUG : removing 1 level 2 directories 2025/08/19 01:57:03 INFO : A1/B1: Removing directory 2025/08/19 01:57:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/19 01:57:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 01:57:03 DEBUG : removing 1 level 1 directories 2025/08/19 01:57:03 INFO : A1: Removing directory 2025/08/19 01:57:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/19 01:57:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/19 01:57:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 01:57:04 DEBUG : removing 1 level 0 directories 2025/08/19 01:57:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Removing directory 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/19 01:57:04 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (23.81s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:57:06 INFO : A1: Making directory 2025/08/19 01:57:07 INFO : A1/B1: Making directory 2025/08/19 01:57:08 INFO : A1/B1/C1: Making directory 2025/08/19 01:57:10 DEBUG : removing 1 level 3 directories 2025/08/19 01:57:10 INFO : A1/B1/C1: Removing directory 2025/08/19 01:57:11 DEBUG : removing 1 level 2 directories 2025/08/19 01:57:11 INFO : A1/B1: Removing directory 2025/08/19 01:57:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 01:57:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.83s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:57:13 INFO : A1: Making directory 2025/08/19 01:57:14 INFO : A1/B1: Making directory 2025/08/19 01:57:15 INFO : A1/B1/C1: Making directory 2025/08/19 01:57:18 DEBUG : removing 1 level 3 directories 2025/08/19 01:57:18 INFO : A1/B1/C1: Removing directory 2025/08/19 01:57:19 DEBUG : removing 1 level 2 directories 2025/08/19 01:57:19 INFO : A1/B1: Removing directory 2025/08/19 01:57:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 01:57:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.73s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:57:23 DEBUG : file1: md5 = 3404ad7a5232cdfd95eb7d863961eeb1 OK 2025/08/19 01:57:23 DEBUG : filename.txt: File name found in url 2025/08/19 01:57:25 DEBUG : filename.txt: md5 = e8e97dbb0284b1977718a1131a24a565 OK 2025/08/19 01:57:25 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/19 01:57:26 DEBUG : headerfilename.txt: md5 = 303c9997c02fc9f3e319924a99535485 OK 2025/08/19 01:57:28 DEBUG : file2: md5 = 5fcb35ad678690697d8de5ebf872ab80 OK --- PASS: TestCopyURL (8.96s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:57:30 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/19 01:57:33 DEBUG : sub/file2: md5 = a7189fb13a4c58a7484a6254d78054dc OK 2025/08/19 01:57:33 INFO : file1: Copied (new) to: sub/file2 2025/08/19 01:57:33 INFO : file1: Deleted 2025/08/19 01:57:33 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/19 01:57:33 DEBUG : file1: Unchanged skipping 2025/08/19 01:57:33 INFO : file1: Deleted 2025/08/19 01:57:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': don't need to copy/move sub/file2, it is already at target location 2025/08/19 01:57:36 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.13s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:57:37 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/19 01:57:38 DEBUG : file1: md5 = 835eaa4ec49dbc6979a0b39e5a6ba3e8 OK 2025/08/19 01:57:38 INFO : file1: Copied (new) 2025/08/19 01:57:38 INFO : file1: Deleted 2025/08/19 01:57:38 DEBUG : file1: Destination exists, skipping 2025/08/19 01:57:38 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.33s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:57:43 DEBUG : dst/file1: md5 = 369a8884a78c04aec50bc77d936c2b1c OK 2025/08/19 01:57:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lonacuf3qanu/backup" 2025/08/19 01:57:44 DEBUG : Creating backend with remote "TestDrive:crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g/1nrff024r7pq65ecp72fc28jb0" 2025/08/19 01:57:45 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/19 01:57:47 INFO : dst/file1: Moved (server-side) 2025/08/19 01:57:49 DEBUG : dst/file1: md5 = a59d53c901feae1436fda6a752138230 OK 2025/08/19 01:57:49 INFO : dst/file1: Copied (new) 2025/08/19 01:57:49 INFO : dst/file1: Deleted 2025/08/19 01:57:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 01:57:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/19 01:57:53 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.95s) === 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:57:56 DEBUG : A1/one: md5 = 26c2ee7500b1d45c52b193942dc895e1 OK 2025/08/19 01:57:57 DEBUG : A1/two: md5 = 679db7d962a91234a4b7a039b63a656d OK 2025/08/19 01:57:59 DEBUG : A1/B1/three: md5 = e63dafeb5d52464c16dc40cc45b0d308 OK 2025/08/19 01:58:02 DEBUG : A1/B1/C1/four: md5 = 2e4a1570954549bf821d4fcbc729550d OK 2025/08/19 01:58:04 DEBUG : A1/B1/C2/five: md5 = 20feb438ba14be078ed8768a4ea133cf OK 2025/08/19 01:58:04 INFO : A1/B2: Making directory 2025/08/19 01:58:04 INFO : A1/B1/C3: Making directory 2025/08/19 01:58:14 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/19 01:58:14 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/19 01:58:14 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/19 01:58:14 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/19 01:58:15 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/19 01:58:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/19 01:58:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/19 01:58:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 01:58:18 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/19 01:58:18 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/19 01:58:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/19 01:58:26 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/19 01:58:26 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/19 01:58:26 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/19 01:58:26 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/19 01:58:26 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/19 01:58:29 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/19 01:58:29 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/19 01:58:29 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 01:58:30 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/19 01:58:30 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/19 01:58:36 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/19 01:58:36 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/19 01:58:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/19 01:58:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/19 01:58:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/19 01:58:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/19 01:58:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/19 01:58:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/19 01:58:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/19 01:58:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.81s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:58:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/19 01:58:41 DEBUG : no_checksum_small_file_from_pipe: md5 = 6d9db68baacb638d677e45ad9d213c28 OK 2025/08/19 01:58:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/19 01:58:41 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/19 01:58:42 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/19 01:58:43 DEBUG : no_checksum_big_file_from_pipe: md5 = 247893efd5d54e0016d996e273282ecd OK 2025/08/19 01:58:43 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:58:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/19 01:58:46 DEBUG : with_checksum_small_file_from_pipe: md5 = 60363a1d7d3ca85d20a90b6b0042bc5c OK 2025/08/19 01:58:46 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/19 01:58:46 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/19 01:58:47 DEBUG : with_checksum_big_file_from_pipe: md5 = 5c7d9508ede1c4b539744bc980cc3be6 OK 2025/08/19 01:58:47 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:58:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/19 01:58:51 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/19 01:58:51 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/19 01:58:53 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-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:58:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/19 01:58:56 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/19 01:58:57 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/19 01:58:58 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.41s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.41s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.99s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.14s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.88s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/19 01:58:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': File to upload is small (48 bytes), uploading instead of streaming 2025/08/19 01:59:01 DEBUG : rcat_metadata: md5 = 7de2f01623a9b9b0d9123cb1d9771ee4 OK 2025/08/19 01:59:01 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/19 01:59:03 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/19 01:59:04 DEBUG : rcat_metadata_uploadcutoff0: md5 = c048302b0c281e17a33b573f4d28df55 OK 2025/08/19 01:59:04 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.08s) --- PASS: TestRcatMetadata/Normal (2.56s) --- PASS: TestRcatMetadata/ViaDisk (3.07s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:59:07 DEBUG : potato1: md5 = 6b0e03044040770b0b7d937784fe3d89 OK 2025/08/19 01:59:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': File to upload is small (60 bytes), uploading instead of streaming 2025/08/19 01:59:08 DEBUG : potato2: md5 = ded6f9977892e6524aa38869aac22bf9 OK 2025/08/19 01:59:08 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.49s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:59:11 DEBUG : potato1: md5 = c7ce11be2e15ebe6a6477c3289e1711e OK 2025/08/19 01:59:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': File to upload is small (60 bytes), uploading instead of streaming 2025/08/19 01:59:13 DEBUG : potato2: md5 = a3b402e9d092738df5b3b4305b38b2d9 OK 2025/08/19 01:59:13 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.00s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:59:16 DEBUG : potato2: md5 = 6fb58ba95c656ff84dd6f9202d546aff OK 2025/08/19 01:59:18 DEBUG : empty space: md5 = 0825b8c54877ac39e59e07b056013aaf OK 2025/08/19 01:59:20 DEBUG : sub dir/potato3: md5 = 96302c40b2a5b4c4cdd0a590c55ae718 OK 2025/08/19 01:59:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Touching "sub dir/potato3" 2025/08/19 01:59:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Touching "empty space" 2025/08/19 01:59:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Touching "potato2" 2025/08/19 01:59:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.96s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:59:25 DEBUG : dir with metadata: Making directory with metadata 2025/08/19 01:59:25 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.35s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:59:27 DEBUG : directory with modtime: Making directory with metadata 2025/08/19 01:59:28 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.32s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:59:29 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/19 01:59:29 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/19 01:59:30 DEBUG : Google drive root 'crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g': Skipping btime metadata as can't update it on an existing file: 2025-08-19T01:59:29.883468568Z 2025/08/19 01:59:30 INFO : non existent directory: Updated directory metadata 2025/08/19 01:59:32 DEBUG : Google drive root 'crypt/v834ogng9qvuv8v8khsk74fbca32aa77idb48vdjm3c9vn1u4f6g': Skipping btime metadata as can't update it on an existing file: 2025-08-19T01:59:29.883468568Z 2025/08/19 01:59:33 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.89s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:59:34 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/19 01:59:36 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/19 01:59:37 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.11s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:59:38 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/19 01:59:38 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/19 01:59:38 DEBUG : dst: Making directory with metadata 2025/08/19 01:59:39 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/19 01:59:39 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/19 01:59:40 INFO : dst: Set directory modification time (using SetModTime) 2025/08/19 01:59:40 INFO : dst: Set directory modification time (using SetModTime) 2025/08/19 01:59:40 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/19 01:59:41 INFO : dst: Set directory modification time (using SetModTime) 2025/08/19 01:59:41 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.48s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu'", Local "Local file system at /tmp/rclone46447777", Modify Window "1ms" 2025/08/19 01:59:44 DEBUG : sub dir/test remove existing: md5 = 19c032709e1da7ea7961aa8a8e8ab1bb OK 2025/08/19 01:59:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 42267f044b65c3b0b859a6188192a105 OK 2025/08/19 01:59:47 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.fekoqaz5" before starting 2025/08/19 01:59:48 DEBUG : sub dir/test remove existing.fekoqaz5: TEST: removing renamed existing file after operation 2025/08/19 01:59:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dimukuy6" before starting 2025/08/19 01:59:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dimukuy6: TEST: renaming existing back after failed operation 2025/08/19 01:59:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.veguned7" before starting 2025/08/19 01:59:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.veguned7: TEST: removing renamed existing file after operation 2025/08/19 01:59:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "vj82d60l899gmevuieuffb3f7njiojiidofbb8fkligoalfgmusg" 2025/08/19 01:59:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "dkluu003lcskobabc9806ma1cvik6bs5srfvorgbk6e5ecqg0g7panhjsja7bufvhcrsfsu9hmh1oav12rr2pb3o7ch1hnjtqq504r80imdm4dgbppof1gif2del7ujjt46fauai1lh3dei5436vg6d76h4tkcpi6ii2an9si5m7ng2j30c0" --- PASS: TestRemoveExisting (13.35s) === 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/08/19 01:59:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lonacuf3qanu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m29.949603931s (try 1/5)