"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/07/11 04:31:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe" 2025/07/11 04:31:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:31:36 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg" 2025/07/11 04:31:37 DEBUG : Creating backend with remote "/tmp/rclone2036530053" === 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-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/11 04:31:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/11 04:31:38 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/11 04:31:38 DEBUG : potato: Seek from 10 to 0 2025/07/11 04:31:38 DEBUG : potato: Seek from 10 to 0 2025/07/11 04:31:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/11 04:31:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/11 04:31:38 DEBUG : potato: Seek from 5 to 2 2025/07/11 04:31:38 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/11 04:31:38 DEBUG : potato: Seek from 7 to 0 2025/07/11 04:31:38 DEBUG : potato: Seek from 7 to 0 2025/07/11 04:31:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/11 04:31:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/11 04:31:38 DEBUG : potato: Seek from 5 to 2 2025/07/11 04:31:38 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/11 04:31:38 DEBUG : potato: Seek from 8 to 0 2025/07/11 04:31:38 DEBUG : potato: Seek from 8 to 0 2025/07/11 04:31:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/11 04:31:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/11 04:31:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/11 04:31:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/11 04:31:38 DEBUG : potato: Seek from 5 to 2 2025/07/11 04:31:38 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/11 04:31:38 DEBUG : potato: Seek from 9 to 0 2025/07/11 04:31:38 DEBUG : potato: Seek from 9 to 0 2025/07/11 04:31:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:31:40 DEBUG : rutabaga: md5 = cf0e6969950c8747be4717086f07e642 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/11 04:31:42 DEBUG : empty space: md5 = 4cf14ef3b29d3c5cab89cd3becd018f7 OK === RUN TestCheck/3 2025/07/11 04:31:44 DEBUG : potato2: md5 = 5498d19dc48c3f10e419b356cc6d9797 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/11 04:31:46 DEBUG : remotepotato: md5 = 7dd57bf37f24580ae6315ae8273d4850 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.92s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.31s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/07/11 04:31:49 DEBUG : Creating backend with remote "nonexistent" 2025/07/11 04:31:49 DEBUG : Creating backend with remote "nonexistent" 2025/07/11 04:31:49 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/11 04:31:49 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/07/11 04:31:49 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/11 04:31:49 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-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:31:50 DEBUG : rutabaga: md5 = 4075537e606c6aad37d2937673e04479 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/11 04:31:54 DEBUG : empty space: md5 = 2cf430426d9271c8f5fb5bb109747f23 OK === RUN TestCheckDownload/3 2025/07/11 04:31:57 DEBUG : potato2: md5 = 67efd10594d2eec42e1497c3d06c5802 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/11 04:32:01 DEBUG : remotepotato: md5 = 5e5e719d2fbe58e0f71ffe3308810099 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.59s) --- PASS: TestCheckDownload/1 (1.19s) --- PASS: TestCheckDownload/2 (1.05s) --- PASS: TestCheckDownload/3 (1.06s) --- PASS: TestCheckDownload/4 (1.23s) --- PASS: TestCheckDownload/5 (1.02s) --- PASS: TestCheckDownload/6 (0.89s) --- PASS: TestCheckDownload/7 (0.98s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:32:07 DEBUG : rutabaga: md5 = d5afa4161c277d186b5d35f3b024dab7 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/11 04:32:09 DEBUG : empty space: md5 = 48d9bf33dc5589a61bffd50e79314e93 OK === RUN TestCheckSizeOnly/3 2025/07/11 04:32:11 DEBUG : potato2: md5 = 5b4023a33d8e85036de6f68086c3f8bf OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/11 04:32:13 DEBUG : remotepotato: md5 = d0685c882f50daf312756be1b3ff0bb6 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.88s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:32:17 DEBUG : test.sum: md5 = dade51f8828e09724bd8a4a364c79297 OK 2025/07/11 04:32:19 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/11 04:32:19 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/11 04:32:19 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/11 04:32:19 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/11 04:32:21 DEBUG : test.sum: md5 = 218b48407643e0ee959fcb88d99c0d61 OK 2025/07/11 04:32:22 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/11 04:32:22 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/11 04:32:22 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/11 04:32:22 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.57s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:32:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/data" 2025/07/11 04:32:23 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe/data' lacks md5, skipping --- SKIP: TestCheckSum (1.98s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:32:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/data" 2025/07/11 04:32:25 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/vjrnln8ratgmqakfosrqe8espk" 2025/07/11 04:32:28 DEBUG : data/banana: md5 = d517bc64fdd83811f801d24fcbfaade9 OK 2025/07/11 04:32:30 DEBUG : test.sum: md5 = b3065a48c92be6a62ed24930b92fe1c2 OK === RUN TestCheckSumDownload/subtest1 2025/07/11 04:32:34 DEBUG : data/potato: md5 = 75e6c07dc11a29a51419cf7628b24f4b OK 2025/07/11 04:32:35 DEBUG : test.sum: md5 = 3b72e3fe80a794ce3945ab9e11981762 OK === RUN TestCheckSumDownload/subtest2 2025/07/11 04:32:39 DEBUG : test.sum: md5 = 5d6ad8cbd14e844455b2b26635acbf5d OK === RUN TestCheckSumDownload/subtest3 2025/07/11 04:32:43 DEBUG : test.sum: md5 = 09a3ead496cee8a318bb90cf98a18cbf OK === RUN TestCheckSumDownload/subtest4 2025/07/11 04:32:47 DEBUG : test.sum: md5 = 86efdcb864edd1be61ebacc6d6415c69 OK === RUN TestCheckSumDownload/subtest5 2025/07/11 04:32:51 DEBUG : test.sum: md5 = 563b28dbff6d4900e0587824a44e9acb OK === RUN TestCheckSumDownload/subtest6 2025/07/11 04:32:55 DEBUG : data/banana: md5 = a8325dbb401e9e633e01136873145525 OK 2025/07/11 04:32:57 DEBUG : data/potato: md5 = 7c6c065675989e92bacec59385bbad39 OK 2025/07/11 04:32:58 DEBUG : test.sum: md5 = 4a9b3a9ccd28d1c64d77820fd560420c OK === RUN TestCheckSumDownload/subtest7 2025/07/11 04:33:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/07/11 04:33:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (39.50s) --- PASS: TestCheckSumDownload/subtest1 (2.53s) --- PASS: TestCheckSumDownload/subtest2 (2.02s) --- PASS: TestCheckSumDownload/subtest3 (2.39s) --- PASS: TestCheckSumDownload/subtest4 (2.33s) --- PASS: TestCheckSumDownload/subtest5 (2.10s) --- PASS: TestCheckSumDownload/subtest6 (1.99s) --- PASS: TestCheckSumDownload/subtest7 (2.20s) === RUN TestApplyTransforms 2025/07/11 04:33:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-retefey1zehi" 2025/07/11 04:33:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:04 DEBUG : Creating backend with remote "TestDrive:crypt/oh7a1gqs6d8kd6plao22ahermi17nv9a12t97dqclhi50fi65nb0" 2025/07/11 04:33:05 DEBUG : Creating backend with remote "/tmp/rclone3203530569" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-retefey1zehi'", Local "Local file system at /tmp/rclone3203530569", Modify Window "1ms" 2025/07/11 04:33:07 DEBUG : hello, world!: md5 = 57b8be3cc8d556562b49ec42a6a7bd22 OK upper checkfile vs. lower remote (without normalization) 2025/07/11 04:33:08 ERROR : hello, world!: sum not found 2025/07/11 04:33:08 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-retefey1zehi' 2025/07/11 04:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-retefey1zehi': 1 files missing 2025/07/11 04:33:08 NOTICE: 1 hashes missing 2025/07/11 04:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-retefey1zehi': 1 differences found 2025/07/11 04:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-retefey1zehi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/11 04:33:09 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-retefey1zehi': 0 differences found 2025/07/11 04:33:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-retefey1zehi': 1 matching files 2025/07/11 04:33:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-remivev5jihu" 2025/07/11 04:33:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:09 DEBUG : Creating backend with remote "TestDrive:crypt/lnpcroaj46h8cas2kjb4jtb0k8on9e412dp6mruoecchalbjnttg" 2025/07/11 04:33:10 DEBUG : Creating backend with remote "/tmp/rclone3046231672" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-remivev5jihu'", Local "Local file system at /tmp/rclone3046231672", Modify Window "1ms" 2025/07/11 04:33:12 DEBUG : HELLO, WORLD!: md5 = 8a29836848d2a094e6737f1909aa0b2e OK lower checkfile vs. upper remote (without normalization) 2025/07/11 04:33:12 ERROR : HELLO, WORLD!: sum not found 2025/07/11 04:33:12 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-remivev5jihu' 2025/07/11 04:33:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-remivev5jihu': 1 files missing 2025/07/11 04:33:12 NOTICE: 1 hashes missing 2025/07/11 04:33:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-remivev5jihu': 1 differences found 2025/07/11 04:33:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-remivev5jihu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/11 04:33:13 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-remivev5jihu': 0 differences found 2025/07/11 04:33:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-remivev5jihu': 1 matching files 2025/07/11 04:33:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-doraged0lehi" 2025/07/11 04:33:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:13 DEBUG : Creating backend with remote "TestDrive:crypt/j4r5er4gj9fi4lq7rsbor358fh6dlbt6ki8j6jp6og8pm13ejq9g" 2025/07/11 04:33:14 DEBUG : Creating backend with remote "/tmp/rclone75930909" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-doraged0lehi'", Local "Local file system at /tmp/rclone75930909", Modify Window "1ms" 2025/07/11 04:33:17 DEBUG : HeLlO, wOrLd!: md5 = f27c4d5ee5db3d5b6abda0ef252d13f7 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/11 04:33:17 ERROR : HeLlO, wOrLd!: sum not found 2025/07/11 04:33:17 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-doraged0lehi' 2025/07/11 04:33:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doraged0lehi': 1 files missing 2025/07/11 04:33:17 NOTICE: 1 hashes missing 2025/07/11 04:33:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doraged0lehi': 1 differences found 2025/07/11 04:33:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doraged0lehi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/11 04:33:18 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doraged0lehi': 0 differences found 2025/07/11 04:33:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doraged0lehi': 1 matching files 2025/07/11 04:33:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sicovoj8nane" 2025/07/11 04:33:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:18 DEBUG : Creating backend with remote "TestDrive:crypt/v26j9d3diio85unolcupqj4oqig69kma2jigdb6phvfnab96cm8g" 2025/07/11 04:33:19 DEBUG : Creating backend with remote "/tmp/rclone4048253468" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sicovoj8nane'", Local "Local file system at /tmp/rclone4048253468", Modify Window "1ms" 2025/07/11 04:33:22 DEBUG : HELLO, WORLD!: md5 = 40d02cee8f0fe1184d54a5b4c5826556 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/11 04:33:22 ERROR : HELLO, WORLD!: sum not found 2025/07/11 04:33:22 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sicovoj8nane' 2025/07/11 04:33:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sicovoj8nane': 1 files missing 2025/07/11 04:33:22 NOTICE: 1 hashes missing 2025/07/11 04:33:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sicovoj8nane': 1 differences found 2025/07/11 04:33:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sicovoj8nane': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/11 04:33:24 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sicovoj8nane': 0 differences found 2025/07/11 04:33:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sicovoj8nane': 1 matching files 2025/07/11 04:33:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fizibuw9kagi" 2025/07/11 04:33:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:24 DEBUG : Creating backend with remote "TestDrive:crypt/ciui5i58b1n5qr9e87ubf48blqa8l430k9ubckm4rc1162ts88n0" 2025/07/11 04:33:25 DEBUG : Creating backend with remote "/tmp/rclone3202800205" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fizibuw9kagi'", Local "Local file system at /tmp/rclone3202800205", Modify Window "1ms" 2025/07/11 04:33:27 DEBUG : 測試_Русский___ě_áñ: md5 = 03e81780b541d773ad34cdd7bc907f15 OK NFD checkfile vs. NFC remote (without normalization) 2025/07/11 04:33:27 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/11 04:33:27 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fizibuw9kagi' 2025/07/11 04:33:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fizibuw9kagi': 1 files missing 2025/07/11 04:33:27 NOTICE: 1 hashes missing 2025/07/11 04:33:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fizibuw9kagi': 1 differences found 2025/07/11 04:33:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fizibuw9kagi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/11 04:33:28 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fizibuw9kagi': 0 differences found 2025/07/11 04:33:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fizibuw9kagi': 1 matching files 2025/07/11 04:33:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bawirim5holi" 2025/07/11 04:33:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:28 DEBUG : Creating backend with remote "TestDrive:crypt/esfn8leg4gaq858m5lnhgj8j9b6kbbon8ruvisr6oa5dt69mn4t0" 2025/07/11 04:33:29 DEBUG : Creating backend with remote "/tmp/rclone2562992669" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bawirim5holi'", Local "Local file system at /tmp/rclone2562992669", Modify Window "1ms" 2025/07/11 04:33:31 DEBUG : 測試_Русский___ě_áñ: md5 = 986ac20160a641f5e1140c8a17c67e66 OK NFC checkfile vs. NFD remote (without normalization) 2025/07/11 04:33:32 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/11 04:33:32 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bawirim5holi' 2025/07/11 04:33:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bawirim5holi': 1 files missing 2025/07/11 04:33:32 NOTICE: 1 hashes missing 2025/07/11 04:33:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bawirim5holi': 1 differences found 2025/07/11 04:33:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bawirim5holi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/11 04:33:33 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bawirim5holi': 0 differences found 2025/07/11 04:33:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bawirim5holi': 1 matching files 2025/07/11 04:33:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yicavuj4xime" 2025/07/11 04:33:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:33 DEBUG : Creating backend with remote "TestDrive:crypt/ibndev1060pn8dggfq5ua0vcp2qjoqva9nrh8lfucbtlaje6prh0" 2025/07/11 04:33:34 DEBUG : Creating backend with remote "/tmp/rclone2013745130" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yicavuj4xime'", Local "Local file system at /tmp/rclone2013745130", Modify Window "1ms" 2025/07/11 04:33:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 89a42b1695e525e844f3e17bf9778648 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/11 04:33:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/11 04:33:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yicavuj4xime' 2025/07/11 04:33:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yicavuj4xime': 1 files missing 2025/07/11 04:33:36 NOTICE: 1 hashes missing 2025/07/11 04:33:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yicavuj4xime': 1 differences found 2025/07/11 04:33:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yicavuj4xime': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/11 04:33:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yicavuj4xime': 0 differences found 2025/07/11 04:33:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yicavuj4xime': 1 matching files 2025/07/11 04:33:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tezenoh7diqu" 2025/07/11 04:33:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:38 DEBUG : Creating backend with remote "TestDrive:crypt/1g7e7oj7adcpe6eh6ji6vcfbh9u1pnnh6q4d0c89763al3peha80" 2025/07/11 04:33:39 DEBUG : Creating backend with remote "/tmp/rclone2411614859" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tezenoh7diqu'", Local "Local file system at /tmp/rclone2411614859", Modify Window "1ms" 2025/07/11 04:33:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a2b7fcd88ac0dbe31e4a4d72e97ddca5 OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/11 04:33:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/11 04:33:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tezenoh7diqu' 2025/07/11 04:33:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tezenoh7diqu': 1 files missing 2025/07/11 04:33:41 NOTICE: 1 hashes missing 2025/07/11 04:33:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tezenoh7diqu': 1 differences found 2025/07/11 04:33:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tezenoh7diqu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/11 04:33:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tezenoh7diqu': 0 differences found 2025/07/11 04:33:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tezenoh7diqu': 1 matching files 2025/07/11 04:33:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dameyur5kigu" 2025/07/11 04:33:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:43 DEBUG : Creating backend with remote "TestDrive:crypt/v3ng8jfn8ujnmp9leqpemlgna9oua98qa62e9oh3i6mnleincgdg" 2025/07/11 04:33:44 DEBUG : Creating backend with remote "/tmp/rclone2537818176" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dameyur5kigu'", Local "Local file system at /tmp/rclone2537818176", Modify Window "1ms" 2025/07/11 04:33:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1f5cfd0d8818c52488a51357ffe62ceb OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/11 04:33:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/11 04:33:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dameyur5kigu' 2025/07/11 04:33:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dameyur5kigu': 1 files missing 2025/07/11 04:33:46 NOTICE: 1 hashes missing 2025/07/11 04:33:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dameyur5kigu': 1 differences found 2025/07/11 04:33:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dameyur5kigu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/11 04:33:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dameyur5kigu': 0 differences found 2025/07/11 04:33:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dameyur5kigu': 1 matching files 2025/07/11 04:33:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cokiwuc0bubu" 2025/07/11 04:33:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:33:47 DEBUG : Creating backend with remote "TestDrive:crypt/mo2p0ocngu6a0mb84q3h613oadb3nufgg80mnb63p6a2ahgsu96g" 2025/07/11 04:33:48 DEBUG : Creating backend with remote "/tmp/rclone70772315" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cokiwuc0bubu'", Local "Local file system at /tmp/rclone70772315", Modify Window "1ms" 2025/07/11 04:33:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8d07c966549de019eacaa3d6518283e4 OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/11 04:33:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/11 04:33:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cokiwuc0bubu' 2025/07/11 04:33:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cokiwuc0bubu': 1 files missing 2025/07/11 04:33:51 NOTICE: 1 hashes missing 2025/07/11 04:33:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cokiwuc0bubu': 1 differences found 2025/07/11 04:33:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cokiwuc0bubu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/11 04:33:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 04:33:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cokiwuc0bubu': 0 differences found 2025/07/11 04:33:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cokiwuc0bubu': 1 matching files 2025/07/11 04:33:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cokiwuc0bubu': Purge remote 2025/07/11 04:33:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dameyur5kigu': Purge remote 2025/07/11 04:33:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tezenoh7diqu': Purge remote 2025/07/11 04:33:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yicavuj4xime': Purge remote 2025/07/11 04:33:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bawirim5holi': Purge remote 2025/07/11 04:33:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fizibuw9kagi': Purge remote 2025/07/11 04:33:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sicovoj8nane': Purge remote 2025/07/11 04:33:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-doraged0lehi': Purge remote 2025/07/11 04:33:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-remivev5jihu': Purge remote 2025/07/11 04:33:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-retefey1zehi': Purge remote --- PASS: TestApplyTransforms (52.01s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:33:56 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/11 04:33:59 DEBUG : sub/file2: md5 = e2c98c26c91f73deeff0654f9a7bdf07 OK 2025/07/11 04:33:59 INFO : file1: Copied (new) to: sub/file2 2025/07/11 04:33:59 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/11 04:33:59 DEBUG : file1: Unchanged skipping 2025/07/11 04:34:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': don't need to copy/move sub/file2, it is already at target location 2025/07/11 04:34:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.32s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:34:05 DEBUG : dst/file1: md5 = b7cc52805023313b1679a7de8b0704d1 OK 2025/07/11 04:34:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/backup" 2025/07/11 04:34:06 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/1nrff024r7pq65ecp72fc28jb0" 2025/07/11 04:34:07 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/11 04:34:10 INFO : dst/file1: Moved (server-side) 2025/07/11 04:34:11 DEBUG : dst/file1: md5 = 8e8120b2f6380e25f78f5ee090d84334 OK 2025/07/11 04:34:11 INFO : dst/file1: Copied (new) 2025/07/11 04:34:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 04:34:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 04:34:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.82s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:34:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/dst" 2025/07/11 04:34:16 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 04:34:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/CompareDest" 2025/07/11 04:34:18 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/gveqi14airsml4bgu7krj116o8" 2025/07/11 04:34:19 DEBUG : one: Need to transfer - File not found at Destination 2025/07/11 04:34:21 DEBUG : one: md5 = 83f5114bfd69a1ed40623ece72be5e6c OK 2025/07/11 04:34:21 INFO : one: Copied (new) 2025/07/11 04:34:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 04:34:24 DEBUG : one: md5 = 7af5fadf762697dddbbed59d57e7a052 OK 2025/07/11 04:34:24 INFO : one: Copied (replaced existing) 2025/07/11 04:34:26 DEBUG : dst/one: md5 = 602b5edd3a04db24bb988218c77b1348 OK 2025/07/11 04:34:28 DEBUG : CompareDest/one: md5 = c6a71e3cbf86edc2718370acf1528ea1 OK 2025/07/11 04:34:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 04:34:29 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 04:34:29 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/11 04:34:31 DEBUG : CompareDest/two: md5 = 135ba0cdd881a37eaf6cbf98e04eea23 OK 2025/07/11 04:34:32 DEBUG : two: Need to transfer - File not found at Destination 2025/07/11 04:34:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 04:34:32 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/11 04:34:33 DEBUG : two: Need to transfer - File not found at Destination 2025/07/11 04:34:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 04:34:33 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/11 04:34:34 DEBUG : two: Need to transfer - File not found at Destination 2025/07/11 04:34:34 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/11 04:34:36 DEBUG : two: md5 = 652a679fc4ac39fbef4de0b19eca4c68 OK 2025/07/11 04:34:36 INFO : two: Copied (new) 2025/07/11 04:34:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 04:34:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:34:40 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:34:40 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.55s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:34:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/dst" 2025/07/11 04:34:40 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 04:34:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/CopyDest" 2025/07/11 04:34:42 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/11 04:34:43 DEBUG : one: Need to transfer - File not found at Destination 2025/07/11 04:34:46 DEBUG : one: md5 = 1eaad2d6c95bf2c078e1a36b044762f5 OK 2025/07/11 04:34:46 INFO : one: Copied (new) 2025/07/11 04:34:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 04:34:48 DEBUG : one: md5 = 3dac0e62042d05e11d1c5eb78473cb59 OK 2025/07/11 04:34:48 INFO : one: Copied (replaced existing) 2025/07/11 04:34:50 DEBUG : dst/one: md5 = 80f16c13da2fff274cc85cc83b6a22b4 OK 2025/07/11 04:34:52 DEBUG : CopyDest/one: md5 = 740c45c1934530cec466552649f0be66 OK 2025/07/11 04:34:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/BackupDir" 2025/07/11 04:34:53 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/11 04:34:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 04:34:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 04:34:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 04:34:57 INFO : one: Moved (server-side) 2025/07/11 04:34:58 INFO : one: Copied (server-side copy) 2025/07/11 04:34:58 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/11 04:35:00 DEBUG : CopyDest/two: md5 = 011d3ab74fc02ec911ca59633990f627 OK 2025/07/11 04:35:00 DEBUG : two: Need to transfer - File not found at Destination 2025/07/11 04:35:01 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 04:35:02 INFO : two: Copied (server-side copy) 2025/07/11 04:35:02 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/11 04:35:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 04:35:02 DEBUG : two: Unchanged skipping 2025/07/11 04:35:04 DEBUG : CopyDest/three: md5 = 5369a1d0f92a291e3f2b50dca1a62788 OK 2025/07/11 04:35:05 DEBUG : three: Need to transfer - File not found at Destination 2025/07/11 04:35:06 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/11 04:35:06 DEBUG : three: Destination not found in --copy-dest 2025/07/11 04:35:07 DEBUG : three: md5 = 91b458a29a95a3c1df6cd1b5639e894e OK 2025/07/11 04:35:07 INFO : three: Copied (new) 2025/07/11 04:35:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/11 04:35:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 04:35:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:35:12 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 04:35:12 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:35:12 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/11 04:35:13 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.05s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:35:14 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/11 04:35:17 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 4b6196be51c277eedf6547e1efd7050f OK 2025/07/11 04:35:17 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/11 04:35:17 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/11 04:35:18 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/07/11 04:35:18 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/11 04:35:19 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/11 04:35:20 DEBUG : TestCopyFileMaxTransfer/file4: md5 = bbd26b71d4899de992c1a40d376ae005 OK 2025/07/11 04:35:20 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/11 04:35:23 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/11 04:35:23 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.01s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:35:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Looking for duplicate names using skip mode. 2025/07/11 04:35:27 NOTICE: one: Found 2 files with duplicate names 2025/07/11 04:35:27 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.36s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:35:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Looking for duplicate names using skip mode. 2025/07/11 04:35:32 NOTICE: one: Found 3 files with duplicate names 2025/07/11 04:35:32 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/11 04:35:32 INFO : one: Deleted 2025/07/11 04:35:32 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.84s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:35:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Looking for duplicate names using first mode. 2025/07/11 04:35:38 NOTICE: one: Found 3 files with duplicate names 2025/07/11 04:35:38 INFO : one: Deleted 2025/07/11 04:35:39 INFO : one: Deleted 2025/07/11 04:35:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.93s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:35:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Looking for duplicate names using newest mode. 2025/07/11 04:35:44 NOTICE: one: Found 3 files with duplicate names 2025/07/11 04:35:44 INFO : one: Deleted 2025/07/11 04:35:45 INFO : one: Deleted 2025/07/11 04:35:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.34s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.43s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:35:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Looking for duplicate names using oldest mode. 2025/07/11 04:35:51 NOTICE: one: Found 3 files with duplicate names 2025/07/11 04:35:51 INFO : one: Deleted 2025/07/11 04:35:52 INFO : one: Deleted 2025/07/11 04:35:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.02s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:35:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Looking for duplicate names using largest mode. 2025/07/11 04:35:57 NOTICE: one: Found 3 files with duplicate names 2025/07/11 04:35:57 INFO : one: Deleted 2025/07/11 04:35:58 INFO : one: Deleted 2025/07/11 04:35:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.75s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:36:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Looking for duplicate names using smallest mode. 2025/07/11 04:36:04 NOTICE: one: Found 3 files with duplicate names 2025/07/11 04:36:04 INFO : one: Deleted 2025/07/11 04:36:04 INFO : one: Deleted 2025/07/11 04:36:04 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.21s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:36:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Looking for duplicate names using rename mode. 2025/07/11 04:36:11 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/11 04:36:12 INFO : one-2.txt: renamed from: one.txt 2025/07/11 04:36:13 INFO : one-3.txt: renamed from: one.txt 2025/07/11 04:36:15 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.48s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:36:19 DEBUG : dupe1/one.txt: md5 = 897d0c3357406c9f4358ef03b875699b OK 2025/07/11 04:36:21 DEBUG : dupe2/two.txt: md5 = b8135277b793fe9d3d4878dab142d0a1 OK 2025/07/11 04:36:23 DEBUG : dupe3/three.txt: md5 = cfb08ab3f843e3c3a187c1b22b767ef2 OK 2025/07/11 04:36:24 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/11 04:36:24 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/11 04:36:25 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/11 04:36:25 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/11 04:36:29 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/11 04:36:29 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/11 04:36:29 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.16s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:36:31 DEBUG : a.txt: md5 = 512c887d7d43a45ec32b338e22a96120 OK 2025/07/11 04:36:32 DEBUG : zend.txt: md5 = bb47579bd72cc5f7f53ed78565bf0c8a OK 2025/07/11 04:36:34 DEBUG : sub dir/hello world: md5 = 79e93bc1f15d95b9f916dee8bb659368 OK 2025/07/11 04:36:35 DEBUG : sub dir/hello world2: md5 = f38bb1a0583c8f2044776a19faaa5b14 OK 2025/07/11 04:36:37 DEBUG : sub dir/ignore dir/.ignore: md5 = b156b1393a48d4a44e46c94a7fecaddf OK 2025/07/11 04:36:39 DEBUG : sub dir/ignore dir/should be ignored: md5 = 385d4da79bb71aa84b096710c1169042 OK 2025/07/11 04:36:41 DEBUG : sub dir/sub sub dir/hello world3: md5 = 377b3d8ce9f8a4367cfb160e725a8f5a OK 2025/07/11 04:36:42 DEBUG : a.txt: Excluded (Size Filter) 2025/07/11 04:36:42 DEBUG : a.txt: Excluded 2025/07/11 04:36:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/11 04:36:42 DEBUG : sub dir/hello world2: Excluded 2025/07/11 04:36:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/11 04:36:42 DEBUG : sub dir/hello world: Excluded 2025/07/11 04:36:43 DEBUG : sub dir/ignore dir: Excluded 2025/07/11 04:36:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/11 04:36:43 DEBUG : sub dir/hello world2: Excluded 2025/07/11 04:36:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/11 04:36:43 DEBUG : sub dir/hello world: Excluded 2025/07/11 04:36:43 DEBUG : sub dir/ignore dir: Excluded 2025/07/11 04:36:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/11 04:36:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/11 04:36:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/11 04:36:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/11 04:36:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/11 04:36:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/11 04:36:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (20.46s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:36:51 DEBUG : a.txt: md5 = acd6dc531f3915117fa1122cafcb6e21 OK 2025/07/11 04:36:52 DEBUG : zend.txt: md5 = fc49816b4300a461a350a9f77dca58b6 OK 2025/07/11 04:36:54 DEBUG : sub dir/hello world: md5 = ef194c94952be90bb681991d9afd6e97 OK 2025/07/11 04:36:56 DEBUG : sub dir/hello world2: md5 = 1bd966bc26faa78d51ce79c1b28c9548 OK 2025/07/11 04:36:58 DEBUG : sub dir/ignore dir/.ignore: md5 = 0d5ce5a39dfdd1d191c97e7c82eec57f OK 2025/07/11 04:37:00 DEBUG : sub dir/ignore dir/should be ignored: md5 = 201d9dc7665dd692438f3ab893ad9183 OK 2025/07/11 04:37:02 DEBUG : sub dir/sub sub dir/hello world3: md5 = 3d99f2d60b1013b091cd32520bfc63d9 OK 2025/07/11 04:37:03 DEBUG : a.txt: Excluded (Size Filter) 2025/07/11 04:37:03 DEBUG : a.txt: Excluded 2025/07/11 04:37:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/11 04:37:03 DEBUG : sub dir/hello world2: Excluded 2025/07/11 04:37:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/11 04:37:03 DEBUG : sub dir/hello world: Excluded 2025/07/11 04:37:04 DEBUG : sub dir/ignore dir: Excluded 2025/07/11 04:37:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/11 04:37:04 DEBUG : sub dir/hello world2: Excluded 2025/07/11 04:37:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/11 04:37:04 DEBUG : sub dir/hello world: Excluded 2025/07/11 04:37:04 DEBUG : sub dir/ignore dir: Excluded 2025/07/11 04:37:09 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/11 04:37:09 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/11 04:37:09 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/11 04:37:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/11 04:37:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/11 04:37:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/11 04:37:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.06s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:37:12 DEBUG : file1: md5 = 92ba9b234f93994e397a326b55315ec0 OK 2025/07/11 04:37:14 DEBUG : sub/file2: md5 = ede27ab2e7356d7b4674e02558757012 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/07/11 04:37:17 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/11 04:37:17 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/11 04:37:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/11 04:37:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.32s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.52s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.21s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.72s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:37:21 DEBUG : file1: md5 = b2903f57d5c2d2841cbed7b5fa2a37da OK 2025/07/11 04:37:24 DEBUG : sub/file2: md5 = bd52455d8da2a73fc99e6f504e0e644f OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/07/11 04:37:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/notfound" 2025/07/11 04:37:28 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/qe0i31qdkoejk60elps0ni5sqk" 2025/07/11 04:37:31 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.16s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.44s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.20s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.31s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.75s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:37:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Making directory 2025/07/11 04:37:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:37:34 DEBUG : sub dir/hello world: md5 = b184ecfbf39692c6420c65293a71c9c4 OK 2025/07/11 04:37:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.95s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:37:38 DEBUG : potato2: md5 = 66ef0e395b3dd50585d19ed9603c300e OK 2025/07/11 04:37:40 DEBUG : empty space: md5 = 4a9ffababa26ba51d33d85d1eaa74503 OK --- PASS: TestLs (4.58s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:37:43 DEBUG : potato2: md5 = ea85b329e85731d535415b8bd3e742a2 OK 2025/07/11 04:37:44 DEBUG : empty space: md5 = 4df685b3111ccf65e0a55e74ac00a0e0 OK 2025/07/11 04:37:45 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/07/11 04:37:45 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.36s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:37:48 DEBUG : potato2: md5 = f44fd881a09db824622818a25c13e25f OK 2025/07/11 04:37:49 DEBUG : empty space: md5 = d9bab5997eba5f83337a73727df6500d OK --- PASS: TestLsLong (4.56s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:37:53 DEBUG : potato2: md5 = 779c792fb70188ebd2c7bf6d8fcac178 OK 2025/07/11 04:37:54 DEBUG : empty space: md5 = d5134d5132f08166bce74dd0c8aed915 OK --- PASS: TestHashSums (4.33s) === RUN TestHashSumsWithErrors 2025/07/11 04:37:56 DEBUG : Creating backend with remote ":memory:" 2025/07/11 04:37:56 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/11 04:37:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/11 04:37:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/11 04:37:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/11 04:37:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/11 04:37:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/11 04:37:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/11 04:37:56 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/11 04:37:56 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-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:37:57 DEBUG : potato2: md5 = cf0277bea9827ebb205dc1746d322c7e OK 2025/07/11 04:37:59 DEBUG : empty space: md5 = 1e75d4916848b675aed9dfee260427cd OK 2025/07/11 04:38:01 DEBUG : sub dir/potato3: md5 = 79d49d607efded89a771f9779575db84 OK 2025/07/11 04:38:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.60s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:38:06 DEBUG : small: md5 = c9cc108fe0dcbc18dbf16cc1e62c5a6b OK 2025/07/11 04:38:07 DEBUG : medium: md5 = fce23f5cc9cbd9fa43552ac88d15138b OK 2025/07/11 04:38:08 DEBUG : large: md5 = a8ca8c29821a4000e0ec86519bb13d93 OK 2025/07/11 04:38:08 DEBUG : Waiting for deletions to finish 2025/07/11 04:38:09 DEBUG : large: Excluded (Size Filter) 2025/07/11 04:38:09 INFO : medium: Deleted 2025/07/11 04:38:09 INFO : small: Deleted --- PASS: TestDelete (6.17s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:38:12 DEBUG : small: md5 = c2b8f7405aeffd164da292390df4f9ff OK 2025/07/11 04:38:13 DEBUG : medium: md5 = 9e6c73849c314b7e392650cfa0302214 OK 2025/07/11 04:38:14 DEBUG : large: md5 = aa1056f705fb0d258cb197eed52d3ba6 OK 2025/07/11 04:38:15 DEBUG : Waiting for deletions to finish 2025/07/11 04:38:15 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/07/11 04:38:15 INFO : medium: Deleted 2025/07/11 04:38:15 INFO : large: Deleted --- PASS: TestMaxDelete (6.45s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:38:18 DEBUG : small: md5 = 8fa6c9b884c0aa584e856602e416d4f5 OK 2025/07/11 04:38:20 DEBUG : medium: md5 = 05cfac6efa2e139bb8b9cc0cd680f3ae OK 2025/07/11 04:38:21 DEBUG : large: md5 = 229eebe98feed2b27ea1712f5cb0129f OK 2025/07/11 04:38:21 DEBUG : Waiting for deletions to finish 2025/07/11 04:38:22 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/11 04:38:22 INFO : small: Deleted 2025/07/11 04:38:22 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.60s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:38:25 DEBUG : small: md5 = fd9625ed5b59ba93923fe421a5225159 OK 2025/07/11 04:38:26 DEBUG : medium: md5 = 7683649764c3574fe542ca3ec46651ae OK 2025/07/11 04:38:28 DEBUG : large: md5 = 2e271653556ef5b3bb643d852ec27182 OK 2025/07/11 04:38:28 DEBUG : Waiting for deletions to finish 2025/07/11 04:38:28 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/11 04:38:29 INFO : small: Deleted 2025/07/11 04:38:29 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.80s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:38:32 DEBUG : ReadFile: md5 = 230c1f9bd0ec044e41d07f7ad311fc77 OK --- PASS: TestReadFile (3.86s) === RUN TestRetry 2025/07/11 04:38:34 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/11 04:38:34 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/11 04:38:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/11 04:38:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/11 04:38:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/11 04:38:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/11 04:38:34 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-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:38:36 DEBUG : file1: md5 = 0c3ff1f0c98d399b0ac3825f3abeea0a OK 2025/07/11 04:38:37 DEBUG : file2: md5 = a49642ce87b74e542348dea01844c818 OK --- PASS: TestCat (16.39s) === RUN TestPurge 2025/07/11 04:38:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-larovoh5fudu" 2025/07/11 04:38:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 04:38:51 DEBUG : Creating backend with remote "TestDrive:crypt/8sabeoi3mlcq3rt2ib4emgo4p5m5u7k4uhs2f6p4levrab3vats0" 2025/07/11 04:38:52 DEBUG : Creating backend with remote "/tmp/rclone2248314930" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-larovoh5fudu'", Local "Local file system at /tmp/rclone2248314930", Modify Window "1ms" 2025/07/11 04:38:56 DEBUG : A1/B1/C1/one: md5 = fc45976d4ae37fa6f2edf85f40183f18 OK 2025/07/11 04:38:56 INFO : A2: Making directory 2025/07/11 04:38:57 INFO : A1/B2: Making directory 2025/07/11 04:38:58 INFO : A1/B2/C2: Making directory 2025/07/11 04:38:58 INFO : A1/B1/C3: Making directory 2025/07/11 04:38:59 INFO : A3: Making directory 2025/07/11 04:39:00 INFO : A3/B3: Making directory 2025/07/11 04:39:01 INFO : A3/B3/C4: Making directory 2025/07/11 04:39:03 DEBUG : A1/two: md5 = 535953c1f9177860c49cc48696f243a2 OK 2025/07/11 04:39:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-larovoh5fudu': Purge remote 2025/07/11 04:39:07 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.46s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:39:10 DEBUG : A1/B1/C1/one: md5 = 4a8001973b69f92746eb0c45c8b76cb6 OK 2025/07/11 04:39:10 INFO : A2: Making directory 2025/07/11 04:39:11 INFO : A1/B2: Making directory 2025/07/11 04:39:12 INFO : A1/B2/C2: Making directory 2025/07/11 04:39:13 INFO : A1/B1/C3: Making directory 2025/07/11 04:39:13 INFO : A3: Making directory 2025/07/11 04:39:14 INFO : A3/B3: Making directory 2025/07/11 04:39:15 INFO : A3/B3/C4: Making directory 2025/07/11 04:39:17 DEBUG : A1/two: md5 = d9a2e24794be4656197caace922d2725 OK 2025/07/11 04:39:18 DEBUG : removing 1 level 3 directories 2025/07/11 04:39:18 INFO : A3/B3/C4: Removing directory 2025/07/11 04:39:20 DEBUG : removing 2 level 3 directories 2025/07/11 04:39:20 INFO : A1/B2/C2: Removing directory 2025/07/11 04:39:20 INFO : A1/B1/C3: Removing directory 2025/07/11 04:39:21 DEBUG : removing 2 level 2 directories 2025/07/11 04:39:21 INFO : A3/B3: Removing directory 2025/07/11 04:39:21 INFO : A1/B2: Removing directory 2025/07/11 04:39:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/11 04:39:21 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/11 04:39:22 DEBUG : removing 2 level 1 directories 2025/07/11 04:39:22 INFO : A3: Removing directory 2025/07/11 04:39:22 INFO : A2: Removing directory 2025/07/11 04:39:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/11 04:39:26 DEBUG : removing 1 level 3 directories 2025/07/11 04:39:26 INFO : A1/B1/C1: Removing directory 2025/07/11 04:39:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:27 DEBUG : removing 1 level 2 directories 2025/07/11 04:39:27 INFO : A1/B1: Removing directory 2025/07/11 04:39:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/11 04:39:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 04:39:28 DEBUG : removing 1 level 1 directories 2025/07/11 04:39:28 INFO : A1: Removing directory 2025/07/11 04:39:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/11 04:39:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/11 04:39:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 04:39:28 DEBUG : removing 1 level 0 directories 2025/07/11 04:39:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Removing directory 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 04:39:29 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" --- PASS: TestRmdirsNoLeaveRoot (22.98s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:39:31 INFO : A1: Making directory 2025/07/11 04:39:31 INFO : A1/B1: Making directory 2025/07/11 04:39:32 INFO : A1/B1/C1: Making directory 2025/07/11 04:39:35 DEBUG : removing 1 level 3 directories 2025/07/11 04:39:35 INFO : A1/B1/C1: Removing directory 2025/07/11 04:39:35 DEBUG : removing 1 level 2 directories 2025/07/11 04:39:35 INFO : A1/B1: Removing directory 2025/07/11 04:39:35 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 04:39:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.74s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:39:38 INFO : A1: Making directory 2025/07/11 04:39:38 INFO : A1/B1: Making directory 2025/07/11 04:39:40 INFO : A1/B1/C1: Making directory 2025/07/11 04:39:42 DEBUG : removing 1 level 3 directories 2025/07/11 04:39:42 INFO : A1/B1/C1: Removing directory 2025/07/11 04:39:43 DEBUG : removing 1 level 2 directories 2025/07/11 04:39:43 INFO : A1/B1: Removing directory 2025/07/11 04:39:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 04:39:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.59s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:39:47 DEBUG : file1: md5 = 12d9304a263c2bf9b5a842513513696b OK 2025/07/11 04:39:47 DEBUG : filename.txt: File name found in url 2025/07/11 04:39:49 DEBUG : filename.txt: md5 = 70fc22acb710f4798d78b0888ca7a43d OK 2025/07/11 04:39:49 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/11 04:39:50 DEBUG : headerfilename.txt: md5 = 1916e0f7b05111893d4ad0415e0890e5 OK 2025/07/11 04:39:51 DEBUG : file2: md5 = 373a0a16825bd7b8a8e077a6cb9bed41 OK --- PASS: TestCopyURL (8.27s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:39:54 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/11 04:39:56 DEBUG : sub/file2: md5 = 875e12dc5f4eeff13aa38422d744106a OK 2025/07/11 04:39:56 INFO : file1: Copied (new) to: sub/file2 2025/07/11 04:39:56 INFO : file1: Deleted 2025/07/11 04:39:57 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/11 04:39:57 DEBUG : file1: Unchanged skipping 2025/07/11 04:39:57 INFO : file1: Deleted 2025/07/11 04:39:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': don't need to copy/move sub/file2, it is already at target location 2025/07/11 04:39:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.99s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:40:00 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/11 04:40:01 DEBUG : file1: md5 = d6754f7aed2bc6821bc8894ec5d1a8bb OK 2025/07/11 04:40:01 INFO : file1: Copied (new) 2025/07/11 04:40:01 INFO : file1: Deleted 2025/07/11 04:40:02 DEBUG : file1: Destination exists, skipping 2025/07/11 04:40:02 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.26s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:40:06 DEBUG : dst/file1: md5 = a23d8aeead7959950330cc9fe0ae8674 OK 2025/07/11 04:40:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozuloh4hebe/backup" 2025/07/11 04:40:07 DEBUG : Creating backend with remote "TestDrive:crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg/1nrff024r7pq65ecp72fc28jb0" 2025/07/11 04:40:08 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/11 04:40:11 INFO : dst/file1: Moved (server-side) 2025/07/11 04:40:12 DEBUG : dst/file1: md5 = 6667fd847ee08c6a18bfd5b80ebfb118 OK 2025/07/11 04:40:12 INFO : dst/file1: Copied (new) 2025/07/11 04:40:12 INFO : dst/file1: Deleted 2025/07/11 04:40:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 04:40:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 04:40:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.08s) === 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-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:40:19 DEBUG : A1/one: md5 = dc6e22eb1f7e3d878f01843bcf364047 OK 2025/07/11 04:40:20 DEBUG : A1/two: md5 = 1c4901287be4467a66b6f1358612bb14 OK 2025/07/11 04:40:23 DEBUG : A1/B1/three: md5 = 7e184b1708a0e5d1c1467c235e0451a0 OK 2025/07/11 04:40:25 DEBUG : A1/B1/C1/four: md5 = 46a07632c8bc8e33763c049f94d165ce OK 2025/07/11 04:40:27 DEBUG : A1/B1/C2/five: md5 = 8bb58c55767f797298c670e2564a3acc OK 2025/07/11 04:40:27 INFO : A1/B2: Making directory 2025/07/11 04:40:27 INFO : A1/B1/C3: Making directory 2025/07/11 04:40:37 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/11 04:40:37 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/11 04:40:37 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/11 04:40:37 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/11 04:40:37 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/11 04:40:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/11 04:40:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/11 04:40:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 04:40:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/11 04:40:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/11 04:40:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/11 04:40:49 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/11 04:40:49 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/11 04:40:49 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/11 04:40:49 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/11 04:40:49 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/11 04:40:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/11 04:40:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/11 04:40:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 04:40:53 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/11 04:40:53 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/11 04:40:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/11 04:41:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/11 04:41:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/11 04:41:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/11 04:41:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 04:41:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/11 04:41:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/11 04:41:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/11 04:41:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 04:41:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.23s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': File to upload is small (34 bytes), uploading instead of streaming 2025/07/11 04:41:04 DEBUG : no_checksum_small_file_from_pipe: md5 = d53596564c42db287d4e2f37047987a2 OK 2025/07/11 04:41:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/11 04:41:04 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/11 04:41:05 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/11 04:41:06 DEBUG : no_checksum_big_file_from_pipe: md5 = aaa6e27938a70be74b857da7fafda78a OK 2025/07/11 04:41:06 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-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': File to upload is small (34 bytes), uploading instead of streaming 2025/07/11 04:41:09 DEBUG : with_checksum_small_file_from_pipe: md5 = 477a24f92b908ef66f22b3012a6bacb8 OK 2025/07/11 04:41:09 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/11 04:41:10 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/11 04:41:11 DEBUG : with_checksum_big_file_from_pipe: md5 = b0a12eb4f85a9cb13cb067d88fadaaf9 OK 2025/07/11 04:41:11 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-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': File to upload is small (34 bytes), uploading instead of streaming 2025/07/11 04:41:14 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/11 04:41:15 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/11 04:41:16 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-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': File to upload is small (34 bytes), uploading instead of streaming 2025/07/11 04:41:19 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/11 04:41:20 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/11 04:41:20 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.49s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.69s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.09s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.80s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.92s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/11 04:41:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': File to upload is small (48 bytes), uploading instead of streaming 2025/07/11 04:41:24 DEBUG : rcat_metadata: md5 = a99e3458dd8886b21a48fc17d263bb38 OK 2025/07/11 04:41:24 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/11 04:41:25 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/11 04:41:26 DEBUG : rcat_metadata_uploadcutoff0: md5 = aba1620b53b42a9fe00177c5fe5f4552 OK 2025/07/11 04:41:26 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.39s) --- PASS: TestRcatMetadata/Normal (2.39s) --- PASS: TestRcatMetadata/ViaDisk (2.59s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:29 DEBUG : potato1: md5 = 2b11cd2671ceaf5f8420422930dfc532 OK 2025/07/11 04:41:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': File to upload is small (60 bytes), uploading instead of streaming 2025/07/11 04:41:30 DEBUG : potato2: md5 = ba27675669c5e2a5bccc6f50124b552d OK 2025/07/11 04:41:30 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.37s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:33 DEBUG : potato1: md5 = f96913f3b067a1465f3dcfafcbf8e306 OK 2025/07/11 04:41:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': File to upload is small (60 bytes), uploading instead of streaming 2025/07/11 04:41:34 DEBUG : potato2: md5 = 8ee2d529de37e782950837e8d92f4ca4 OK 2025/07/11 04:41:34 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.71s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:38 DEBUG : potato2: md5 = 031e9309c56369f7f8e41e8157750892 OK 2025/07/11 04:41:40 DEBUG : empty space: md5 = 52b3f51de0ca7fe8a23fb8323fa9ca1a OK 2025/07/11 04:41:42 DEBUG : sub dir/potato3: md5 = 3946e3b37ecabf603d277c1843df50e3 OK 2025/07/11 04:41:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Touching "sub dir/potato3" 2025/07/11 04:41:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Touching "potato2" 2025/07/11 04:41:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Touching "empty space" 2025/07/11 04:41:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.79s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:46 DEBUG : dir with metadata: Making directory with metadata 2025/07/11 04:41:47 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.48s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:49 DEBUG : directory with modtime: Making directory with metadata 2025/07/11 04:41:49 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.27s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:51 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/11 04:41:51 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/11 04:41:51 DEBUG : Google drive root 'crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg': Skipping btime metadata as can't update it on an existing file: 2025-07-11T04:41:51.54074771Z 2025/07/11 04:41:52 INFO : non existent directory: Updated directory metadata 2025/07/11 04:41:54 DEBUG : Google drive root 'crypt/if08aup7tkrcoe6v2jr0gjor6go3vrif4o8t89vuere1mqm508eg': Skipping btime metadata as can't update it on an existing file: 2025-07-11T04:41:51.54074771Z 2025/07/11 04:41:54 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.86s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:41:56 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/11 04:41:57 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/11 04:41:58 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.16s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:42:00 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/11 04:42:00 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/11 04:42:00 DEBUG : dst: Making directory with metadata 2025/07/11 04:42:01 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/11 04:42:01 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/11 04:42:01 INFO : dst: Set directory modification time (using SetModTime) 2025/07/11 04:42:02 INFO : dst: Set directory modification time (using SetModTime) 2025/07/11 04:42:02 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/11 04:42:02 INFO : dst: Set directory modification time (using SetModTime) 2025/07/11 04:42:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.45s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe'", Local "Local file system at /tmp/rclone2036530053", Modify Window "1ms" 2025/07/11 04:42:06 DEBUG : sub dir/test remove existing: md5 = abec3b71929a77a4204a3cf14f47e1ce OK 2025/07/11 04:42:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 5f3e81de86e042aa11a81731450d6247 OK 2025/07/11 04:42:10 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.cexarov5" before starting 2025/07/11 04:42:11 DEBUG : sub dir/test remove existing.cexarov5: TEST: removing renamed existing file after operation 2025/07/11 04:42:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xoyevuk5" before starting 2025/07/11 04:42:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xoyevuk5: TEST: renaming existing back after failed operation 2025/07/11 04:42:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yepigar9" before starting 2025/07/11 04:42:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yepigar9: TEST: removing renamed existing file after operation 2025/07/11 04:42:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ce7v6nu366gtk6qmr19to7c1atqh3lkps3cedtvbf9n45dei971g" 2025/07/11 04:42:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "dmrkdc8tcdnd9nbk7drm8caabl3g2rf4qj4er4hfbk3h9jupcc3rcl27he8a2h1minfj3bhbflfbc8a0fmqfunpuehf63j658hmnbaug8ftr0bkla4n0e03fkq5ravhtadgavmi0e215qs81fmqrd2fn7ovgmht5ujjs60afafhfsgsqq97g" --- PASS: TestRemoveExisting (14.47s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/07/11 04:42:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozuloh4hebe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m42.402322428s (try 1/5)