"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/04/25 03:11:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi" 2025/04/25 03:11:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:11:00 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0" 2025/04/25 03:11:01 DEBUG : Creating backend with remote "/tmp/rclone217432539" === 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-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.20s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/25 03:11:01 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/25 03:11:01 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/25 03:11:01 DEBUG : potato: Seek from 10 to 0 2025/04/25 03:11:01 DEBUG : potato: Seek from 10 to 0 2025/04/25 03:11:01 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/25 03:11:01 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/25 03:11:01 DEBUG : potato: Seek from 5 to 2 2025/04/25 03:11:01 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/25 03:11:01 DEBUG : potato: Seek from 7 to 0 2025/04/25 03:11:01 DEBUG : potato: Seek from 7 to 0 2025/04/25 03:11:01 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/25 03:11:01 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/25 03:11:01 DEBUG : potato: Seek from 5 to 2 2025/04/25 03:11:01 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/25 03:11:01 DEBUG : potato: Seek from 8 to 0 2025/04/25 03:11:01 DEBUG : potato: Seek from 8 to 0 2025/04/25 03:11:01 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/25 03:11:01 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/25 03:11:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/25 03:11:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/25 03:11:01 DEBUG : potato: Seek from 5 to 2 2025/04/25 03:11:01 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/25 03:11:01 DEBUG : potato: Seek from 9 to 0 2025/04/25 03:11:01 DEBUG : potato: Seek from 9 to 0 2025/04/25 03:11:01 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-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:11:03 DEBUG : rutabaga: md5 = 986e20f45f0c9ea7eb4928a335aec659 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/25 03:11:05 DEBUG : empty space: md5 = 5aea875fa3c61533fa7582ce5156721b OK === RUN TestCheck/3 2025/04/25 03:11:07 DEBUG : potato2: md5 = 034561fd99fa76478713bf4efaacb526 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/25 03:11:09 DEBUG : remotepotato: md5 = fc8b1e48d5d6278253b099dc1a106e99 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.98s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.30s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/04/25 03:11:12 DEBUG : Creating backend with remote "nonexistent" 2025/04/25 03:11:12 DEBUG : Creating backend with remote "nonexistent" 2025/04/25 03:11:12 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/25 03:11:12 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/04/25 03:11:12 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/25 03:11:12 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-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:11:13 DEBUG : rutabaga: md5 = e4b989d6574bdb7ce10618a47f0edbb8 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/25 03:11:17 DEBUG : empty space: md5 = 427016851f2bc4c82bd7608f63e9edc2 OK === RUN TestCheckDownload/3 2025/04/25 03:11:20 DEBUG : potato2: md5 = fd3e05c12ecf355e11a216a5f6822977 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/25 03:11:23 DEBUG : remotepotato: md5 = 827000d1869ce9733b8746f4a16e2238 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.31s) --- PASS: TestCheckDownload/1 (1.27s) --- PASS: TestCheckDownload/2 (0.86s) --- PASS: TestCheckDownload/3 (0.97s) --- PASS: TestCheckDownload/4 (1.05s) --- PASS: TestCheckDownload/5 (1.02s) --- PASS: TestCheckDownload/6 (1.08s) --- PASS: TestCheckDownload/7 (1.61s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:11:30 DEBUG : rutabaga: md5 = 88fdce36020439d4540c8b1d3b3fbe06 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/25 03:11:32 DEBUG : empty space: md5 = b1829aa2526241f96a36b53dbb3e36e3 OK === RUN TestCheckSizeOnly/3 2025/04/25 03:11:34 DEBUG : potato2: md5 = e2ff5c348c801802e1047d97e318a515 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/25 03:11:36 DEBUG : remotepotato: md5 = 268efd215631c5d4079cfbbda200ebfa OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.15s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:11:40 DEBUG : test.sum: md5 = 8ad4798e354d36014b78fd344f0d6ccf OK 2025/04/25 03:11:41 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/25 03:11:41 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/25 03:11:41 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/25 03:11:41 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/25 03:11:42 DEBUG : test.sum: md5 = d57be92f98e894f18080f16728f8fbcb OK 2025/04/25 03:11:43 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/25 03:11:43 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/25 03:11:43 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/25 03:11:43 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.81s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:11:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/data" 2025/04/25 03:11:44 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.90s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:11:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/data" 2025/04/25 03:11:46 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/vjrnln8ratgmqakfosrqe8espk" 2025/04/25 03:11:50 DEBUG : data/banana: md5 = 7edb7080cbc7a5e0b86c0053212692ff OK 2025/04/25 03:11:51 DEBUG : test.sum: md5 = 26211a1f7706357fda0f40db9ba14914 OK === RUN TestCheckSumDownload/subtest1 2025/04/25 03:11:56 DEBUG : data/potato: md5 = 91821e6232484e0b3b9c636ebb5d815a OK 2025/04/25 03:11:57 DEBUG : test.sum: md5 = 9d23b00882acabc10cda435814cce2f8 OK === RUN TestCheckSumDownload/subtest2 2025/04/25 03:12:02 DEBUG : test.sum: md5 = f05ae3873d0f365b76b9e1e7cdaba0b4 OK === RUN TestCheckSumDownload/subtest3 2025/04/25 03:12:06 DEBUG : test.sum: md5 = ce7e2ee19853179ae7fd237d23849cac OK === RUN TestCheckSumDownload/subtest4 2025/04/25 03:12:10 DEBUG : test.sum: md5 = 004d41bcae9eff523c4f20070869de12 OK === RUN TestCheckSumDownload/subtest5 2025/04/25 03:12:14 DEBUG : test.sum: md5 = 4b5f46f2351ce75f3c6abfc25551308e OK === RUN TestCheckSumDownload/subtest6 2025/04/25 03:12:19 DEBUG : data/banana: md5 = 44fe8af86c5fc6725b40f61746e050ad OK 2025/04/25 03:12:20 DEBUG : data/potato: md5 = a28b54aaf21ba406a1edff847ab934b3 OK 2025/04/25 03:12:21 DEBUG : test.sum: md5 = f9e678772a584e437b2d8d6cb42c9088 OK === RUN TestCheckSumDownload/subtest7 2025/04/25 03:12:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/04/25 03:12:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (41.22s) --- PASS: TestCheckSumDownload/subtest1 (3.25s) --- PASS: TestCheckSumDownload/subtest2 (2.55s) --- PASS: TestCheckSumDownload/subtest3 (2.12s) --- PASS: TestCheckSumDownload/subtest4 (2.31s) --- PASS: TestCheckSumDownload/subtest5 (2.75s) --- PASS: TestCheckSumDownload/subtest6 (2.31s) --- PASS: TestCheckSumDownload/subtest7 (2.83s) === RUN TestApplyTransforms 2025/04/25 03:12:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xagomus2daro" 2025/04/25 03:12:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:12:28 DEBUG : Creating backend with remote "TestDrive:crypt/tj4qlop48nu3npjk57u3o87e9t2n5k3k0c6k3slk1r9gd4sci630" 2025/04/25 03:12:28 DEBUG : Creating backend with remote "/tmp/rclone2216629586" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xagomus2daro'", Local "Local file system at /tmp/rclone2216629586", Modify Window "1ms" 2025/04/25 03:12:31 DEBUG : hello, world!: md5 = 0bf0e75eab4045ce27da0a0d549da565 OK upper checkfile vs. lower remote (without normalization) 2025/04/25 03:12:31 ERROR : hello, world!: sum not found 2025/04/25 03:12:31 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xagomus2daro' 2025/04/25 03:12:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xagomus2daro': 1 files missing 2025/04/25 03:12:31 NOTICE: 1 hashes missing 2025/04/25 03:12:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xagomus2daro': 2 differences found 2025/04/25 03:12:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xagomus2daro': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/25 03:12:32 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:12:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xagomus2daro': 0 differences found 2025/04/25 03:12:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xagomus2daro': 1 matching files 2025/04/25 03:12:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butezox9late" 2025/04/25 03:12:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:12:32 DEBUG : Creating backend with remote "TestDrive:crypt/rhsg7v7ppvpdv1i7j6a3oeidjg3jstmrd7tlc2cm3ohe3jgured0" 2025/04/25 03:12:33 DEBUG : Creating backend with remote "/tmp/rclone1290459990" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butezox9late'", Local "Local file system at /tmp/rclone1290459990", Modify Window "1ms" 2025/04/25 03:12:35 DEBUG : HELLO, WORLD!: md5 = 4765775dc419ece5855df84c00e55a22 OK lower checkfile vs. upper remote (without normalization) 2025/04/25 03:12:36 ERROR : HELLO, WORLD!: sum not found 2025/04/25 03:12:36 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-butezox9late' 2025/04/25 03:12:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-butezox9late': 1 files missing 2025/04/25 03:12:36 NOTICE: 1 hashes missing 2025/04/25 03:12:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-butezox9late': 2 differences found 2025/04/25 03:12:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-butezox9late': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/25 03:12:37 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:12:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-butezox9late': 0 differences found 2025/04/25 03:12:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-butezox9late': 1 matching files 2025/04/25 03:12:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-minajex0moco" 2025/04/25 03:12:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:12:37 DEBUG : Creating backend with remote "TestDrive:crypt/c81d5i266eb6f8v52b52fl6acpoa72j7s6fqm5ctil6b5fpnebk0" 2025/04/25 03:12:38 DEBUG : Creating backend with remote "/tmp/rclone2350270753" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-minajex0moco'", Local "Local file system at /tmp/rclone2350270753", Modify Window "1ms" 2025/04/25 03:12:40 DEBUG : HeLlO, wOrLd!: md5 = 6e7005172b336433cd7f85a93d705efe OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/25 03:12:41 ERROR : HeLlO, wOrLd!: sum not found 2025/04/25 03:12:41 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-minajex0moco' 2025/04/25 03:12:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minajex0moco': 1 files missing 2025/04/25 03:12:41 NOTICE: 1 hashes missing 2025/04/25 03:12:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minajex0moco': 2 differences found 2025/04/25 03:12:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minajex0moco': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/25 03:12:42 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:12:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minajex0moco': 0 differences found 2025/04/25 03:12:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minajex0moco': 1 matching files 2025/04/25 03:12:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zedoyas3wuzo" 2025/04/25 03:12:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:12:42 DEBUG : Creating backend with remote "TestDrive:crypt/l56lifvdb0amvmeslvtd5j3ooigmt93uuhig3qqcabajjtkhfo1g" 2025/04/25 03:12:43 DEBUG : Creating backend with remote "/tmp/rclone2337186906" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zedoyas3wuzo'", Local "Local file system at /tmp/rclone2337186906", Modify Window "1ms" 2025/04/25 03:12:45 DEBUG : HELLO, WORLD!: md5 = e18f9e4d384b854928cf3b9f0242edef OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/25 03:12:45 ERROR : HELLO, WORLD!: sum not found 2025/04/25 03:12:45 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zedoyas3wuzo' 2025/04/25 03:12:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zedoyas3wuzo': 1 files missing 2025/04/25 03:12:45 NOTICE: 1 hashes missing 2025/04/25 03:12:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zedoyas3wuzo': 2 differences found 2025/04/25 03:12:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zedoyas3wuzo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/25 03:12:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:12:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zedoyas3wuzo': 0 differences found 2025/04/25 03:12:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zedoyas3wuzo': 1 matching files 2025/04/25 03:12:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gamawuq2jomo" 2025/04/25 03:12:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:12:47 DEBUG : Creating backend with remote "TestDrive:crypt/m3q6qacehjib3jqslt8mkmremgj5hn81s3eecpvt0stdts5kp7dg" 2025/04/25 03:12:48 DEBUG : Creating backend with remote "/tmp/rclone1402754084" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gamawuq2jomo'", Local "Local file system at /tmp/rclone1402754084", Modify Window "1ms" 2025/04/25 03:12:50 DEBUG : 測試_Русский___ě_áñ: md5 = 633ee790310a6dc218ea41910f77b993 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/25 03:12:50 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/25 03:12:50 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gamawuq2jomo' 2025/04/25 03:12:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamawuq2jomo': 1 files missing 2025/04/25 03:12:50 NOTICE: 1 hashes missing 2025/04/25 03:12:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamawuq2jomo': 2 differences found 2025/04/25 03:12:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamawuq2jomo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/25 03:12:51 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:12:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamawuq2jomo': 0 differences found 2025/04/25 03:12:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamawuq2jomo': 1 matching files 2025/04/25 03:12:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-requbuh0yuwe" 2025/04/25 03:12:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:12:52 DEBUG : Creating backend with remote "TestDrive:crypt/2ha9s417sn718vqdiboalk9t786usp55gcuk5f6cufsem3af5s7g" 2025/04/25 03:12:52 DEBUG : Creating backend with remote "/tmp/rclone1931102113" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-requbuh0yuwe'", Local "Local file system at /tmp/rclone1931102113", Modify Window "1ms" 2025/04/25 03:12:54 DEBUG : 測試_Русский___ě_áñ: md5 = bf61c87e9de87ce781f40068a4548448 OK NFC checkfile vs. NFD remote (without normalization) 2025/04/25 03:12:55 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/25 03:12:55 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-requbuh0yuwe' 2025/04/25 03:12:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-requbuh0yuwe': 1 files missing 2025/04/25 03:12:55 NOTICE: 1 hashes missing 2025/04/25 03:12:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-requbuh0yuwe': 2 differences found 2025/04/25 03:12:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-requbuh0yuwe': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/25 03:12:56 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:12:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-requbuh0yuwe': 0 differences found 2025/04/25 03:12:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-requbuh0yuwe': 1 matching files 2025/04/25 03:12:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qenesor5qiwi" 2025/04/25 03:12:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:12:56 DEBUG : Creating backend with remote "TestDrive:crypt/8g2gc7plhnrd8h5jb9dth79c18855dc7he3aqt0ejd2o88ph7c8g" 2025/04/25 03:12:57 DEBUG : Creating backend with remote "/tmp/rclone3756066239" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qenesor5qiwi'", Local "Local file system at /tmp/rclone3756066239", Modify Window "1ms" 2025/04/25 03:12:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 23ed26667b3a1792d57929e7e65a0125 OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/25 03:13:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/25 03:13:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qenesor5qiwi' 2025/04/25 03:13:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qenesor5qiwi': 1 files missing 2025/04/25 03:13:00 NOTICE: 1 hashes missing 2025/04/25 03:13:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qenesor5qiwi': 2 differences found 2025/04/25 03:13:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qenesor5qiwi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/25 03:13:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:13:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qenesor5qiwi': 0 differences found 2025/04/25 03:13:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qenesor5qiwi': 1 matching files 2025/04/25 03:13:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zemabib0giji" 2025/04/25 03:13:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:13:01 DEBUG : Creating backend with remote "TestDrive:crypt/6775f985a6avaflra9bno8175236uleknm3gfth2q9o8gncqr1fg" 2025/04/25 03:13:02 DEBUG : Creating backend with remote "/tmp/rclone1049652383" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zemabib0giji'", Local "Local file system at /tmp/rclone1049652383", Modify Window "1ms" 2025/04/25 03:13:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a473ef32dd7d310e24a102290a3dab15 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/25 03:13:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/25 03:13:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zemabib0giji' 2025/04/25 03:13:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemabib0giji': 1 files missing 2025/04/25 03:13:05 NOTICE: 1 hashes missing 2025/04/25 03:13:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemabib0giji': 2 differences found 2025/04/25 03:13:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemabib0giji': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/25 03:13:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:13:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemabib0giji': 0 differences found 2025/04/25 03:13:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zemabib0giji': 1 matching files 2025/04/25 03:13:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wikujov6sowu" 2025/04/25 03:13:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:13:06 DEBUG : Creating backend with remote "TestDrive:crypt/6goutgnln2re3kmgsc7s0s65ujfdilcvg0avrd0gp49m03ti0bqg" 2025/04/25 03:13:07 DEBUG : Creating backend with remote "/tmp/rclone1384499903" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wikujov6sowu'", Local "Local file system at /tmp/rclone1384499903", Modify Window "1ms" 2025/04/25 03:13:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a2fe53d2b61a8e5f576b4dd8c54d0eab OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/25 03:13:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/25 03:13:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wikujov6sowu' 2025/04/25 03:13:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wikujov6sowu': 1 files missing 2025/04/25 03:13:10 NOTICE: 1 hashes missing 2025/04/25 03:13:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wikujov6sowu': 2 differences found 2025/04/25 03:13:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wikujov6sowu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/25 03:13:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:13:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wikujov6sowu': 0 differences found 2025/04/25 03:13:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wikujov6sowu': 1 matching files 2025/04/25 03:13:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-febeqot5lizo" 2025/04/25 03:13:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:13:11 DEBUG : Creating backend with remote "TestDrive:crypt/4f6n2aukmcav92gkv94iu5f9vmpj0ih1ie3g10epgks1u4mr5flg" 2025/04/25 03:13:12 DEBUG : Creating backend with remote "/tmp/rclone4166628839" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-febeqot5lizo'", Local "Local file system at /tmp/rclone4166628839", Modify Window "1ms" 2025/04/25 03:13:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 82371eab8286906f0c5e72ed8fe85697 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/25 03:13:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/25 03:13:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-febeqot5lizo' 2025/04/25 03:13:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-febeqot5lizo': 1 files missing 2025/04/25 03:13:15 NOTICE: 1 hashes missing 2025/04/25 03:13:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-febeqot5lizo': 2 differences found 2025/04/25 03:13:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-febeqot5lizo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/25 03:13:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/25 03:13:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-febeqot5lizo': 0 differences found 2025/04/25 03:13:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-febeqot5lizo': 1 matching files 2025/04/25 03:13:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-febeqot5lizo': Purge remote 2025/04/25 03:13:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wikujov6sowu': Purge remote 2025/04/25 03:13:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zemabib0giji': Purge remote 2025/04/25 03:13:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qenesor5qiwi': Purge remote 2025/04/25 03:13:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-requbuh0yuwe': Purge remote 2025/04/25 03:13:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gamawuq2jomo': Purge remote 2025/04/25 03:13:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zedoyas3wuzo': Purge remote 2025/04/25 03:13:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-minajex0moco': Purge remote 2025/04/25 03:13:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butezox9late': Purge remote 2025/04/25 03:13:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xagomus2daro': Purge remote --- PASS: TestApplyTransforms (52.93s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:13:21 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/25 03:13:23 DEBUG : sub/file2: md5 = 67d5764beb367dad8fa22ff86d1bb3e7 OK 2025/04/25 03:13:23 INFO : file1: Copied (new) to: sub/file2 2025/04/25 03:13:23 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/25 03:13:23 DEBUG : file1: Unchanged skipping 2025/04/25 03:13:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': don't need to copy/move sub/file2, it is already at target location 2025/04/25 03:13:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.70s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.41s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:13:28 DEBUG : dst/file1: md5 = c1c057bd4ee951ea8447949b1b7513b8 OK 2025/04/25 03:13:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/backup" 2025/04/25 03:13:29 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/1nrff024r7pq65ecp72fc28jb0" 2025/04/25 03:13:31 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/25 03:13:33 INFO : dst/file1: Moved (server-side) 2025/04/25 03:13:34 DEBUG : dst/file1: md5 = a3362e3d39d59c47008d618fff667552 OK 2025/04/25 03:13:34 INFO : dst/file1: Copied (new) 2025/04/25 03:13:37 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/25 03:13:38 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/25 03:13:38 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.56s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:13:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/dst" 2025/04/25 03:13:39 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/25 03:13:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/CompareDest" 2025/04/25 03:13:41 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/gveqi14airsml4bgu7krj116o8" 2025/04/25 03:13:42 DEBUG : one: Need to transfer - File not found at Destination 2025/04/25 03:13:45 DEBUG : one: md5 = 2fb386c0c2db84387ca6ea55819999d3 OK 2025/04/25 03:13:45 INFO : one: Copied (new) 2025/04/25 03:13:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/25 03:13:47 DEBUG : one: md5 = bbc730f6c7e35b2323b3815a3a997e99 OK 2025/04/25 03:13:47 INFO : one: Copied (replaced existing) 2025/04/25 03:13:49 DEBUG : dst/one: md5 = d840645743dfff90175874e2601f6184 OK 2025/04/25 03:13:51 DEBUG : CompareDest/one: md5 = c7297c57bea1302b67098511d2e53600 OK 2025/04/25 03:13:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/25 03:13:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/25 03:13:52 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/25 03:13:54 DEBUG : CompareDest/two: md5 = de3637b1d17cc22a80bb0c5d627bcfd2 OK 2025/04/25 03:13:55 DEBUG : two: Need to transfer - File not found at Destination 2025/04/25 03:13:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/25 03:13:55 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/25 03:13:56 DEBUG : two: Need to transfer - File not found at Destination 2025/04/25 03:13:56 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/25 03:13:56 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/25 03:13:57 DEBUG : two: Need to transfer - File not found at Destination 2025/04/25 03:13:57 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/25 03:13:59 DEBUG : two: md5 = 06b5dcabfd647fa58759abc0672125ba OK 2025/04/25 03:13:59 INFO : two: Copied (new) 2025/04/25 03:14:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/25 03:14:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:14:03 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:14:03 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.48s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:14:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/dst" 2025/04/25 03:14:04 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/25 03:14:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/CopyDest" 2025/04/25 03:14:05 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/25 03:14:07 DEBUG : one: Need to transfer - File not found at Destination 2025/04/25 03:14:09 DEBUG : one: md5 = 9a84a01dc7fbca6ab5a0a8aa0975f0cf OK 2025/04/25 03:14:09 INFO : one: Copied (new) 2025/04/25 03:14:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/25 03:14:11 DEBUG : one: md5 = b836ab533898922be25c3bf7ff665a8a OK 2025/04/25 03:14:11 INFO : one: Copied (replaced existing) 2025/04/25 03:14:13 DEBUG : dst/one: md5 = 4a6b9e4f4bb901a9631cd2b98801045a OK 2025/04/25 03:14:16 DEBUG : CopyDest/one: md5 = ce08e8e72ad8f3069a1c278003323c31 OK 2025/04/25 03:14:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/BackupDir" 2025/04/25 03:14:17 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/25 03:14:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/25 03:14:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/25 03:14:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/25 03:14:20 INFO : one: Moved (server-side) 2025/04/25 03:14:21 INFO : one: Copied (server-side copy) 2025/04/25 03:14:21 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/25 03:14:23 DEBUG : CopyDest/two: md5 = 5ff8efdbacdd58e1f936f1d9619cc999 OK 2025/04/25 03:14:24 DEBUG : two: Need to transfer - File not found at Destination 2025/04/25 03:14:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/25 03:14:25 INFO : two: Copied (server-side copy) 2025/04/25 03:14:25 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/25 03:14:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/25 03:14:26 DEBUG : two: Unchanged skipping 2025/04/25 03:14:27 DEBUG : CopyDest/three: md5 = 55e821152825ed552cd78f25f8780ed1 OK 2025/04/25 03:14:28 DEBUG : three: Need to transfer - File not found at Destination 2025/04/25 03:14:28 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/25 03:14:28 DEBUG : three: Destination not found in --copy-dest 2025/04/25 03:14:30 DEBUG : three: md5 = 3e7f1e54b5081e141da2ca17ee292e79 OK 2025/04/25 03:14:30 INFO : three: Copied (new) 2025/04/25 03:14:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/25 03:14:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/25 03:14:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:14:35 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:14:35 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/25 03:14:35 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/25 03:14:35 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.52s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:14:37 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/25 03:14:39 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 109011c733e8e423d85543a0564a93cf OK 2025/04/25 03:14:39 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/25 03:14:40 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/25 03:14:40 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/04/25 03:14:41 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/25 03:14:42 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/25 03:14:43 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 20acc3af756d9e584a8a6d56552f6530 OK 2025/04/25 03:14:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/25 03:14:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/25 03:14:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.01s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:14:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Looking for duplicate names using skip mode. 2025/04/25 03:14:49 NOTICE: one: Found 2 files with duplicate names 2025/04/25 03:14:49 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.57s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:14:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Looking for duplicate names using skip mode. 2025/04/25 03:14:55 NOTICE: one: Found 3 files with duplicate names 2025/04/25 03:14:55 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/25 03:14:55 INFO : one: Deleted 2025/04/25 03:14:55 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.07s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:15:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Looking for duplicate names using first mode. 2025/04/25 03:15:01 NOTICE: one: Found 3 files with duplicate names 2025/04/25 03:15:02 INFO : one: Deleted 2025/04/25 03:15:02 INFO : one: Deleted 2025/04/25 03:15:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.39s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:15:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Looking for duplicate names using newest mode. 2025/04/25 03:15:08 NOTICE: one: Found 3 files with duplicate names 2025/04/25 03:15:08 INFO : one: Deleted 2025/04/25 03:15:08 INFO : one: Deleted 2025/04/25 03:15:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.22s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", 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-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:15:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Looking for duplicate names using oldest mode. 2025/04/25 03:15:14 NOTICE: one: Found 3 files with duplicate names 2025/04/25 03:15:15 INFO : one: Deleted 2025/04/25 03:15:15 INFO : one: Deleted 2025/04/25 03:15:15 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.30s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:15:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Looking for duplicate names using largest mode. 2025/04/25 03:15:21 NOTICE: one: Found 3 files with duplicate names 2025/04/25 03:15:21 INFO : one: Deleted 2025/04/25 03:15:22 INFO : one: Deleted 2025/04/25 03:15:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.46s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:15:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Looking for duplicate names using smallest mode. 2025/04/25 03:15:27 NOTICE: one: Found 3 files with duplicate names 2025/04/25 03:15:28 INFO : one: Deleted 2025/04/25 03:15:28 INFO : one: Deleted 2025/04/25 03:15:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.34s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:15:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Looking for duplicate names using rename mode. 2025/04/25 03:15:34 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/25 03:15:36 INFO : one-2.txt: renamed from: one.txt 2025/04/25 03:15:37 INFO : one-3.txt: renamed from: one.txt 2025/04/25 03:15:38 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.30s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:15:42 DEBUG : dupe1/one.txt: md5 = 64c7bbcef1bec7e35192a1ba94d40247 OK 2025/04/25 03:15:45 DEBUG : dupe2/two.txt: md5 = 9951d1941ac684fe9428e4dfbc961a64 OK 2025/04/25 03:15:47 DEBUG : dupe3/three.txt: md5 = 6aa430cccdf10f79f89039487d3bacca OK 2025/04/25 03:15:47 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/25 03:15:48 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/25 03:15:48 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/25 03:15:49 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/25 03:15:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/25 03:15:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/25 03:15:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.31s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:15:54 DEBUG : a.txt: md5 = 972fb4896e3e5d791c177823db5b0dce OK 2025/04/25 03:15:55 DEBUG : zend.txt: md5 = 691f36fb5dc1eed229b402355a0369c0 OK 2025/04/25 03:15:58 DEBUG : sub dir/hello world: md5 = 5f8d72ef31a218968ab9da9ee3356532 OK 2025/04/25 03:15:59 DEBUG : sub dir/hello world2: md5 = 60f7af36ffceac1dbd7d955a961b8611 OK 2025/04/25 03:16:01 DEBUG : sub dir/ignore dir/.ignore: md5 = 501f776957e321822e1782a0ecb6551b OK 2025/04/25 03:16:02 DEBUG : sub dir/ignore dir/should be ignored: md5 = fa4874bcca8ac50f5fe8a0cbd13fbc82 OK 2025/04/25 03:16:05 DEBUG : sub dir/sub sub dir/hello world3: md5 = 07d00e977ac6be1bb6ef146dc7c07310 OK 2025/04/25 03:16:06 DEBUG : a.txt: Excluded (Size Filter) 2025/04/25 03:16:06 DEBUG : a.txt: Excluded 2025/04/25 03:16:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/25 03:16:06 DEBUG : sub dir/hello world: Excluded 2025/04/25 03:16:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/25 03:16:06 DEBUG : sub dir/hello world2: Excluded 2025/04/25 03:16:07 DEBUG : sub dir/ignore dir: Excluded 2025/04/25 03:16:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/25 03:16:07 DEBUG : sub dir/hello world: Excluded 2025/04/25 03:16:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/25 03:16:07 DEBUG : sub dir/hello world2: Excluded 2025/04/25 03:16:07 DEBUG : sub dir/ignore dir: Excluded 2025/04/25 03:16:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/25 03:16:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/25 03:16:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/25 03:16:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/25 03:16:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/25 03:16:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/04/25 03:16:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.98s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:16:15 DEBUG : a.txt: md5 = 819aa1e902048f5bfa920e1d420fb289 OK 2025/04/25 03:16:16 DEBUG : zend.txt: md5 = d3238dcaa17a1a18f38849c1394bd5e2 OK 2025/04/25 03:16:18 DEBUG : sub dir/hello world: md5 = 8fad3d0d1c88ef94310ad83ff6802dfa OK 2025/04/25 03:16:20 DEBUG : sub dir/hello world2: md5 = df0749df1519e704959b84376a98d340 OK 2025/04/25 03:16:22 DEBUG : sub dir/ignore dir/.ignore: md5 = 09c750d1b3342ba03a38fa709da4a2ac OK 2025/04/25 03:16:23 DEBUG : sub dir/ignore dir/should be ignored: md5 = 4f9d6de037377561841654a9c9bae6ae OK 2025/04/25 03:16:25 DEBUG : sub dir/sub sub dir/hello world3: md5 = b00803ce1732843b8d7f2be8ddf782d4 OK 2025/04/25 03:16:27 DEBUG : a.txt: Excluded (Size Filter) 2025/04/25 03:16:27 DEBUG : a.txt: Excluded 2025/04/25 03:16:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/25 03:16:27 DEBUG : sub dir/hello world2: Excluded 2025/04/25 03:16:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/25 03:16:27 DEBUG : sub dir/hello world: Excluded 2025/04/25 03:16:28 DEBUG : sub dir/ignore dir: Excluded 2025/04/25 03:16:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/25 03:16:28 DEBUG : sub dir/hello world2: Excluded 2025/04/25 03:16:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/25 03:16:28 DEBUG : sub dir/hello world: Excluded 2025/04/25 03:16:28 DEBUG : sub dir/ignore dir: Excluded 2025/04/25 03:16:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/25 03:16:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/25 03:16:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/25 03:16:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/25 03:16:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/25 03:16:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/25 03:16:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (20.92s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:16:36 DEBUG : file1: md5 = 01d044092c13587c204d1413796ecccc OK 2025/04/25 03:16:38 DEBUG : sub/file2: md5 = 244efd46defebff76d61f0797b34d4bd 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/04/25 03:16:41 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/25 03:16:41 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/25 03:16:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/25 03:16:43 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.09s) --- PASS: TestListJSON/Default (0.21s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.45s) --- PASS: TestListJSON/SubDir (0.21s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.22s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.63s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:16:45 DEBUG : file1: md5 = 86c6ede3df7a97c48889ec6777f52592 OK 2025/04/25 03:16:47 DEBUG : sub/file2: md5 = d039d6e348debbe420e657ad72fcffeb 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/04/25 03:16:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/notfound" 2025/04/25 03:16:51 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/qe0i31qdkoejk60elps0ni5sqk" 2025/04/25 03:16:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (10.86s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.47s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.44s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.64s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:16:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Making directory 2025/04/25 03:16:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Making directory --- PASS: TestMkdir (0.60s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:16:58 DEBUG : sub dir/hello world: md5 = 1abdd228a73b10a35d0740ab07a8bb4f OK 2025/04/25 03:16:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.82s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:01 DEBUG : potato2: md5 = 912dfdcfdedb2b587fb30a6c24f3358c OK 2025/04/25 03:17:03 DEBUG : empty space: md5 = 54d5a342d498f0ba867d5050bac70ef9 OK --- PASS: TestLs (4.40s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:06 DEBUG : potato2: md5 = eb9c6b1da763b8a8863ccc4516f80c7b OK 2025/04/25 03:17:07 DEBUG : empty space: md5 = 6a20ef2d089a0dc6137f08586c2bbf2a OK 2025/04/25 03:17:08 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.88s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:11 DEBUG : potato2: md5 = 3e51709989850bd87e372e9502c3f1a3 OK 2025/04/25 03:17:12 DEBUG : empty space: md5 = 85cb820b979f4f73cd4bbf2a9262d096 OK --- PASS: TestLsLong (4.50s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:15 DEBUG : potato2: md5 = 5e3532321b4a3c318ff55ef7f8dba994 OK 2025/04/25 03:17:17 DEBUG : empty space: md5 = 0630d679f4c645bb8473cfc597e7d8a3 OK --- PASS: TestHashSums (4.37s) === RUN TestHashSumsWithErrors 2025/04/25 03:17:18 DEBUG : Creating backend with remote ":memory:" 2025/04/25 03:17:18 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/25 03:17:18 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/25 03:17:18 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/25 03:17:18 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/25 03:17:18 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/25 03:17:18 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/25 03:17:18 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/25 03:17:18 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/25 03:17:18 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-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:19 DEBUG : potato2: md5 = 37dd11ebf5f8bbd72a4018db40e92500 OK 2025/04/25 03:17:21 DEBUG : empty space: md5 = 0168eb5e7cfc12941c1f3c5e6cf570c4 OK 2025/04/25 03:17:23 DEBUG : sub dir/potato3: md5 = 16962f9c8861b82aa78df7c6d153abff OK 2025/04/25 03:17:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.06s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:27 DEBUG : small: md5 = ee09a16e6fdf1333e0380c2332e53377 OK 2025/04/25 03:17:29 DEBUG : medium: md5 = 84ddf84772fefbd9c70a0f854104d952 OK 2025/04/25 03:17:30 DEBUG : large: md5 = 594659ba81358d35addd6f28486dc053 OK 2025/04/25 03:17:30 DEBUG : Waiting for deletions to finish 2025/04/25 03:17:30 DEBUG : large: Excluded (Size Filter) 2025/04/25 03:17:31 INFO : medium: Deleted 2025/04/25 03:17:31 INFO : small: Deleted --- PASS: TestDelete (5.88s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:33 DEBUG : small: md5 = 159be661c107042b0782c683a70be2e5 OK 2025/04/25 03:17:35 DEBUG : medium: md5 = e1957cba95960461edb853dc407afd24 OK 2025/04/25 03:17:36 DEBUG : large: md5 = d322044fea114baf48fc8401c4115230 OK 2025/04/25 03:17:36 DEBUG : Waiting for deletions to finish 2025/04/25 03:17:36 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/04/25 03:17:37 INFO : medium: Deleted 2025/04/25 03:17:37 INFO : small: Deleted --- PASS: TestMaxDelete (6.29s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:40 DEBUG : small: md5 = b3fd8779cd1e77fb79a27706537a7d49 OK 2025/04/25 03:17:41 DEBUG : medium: md5 = e6c52f6b7f85688d2f0fe65ce8f934b2 OK 2025/04/25 03:17:43 DEBUG : large: md5 = d57ad5012291998dbf0dae4ab22fb132 OK 2025/04/25 03:17:43 DEBUG : Waiting for deletions to finish 2025/04/25 03:17:43 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/25 03:17:44 INFO : small: Deleted 2025/04/25 03:17:44 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.74s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:46 DEBUG : small: md5 = f31976dea47304df5c45e49266e0e4b6 OK 2025/04/25 03:17:48 DEBUG : medium: md5 = 02b81e1b8a406bbf84b134ac05e8a5a3 OK 2025/04/25 03:17:49 DEBUG : large: md5 = 41d78136bad2ce70fbd3c0d2b3557fc5 OK 2025/04/25 03:17:49 DEBUG : Waiting for deletions to finish 2025/04/25 03:17:49 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/25 03:17:50 INFO : medium: Deleted 2025/04/25 03:17:50 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.26s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:53 DEBUG : ReadFile: md5 = 3cfc43b1ee98804cb4e78d155b3687f0 OK --- PASS: TestReadFile (3.89s) === RUN TestRetry 2025/04/25 03:17:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/25 03:17:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/25 03:17:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/25 03:17:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/25 03:17:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/25 03:17:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/25 03:17:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:17:57 DEBUG : file1: md5 = 62831420f085c7e515e3405b56438907 OK 2025/04/25 03:17:58 DEBUG : file2: md5 = c9a5f731b94a4e41b839252a3f5a81d6 OK --- PASS: TestCat (18.83s) === RUN TestPurge 2025/04/25 03:18:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cifujoh3xofa" 2025/04/25 03:18:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/25 03:18:14 DEBUG : Creating backend with remote "TestDrive:crypt/a2gm24ofvtrgt9c5h8fuqorhrfj597h8cbt8n30qketmupc02rqg" 2025/04/25 03:18:15 DEBUG : Creating backend with remote "/tmp/rclone3101305259" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cifujoh3xofa'", Local "Local file system at /tmp/rclone3101305259", Modify Window "1ms" 2025/04/25 03:18:19 DEBUG : A1/B1/C1/one: md5 = fa3fd4467b192509f8a9fa112623c1bf OK 2025/04/25 03:18:19 INFO : A2: Making directory 2025/04/25 03:18:20 INFO : A1/B2: Making directory 2025/04/25 03:18:21 INFO : A1/B2/C2: Making directory 2025/04/25 03:18:21 INFO : A1/B1/C3: Making directory 2025/04/25 03:18:22 INFO : A3: Making directory 2025/04/25 03:18:23 INFO : A3/B3: Making directory 2025/04/25 03:18:24 INFO : A3/B3/C4: Making directory 2025/04/25 03:18:26 DEBUG : A1/two: md5 = 801f3246012cfb87cbb48a0de5f7c4d7 OK 2025/04/25 03:18:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cifujoh3xofa': Purge remote 2025/04/25 03:18:29 NOTICE: purge failed: directory not found --- PASS: TestPurge (14.83s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:18:32 DEBUG : A1/B1/C1/one: md5 = 96fd927c1c7073941ae889b33c2e6891 OK 2025/04/25 03:18:32 INFO : A2: Making directory 2025/04/25 03:18:33 INFO : A1/B2: Making directory 2025/04/25 03:18:34 INFO : A1/B2/C2: Making directory 2025/04/25 03:18:35 INFO : A1/B1/C3: Making directory 2025/04/25 03:18:35 INFO : A3: Making directory 2025/04/25 03:18:36 INFO : A3/B3: Making directory 2025/04/25 03:18:37 INFO : A3/B3/C4: Making directory 2025/04/25 03:18:39 DEBUG : A1/two: md5 = 2a909c5be86ad642af66a5ad6fdd0c6c OK 2025/04/25 03:18:40 DEBUG : removing 1 level 3 directories 2025/04/25 03:18:40 INFO : A3/B3/C4: Removing directory 2025/04/25 03:18:42 DEBUG : removing 2 level 3 directories 2025/04/25 03:18:42 INFO : A1/B2/C2: Removing directory 2025/04/25 03:18:42 INFO : A1/B1/C3: Removing directory 2025/04/25 03:18:43 DEBUG : removing 2 level 2 directories 2025/04/25 03:18:43 INFO : A3/B3: Removing directory 2025/04/25 03:18:43 INFO : A1/B2: Removing directory 2025/04/25 03:18:43 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/25 03:18:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/25 03:18:44 DEBUG : removing 2 level 1 directories 2025/04/25 03:18:44 INFO : A3: Removing directory 2025/04/25 03:18:44 INFO : A2: Removing directory 2025/04/25 03:18:44 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/25 03:18:48 DEBUG : removing 1 level 3 directories 2025/04/25 03:18:48 INFO : A1/B1/C1: Removing directory 2025/04/25 03:18:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:48 DEBUG : removing 1 level 2 directories 2025/04/25 03:18:48 INFO : A1/B1: Removing directory 2025/04/25 03:18:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/25 03:18:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/25 03:18:49 DEBUG : removing 1 level 1 directories 2025/04/25 03:18:49 INFO : A1: Removing directory 2025/04/25 03:18:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/25 03:18:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/25 03:18:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/25 03:18:50 DEBUG : removing 1 level 0 directories 2025/04/25 03:18:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Removing directory 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/25 03:18:50 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" --- PASS: TestRmdirsNoLeaveRoot (22.02s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:18:52 INFO : A1: Making directory 2025/04/25 03:18:53 INFO : A1/B1: Making directory 2025/04/25 03:18:53 INFO : A1/B1/C1: Making directory 2025/04/25 03:18:55 DEBUG : removing 1 level 3 directories 2025/04/25 03:18:55 INFO : A1/B1/C1: Removing directory 2025/04/25 03:18:56 DEBUG : removing 1 level 2 directories 2025/04/25 03:18:56 INFO : A1/B1: Removing directory 2025/04/25 03:18:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/25 03:18:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.50s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:18:59 INFO : A1: Making directory 2025/04/25 03:18:59 INFO : A1/B1: Making directory 2025/04/25 03:19:00 INFO : A1/B1/C1: Making directory 2025/04/25 03:19:03 DEBUG : removing 1 level 3 directories 2025/04/25 03:19:03 INFO : A1/B1/C1: Removing directory 2025/04/25 03:19:03 DEBUG : removing 1 level 2 directories 2025/04/25 03:19:03 INFO : A1/B1: Removing directory 2025/04/25 03:19:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/25 03:19:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.12s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:19:07 DEBUG : file1: md5 = 20351e820a4e50305332f478d367485a OK 2025/04/25 03:19:08 DEBUG : filename.txt: File name found in url 2025/04/25 03:19:09 DEBUG : filename.txt: md5 = 7b6074444437073d778cc5d69d2869c4 OK 2025/04/25 03:19:09 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/25 03:19:10 DEBUG : headerfilename.txt: md5 = 8b84a1d858ee2c9651739e20f3bbd54d OK 2025/04/25 03:19:12 DEBUG : file2: md5 = 7c5a48f3603c7e7b5e77d3b9cd0c6928 OK --- PASS: TestCopyURL (8.54s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:19:14 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/25 03:19:17 DEBUG : sub/file2: md5 = d3f9e82eb9e9886db938bdb95b8d1ff8 OK 2025/04/25 03:19:17 INFO : file1: Copied (new) to: sub/file2 2025/04/25 03:19:17 INFO : file1: Deleted 2025/04/25 03:19:17 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/25 03:19:17 DEBUG : file1: Unchanged skipping 2025/04/25 03:19:17 INFO : file1: Deleted 2025/04/25 03:19:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': don't need to copy/move sub/file2, it is already at target location 2025/04/25 03:19:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.83s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:19:20 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/25 03:19:22 DEBUG : file1: md5 = 63416009508d5ea27ccf2885a330223f OK 2025/04/25 03:19:22 INFO : file1: Copied (new) 2025/04/25 03:19:22 INFO : file1: Deleted 2025/04/25 03:19:22 DEBUG : file1: Destination exists, skipping 2025/04/25 03:19:22 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.02s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.42s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.39s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:19:26 DEBUG : dst/file1: md5 = 1b49d8af90b791108dbd1d26b030f424 OK 2025/04/25 03:19:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giwivof7cofi/backup" 2025/04/25 03:19:27 DEBUG : Creating backend with remote "TestDrive:crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0/1nrff024r7pq65ecp72fc28jb0" 2025/04/25 03:19:28 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/25 03:19:31 INFO : dst/file1: Moved (server-side) 2025/04/25 03:19:32 DEBUG : dst/file1: md5 = f0d0048e2b944c00520077c31bdd5997 OK 2025/04/25 03:19:32 INFO : dst/file1: Copied (new) 2025/04/25 03:19:32 INFO : dst/file1: Deleted 2025/04/25 03:19:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/25 03:19:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/25 03:19:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.80s) === 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-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:19:39 DEBUG : A1/one: md5 = ec36429bfb1b314b13f80d6f82e83f2c OK 2025/04/25 03:19:40 DEBUG : A1/two: md5 = 08f0f38ca30dd64ac780b46d86c84a73 OK 2025/04/25 03:19:42 DEBUG : A1/B1/three: md5 = 49e1494ec584e35f8642c9441025729b OK 2025/04/25 03:19:44 DEBUG : A1/B1/C1/four: md5 = 7582660f1a9448990bd34f435381f6e1 OK 2025/04/25 03:19:46 DEBUG : A1/B1/C2/five: md5 = 2f217ff2ffdd32c2986f83c3bed2f7d4 OK 2025/04/25 03:19:46 INFO : A1/B2: Making directory 2025/04/25 03:19:47 INFO : A1/B1/C3: Making directory 2025/04/25 03:19:56 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/25 03:19:56 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/25 03:19:56 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/25 03:19:57 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/25 03:19:58 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/25 03:20:00 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/25 03:20:00 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/25 03:20:00 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/25 03:20:01 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/25 03:20:01 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/25 03:20:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/25 03:20:08 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/25 03:20:08 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/25 03:20:08 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/25 03:20:08 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/25 03:20:09 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/25 03:20:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/25 03:20:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/25 03:20:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/25 03:20:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/25 03:20:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/25 03:20:18 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/25 03:20:19 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/25 03:20:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/25 03:20:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/25 03:20:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/25 03:20:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/25 03:20:20 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/25 03:20:20 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/25 03:20:20 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/25 03:20:20 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.32s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" --- PASS: TestGetFsInfo (0.41s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:20:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': File to upload is small (34 bytes), uploading instead of streaming 2025/04/25 03:20:23 DEBUG : no_checksum_small_file_from_pipe: md5 = 796ea5bbfedb039cb023fce95dbdc285 OK 2025/04/25 03:20:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/25 03:20:23 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/25 03:20:23 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/25 03:20:24 DEBUG : no_checksum_big_file_from_pipe: md5 = 7e83df2d1d9aa0e2a98adb21ac50082f OK 2025/04/25 03:20:24 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-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:20:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': File to upload is small (34 bytes), uploading instead of streaming 2025/04/25 03:20:27 DEBUG : with_checksum_small_file_from_pipe: md5 = 3d1795b407b2b59734649d53ab0775b9 OK 2025/04/25 03:20:27 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/25 03:20:28 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/25 03:20:29 DEBUG : with_checksum_big_file_from_pipe: md5 = 209114ecb44069bff3098edfab637bee OK 2025/04/25 03:20:29 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-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:20:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': File to upload is small (34 bytes), uploading instead of streaming 2025/04/25 03:20:32 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/25 03:20:32 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/25 03:20:33 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-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:20:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': File to upload is small (34 bytes), uploading instead of streaming 2025/04/25 03:20:36 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/25 03:20:37 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/25 03:20:38 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.11s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.40s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.46s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.57s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.68s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/25 03:20:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': File to upload is small (48 bytes), uploading instead of streaming 2025/04/25 03:20:41 DEBUG : rcat_metadata: md5 = 59ab0d3bfe5709aef0910159c35440b3 OK 2025/04/25 03:20:41 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/25 03:20:43 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/25 03:20:44 DEBUG : rcat_metadata_uploadcutoff0: md5 = ef7d16a47bbd382bb97448c8494d017c OK 2025/04/25 03:20:44 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.57s) --- PASS: TestRcatMetadata/Normal (2.46s) --- PASS: TestRcatMetadata/ViaDisk (2.72s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:20:46 DEBUG : potato1: md5 = 6445a4945242c9f0ee94521e38b53ead OK 2025/04/25 03:20:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': File to upload is small (60 bytes), uploading instead of streaming 2025/04/25 03:20:48 DEBUG : potato2: md5 = 58af39ebada6e1ee43df72c01f5e1b52 OK 2025/04/25 03:20:48 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.24s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:20:51 DEBUG : potato1: md5 = 1e312c5fdd6e2c99cf3bfd2feafec7e7 OK 2025/04/25 03:20:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': File to upload is small (60 bytes), uploading instead of streaming 2025/04/25 03:20:52 DEBUG : potato2: md5 = ea5936a8726cf60261292aa8ce205635 OK 2025/04/25 03:20:52 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.67s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:20:55 DEBUG : potato2: md5 = 64d16ca03b2599c27d807e65ed86cf6b OK 2025/04/25 03:20:57 DEBUG : empty space: md5 = c41509736d417bca5ed8ed6e2e1f7697 OK 2025/04/25 03:20:59 DEBUG : sub dir/potato3: md5 = 4ecafba59b290a4dbb36a3c18332c9bb OK 2025/04/25 03:20:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Touching "sub dir/potato3" 2025/04/25 03:20:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Touching "empty space" 2025/04/25 03:20:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Touching "potato2" 2025/04/25 03:21:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.20s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:21:03 DEBUG : dir with metadata: Making directory with metadata 2025/04/25 03:21:04 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.19s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:21:05 DEBUG : directory with modtime: Making directory with metadata 2025/04/25 03:21:06 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.24s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:21:08 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/25 03:21:08 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/25 03:21:08 DEBUG : Google drive root 'crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0': Skipping btime metadata as can't update it on an existing file: 2025-04-25T03:21:08.068643434Z 2025/04/25 03:21:08 INFO : non existent directory: Updated directory metadata 2025/04/25 03:21:10 DEBUG : Google drive root 'crypt/3km788t870osqmthmg2v5fd3mooig1hhbc0nvfmk2arbarnve4k0': Skipping btime metadata as can't update it on an existing file: 2025-04-25T03:21:08.068643434Z 2025/04/25 03:21:11 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.80s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:21:12 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/25 03:21:14 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/25 03:21:15 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.90s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:21:16 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/25 03:21:16 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/25 03:21:16 DEBUG : dst: Making directory with metadata 2025/04/25 03:21:17 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/25 03:21:17 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/25 03:21:18 INFO : dst: Set directory modification time (using SetModTime) 2025/04/25 03:21:18 INFO : dst: Set directory modification time (using SetModTime) 2025/04/25 03:21:18 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/25 03:21:19 INFO : dst: Set directory modification time (using SetModTime) 2025/04/25 03:21:19 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.54s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi'", Local "Local file system at /tmp/rclone217432539", Modify Window "1ms" 2025/04/25 03:21:22 DEBUG : sub dir/test remove existing: md5 = 615e32d8935641f30cd8adfc583f2c17 OK 2025/04/25 03:21:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = fa37910e9222754940d2ccd84305f2b2 OK 2025/04/25 03:21:25 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.huyonor5" before starting 2025/04/25 03:21:26 DEBUG : sub dir/test remove existing.huyonor5: TEST: removing renamed existing file after operation 2025/04/25 03:21:27 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xunosid7" before starting 2025/04/25 03:21:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xunosid7: TEST: renaming existing back after failed operation 2025/04/25 03:21:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pusahob0" before starting 2025/04/25 03:21:30 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pusahob0: TEST: removing renamed existing file after operation 2025/04/25 03:21:30 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/04/25 03:21:30 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/04/25 03:21:30 DEBUG : TestDrive: Saved new token in config file 2025/04/25 03:21:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8kmb3es89bn19a74fmffga8p3d4t3oahhddbv70or3nl1kvd64f0" 2025/04/25 03:21:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "q52k5fo7fvfu1mtc267reafnifv4a6lnvg7j1sv18t4h89pd4ba0jcm6ckin5lvqb3603rvfli7gqhlnqot3aigkd0g6i0js5il6682e37fo4cjr3nu0vbvn83j589sg7mgoiqh0a9h3eidqcmd9jo3q5rei3orn2g7d68v5llfq4gi9ev1g" --- PASS: TestRemoveExisting (12.33s) === 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/04/25 03:21:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giwivof7cofi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m33.064382393s (try 1/5)