"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/10/04 04:01:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje" 2025/10/04 04:01:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:01:13 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog" 2025/10/04 04:01:14 DEBUG : Creating backend with remote "/tmp/rclone1382566136" === 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-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", 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-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/04 04:01:15 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/04 04:01:15 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/04 04:01:15 DEBUG : potato: Seek from 10 to 0 2025/10/04 04:01:15 DEBUG : potato: Seek from 10 to 0 2025/10/04 04:01:15 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/04 04:01:15 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/04 04:01:15 DEBUG : potato: Seek from 5 to 2 2025/10/04 04:01:15 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/04 04:01:15 DEBUG : potato: Seek from 7 to 0 2025/10/04 04:01:15 DEBUG : potato: Seek from 7 to 0 2025/10/04 04:01:15 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/04 04:01:15 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/04 04:01:15 DEBUG : potato: Seek from 5 to 2 2025/10/04 04:01:15 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/04 04:01:15 DEBUG : potato: Seek from 8 to 0 2025/10/04 04:01:15 DEBUG : potato: Seek from 8 to 0 2025/10/04 04:01:15 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/04 04:01:15 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/04 04:01:15 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/04 04:01:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/04 04:01:15 DEBUG : potato: Seek from 5 to 2 2025/10/04 04:01:15 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/04 04:01:15 DEBUG : potato: Seek from 9 to 0 2025/10/04 04:01:15 DEBUG : potato: Seek from 9 to 0 2025/10/04 04:01:15 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-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:01:17 DEBUG : rutabaga: md5 = fb8d2558d834e20e5dfe7eb4332fe724 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/04 04:01:19 DEBUG : empty space: md5 = 35b83c1a7f9cb340928999c8e4fc9cad OK === RUN TestCheck/3 2025/10/04 04:01:21 DEBUG : potato2: md5 = 4759ce61ba4290c18c31eb89fe5c38a0 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/04 04:01:23 DEBUG : remotepotato: md5 = e9b8ef315eb497e80a9e0f485f2fa41d OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.52s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.21s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/10/04 04:01:26 DEBUG : Creating backend with remote "nonexistent" 2025/10/04 04:01:26 DEBUG : Creating backend with remote "nonexistent" 2025/10/04 04:01:26 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/04 04:01:26 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/10/04 04:01:26 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/04 04:01:26 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-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:01:28 DEBUG : rutabaga: md5 = 719f54f1a41f1fee48f2f0895b6274b6 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/04 04:01:32 DEBUG : empty space: md5 = f6d8b286224f012d65f1f0e46f6ece95 OK === RUN TestCheckDownload/3 2025/10/04 04:01:34 DEBUG : potato2: md5 = 2b4344d1b46e752586f1ab8c6592b577 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/04 04:01:38 DEBUG : remotepotato: md5 = 3ec5bed9f0836e675b8b18f67eeee815 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.84s) --- PASS: TestCheckDownload/1 (1.00s) --- PASS: TestCheckDownload/2 (1.11s) --- PASS: TestCheckDownload/3 (0.84s) --- PASS: TestCheckDownload/4 (1.47s) --- PASS: TestCheckDownload/5 (0.87s) --- PASS: TestCheckDownload/6 (1.00s) --- PASS: TestCheckDownload/7 (0.85s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:01:45 DEBUG : rutabaga: md5 = ae91633220fe06aea497f54b4874069a OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/04 04:01:47 DEBUG : empty space: md5 = a0a665ed18728f975e0c002d529d13dd OK === RUN TestCheckSizeOnly/3 2025/10/04 04:01:49 DEBUG : potato2: md5 = 4bbf046bcc218950b1eeceea9290187a OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/04 04:01:51 DEBUG : remotepotato: md5 = 393ee15b8f9f32f0575c608a2d041b8b OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.96s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:01:55 DEBUG : test.sum: md5 = e5ec357be9b1623b43a298eaad9f24e9 OK 2025/10/04 04:01:56 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/04 04:01:56 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/04 04:01:56 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/04 04:01:56 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/04 04:01:58 DEBUG : test.sum: md5 = 620d496c2dbdc8970a4733c2b0ee6ea0 OK 2025/10/04 04:01:59 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/04 04:01:59 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/04 04:01:59 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/04 04:01:59 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.37s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:02:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/data" 2025/10/04 04:02:00 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje/data' lacks md5, skipping --- SKIP: TestCheckSum (2.01s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:02:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/data" 2025/10/04 04:02:02 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/vjrnln8ratgmqakfosrqe8espk" 2025/10/04 04:02:06 DEBUG : data/banana: md5 = 2adf3b0c49211014f5d6066dcd5ec5b5 OK 2025/10/04 04:02:07 DEBUG : test.sum: md5 = a308062997bf57aa2d750e50d6773391 OK === RUN TestCheckSumDownload/subtest1 2025/10/04 04:02:12 DEBUG : data/potato: md5 = f0e3d9dc0c3cb015cc8ed42c2a904c66 OK 2025/10/04 04:02:14 DEBUG : test.sum: md5 = fdde9a182f9b13fb61bba2349c8bdb4b OK === RUN TestCheckSumDownload/subtest2 2025/10/04 04:02:18 DEBUG : test.sum: md5 = 3e2af2e52688cd658ed3a52eb0ab1723 OK === RUN TestCheckSumDownload/subtest3 2025/10/04 04:02:22 DEBUG : test.sum: md5 = 74218750416b662df77124e603543083 OK === RUN TestCheckSumDownload/subtest4 2025/10/04 04:02:27 DEBUG : test.sum: md5 = eb1ecc8effdcf1b7d2865d688c397faf OK === RUN TestCheckSumDownload/subtest5 2025/10/04 04:02:32 DEBUG : test.sum: md5 = 7f83132059ab077f3905c70504392442 OK === RUN TestCheckSumDownload/subtest6 2025/10/04 04:02:37 DEBUG : data/banana: md5 = b5267947a9888ac697b3a60328d66333 OK 2025/10/04 04:02:38 DEBUG : data/potato: md5 = b4a686a2fe1d63e98d7bff0351fa0244 OK 2025/10/04 04:02:40 DEBUG : test.sum: md5 = 0c328c50381028f7295faca360262158 OK === RUN TestCheckSumDownload/subtest7 2025/10/04 04:02:44 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/10/04 04:02:44 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.71s) --- PASS: TestCheckSumDownload/subtest1 (2.66s) --- PASS: TestCheckSumDownload/subtest2 (2.06s) --- PASS: TestCheckSumDownload/subtest3 (2.50s) --- PASS: TestCheckSumDownload/subtest4 (2.65s) --- PASS: TestCheckSumDownload/subtest5 (2.09s) --- PASS: TestCheckSumDownload/subtest6 (2.11s) --- PASS: TestCheckSumDownload/subtest7 (2.47s) === RUN TestApplyTransforms 2025/10/04 04:02:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-furatob2fate" 2025/10/04 04:02:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:02:45 DEBUG : Creating backend with remote "TestDrive:crypt/9k56bbt7vcaggqegc23d2utj49dplkrpsdb3ek56c67325s9goig" 2025/10/04 04:02:46 DEBUG : Creating backend with remote "/tmp/rclone3660011243" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-furatob2fate'", Local "Local file system at /tmp/rclone3660011243", Modify Window "1ms" 2025/10/04 04:02:48 DEBUG : hello, world!: md5 = 06b274078eae272ceec20446ebe2eab8 OK upper checkfile vs. lower remote (without normalization) 2025/10/04 04:02:49 ERROR : hello, world!: sum not found 2025/10/04 04:02:49 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-furatob2fate' 2025/10/04 04:02:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-furatob2fate': 1 files missing 2025/10/04 04:02:49 NOTICE: 1 hashes missing 2025/10/04 04:02:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-furatob2fate': 1 differences found 2025/10/04 04:02:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-furatob2fate': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/04 04:02:50 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:02:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-furatob2fate': 0 differences found 2025/10/04 04:02:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-furatob2fate': 1 matching files 2025/10/04 04:02:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hahonuj2taca" 2025/10/04 04:02:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:02:50 DEBUG : Creating backend with remote "TestDrive:crypt/hrmr1g2niiojpf8mghj0iep66bg49vapq1tg913ju5h1thon8n00" 2025/10/04 04:02:51 DEBUG : Creating backend with remote "/tmp/rclone3488832356" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hahonuj2taca'", Local "Local file system at /tmp/rclone3488832356", Modify Window "1ms" 2025/10/04 04:02:53 DEBUG : HELLO, WORLD!: md5 = 31c09ece0c937771217cceb6db7b1967 OK lower checkfile vs. upper remote (without normalization) 2025/10/04 04:02:54 ERROR : HELLO, WORLD!: sum not found 2025/10/04 04:02:54 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hahonuj2taca' 2025/10/04 04:02:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahonuj2taca': 1 files missing 2025/10/04 04:02:54 NOTICE: 1 hashes missing 2025/10/04 04:02:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahonuj2taca': 1 differences found 2025/10/04 04:02:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahonuj2taca': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/04 04:02:55 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:02:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahonuj2taca': 0 differences found 2025/10/04 04:02:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahonuj2taca': 1 matching files 2025/10/04 04:02:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-noxanoj0lifu" 2025/10/04 04:02:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:02:55 DEBUG : Creating backend with remote "TestDrive:crypt/3ehom69ts6eht7i0t09uvkmrje6tri5qduh7ug8pnt8rou00aa50" 2025/10/04 04:02:56 DEBUG : Creating backend with remote "/tmp/rclone2971499879" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-noxanoj0lifu'", Local "Local file system at /tmp/rclone2971499879", Modify Window "1ms" 2025/10/04 04:02:58 DEBUG : HeLlO, wOrLd!: md5 = a98dd0a503bb350ff450de8a7c551ea9 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/04 04:02:59 ERROR : HeLlO, wOrLd!: sum not found 2025/10/04 04:02:59 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-noxanoj0lifu' 2025/10/04 04:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxanoj0lifu': 1 files missing 2025/10/04 04:02:59 NOTICE: 1 hashes missing 2025/10/04 04:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxanoj0lifu': 1 differences found 2025/10/04 04:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxanoj0lifu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/04 04:03:00 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:03:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxanoj0lifu': 0 differences found 2025/10/04 04:03:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxanoj0lifu': 1 matching files 2025/10/04 04:03:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mimozus7juva" 2025/10/04 04:03:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:03:00 DEBUG : Creating backend with remote "TestDrive:crypt/o8sps960348gqvvkj1dvo3p4d67p92s8ld3evsba5o35dtu4h7qg" 2025/10/04 04:03:01 DEBUG : Creating backend with remote "/tmp/rclone1567253233" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mimozus7juva'", Local "Local file system at /tmp/rclone1567253233", Modify Window "1ms" 2025/10/04 04:03:03 DEBUG : HELLO, WORLD!: md5 = 4a82a77ca865d91968df86efa3ace9c5 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/04 04:03:04 ERROR : HELLO, WORLD!: sum not found 2025/10/04 04:03:04 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-mimozus7juva' 2025/10/04 04:03:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mimozus7juva': 1 files missing 2025/10/04 04:03:04 NOTICE: 1 hashes missing 2025/10/04 04:03:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mimozus7juva': 1 differences found 2025/10/04 04:03:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mimozus7juva': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/04 04:03:05 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:03:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mimozus7juva': 0 differences found 2025/10/04 04:03:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mimozus7juva': 1 matching files 2025/10/04 04:03:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quvamey1bime" 2025/10/04 04:03:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:03:05 DEBUG : Creating backend with remote "TestDrive:crypt/rjjata0g0oac3ir9po5c3bhr78nk2h1f3k1cml6v5l4n0m7up67g" 2025/10/04 04:03:06 DEBUG : Creating backend with remote "/tmp/rclone2938045467" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quvamey1bime'", Local "Local file system at /tmp/rclone2938045467", Modify Window "1ms" 2025/10/04 04:03:08 DEBUG : 測試_Русский___ě_áñ: md5 = cb4e97e00c66ac6abc3508b770b12b7d OK NFD checkfile vs. NFC remote (without normalization) 2025/10/04 04:03:09 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/04 04:03:09 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-quvamey1bime' 2025/10/04 04:03:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quvamey1bime': 1 files missing 2025/10/04 04:03:09 NOTICE: 1 hashes missing 2025/10/04 04:03:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quvamey1bime': 1 differences found 2025/10/04 04:03:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quvamey1bime': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/04 04:03:10 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:03:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quvamey1bime': 0 differences found 2025/10/04 04:03:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quvamey1bime': 1 matching files 2025/10/04 04:03:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cecoxoq6peba" 2025/10/04 04:03:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:03:10 DEBUG : Creating backend with remote "TestDrive:crypt/b805u4v2dmnf498qlg32nmgujnp8oo2lktccb2t2g5gp0cti76m0" 2025/10/04 04:03:11 DEBUG : Creating backend with remote "/tmp/rclone984243644" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cecoxoq6peba'", Local "Local file system at /tmp/rclone984243644", Modify Window "1ms" 2025/10/04 04:03:13 DEBUG : 測試_Русский___ě_áñ: md5 = ade6dffb044cd73069eb6307804989a3 OK NFC checkfile vs. NFD remote (without normalization) 2025/10/04 04:03:13 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/04 04:03:13 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cecoxoq6peba' 2025/10/04 04:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecoxoq6peba': 1 files missing 2025/10/04 04:03:13 NOTICE: 1 hashes missing 2025/10/04 04:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecoxoq6peba': 1 differences found 2025/10/04 04:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecoxoq6peba': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/04 04:03:14 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:03:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecoxoq6peba': 0 differences found 2025/10/04 04:03:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecoxoq6peba': 1 matching files 2025/10/04 04:03:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wobiwos7yefe" 2025/10/04 04:03:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:03:14 DEBUG : Creating backend with remote "TestDrive:crypt/errmstubrj17nfsaboanvt52mrhvvv2t4qpf4mvmuh0jq4kbevl0" 2025/10/04 04:03:15 DEBUG : Creating backend with remote "/tmp/rclone964361822" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wobiwos7yefe'", Local "Local file system at /tmp/rclone964361822", Modify Window "1ms" 2025/10/04 04:03:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a1994e70ca21eb6609ade25b033bfc41 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/04 04:03:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/04 04:03:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wobiwos7yefe' 2025/10/04 04:03:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wobiwos7yefe': 1 files missing 2025/10/04 04:03:18 NOTICE: 1 hashes missing 2025/10/04 04:03:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wobiwos7yefe': 1 differences found 2025/10/04 04:03:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wobiwos7yefe': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/04 04:03:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wobiwos7yefe': 0 differences found 2025/10/04 04:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wobiwos7yefe': 1 matching files 2025/10/04 04:03:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magofav7buyi" 2025/10/04 04:03:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:03:19 DEBUG : Creating backend with remote "TestDrive:crypt/5smgmnvh4o4fs1okjvnv64alojdrkssj85ns6uo3pj2tbk90jrsg" 2025/10/04 04:03:20 DEBUG : Creating backend with remote "/tmp/rclone673704563" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magofav7buyi'", Local "Local file system at /tmp/rclone673704563", Modify Window "1ms" 2025/10/04 04:03:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b9d3b8a32b2ba933a1ed5ecb7ebf5c98 OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/04 04:03:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/04 04:03:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-magofav7buyi' 2025/10/04 04:03:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magofav7buyi': 1 files missing 2025/10/04 04:03:23 NOTICE: 1 hashes missing 2025/10/04 04:03:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magofav7buyi': 1 differences found 2025/10/04 04:03:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magofav7buyi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/04 04:03:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:03:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magofav7buyi': 0 differences found 2025/10/04 04:03:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magofav7buyi': 1 matching files 2025/10/04 04:03:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kurobir7nera" 2025/10/04 04:03:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:03:25 DEBUG : Creating backend with remote "TestDrive:crypt/lo7bi2b52j00ff3ejm9mt1fp2od27qtqla0p7c253r5s02qoj1c0" 2025/10/04 04:03:26 DEBUG : Creating backend with remote "/tmp/rclone3827735769" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kurobir7nera'", Local "Local file system at /tmp/rclone3827735769", Modify Window "1ms" 2025/10/04 04:03:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3accb9f0fc60dd21c5c7d0612798e9c5 OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/04 04:03:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/04 04:03:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kurobir7nera' 2025/10/04 04:03:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kurobir7nera': 1 files missing 2025/10/04 04:03:29 NOTICE: 1 hashes missing 2025/10/04 04:03:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kurobir7nera': 1 differences found 2025/10/04 04:03:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kurobir7nera': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/04 04:03:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:03:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kurobir7nera': 0 differences found 2025/10/04 04:03:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kurobir7nera': 1 matching files 2025/10/04 04:03:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qexasom7foqo" 2025/10/04 04:03:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:03:30 DEBUG : Creating backend with remote "TestDrive:crypt/q5n1juqn9arenggnjach3ploosns4lgg99bu4kqlljp4tb75c2h0" 2025/10/04 04:03:31 DEBUG : Creating backend with remote "/tmp/rclone4157365857" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qexasom7foqo'", Local "Local file system at /tmp/rclone4157365857", Modify Window "1ms" 2025/10/04 04:03:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 46f10166dc04ec3bb11ea06c6466980d OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/04 04:03:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/04 04:03:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qexasom7foqo' 2025/10/04 04:03:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexasom7foqo': 1 files missing 2025/10/04 04:03:34 NOTICE: 1 hashes missing 2025/10/04 04:03:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexasom7foqo': 1 differences found 2025/10/04 04:03:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexasom7foqo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/04 04:03:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 04:03:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexasom7foqo': 0 differences found 2025/10/04 04:03:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qexasom7foqo': 1 matching files 2025/10/04 04:03:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qexasom7foqo': Purge remote 2025/10/04 04:03:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kurobir7nera': Purge remote 2025/10/04 04:03:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magofav7buyi': Purge remote 2025/10/04 04:03:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wobiwos7yefe': Purge remote 2025/10/04 04:03:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cecoxoq6peba': Purge remote 2025/10/04 04:03:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quvamey1bime': Purge remote 2025/10/04 04:03:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mimozus7juva': Purge remote 2025/10/04 04:03:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-noxanoj0lifu': Purge remote 2025/10/04 04:03:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hahonuj2taca': Purge remote 2025/10/04 04:03:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-furatob2fate': Purge remote --- PASS: TestApplyTransforms (54.54s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:03:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/04 04:03:42 DEBUG : sub/file2: md5 = b48b54921c7ed55eb5e2df2e74b7e329 OK 2025/10/04 04:03:42 INFO : file1: Copied (new) to: sub/file2 2025/10/04 04:03:43 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/04 04:03:43 DEBUG : file1: Unchanged skipping 2025/10/04 04:03:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': don't need to copy/move sub/file2, it is already at target location 2025/10/04 04:03:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.21s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:03:48 DEBUG : dst/file1: md5 = e481edb9b17dc658f6ae5de19c5be620 OK 2025/10/04 04:03:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/backup" 2025/10/04 04:03:49 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/1nrff024r7pq65ecp72fc28jb0" 2025/10/04 04:03:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/04 04:03:53 INFO : dst/file1: Moved (server-side) 2025/10/04 04:03:55 DEBUG : dst/file1: md5 = 6a974d553e42a7df4f6ede80c3927cfe OK 2025/10/04 04:03:55 INFO : dst/file1: Copied (new) 2025/10/04 04:03:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 04:03:58 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 04:03:58 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.83s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:03:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/dst" 2025/10/04 04:03:59 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 04:04:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/CompareDest" 2025/10/04 04:04:01 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/gveqi14airsml4bgu7krj116o8" 2025/10/04 04:04:02 DEBUG : one: Need to transfer - File not found at Destination 2025/10/04 04:04:05 DEBUG : one: md5 = 664fdcc7d85762f6c4c71fcaea29457f OK 2025/10/04 04:04:05 INFO : one: Copied (new) 2025/10/04 04:04:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 04:04:07 DEBUG : one: md5 = 72efbfd96891c81723a7c91a85977678 OK 2025/10/04 04:04:07 INFO : one: Copied (replaced existing) 2025/10/04 04:04:09 DEBUG : dst/one: md5 = 0d1e705f79ebc91c2fa186e4bae55cb4 OK 2025/10/04 04:04:12 DEBUG : CompareDest/one: md5 = 760804d4f0e10b3fc87c5e95a016157a OK 2025/10/04 04:04:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 04:04:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 04:04:13 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/04 04:04:15 DEBUG : CompareDest/two: md5 = 69c5a699fb4d4b236889cc3915707b75 OK 2025/10/04 04:04:15 DEBUG : two: Need to transfer - File not found at Destination 2025/10/04 04:04:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 04:04:16 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/04 04:04:16 DEBUG : two: Need to transfer - File not found at Destination 2025/10/04 04:04:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 04:04:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/04 04:04:18 DEBUG : two: Need to transfer - File not found at Destination 2025/10/04 04:04:18 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/04 04:04:19 DEBUG : two: md5 = a871546958c7e27152ffefe9061af4af OK 2025/10/04 04:04:19 INFO : two: Copied (new) 2025/10/04 04:04:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 04:04:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:04:23 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:04:23 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.90s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:04:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/dst" 2025/10/04 04:04:24 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 04:04:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/CopyDest" 2025/10/04 04:04:26 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/04 04:04:27 DEBUG : one: Need to transfer - File not found at Destination 2025/10/04 04:04:30 DEBUG : one: md5 = 9665cec12a7ff68b970533aea89f8a45 OK 2025/10/04 04:04:30 INFO : one: Copied (new) 2025/10/04 04:04:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 04:04:32 DEBUG : one: md5 = a9a9f88b3201d45c6eb6149bf1361131 OK 2025/10/04 04:04:32 INFO : one: Copied (replaced existing) 2025/10/04 04:04:34 DEBUG : dst/one: md5 = 7da2fd213096c9293064cd378bd4088d OK 2025/10/04 04:04:36 DEBUG : CopyDest/one: md5 = 6a40aa9cf5adbfd815676b7437db3572 OK 2025/10/04 04:04:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/BackupDir" 2025/10/04 04:04:37 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/04 04:04:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 04:04:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 04:04:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 04:04:40 INFO : one: Moved (server-side) 2025/10/04 04:04:42 INFO : one: Copied (server-side copy) 2025/10/04 04:04:42 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/04 04:04:44 DEBUG : CopyDest/two: md5 = a2457e4d61b999e2fbfda7ef975934cd OK 2025/10/04 04:04:45 DEBUG : two: Need to transfer - File not found at Destination 2025/10/04 04:04:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 04:04:46 INFO : two: Copied (server-side copy) 2025/10/04 04:04:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/04 04:04:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 04:04:47 DEBUG : two: Unchanged skipping 2025/10/04 04:04:49 DEBUG : CopyDest/three: md5 = 5a51793b43239ed575384c2bae5d9677 OK 2025/10/04 04:04:49 DEBUG : three: Need to transfer - File not found at Destination 2025/10/04 04:04:50 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/04 04:04:50 DEBUG : three: Destination not found in --copy-dest 2025/10/04 04:04:51 DEBUG : three: md5 = 93929339c9fd6e18a9f397cb0f783342 OK 2025/10/04 04:04:51 INFO : three: Copied (new) 2025/10/04 04:04:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/04 04:04:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:04:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 04:04:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:04:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/04 04:04:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 04:04:57 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.86s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:04:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/04 04:05:02 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 30805507e81b5cea0c7b23c301f450ce OK 2025/10/04 04:05:02 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/04 04:05:02 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/04 04:05:03 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:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/10/04 04:05:03 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/04 04:05:04 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/04 04:05:06 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f48985cbdefc0308f7d2993996e27316 OK 2025/10/04 04:05:06 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/04 04:05:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/04 04:05:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.42s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:05:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Looking for duplicate names using skip mode. 2025/10/04 04:05:12 NOTICE: one: Found 2 files with duplicate names 2025/10/04 04:05:12 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.79s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:05:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Looking for duplicate names using skip mode. 2025/10/04 04:05:18 NOTICE: one: Found 3 files with duplicate names 2025/10/04 04:05:18 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/04 04:05:19 INFO : one: Deleted 2025/10/04 04:05:19 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.73s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:05:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Looking for duplicate names using first mode. 2025/10/04 04:05:25 NOTICE: one: Found 3 files with duplicate names 2025/10/04 04:05:26 INFO : one: Deleted 2025/10/04 04:05:26 INFO : one: Deleted 2025/10/04 04:05:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.50s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:05:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Looking for duplicate names using newest mode. 2025/10/04 04:05:32 NOTICE: one: Found 3 files with duplicate names 2025/10/04 04:05:32 INFO : one: Deleted 2025/10/04 04:05:32 INFO : one: Deleted 2025/10/04 04:05:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.47s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.40s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:05:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Looking for duplicate names using oldest mode. 2025/10/04 04:05:38 NOTICE: one: Found 3 files with duplicate names 2025/10/04 04:05:39 INFO : one: Deleted 2025/10/04 04:05:39 INFO : one: Deleted 2025/10/04 04:05:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.53s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:05:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Looking for duplicate names using largest mode. 2025/10/04 04:05:45 NOTICE: one: Found 3 files with duplicate names 2025/10/04 04:05:45 INFO : one: Deleted 2025/10/04 04:05:46 INFO : one: Deleted 2025/10/04 04:05:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.32s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:05:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Looking for duplicate names using smallest mode. 2025/10/04 04:05:51 NOTICE: one: Found 3 files with duplicate names 2025/10/04 04:05:52 INFO : one: Deleted 2025/10/04 04:05:52 INFO : one: Deleted 2025/10/04 04:05:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.64s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:05:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Looking for duplicate names using rename mode. 2025/10/04 04:05:59 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/04 04:06:00 INFO : one-2.txt: renamed from: one.txt 2025/10/04 04:06:02 INFO : one-3.txt: renamed from: one.txt 2025/10/04 04:06:03 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.72s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:06:07 DEBUG : dupe1/one.txt: md5 = c12df32dc1645eedc9f32ddc06b86b5f OK 2025/10/04 04:06:09 DEBUG : dupe2/two.txt: md5 = 92e4be5f467bcde14f3ca6059096ca18 OK 2025/10/04 04:06:12 DEBUG : dupe3/three.txt: md5 = 19dce59f4aeca05918e8679ee5fea179 OK 2025/10/04 04:06:12 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/04 04:06:13 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/04 04:06:14 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/04 04:06:14 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/04 04:06:17 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/04 04:06:17 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/04 04:06:17 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.71s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:06:19 DEBUG : a.txt: md5 = 962ee95bd605e0dc5af55ba3028dc347 OK 2025/10/04 04:06:21 DEBUG : zend.txt: md5 = d741f19a5023e974eaf108f2c0b144a6 OK 2025/10/04 04:06:23 DEBUG : sub dir/hello world: md5 = 07ebded443312f835dd9592ceee7bc46 OK 2025/10/04 04:06:24 DEBUG : sub dir/hello world2: md5 = ed26655449da22106b8b644b66897be9 OK 2025/10/04 04:06:27 DEBUG : sub dir/ignore dir/.ignore: md5 = 5f192590ed45e09c17dd1abb9d1de084 OK 2025/10/04 04:06:28 DEBUG : sub dir/ignore dir/should be ignored: md5 = 31dd5bbfe24ada245bc8d9253eb264a6 OK 2025/10/04 04:06:30 DEBUG : sub dir/sub sub dir/hello world3: md5 = 1219cc0f2272e1323cc6dcce60772f35 OK 2025/10/04 04:06:31 DEBUG : a.txt: Excluded (Size Filter) 2025/10/04 04:06:31 DEBUG : a.txt: Excluded 2025/10/04 04:06:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/04 04:06:32 DEBUG : sub dir/hello world2: Excluded 2025/10/04 04:06:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/04 04:06:32 DEBUG : sub dir/hello world: Excluded 2025/10/04 04:06:33 DEBUG : sub dir/ignore dir: Excluded 2025/10/04 04:06:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/04 04:06:33 DEBUG : sub dir/hello world2: Excluded 2025/10/04 04:06:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/04 04:06:33 DEBUG : sub dir/hello world: Excluded 2025/10/04 04:06:33 DEBUG : sub dir/ignore dir: Excluded 2025/10/04 04:06:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/04 04:06:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/04 04:06:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/04 04:06:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/04 04:06:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/04 04:06:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/04 04:06:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.73s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:06:41 DEBUG : a.txt: md5 = 07588f05b1e351641d13e340022b255a OK 2025/10/04 04:06:42 DEBUG : zend.txt: md5 = 471718443cebc8323478aa832394719f OK 2025/10/04 04:06:45 DEBUG : sub dir/hello world: md5 = 646025135aaf2f28c9d390f458dc9e51 OK 2025/10/04 04:06:46 DEBUG : sub dir/hello world2: md5 = 33e333cea3e55429b4a171510355f25f OK 2025/10/04 04:06:48 DEBUG : sub dir/ignore dir/.ignore: md5 = 9c22eb2b4ea88c80561f0d50eafd3675 OK 2025/10/04 04:06:50 DEBUG : sub dir/ignore dir/should be ignored: md5 = ff82129851017ce10fe7beab399e8f26 OK 2025/10/04 04:06:52 DEBUG : sub dir/sub sub dir/hello world3: md5 = 5858c4f4b6c3c67e119415f36a1d61b4 OK 2025/10/04 04:06:53 DEBUG : a.txt: Excluded (Size Filter) 2025/10/04 04:06:53 DEBUG : a.txt: Excluded 2025/10/04 04:06:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/04 04:06:53 DEBUG : sub dir/hello world2: Excluded 2025/10/04 04:06:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/04 04:06:53 DEBUG : sub dir/hello world: Excluded 2025/10/04 04:06:54 DEBUG : sub dir/ignore dir: Excluded 2025/10/04 04:06:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/04 04:06:54 DEBUG : sub dir/hello world2: Excluded 2025/10/04 04:06:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/04 04:06:54 DEBUG : sub dir/hello world: Excluded 2025/10/04 04:06:54 DEBUG : sub dir/ignore dir: Excluded 2025/10/04 04:06:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/04 04:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/04 04:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/04 04:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/04 04:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/04 04:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/04 04:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.36s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:02 DEBUG : file1: md5 = ec100545aecabb62627d27dddf9c8f8a OK 2025/10/04 04:07:05 DEBUG : sub/file2: md5 = 1ecf56419ba2c74e918618ade9a49ddc 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/10/04 04:07:08 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/04 04:07:08 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/04 04:07:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/04 04:07:10 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.61s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.52s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:12 DEBUG : file1: md5 = e782b57dbcd7e64ae0451162bbaaeca4 OK 2025/10/04 04:07:14 DEBUG : sub/file2: md5 = 15fbc090ab8a73a51e18cc34a6cfffee 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/10/04 04:07:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/notfound" 2025/10/04 04:07:18 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/qe0i31qdkoejk60elps0ni5sqk" 2025/10/04 04:07:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.54s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.50s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.80s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Making directory 2025/10/04 04:07:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:25 DEBUG : sub dir/hello world: md5 = c4a781131cdff0f82d354ab33ec11f6d OK 2025/10/04 04:07:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.53s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:29 DEBUG : potato2: md5 = 985722a65d9244c1cb7c556a22c08ee6 OK 2025/10/04 04:07:30 DEBUG : empty space: md5 = f8efb4ede4ab5f3700e99b083de21296 OK --- PASS: TestLs (4.60s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:33 DEBUG : potato2: md5 = e34989f30f1d66271df57b8b2451f50d OK 2025/10/04 04:07:35 DEBUG : empty space: md5 = 62c0d95f773eb48cb554a52de9dfd8dc OK 2025/10/04 04:07:35 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/10/04 04:07:35 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.09s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:38 DEBUG : potato2: md5 = 750e1556a6f06ddedb3a079faeef99a2 OK 2025/10/04 04:07:40 DEBUG : empty space: md5 = 7ec037282535d75f36783f83612ce5dc OK --- PASS: TestLsLong (4.63s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:43 DEBUG : potato2: md5 = 7f3d89b6741f63a04c98ea8df36269e2 OK 2025/10/04 04:07:45 DEBUG : empty space: md5 = 082a905e936cd2239bf240c4d74955b2 OK --- PASS: TestHashSums (4.54s) === RUN TestHashSumsWithErrors 2025/10/04 04:07:46 DEBUG : Creating backend with remote ":memory:" 2025/10/04 04:07:46 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/04 04:07:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/04 04:07:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/04 04:07:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/04 04:07:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/04 04:07:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/04 04:07:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/04 04:07:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/04 04:07:46 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-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:47 DEBUG : potato2: md5 = 984e8d0bf7f3719d011d651bd245bea3 OK 2025/10/04 04:07:49 DEBUG : empty space: md5 = 9c2e7915a6a45a076f571b76d4cb3fe1 OK 2025/10/04 04:07:51 DEBUG : sub dir/potato3: md5 = 310b4173a7aa435325419abf8428eae8 OK 2025/10/04 04:07:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.52s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:07:56 DEBUG : small: md5 = 098aa0d62328e883ce262d6d975063ee OK 2025/10/04 04:07:58 DEBUG : medium: md5 = 97b4cceab35da86823e9e5fdb5936941 OK 2025/10/04 04:07:59 DEBUG : large: md5 = 70ce634c9331f9ecfe6e388c8d9c6206 OK 2025/10/04 04:07:59 DEBUG : Waiting for deletions to finish 2025/10/04 04:08:00 DEBUG : large: Excluded (Size Filter) 2025/10/04 04:08:00 INFO : small: Deleted 2025/10/04 04:08:00 INFO : medium: Deleted --- PASS: TestDelete (6.41s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:08:03 DEBUG : small: md5 = 9d4f20d43d0903a235b673e101a4e76c OK 2025/10/04 04:08:04 DEBUG : medium: md5 = db606dcea93efa826883bf062725798e OK 2025/10/04 04:08:06 DEBUG : large: md5 = 203e4fccfd1d0036dbb4bcced2bef45c OK 2025/10/04 04:08:06 DEBUG : Waiting for deletions to finish 2025/10/04 04:08:06 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/10/04 04:08:06 INFO : small: Deleted 2025/10/04 04:08:06 INFO : large: Deleted --- PASS: TestMaxDelete (6.95s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:08:09 DEBUG : small: md5 = 50a132c989d7ea9879db83e2bdd586ff OK 2025/10/04 04:08:11 DEBUG : medium: md5 = 7ff3d00a7f5e8192632df8791e157951 OK 2025/10/04 04:08:12 DEBUG : large: md5 = 9d246039d028419bd3b18dcce60ed811 OK 2025/10/04 04:08:13 DEBUG : Waiting for deletions to finish 2025/10/04 04:08:13 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/04 04:08:13 INFO : medium: Deleted 2025/10/04 04:08:13 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.62s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:08:16 DEBUG : small: md5 = 857ee5c0586d05928e345f66e471a637 OK 2025/10/04 04:08:18 DEBUG : medium: md5 = 919a8648dc0bc72c341f4f907d54aa8f OK 2025/10/04 04:08:19 DEBUG : large: md5 = 1f6b170bd4349366c6ecc7ca06636c5a OK 2025/10/04 04:08:19 DEBUG : Waiting for deletions to finish 2025/10/04 04:08:19 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/04 04:08:20 INFO : medium: Deleted 2025/10/04 04:08:20 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.87s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:08:23 DEBUG : ReadFile: md5 = bedf677b3c71789422d0c9fd21c570aa OK --- PASS: TestReadFile (4.49s) === RUN TestRetry 2025/10/04 04:08:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/04 04:08:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/04 04:08:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/04 04:08:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/04 04:08:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/04 04:08:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/04 04:08:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:08:28 DEBUG : file1: md5 = e441ff8d18a2d6d5efd6bfce9662598f OK 2025/10/04 04:08:29 DEBUG : file2: md5 = 66280e34c07238e8e7d6bd76eb2ae621 OK --- PASS: TestCat (15.94s) === RUN TestPurge 2025/10/04 04:08:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lovecad0kiku" 2025/10/04 04:08:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 04:08:42 DEBUG : Creating backend with remote "TestDrive:crypt/0i40jsdpk4kr2i7jc6p9g8su1i1ltbjopa6914vtnm03pusrprt0" 2025/10/04 04:08:43 DEBUG : Creating backend with remote "/tmp/rclone1104994165" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lovecad0kiku'", Local "Local file system at /tmp/rclone1104994165", Modify Window "1ms" 2025/10/04 04:08:47 DEBUG : A1/B1/C1/one: md5 = 74117dfb09e183d47c33026cdab84d6f OK 2025/10/04 04:08:47 INFO : A2: Making directory 2025/10/04 04:08:48 INFO : A1/B2: Making directory 2025/10/04 04:08:49 INFO : A1/B2/C2: Making directory 2025/10/04 04:08:50 INFO : A1/B1/C3: Making directory 2025/10/04 04:08:50 INFO : A3: Making directory 2025/10/04 04:08:51 INFO : A3/B3: Making directory 2025/10/04 04:08:52 INFO : A3/B3/C4: Making directory 2025/10/04 04:08:54 DEBUG : A1/two: md5 = d2b1e1305fa0f70ca530b8592d2bad72 OK 2025/10/04 04:08:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lovecad0kiku': Purge remote 2025/10/04 04:08:58 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.59s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:09:01 DEBUG : A1/B1/C1/one: md5 = 8faef4acc3a076459c6d337b05ce0567 OK 2025/10/04 04:09:01 INFO : A2: Making directory 2025/10/04 04:09:02 INFO : A1/B2: Making directory 2025/10/04 04:09:03 INFO : A1/B2/C2: Making directory 2025/10/04 04:09:03 INFO : A1/B1/C3: Making directory 2025/10/04 04:09:04 INFO : A3: Making directory 2025/10/04 04:09:05 INFO : A3/B3: Making directory 2025/10/04 04:09:06 INFO : A3/B3/C4: Making directory 2025/10/04 04:09:08 DEBUG : A1/two: md5 = d82d7731f8fbc5afdbd2acc1786f0d8f OK 2025/10/04 04:09:09 DEBUG : removing 1 level 3 directories 2025/10/04 04:09:09 INFO : A3/B3/C4: Removing directory 2025/10/04 04:09:12 DEBUG : removing 2 level 3 directories 2025/10/04 04:09:12 INFO : A1/B2/C2: Removing directory 2025/10/04 04:09:12 INFO : A1/B1/C3: Removing directory 2025/10/04 04:09:12 DEBUG : removing 2 level 2 directories 2025/10/04 04:09:12 INFO : A3/B3: Removing directory 2025/10/04 04:09:12 INFO : A1/B2: Removing directory 2025/10/04 04:09:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/04 04:09:13 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/04 04:09:13 DEBUG : removing 2 level 1 directories 2025/10/04 04:09:13 INFO : A3: Removing directory 2025/10/04 04:09:13 INFO : A2: Removing directory 2025/10/04 04:09:13 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/04 04:09:17 DEBUG : removing 1 level 3 directories 2025/10/04 04:09:17 INFO : A1/B1/C1: Removing directory 2025/10/04 04:09:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:17 DEBUG : removing 1 level 2 directories 2025/10/04 04:09:17 INFO : A1/B1: Removing directory 2025/10/04 04:09:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/04 04:09:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 04:09:18 DEBUG : removing 1 level 1 directories 2025/10/04 04:09:18 INFO : A1: Removing directory 2025/10/04 04:09:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/04 04:09:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/04 04:09:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 04:09:19 DEBUG : removing 1 level 0 directories 2025/10/04 04:09:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Removing directory 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/04 04:09:19 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" --- PASS: TestRmdirsNoLeaveRoot (22.84s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:09:21 INFO : A1: Making directory 2025/10/04 04:09:22 INFO : A1/B1: Making directory 2025/10/04 04:09:23 INFO : A1/B1/C1: Making directory 2025/10/04 04:09:25 DEBUG : removing 1 level 3 directories 2025/10/04 04:09:25 INFO : A1/B1/C1: Removing directory 2025/10/04 04:09:26 DEBUG : removing 1 level 2 directories 2025/10/04 04:09:26 INFO : A1/B1: Removing directory 2025/10/04 04:09:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 04:09:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.69s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:09:28 INFO : A1: Making directory 2025/10/04 04:09:29 INFO : A1/B1: Making directory 2025/10/04 04:09:30 INFO : A1/B1/C1: Making directory 2025/10/04 04:09:32 DEBUG : removing 1 level 3 directories 2025/10/04 04:09:32 INFO : A1/B1/C1: Removing directory 2025/10/04 04:09:33 DEBUG : removing 1 level 2 directories 2025/10/04 04:09:33 INFO : A1/B1: Removing directory 2025/10/04 04:09:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 04:09:35 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.02s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:09:37 DEBUG : file1: md5 = ded4ff3d8db8fd85e30d89475ea78373 OK 2025/10/04 04:09:37 DEBUG : filename.txt: File name found in url 2025/10/04 04:09:39 DEBUG : filename.txt: md5 = efa915f7ffb7c77603c3cad3038d6674 OK 2025/10/04 04:09:39 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/04 04:09:40 DEBUG : headerfilename.txt: md5 = 4ad4ce75cc9837627de87e8e54cda1cb OK 2025/10/04 04:09:42 DEBUG : file2: md5 = 530b4772c9c059bc78c5066dd78344f7 OK --- PASS: TestCopyURL (8.82s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:09:44 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/04 04:09:46 DEBUG : sub/file2: md5 = 616c2e70bdbf198af7a84b3bc86ed871 OK 2025/10/04 04:09:46 INFO : file1: Copied (new) to: sub/file2 2025/10/04 04:09:46 INFO : file1: Deleted 2025/10/04 04:09:47 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/04 04:09:47 DEBUG : file1: Unchanged skipping 2025/10/04 04:09:47 INFO : file1: Deleted 2025/10/04 04:09:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': don't need to copy/move sub/file2, it is already at target location 2025/10/04 04:09:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.88s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:09:50 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/04 04:09:52 DEBUG : file1: md5 = e4bfaf9e24946c72e6c166f4e31ed7a7 OK 2025/10/04 04:09:52 INFO : file1: Copied (new) 2025/10/04 04:09:52 INFO : file1: Deleted 2025/10/04 04:09:52 DEBUG : file1: Destination exists, skipping 2025/10/04 04:09:52 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.23s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:09:56 DEBUG : dst/file1: md5 = 247d66536dcf81d544c982c10db47609 OK 2025/10/04 04:09:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qojifag0huje/backup" 2025/10/04 04:09:57 DEBUG : Creating backend with remote "TestDrive:crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog/1nrff024r7pq65ecp72fc28jb0" 2025/10/04 04:09:59 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/04 04:10:01 INFO : dst/file1: Moved (server-side) 2025/10/04 04:10:03 DEBUG : dst/file1: md5 = 63c99c9187a38e9b1275f228cede0592 OK 2025/10/04 04:10:03 INFO : dst/file1: Copied (new) 2025/10/04 04:10:03 INFO : dst/file1: Deleted 2025/10/04 04:10:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 04:10:06 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 04:10:06 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.05s) === 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-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:10:09 DEBUG : A1/one: md5 = d84c36929fd61b1bf3b5949e5fcc81f7 OK 2025/10/04 04:10:11 DEBUG : A1/two: md5 = 2f785f2cad9e41e04346aff0c35c351c OK 2025/10/04 04:10:13 DEBUG : A1/B1/three: md5 = eb15d201a2587ddeb317a9c0fa2a2e11 OK 2025/10/04 04:10:15 DEBUG : A1/B1/C1/four: md5 = 8f92812fea0e49b0ae5924712eb8dca0 OK 2025/10/04 04:10:17 DEBUG : A1/B1/C2/five: md5 = c8a55ea84ae0e471d754394acce9689f OK 2025/10/04 04:10:17 INFO : A1/B2: Making directory 2025/10/04 04:10:18 INFO : A1/B1/C3: Making directory 2025/10/04 04:10:27 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/04 04:10:27 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/04 04:10:27 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/04 04:10:27 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/04 04:10:27 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/04 04:10:30 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/04 04:10:30 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/04 04:10:30 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 04:10:31 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/04 04:10:31 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/04 04:10:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/04 04:10:38 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/04 04:10:38 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/04 04:10:38 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/04 04:10:38 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/04 04:10:38 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/04 04:10:41 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/04 04:10:41 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/04 04:10:41 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 04:10:42 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/04 04:10:42 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/04 04:10:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/04 04:10:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/04 04:10:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/04 04:10:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/04 04:10:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 04:10:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/04 04:10:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/04 04:10:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/04 04:10:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 04:10:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.32s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:10:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': File to upload is small (34 bytes), uploading instead of streaming 2025/10/04 04:10:53 DEBUG : no_checksum_small_file_from_pipe: md5 = 65974f934819a0357cc5216ffd71ebbd OK 2025/10/04 04:10:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/04 04:10:53 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/04 04:10:53 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/04 04:10:54 DEBUG : no_checksum_big_file_from_pipe: md5 = f8f0fed2ae3f6f9d5b83055920d046c8 OK 2025/10/04 04:10:54 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-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:10:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': File to upload is small (34 bytes), uploading instead of streaming 2025/10/04 04:10:58 DEBUG : with_checksum_small_file_from_pipe: md5 = 983c333eef40a1eaf06c0ae9880307f7 OK 2025/10/04 04:10:58 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/04 04:10:58 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/04 04:10:59 DEBUG : with_checksum_big_file_from_pipe: md5 = 8766c82185c2f3cacfd3008a922adc6a OK 2025/10/04 04:10:59 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-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': File to upload is small (34 bytes), uploading instead of streaming 2025/10/04 04:11:03 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/04 04:11:03 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/04 04:11:04 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-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': File to upload is small (34 bytes), uploading instead of streaming 2025/10/04 04:11:08 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/04 04:11:08 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/04 04:11:09 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.04s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.97s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.12s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.94s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/04 04:11:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': File to upload is small (48 bytes), uploading instead of streaming 2025/10/04 04:11:13 DEBUG : rcat_metadata: md5 = 2c8c50e21ba40b14846ecb208def9ed2 OK 2025/10/04 04:11:13 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/04 04:11:14 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/04 04:11:15 DEBUG : rcat_metadata_uploadcutoff0: md5 = b05b58901fea61cb050ef046335c7fd4 OK 2025/10/04 04:11:15 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.91s) --- PASS: TestRcatMetadata/Normal (2.50s) --- PASS: TestRcatMetadata/ViaDisk (2.98s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:18 DEBUG : potato1: md5 = 92f192b34b425a746577ca15c57d3491 OK 2025/10/04 04:11:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': File to upload is small (60 bytes), uploading instead of streaming 2025/10/04 04:11:20 DEBUG : potato2: md5 = fa1d457fc15f78f5b33c79746cc9cc36 OK 2025/10/04 04:11:20 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.39s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:23 DEBUG : potato1: md5 = 85676d118249c7a1bb86521768a2976c OK 2025/10/04 04:11:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': File to upload is small (60 bytes), uploading instead of streaming 2025/10/04 04:11:24 DEBUG : potato2: md5 = 1eb4e4c7fb125e279ad01b54bdbd42cd OK 2025/10/04 04:11:24 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.37s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:28 DEBUG : potato2: md5 = de674a348ddf576aff25329d6b9cf77a OK 2025/10/04 04:11:29 DEBUG : empty space: md5 = 03479708643a3d219c9bdd518a4aa9bf OK 2025/10/04 04:11:32 DEBUG : sub dir/potato3: md5 = 5296747af85e89e0c7b0f8a81537e296 OK 2025/10/04 04:11:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Touching "sub dir/potato3" 2025/10/04 04:11:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Touching "empty space" 2025/10/04 04:11:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Touching "potato2" 2025/10/04 04:11:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.64s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:36 DEBUG : dir with metadata: Making directory with metadata 2025/10/04 04:11:37 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.29s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:38 DEBUG : directory with modtime: Making directory with metadata 2025/10/04 04:11:39 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.44s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:41 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/04 04:11:41 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 04:11:41 DEBUG : Google drive root 'crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog': Skipping btime metadata as can't update it on an existing file: 2025-10-04T04:11:41.421839369Z 2025/10/04 04:11:42 INFO : non existent directory: Updated directory metadata 2025/10/04 04:11:43 DEBUG : Google drive root 'crypt/695nlo3lir2cbrag11efmra3lkr33ru0lcq6l6nmq6mhc7bt4pog': Skipping btime metadata as can't update it on an existing file: 2025-10-04T04:11:41.421839369Z 2025/10/04 04:11:44 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.53s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:45 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/04 04:11:47 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/04 04:11:48 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.99s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:49 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/04 04:11:49 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 04:11:49 DEBUG : dst: Making directory with metadata 2025/10/04 04:11:50 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 04:11:50 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/04 04:11:51 INFO : dst: Set directory modification time (using SetModTime) 2025/10/04 04:11:51 INFO : dst: Set directory modification time (using SetModTime) 2025/10/04 04:11:51 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/04 04:11:52 INFO : dst: Set directory modification time (using SetModTime) 2025/10/04 04:11:52 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.71s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje'", Local "Local file system at /tmp/rclone1382566136", Modify Window "1ms" 2025/10/04 04:11:55 DEBUG : sub dir/test remove existing: md5 = 637af9b8237d6921ae2e04af6f12db58 OK 2025/10/04 04:11:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 1d7d3f78bbd1b7994ce3d9779f729ef7 OK 2025/10/04 04:11:59 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.koqehay7" before starting 2025/10/04 04:12:00 DEBUG : sub dir/test remove existing.koqehay7: TEST: removing renamed existing file after operation 2025/10/04 04:12:01 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qapefaz0" before starting 2025/10/04 04:12:02 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qapefaz0: TEST: renaming existing back after failed operation 2025/10/04 04:12:03 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.niwojaw0" before starting 2025/10/04 04:12:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.niwojaw0: TEST: removing renamed existing file after operation 2025/10/04 04:12:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "pvp70ju7nggb6frrl94qq2q2e5t2kt9hcfmv59et5l9ec8820dg0" 2025/10/04 04:12:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3e3j4bp13hor1n3iqguvuvanm9rujvtdr7pjbijc0lmck2hrte3b2l0ivc0kri4r6i246b1rjbg16h9pe6psmdgsuhi1adf262oo639e9a8rmdf981i5t5bhpfuk6c7lmjhjl7q6ejucg3s2jg0ouj9ca0ir89ig5lrtglek4iuuh3g3vbpg" --- PASS: TestRemoveExisting (12.88s) === 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/10/04 04:12:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qojifag0huje': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m53.333017165s (try 1/5)