"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/08/28 01:16:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe" 2025/08/28 01:16:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:16:33 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig" 2025/08/28 01:16:34 DEBUG : Creating backend with remote "/tmp/rclone129182745" === 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-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", 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/08/28 01:16:34 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/28 01:16:34 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/28 01:16:34 DEBUG : potato: Seek from 10 to 0 2025/08/28 01:16:34 DEBUG : potato: Seek from 10 to 0 2025/08/28 01:16:34 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/28 01:16:34 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/28 01:16:34 DEBUG : potato: Seek from 5 to 2 2025/08/28 01:16:34 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/28 01:16:34 DEBUG : potato: Seek from 7 to 0 2025/08/28 01:16:34 DEBUG : potato: Seek from 7 to 0 2025/08/28 01:16:34 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/28 01:16:34 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/28 01:16:34 DEBUG : potato: Seek from 5 to 2 2025/08/28 01:16:34 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/28 01:16:34 DEBUG : potato: Seek from 8 to 0 2025/08/28 01:16:34 DEBUG : potato: Seek from 8 to 0 2025/08/28 01:16:34 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/28 01:16:34 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/28 01:16:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/28 01:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/28 01:16:34 DEBUG : potato: Seek from 5 to 2 2025/08/28 01:16:34 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/28 01:16:34 DEBUG : potato: Seek from 9 to 0 2025/08/28 01:16:34 DEBUG : potato: Seek from 9 to 0 2025/08/28 01:16:34 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-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:16:37 DEBUG : rutabaga: md5 = c80fbfaef8b12594def9df776671a93e OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/28 01:16:39 DEBUG : empty space: md5 = b0b2115631c4752ce94cd8842d52ea12 OK === RUN TestCheck/3 2025/08/28 01:16:42 DEBUG : potato2: md5 = 918e327f4273dc5a7890535781ea538d OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/28 01:16:44 DEBUG : remotepotato: md5 = ea0ac0a12f5d91bdf0ebbc022fb8856e OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.31s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/08/28 01:16:48 DEBUG : Creating backend with remote "nonexistent" 2025/08/28 01:16:48 DEBUG : Creating backend with remote "nonexistent" 2025/08/28 01:16:48 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/28 01:16:48 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/28 01:16:48 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/28 01:16:48 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-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:16:49 DEBUG : rutabaga: md5 = 72f13035248a01a8d4c0e869baca28fd OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/28 01:16:53 DEBUG : empty space: md5 = 0e780d6e2efb2578cd4535aa9a1701ee OK === RUN TestCheckDownload/3 2025/08/28 01:16:56 DEBUG : potato2: md5 = d4bfc932a3c403383987a9b4fbe769f9 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/28 01:17:01 DEBUG : remotepotato: md5 = d62b450eda9fb60e39d3ecd19c6c09a8 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.99s) --- PASS: TestCheckDownload/1 (1.16s) --- PASS: TestCheckDownload/2 (1.10s) --- PASS: TestCheckDownload/3 (0.94s) --- PASS: TestCheckDownload/4 (1.41s) --- PASS: TestCheckDownload/5 (1.11s) --- PASS: TestCheckDownload/6 (0.99s) --- PASS: TestCheckDownload/7 (0.99s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:17:07 DEBUG : rutabaga: md5 = 0c93b8c1f97f53f9b396c292361b66c3 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/28 01:17:10 DEBUG : empty space: md5 = 13a01171f675c619a47c9975dc929ffd OK === RUN TestCheckSizeOnly/3 2025/08/28 01:17:12 DEBUG : potato2: md5 = f656339993f1fdf94b1504500ba8cf43 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/28 01:17:14 DEBUG : remotepotato: md5 = 890502100867c64bb7ab686fa2e08d6c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.54s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.30s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.32s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:17:19 DEBUG : test.sum: md5 = d1fa4fa8f911314622532658b676ad39 OK 2025/08/28 01:17:20 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/28 01:17:20 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/28 01:17:20 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/28 01:17:20 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/28 01:17:21 DEBUG : test.sum: md5 = ef1f478fa713c06cb16903d5377dfa98 OK 2025/08/28 01:17:22 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/28 01:17:22 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/28 01:17:22 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/28 01:17:22 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.95s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:17:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/data" 2025/08/28 01:17:23 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe/data' lacks md5, skipping --- SKIP: TestCheckSum (2.14s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:17:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/data" 2025/08/28 01:17:25 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/vjrnln8ratgmqakfosrqe8espk" 2025/08/28 01:17:29 DEBUG : data/banana: md5 = 3fbb0b30eac54ee0011dbebf1a284d81 OK 2025/08/28 01:17:31 DEBUG : test.sum: md5 = eb060e3a104a49826fc547136ec5ccc7 OK === RUN TestCheckSumDownload/subtest1 2025/08/28 01:17:36 DEBUG : data/potato: md5 = 7da613c89f27d0f3b3cfedbcbabe6beb OK 2025/08/28 01:17:38 DEBUG : test.sum: md5 = 8f121b560a2e76cb986d10ce7f91cdd6 OK === RUN TestCheckSumDownload/subtest2 2025/08/28 01:17:42 DEBUG : test.sum: md5 = f4aa96bef21524856d204ae432d7ab99 OK === RUN TestCheckSumDownload/subtest3 2025/08/28 01:17:46 DEBUG : test.sum: md5 = dcd5a345ffd22df35ab85470d56ae788 OK === RUN TestCheckSumDownload/subtest4 2025/08/28 01:17:50 DEBUG : test.sum: md5 = 2e2978fe5679ab49a90eaaca0de1cefe OK === RUN TestCheckSumDownload/subtest5 2025/08/28 01:17:54 DEBUG : test.sum: md5 = fbbd0e318a05de3bbd1ca9249a8285dc OK === RUN TestCheckSumDownload/subtest6 2025/08/28 01:17:59 DEBUG : data/banana: md5 = a2624356b03f9601970683fcb88b0443 OK 2025/08/28 01:18:02 DEBUG : data/potato: md5 = d98a9d6bf1c8d085a3e0c2252de07469 OK 2025/08/28 01:18:04 DEBUG : test.sum: md5 = 2f9aebc2e9771d78f2aeeadf3568d985 OK === RUN TestCheckSumDownload/subtest7 2025/08/28 01:18:10 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/08/28 01:18:10 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (45.24s) --- PASS: TestCheckSumDownload/subtest1 (3.36s) --- PASS: TestCheckSumDownload/subtest2 (2.15s) --- PASS: TestCheckSumDownload/subtest3 (2.09s) --- PASS: TestCheckSumDownload/subtest4 (2.15s) --- PASS: TestCheckSumDownload/subtest5 (2.42s) --- PASS: TestCheckSumDownload/subtest6 (2.57s) --- PASS: TestCheckSumDownload/subtest7 (2.41s) === RUN TestApplyTransforms 2025/08/28 01:18:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diwaxuc4wipu" 2025/08/28 01:18:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:11 DEBUG : Creating backend with remote "TestDrive:crypt/92gbr22fod370ue224nupkvplvr0aqkao6tciumba1b7pnmsthqg" 2025/08/28 01:18:12 DEBUG : Creating backend with remote "/tmp/rclone1925350354" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diwaxuc4wipu'", Local "Local file system at /tmp/rclone1925350354", Modify Window "1ms" 2025/08/28 01:18:14 DEBUG : hello, world!: md5 = 898f68964ef51571d982ee16b3de0ef7 OK upper checkfile vs. lower remote (without normalization) 2025/08/28 01:18:14 ERROR : hello, world!: sum not found 2025/08/28 01:18:14 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-diwaxuc4wipu' 2025/08/28 01:18:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diwaxuc4wipu': 1 files missing 2025/08/28 01:18:14 NOTICE: 1 hashes missing 2025/08/28 01:18:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diwaxuc4wipu': 1 differences found 2025/08/28 01:18:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diwaxuc4wipu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/28 01:18:16 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:18:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diwaxuc4wipu': 0 differences found 2025/08/28 01:18:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diwaxuc4wipu': 1 matching files 2025/08/28 01:18:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-perital1yoxe" 2025/08/28 01:18:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:16 DEBUG : Creating backend with remote "TestDrive:crypt/ueai2ia1q4kri9bp518psp6hcfm6469hgp9td3l9jga22cg1fov0" 2025/08/28 01:18:17 DEBUG : Creating backend with remote "/tmp/rclone3946614251" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-perital1yoxe'", Local "Local file system at /tmp/rclone3946614251", Modify Window "1ms" 2025/08/28 01:18:19 DEBUG : HELLO, WORLD!: md5 = 8344202304239dd7d1dd2cbea571280a OK lower checkfile vs. upper remote (without normalization) 2025/08/28 01:18:19 ERROR : HELLO, WORLD!: sum not found 2025/08/28 01:18:19 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-perital1yoxe' 2025/08/28 01:18:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-perital1yoxe': 1 files missing 2025/08/28 01:18:19 NOTICE: 1 hashes missing 2025/08/28 01:18:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-perital1yoxe': 1 differences found 2025/08/28 01:18:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-perital1yoxe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/28 01:18:21 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:18:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-perital1yoxe': 0 differences found 2025/08/28 01:18:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-perital1yoxe': 1 matching files 2025/08/28 01:18:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-toyilax8poye" 2025/08/28 01:18:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:21 DEBUG : Creating backend with remote "TestDrive:crypt/hnntgibhqht123gles1ou81g2d4giuvgtnbsa50vin0l2fa3v3bg" 2025/08/28 01:18:22 DEBUG : Creating backend with remote "/tmp/rclone1635588185" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-toyilax8poye'", Local "Local file system at /tmp/rclone1635588185", Modify Window "1ms" 2025/08/28 01:18:24 DEBUG : HeLlO, wOrLd!: md5 = 5c893d0b3fd131febc6367c3a6530a78 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/28 01:18:25 ERROR : HeLlO, wOrLd!: sum not found 2025/08/28 01:18:25 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-toyilax8poye' 2025/08/28 01:18:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-toyilax8poye': 1 files missing 2025/08/28 01:18:25 NOTICE: 1 hashes missing 2025/08/28 01:18:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-toyilax8poye': 1 differences found 2025/08/28 01:18:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-toyilax8poye': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/28 01:18:26 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:18:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-toyilax8poye': 0 differences found 2025/08/28 01:18:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-toyilax8poye': 1 matching files 2025/08/28 01:18:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-soqiduj3tato" 2025/08/28 01:18:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:26 DEBUG : Creating backend with remote "TestDrive:crypt/ei0cnhibl90omlfvlja43p03lgvacm1dedt5fkucedjfvhbth44g" 2025/08/28 01:18:27 DEBUG : Creating backend with remote "/tmp/rclone4034721610" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-soqiduj3tato'", Local "Local file system at /tmp/rclone4034721610", Modify Window "1ms" 2025/08/28 01:18:29 DEBUG : HELLO, WORLD!: md5 = 5d175a2d6875ef027117a519cb8dfb78 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/28 01:18:30 ERROR : HELLO, WORLD!: sum not found 2025/08/28 01:18:30 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-soqiduj3tato' 2025/08/28 01:18:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqiduj3tato': 1 files missing 2025/08/28 01:18:30 NOTICE: 1 hashes missing 2025/08/28 01:18:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqiduj3tato': 1 differences found 2025/08/28 01:18:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqiduj3tato': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/28 01:18:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:18:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqiduj3tato': 0 differences found 2025/08/28 01:18:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqiduj3tato': 1 matching files 2025/08/28 01:18:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vajosov0seke" 2025/08/28 01:18:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:31 DEBUG : Creating backend with remote "TestDrive:crypt/rboms5i0u20c8um3gg5advt5vib9m8fuo92ags8t261uik9h9kjg" 2025/08/28 01:18:32 DEBUG : Creating backend with remote "/tmp/rclone2570133368" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vajosov0seke'", Local "Local file system at /tmp/rclone2570133368", Modify Window "1ms" 2025/08/28 01:18:34 DEBUG : 測試_Русский___ě_áñ: md5 = 02d3df32474e8ae4666ea60cef66aaf8 OK NFD checkfile vs. NFC remote (without normalization) 2025/08/28 01:18:35 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/28 01:18:35 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vajosov0seke' 2025/08/28 01:18:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vajosov0seke': 1 files missing 2025/08/28 01:18:35 NOTICE: 1 hashes missing 2025/08/28 01:18:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vajosov0seke': 1 differences found 2025/08/28 01:18:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vajosov0seke': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/28 01:18:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:18:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vajosov0seke': 0 differences found 2025/08/28 01:18:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vajosov0seke': 1 matching files 2025/08/28 01:18:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fixacog1duga" 2025/08/28 01:18:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:36 DEBUG : Creating backend with remote "TestDrive:crypt/dhlf7gt76ujnonq9bb4nlru319c3qndv22o1locq2b58k4j7vgvg" 2025/08/28 01:18:37 DEBUG : Creating backend with remote "/tmp/rclone2530177854" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fixacog1duga'", Local "Local file system at /tmp/rclone2530177854", Modify Window "1ms" 2025/08/28 01:18:39 DEBUG : 測試_Русский___ě_áñ: md5 = 17b42c945fe316937583a36d8e09efdc OK NFC checkfile vs. NFD remote (without normalization) 2025/08/28 01:18:40 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/28 01:18:40 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fixacog1duga' 2025/08/28 01:18:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fixacog1duga': 1 files missing 2025/08/28 01:18:40 NOTICE: 1 hashes missing 2025/08/28 01:18:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fixacog1duga': 1 differences found 2025/08/28 01:18:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fixacog1duga': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/28 01:18:41 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:18:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fixacog1duga': 0 differences found 2025/08/28 01:18:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fixacog1duga': 1 matching files 2025/08/28 01:18:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nutosik9qoju" 2025/08/28 01:18:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:41 DEBUG : Creating backend with remote "TestDrive:crypt/gsjnsg1c2f6370mu1hs1o48rsf8qbs08m8n98543qt8u2m7tg6e0" 2025/08/28 01:18:42 DEBUG : Creating backend with remote "/tmp/rclone2250609039" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nutosik9qoju'", Local "Local file system at /tmp/rclone2250609039", Modify Window "1ms" 2025/08/28 01:18:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = be46ae350e7b28905a0e88001163b527 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/28 01:18:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/28 01:18:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nutosik9qoju' 2025/08/28 01:18:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nutosik9qoju': 1 files missing 2025/08/28 01:18:45 NOTICE: 1 hashes missing 2025/08/28 01:18:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nutosik9qoju': 1 differences found 2025/08/28 01:18:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nutosik9qoju': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/28 01:18:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nutosik9qoju': 0 differences found 2025/08/28 01:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nutosik9qoju': 1 matching files 2025/08/28 01:18:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kodupuh8fuki" 2025/08/28 01:18:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:46 DEBUG : Creating backend with remote "TestDrive:crypt/gj9mlpur24rpeqomijol3larc86cp1b1iekm4eok28gpl4kmbaj0" 2025/08/28 01:18:47 DEBUG : Creating backend with remote "/tmp/rclone822508781" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kodupuh8fuki'", Local "Local file system at /tmp/rclone822508781", Modify Window "1ms" 2025/08/28 01:18:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f2112ad5dde52218ae8b4b3766a38bc8 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/28 01:18:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/28 01:18:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kodupuh8fuki' 2025/08/28 01:18:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodupuh8fuki': 1 files missing 2025/08/28 01:18:50 NOTICE: 1 hashes missing 2025/08/28 01:18:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodupuh8fuki': 1 differences found 2025/08/28 01:18:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodupuh8fuki': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/28 01:18:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodupuh8fuki': 0 differences found 2025/08/28 01:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodupuh8fuki': 1 matching files 2025/08/28 01:18:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gecamas6hexi" 2025/08/28 01:18:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:51 DEBUG : Creating backend with remote "TestDrive:crypt/g8s1ph5c1iiikmrhb3th2l4gabhqjvlbk4o4oi4loempun64hlm0" 2025/08/28 01:18:52 DEBUG : Creating backend with remote "/tmp/rclone2280383141" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gecamas6hexi'", Local "Local file system at /tmp/rclone2280383141", Modify Window "1ms" 2025/08/28 01:18:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a98ee86a59897388108715a593f491a6 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/28 01:18:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/28 01:18:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gecamas6hexi' 2025/08/28 01:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecamas6hexi': 1 files missing 2025/08/28 01:18:55 NOTICE: 1 hashes missing 2025/08/28 01:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecamas6hexi': 1 differences found 2025/08/28 01:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecamas6hexi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/28 01:18:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecamas6hexi': 0 differences found 2025/08/28 01:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecamas6hexi': 1 matching files 2025/08/28 01:18:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faxitah8moco" 2025/08/28 01:18:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:18:56 DEBUG : Creating backend with remote "TestDrive:crypt/ni19lur70j7lhvr5213c9umheu29tdhpsu6s330d070c4h73l4mg" 2025/08/28 01:18:57 DEBUG : Creating backend with remote "/tmp/rclone1833878406" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faxitah8moco'", Local "Local file system at /tmp/rclone1833878406", Modify Window "1ms" 2025/08/28 01:18:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a02fd2e7fbea690f17357c33262e9d7d OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/28 01:19:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/28 01:19:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-faxitah8moco' 2025/08/28 01:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxitah8moco': 1 files missing 2025/08/28 01:19:00 NOTICE: 1 hashes missing 2025/08/28 01:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxitah8moco': 1 differences found 2025/08/28 01:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxitah8moco': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/28 01:19:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/28 01:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxitah8moco': 0 differences found 2025/08/28 01:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxitah8moco': 1 matching files 2025/08/28 01:19:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faxitah8moco': Purge remote 2025/08/28 01:19:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gecamas6hexi': Purge remote 2025/08/28 01:19:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kodupuh8fuki': Purge remote 2025/08/28 01:19:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nutosik9qoju': Purge remote 2025/08/28 01:19:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fixacog1duga': Purge remote 2025/08/28 01:19:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vajosov0seke': Purge remote 2025/08/28 01:19:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-soqiduj3tato': Purge remote 2025/08/28 01:19:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-toyilax8poye': Purge remote 2025/08/28 01:19:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-perital1yoxe': Purge remote 2025/08/28 01:19:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diwaxuc4wipu': Purge remote --- PASS: TestApplyTransforms (54.63s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:19:05 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/28 01:19:08 DEBUG : sub/file2: md5 = 502123ad22777814c878c1d474f274c9 OK 2025/08/28 01:19:08 INFO : file1: Copied (new) to: sub/file2 2025/08/28 01:19:08 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/28 01:19:08 DEBUG : file1: Unchanged skipping 2025/08/28 01:19:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': don't need to copy/move sub/file2, it is already at target location 2025/08/28 01:19:10 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.98s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.52s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:19:14 DEBUG : dst/file1: md5 = f9edc16518203189dd3fb75a29be07b0 OK 2025/08/28 01:19:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/backup" 2025/08/28 01:19:15 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/1nrff024r7pq65ecp72fc28jb0" 2025/08/28 01:19:16 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/28 01:19:19 INFO : dst/file1: Moved (server-side) 2025/08/28 01:19:20 DEBUG : dst/file1: md5 = 8e218815ee058d3db44c79b7036d7b27 OK 2025/08/28 01:19:20 INFO : dst/file1: Copied (new) 2025/08/28 01:19:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/28 01:19:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/28 01:19:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.51s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:19:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/dst" 2025/08/28 01:19:25 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/28 01:19:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/CompareDest" 2025/08/28 01:19:27 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/gveqi14airsml4bgu7krj116o8" 2025/08/28 01:19:28 DEBUG : one: Need to transfer - File not found at Destination 2025/08/28 01:19:31 DEBUG : one: md5 = faac65d079d569fab70905d8dc85495a OK 2025/08/28 01:19:31 INFO : one: Copied (new) 2025/08/28 01:19:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/28 01:19:34 DEBUG : one: md5 = 6df28dba31bf50244fdd8f0e19a9308a OK 2025/08/28 01:19:34 INFO : one: Copied (replaced existing) 2025/08/28 01:19:36 DEBUG : dst/one: md5 = 34f181ce12ba4351ca450f45532208a9 OK 2025/08/28 01:19:38 DEBUG : CompareDest/one: md5 = 67543100776c824dfb20cb6951a27f0f OK 2025/08/28 01:19:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/28 01:19:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/28 01:19:40 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/28 01:19:42 DEBUG : CompareDest/two: md5 = 8e7c5155f01c81f30cc66c1289d71723 OK 2025/08/28 01:19:43 DEBUG : two: Need to transfer - File not found at Destination 2025/08/28 01:19:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/28 01:19:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/28 01:19:44 DEBUG : two: Need to transfer - File not found at Destination 2025/08/28 01:19:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/28 01:19:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/28 01:19:45 DEBUG : two: Need to transfer - File not found at Destination 2025/08/28 01:19:45 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/28 01:19:47 DEBUG : two: md5 = 7157f5e08ed37a0b4fb39e1be6185161 OK 2025/08/28 01:19:47 INFO : two: Copied (new) 2025/08/28 01:19:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/28 01:19:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:19:51 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/28 01:19:51 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (26.35s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:19:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/dst" 2025/08/28 01:19:52 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/28 01:19:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/CopyDest" 2025/08/28 01:19:53 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/28 01:19:55 DEBUG : one: Need to transfer - File not found at Destination 2025/08/28 01:19:57 DEBUG : one: md5 = 6447ac5f7fd2e27eb9bdbcd5582047a7 OK 2025/08/28 01:19:57 INFO : one: Copied (new) 2025/08/28 01:19:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/28 01:20:00 DEBUG : one: md5 = f9d025cbdfb68a66891105dabe3d1aae OK 2025/08/28 01:20:00 INFO : one: Copied (replaced existing) 2025/08/28 01:20:02 DEBUG : dst/one: md5 = 988be67b7171751c4aeb9c36f373a58c OK 2025/08/28 01:20:05 DEBUG : CopyDest/one: md5 = dd520270d3d419b42e56b65fc84dc87b OK 2025/08/28 01:20:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/BackupDir" 2025/08/28 01:20:06 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/28 01:20:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/28 01:20:08 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/28 01:20:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/28 01:20:09 INFO : one: Moved (server-side) 2025/08/28 01:20:10 INFO : one: Copied (server-side copy) 2025/08/28 01:20:10 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/28 01:20:13 DEBUG : CopyDest/two: md5 = 08250ba62ed1a22bd46923228312b431 OK 2025/08/28 01:20:13 DEBUG : two: Need to transfer - File not found at Destination 2025/08/28 01:20:13 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/28 01:20:15 INFO : two: Copied (server-side copy) 2025/08/28 01:20:15 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/28 01:20:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/28 01:20:16 DEBUG : two: Unchanged skipping 2025/08/28 01:20:18 DEBUG : CopyDest/three: md5 = 33a8d0b6252f8d53c8c2eed7d48ec8f7 OK 2025/08/28 01:20:18 DEBUG : three: Need to transfer - File not found at Destination 2025/08/28 01:20:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/28 01:20:19 DEBUG : three: Destination not found in --copy-dest 2025/08/28 01:20:20 DEBUG : three: md5 = 901f14101d901ea5809324da39577868 OK 2025/08/28 01:20:20 INFO : three: Copied (new) 2025/08/28 01:20:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/28 01:20:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/28 01:20:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:20:25 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/28 01:20:25 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/28 01:20:25 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:20:26 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (35.29s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.48s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:20:28 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/28 01:20:30 DEBUG : TestCopyFileMaxTransfer/file1: md5 = e2aec28546b270babaa808b1a5870b94 OK 2025/08/28 01:20:30 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/28 01:20:31 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/28 01:20:31 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/28 01:20:32 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/28 01:20:33 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/28 01:20:34 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 8d97fe6937a71e25fb2127cb46afbd6f OK 2025/08/28 01:20:34 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/28 01:20:36 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/28 01:20:36 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.40s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:20:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Looking for duplicate names using skip mode. 2025/08/28 01:20:41 NOTICE: one: Found 2 files with duplicate names 2025/08/28 01:20:41 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.87s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:20:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Looking for duplicate names using skip mode. 2025/08/28 01:20:47 NOTICE: one: Found 3 files with duplicate names 2025/08/28 01:20:47 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/28 01:20:47 INFO : one: Deleted 2025/08/28 01:20:47 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.51s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:20:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Looking for duplicate names using first mode. 2025/08/28 01:20:54 NOTICE: one: Found 3 files with duplicate names 2025/08/28 01:20:54 INFO : one: Deleted 2025/08/28 01:20:55 INFO : one: Deleted 2025/08/28 01:20:55 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.17s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:21:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Looking for duplicate names using newest mode. 2025/08/28 01:21:00 NOTICE: one: Found 3 files with duplicate names 2025/08/28 01:21:01 INFO : one: Deleted 2025/08/28 01:21:02 INFO : one: Deleted 2025/08/28 01:21:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.20s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:21:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Looking for duplicate names using oldest mode. 2025/08/28 01:21:08 NOTICE: one: Found 3 files with duplicate names 2025/08/28 01:21:09 INFO : one: Deleted 2025/08/28 01:21:09 INFO : one: Deleted 2025/08/28 01:21:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.44s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:21:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Looking for duplicate names using largest mode. 2025/08/28 01:21:15 NOTICE: one: Found 3 files with duplicate names 2025/08/28 01:21:15 INFO : one: Deleted 2025/08/28 01:21:16 INFO : one: Deleted 2025/08/28 01:21:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.74s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:21:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Looking for duplicate names using smallest mode. 2025/08/28 01:21:22 NOTICE: one: Found 3 files with duplicate names 2025/08/28 01:21:22 INFO : one: Deleted 2025/08/28 01:21:22 INFO : one: Deleted 2025/08/28 01:21:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.61s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:21:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Looking for duplicate names using rename mode. 2025/08/28 01:21:29 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/28 01:21:31 INFO : one-2.txt: renamed from: one.txt 2025/08/28 01:21:32 INFO : one-3.txt: renamed from: one.txt 2025/08/28 01:21:33 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.95s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:21:38 DEBUG : dupe1/one.txt: md5 = 7374a2678508442fda19755f7c30ae81 OK 2025/08/28 01:21:40 DEBUG : dupe2/two.txt: md5 = 75c45fe283c16b25e50e0e1bdfda12a9 OK 2025/08/28 01:21:43 DEBUG : dupe3/three.txt: md5 = fe07422659ce619427d662ab54d6cc01 OK 2025/08/28 01:21:43 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/28 01:21:44 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/28 01:21:44 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/28 01:21:45 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/28 01:21:48 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/28 01:21:48 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/28 01:21:48 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.29s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:21:50 DEBUG : a.txt: md5 = ac98068802574f105a6f58c838a15ac4 OK 2025/08/28 01:21:52 DEBUG : zend.txt: md5 = 0f3c7fe15418fa1c4f4a1482d7ceb406 OK 2025/08/28 01:21:52 DEBUG : Config file has changed externally - reloading 2025/08/28 01:21:52 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/08/28 01:21:52 DEBUG : Config file has changed externally - reloading 2025/08/28 01:21:52 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/08/28 01:21:52 DEBUG : TestDrive: Saved new token in config file 2025/08/28 01:21:54 DEBUG : sub dir/hello world: md5 = 3560f704d5859954d950a79fb7e26c2e OK 2025/08/28 01:21:56 DEBUG : sub dir/hello world2: md5 = c21ccb4940d31c79bc86fd315e4e8f94 OK 2025/08/28 01:21:58 DEBUG : sub dir/ignore dir/.ignore: md5 = 37e2b4f4347224c31e100bb593337148 OK 2025/08/28 01:21:59 DEBUG : sub dir/ignore dir/should be ignored: md5 = 58dd3a6e05edcedd38a4fa04d5d915d0 OK 2025/08/28 01:22:02 DEBUG : sub dir/sub sub dir/hello world3: md5 = 47fe1d64ce8fde35b720097846bac59e OK 2025/08/28 01:22:03 DEBUG : a.txt: Excluded (Size Filter) 2025/08/28 01:22:03 DEBUG : a.txt: Excluded 2025/08/28 01:22:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/28 01:22:04 DEBUG : sub dir/hello world: Excluded 2025/08/28 01:22:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/28 01:22:04 DEBUG : sub dir/hello world2: Excluded 2025/08/28 01:22:04 DEBUG : sub dir/ignore dir: Excluded 2025/08/28 01:22:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/28 01:22:04 DEBUG : sub dir/hello world: Excluded 2025/08/28 01:22:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/28 01:22:04 DEBUG : sub dir/hello world2: Excluded 2025/08/28 01:22:05 DEBUG : sub dir/ignore dir: Excluded 2025/08/28 01:22:09 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/28 01:22:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/28 01:22:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/28 01:22:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/28 01:22:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/28 01:22:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/28 01:22:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.46s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:22:13 DEBUG : a.txt: md5 = 573d7e8317f943c467fd09ebedd2a2a6 OK 2025/08/28 01:22:14 DEBUG : zend.txt: md5 = 97ed7002b71f7f890b112f0bc19cc831 OK 2025/08/28 01:22:17 DEBUG : sub dir/hello world: md5 = 5f51deae6417f24153a8fa07a91500c1 OK 2025/08/28 01:22:18 DEBUG : sub dir/hello world2: md5 = c6712db40511a40e311ec056b55cbe47 OK 2025/08/28 01:22:21 DEBUG : sub dir/ignore dir/.ignore: md5 = 10a36c1d622809e9096aa7af46c9fbfe OK 2025/08/28 01:22:22 DEBUG : sub dir/ignore dir/should be ignored: md5 = 4c6e374d239d5e2fe170255417925b85 OK 2025/08/28 01:22:24 DEBUG : sub dir/sub sub dir/hello world3: md5 = 3ce244995a9c7da24b90bb5c7e4ba490 OK 2025/08/28 01:22:26 DEBUG : a.txt: Excluded (Size Filter) 2025/08/28 01:22:26 DEBUG : a.txt: Excluded 2025/08/28 01:22:26 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/28 01:22:26 DEBUG : sub dir/hello world2: Excluded 2025/08/28 01:22:26 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/28 01:22:26 DEBUG : sub dir/hello world: Excluded 2025/08/28 01:22:27 DEBUG : sub dir/ignore dir: Excluded 2025/08/28 01:22:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/28 01:22:27 DEBUG : sub dir/hello world2: Excluded 2025/08/28 01:22:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/28 01:22:27 DEBUG : sub dir/hello world: Excluded 2025/08/28 01:22:27 DEBUG : sub dir/ignore dir: Excluded 2025/08/28 01:22:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/28 01:22:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/28 01:22:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/28 01:22:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/28 01:22:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/28 01:22:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/28 01:22:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (22.40s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:22:35 DEBUG : file1: md5 = e0b6249604a64812a9173633290a7e0d OK 2025/08/28 01:22:37 DEBUG : sub/file2: md5 = 1452c2b0fd07f1ac8f2fb34d4a3eac93 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/08/28 01:22:40 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/28 01:22:41 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/28 01:22:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/28 01:22:43 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.64s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:22:45 DEBUG : file1: md5 = 91c48c0c6674323dbb8957cdc6ab9e6b OK 2025/08/28 01:22:47 DEBUG : sub/file2: md5 = 064fc0b122973c2943f1cf1274aba322 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/08/28 01:22:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/notfound" 2025/08/28 01:22:51 DEBUG : Config file has changed externally - reloading 2025/08/28 01:22:51 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/qe0i31qdkoejk60elps0ni5sqk" 2025/08/28 01:22:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.59s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.71s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:22:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Making directory 2025/08/28 01:22:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Making directory --- PASS: TestMkdir (0.74s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:22:58 DEBUG : sub dir/hello world: md5 = cbf0a0f28dc9db4995536a894ac6448c OK 2025/08/28 01:23:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.80s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:02 DEBUG : potato2: md5 = b0e8ec96281fc26a8ab2d1080be26515 OK 2025/08/28 01:23:03 DEBUG : empty space: md5 = 175c99da386ffeb9d32a738781047476 OK --- PASS: TestLs (4.85s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:07 DEBUG : potato2: md5 = 589d93e4b9b010ae1a64dd1b0fe69d0d OK 2025/08/28 01:23:08 DEBUG : empty space: md5 = 44049cf685e72324657845be3854f4b6 OK 2025/08/28 01:23:09 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/28 01:23:09 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.94s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:12 DEBUG : potato2: md5 = 0d91a07001b89954a86d43a0ef386b14 OK 2025/08/28 01:23:13 DEBUG : empty space: md5 = 247fccdcd28d8d8a444fd944d49b8d5f OK --- PASS: TestLsLong (5.09s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:17 DEBUG : potato2: md5 = afaddc2880c3ffce45c72573a61c6969 OK 2025/08/28 01:23:18 DEBUG : empty space: md5 = 89c67450101c4096a790494b210e6048 OK --- PASS: TestHashSums (4.46s) === RUN TestHashSumsWithErrors 2025/08/28 01:23:20 DEBUG : Creating backend with remote ":memory:" 2025/08/28 01:23:20 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/28 01:23:20 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/28 01:23:20 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/28 01:23:20 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/28 01:23:20 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/28 01:23:20 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/28 01:23:20 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/28 01:23:20 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/28 01:23:20 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-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:21 DEBUG : potato2: md5 = bdb509d29247675c57fb08d4bc32e5d2 OK 2025/08/28 01:23:23 DEBUG : empty space: md5 = 90528bf79b73dc1bc954d925938e650f OK 2025/08/28 01:23:25 DEBUG : sub dir/potato3: md5 = 526a12b536c5a7360bc758f01f76eee1 OK 2025/08/28 01:23:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.84s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:30 DEBUG : small: md5 = 49a08277c8be5cf96805219518ae6add OK 2025/08/28 01:23:32 DEBUG : medium: md5 = 70c70acfa2f55ee7da8b63455c5bf218 OK 2025/08/28 01:23:33 DEBUG : large: md5 = 601e713357cc0016f792523abeb47f2e OK 2025/08/28 01:23:34 DEBUG : Waiting for deletions to finish 2025/08/28 01:23:34 DEBUG : large: Excluded (Size Filter) 2025/08/28 01:23:34 INFO : small: Deleted 2025/08/28 01:23:34 INFO : medium: Deleted --- PASS: TestDelete (6.76s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:37 DEBUG : small: md5 = ead053b61e008d1e1f5c3bb1410146ff OK 2025/08/28 01:23:38 DEBUG : medium: md5 = 0300c56439736dd8d80194de7566744d OK 2025/08/28 01:23:40 DEBUG : large: md5 = e028f1568e1c3a3412a5d23ed62e8cb8 OK 2025/08/28 01:23:40 DEBUG : Waiting for deletions to finish 2025/08/28 01:23:40 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/08/28 01:23:41 INFO : large: Deleted 2025/08/28 01:23:41 INFO : small: Deleted --- PASS: TestMaxDelete (6.93s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:44 DEBUG : small: md5 = 3f1f494f6ed3d5d5124765a34b7a8c2b OK 2025/08/28 01:23:45 DEBUG : medium: md5 = 2d67ff97a548eeb1ec3b1db5905031d6 OK 2025/08/28 01:23:47 DEBUG : large: md5 = 52b411e8093856a30d91b5a3889a6905 OK 2025/08/28 01:23:47 DEBUG : Waiting for deletions to finish 2025/08/28 01:23:47 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/28 01:23:47 INFO : medium: Deleted 2025/08/28 01:23:48 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.96s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:51 DEBUG : small: md5 = be102095021b68a23ca7741743a95ebf OK 2025/08/28 01:23:52 DEBUG : medium: md5 = 524a75d11dd37b4081bac963a431fad0 OK 2025/08/28 01:23:54 DEBUG : large: md5 = 879a85bc63d0a2ce82b5c95418b12b4a OK 2025/08/28 01:23:54 DEBUG : Waiting for deletions to finish 2025/08/28 01:23:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/28 01:23:54 INFO : small: Deleted 2025/08/28 01:23:54 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.75s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:23:58 DEBUG : ReadFile: md5 = 3db2bc068d4f9495ee5915a9b17d1f7b OK --- PASS: TestReadFile (4.39s) === RUN TestRetry 2025/08/28 01:24:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/28 01:24:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/28 01:24:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/28 01:24:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/28 01:24:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/28 01:24:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/28 01:24:00 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-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:24:02 DEBUG : file1: md5 = 05bfa17e11fa22fae10ab7abc6022109 OK 2025/08/28 01:24:03 DEBUG : file2: md5 = 51d1bca474b85bd20de47cef20cae877 OK --- PASS: TestCat (17.38s) === RUN TestPurge 2025/08/28 01:24:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waroviw2dedu" 2025/08/28 01:24:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/28 01:24:18 DEBUG : Creating backend with remote "TestDrive:crypt/aogn1cqffste5279hclmc5h1nn7lipll4ue4okf26djded0jfbr0" 2025/08/28 01:24:19 DEBUG : Creating backend with remote "/tmp/rclone3791027702" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waroviw2dedu'", Local "Local file system at /tmp/rclone3791027702", Modify Window "1ms" 2025/08/28 01:24:24 DEBUG : A1/B1/C1/one: md5 = faeacac5da10a72613e4e67e90981a15 OK 2025/08/28 01:24:24 INFO : A2: Making directory 2025/08/28 01:24:24 INFO : A1/B2: Making directory 2025/08/28 01:24:25 INFO : A1/B2/C2: Making directory 2025/08/28 01:24:26 INFO : A1/B1/C3: Making directory 2025/08/28 01:24:26 INFO : A3: Making directory 2025/08/28 01:24:27 INFO : A3/B3: Making directory 2025/08/28 01:24:28 INFO : A3/B3/C4: Making directory 2025/08/28 01:24:30 DEBUG : A1/two: md5 = 19743aff5c0f6c4cdf9fdb108b195ba7 OK 2025/08/28 01:24:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waroviw2dedu': Purge remote 2025/08/28 01:24:33 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.40s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:24:37 DEBUG : A1/B1/C1/one: md5 = e81fbb87abee2a473af2c74135aca27e OK 2025/08/28 01:24:37 INFO : A2: Making directory 2025/08/28 01:24:37 INFO : A1/B2: Making directory 2025/08/28 01:24:38 INFO : A1/B2/C2: Making directory 2025/08/28 01:24:39 INFO : A1/B1/C3: Making directory 2025/08/28 01:24:40 INFO : A3: Making directory 2025/08/28 01:24:40 INFO : A3/B3: Making directory 2025/08/28 01:24:41 INFO : A3/B3/C4: Making directory 2025/08/28 01:24:43 DEBUG : A1/two: md5 = a34de72f9d62510600595e247c9b364d OK 2025/08/28 01:24:45 DEBUG : removing 1 level 3 directories 2025/08/28 01:24:45 INFO : A3/B3/C4: Removing directory 2025/08/28 01:24:47 DEBUG : removing 2 level 3 directories 2025/08/28 01:24:47 INFO : A1/B2/C2: Removing directory 2025/08/28 01:24:47 INFO : A1/B1/C3: Removing directory 2025/08/28 01:24:48 DEBUG : removing 2 level 2 directories 2025/08/28 01:24:48 INFO : A3/B3: Removing directory 2025/08/28 01:24:48 INFO : A1/B2: Removing directory 2025/08/28 01:24:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/28 01:24:48 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/28 01:24:48 DEBUG : removing 2 level 1 directories 2025/08/28 01:24:48 INFO : A3: Removing directory 2025/08/28 01:24:48 INFO : A2: Removing directory 2025/08/28 01:24:49 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/28 01:24:52 DEBUG : removing 1 level 3 directories 2025/08/28 01:24:52 INFO : A1/B1/C1: Removing directory 2025/08/28 01:24:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:53 DEBUG : removing 1 level 2 directories 2025/08/28 01:24:53 INFO : A1/B1: Removing directory 2025/08/28 01:24:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/28 01:24:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/28 01:24:54 DEBUG : removing 1 level 1 directories 2025/08/28 01:24:54 INFO : A1: Removing directory 2025/08/28 01:24:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/28 01:24:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/28 01:24:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/28 01:24:54 DEBUG : removing 1 level 0 directories 2025/08/28 01:24:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Removing directory 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/28 01:24:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (22.63s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:24:57 INFO : A1: Making directory 2025/08/28 01:24:57 INFO : A1/B1: Making directory 2025/08/28 01:24:58 INFO : A1/B1/C1: Making directory 2025/08/28 01:25:00 DEBUG : removing 1 level 3 directories 2025/08/28 01:25:00 INFO : A1/B1/C1: Removing directory 2025/08/28 01:25:01 DEBUG : removing 1 level 2 directories 2025/08/28 01:25:01 INFO : A1/B1: Removing directory 2025/08/28 01:25:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/28 01:25:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.87s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:25:04 INFO : A1: Making directory 2025/08/28 01:25:05 INFO : A1/B1: Making directory 2025/08/28 01:25:05 INFO : A1/B1/C1: Making directory 2025/08/28 01:25:08 DEBUG : removing 1 level 3 directories 2025/08/28 01:25:08 INFO : A1/B1/C1: Removing directory 2025/08/28 01:25:09 DEBUG : removing 1 level 2 directories 2025/08/28 01:25:09 INFO : A1/B1: Removing directory 2025/08/28 01:25:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/28 01:25:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.54s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:25:13 DEBUG : file1: md5 = 5a12cd2edff0b9701f198135c5bec696 OK 2025/08/28 01:25:13 DEBUG : filename.txt: File name found in url 2025/08/28 01:25:15 DEBUG : filename.txt: md5 = 71c6d26ab630048a9066545febe6fde4 OK 2025/08/28 01:25:15 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/28 01:25:16 DEBUG : headerfilename.txt: md5 = 99e69f3c7119bdc5f21ef7254fb1d338 OK 2025/08/28 01:25:18 DEBUG : file2: md5 = 5c90dba8c51297e9fb3611582b2cb6ec OK --- PASS: TestCopyURL (8.77s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:25:20 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/28 01:25:22 DEBUG : sub/file2: md5 = 96b0451a051eaf405e9cb13397baa857 OK 2025/08/28 01:25:22 INFO : file1: Copied (new) to: sub/file2 2025/08/28 01:25:22 INFO : file1: Deleted 2025/08/28 01:25:23 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/28 01:25:23 DEBUG : file1: Unchanged skipping 2025/08/28 01:25:23 INFO : file1: Deleted 2025/08/28 01:25:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': don't need to copy/move sub/file2, it is already at target location 2025/08/28 01:25:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.00s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:25:26 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/28 01:25:28 DEBUG : file1: md5 = 3f8e7461ad80323509bd2a7fa9252d77 OK 2025/08/28 01:25:28 INFO : file1: Copied (new) 2025/08/28 01:25:28 INFO : file1: Deleted 2025/08/28 01:25:28 DEBUG : file1: Destination exists, skipping 2025/08/28 01:25:28 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.24s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.42s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:25:32 DEBUG : dst/file1: md5 = bc2f0a3cab8436267a2ce22b757d02fd OK 2025/08/28 01:25:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaboxal3huxe/backup" 2025/08/28 01:25:33 DEBUG : Config file has changed externally - reloading 2025/08/28 01:25:33 DEBUG : Creating backend with remote "TestDrive:crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig/1nrff024r7pq65ecp72fc28jb0" 2025/08/28 01:25:35 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/28 01:25:37 INFO : dst/file1: Moved (server-side) 2025/08/28 01:25:38 DEBUG : dst/file1: md5 = 10f462185a997894ca89ab64490cece3 OK 2025/08/28 01:25:38 INFO : dst/file1: Copied (new) 2025/08/28 01:25:38 INFO : dst/file1: Deleted 2025/08/28 01:25:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/28 01:25:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/28 01:25:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.78s) === 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-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:25:45 DEBUG : A1/one: md5 = 76fc028be2686de1445751d9438dd223 OK 2025/08/28 01:25:47 DEBUG : A1/two: md5 = 1080f98a5e7e0efd95bd719d66b35eb1 OK 2025/08/28 01:25:49 DEBUG : A1/B1/three: md5 = 2c828cc00b21c06af84afa1ba2392f47 OK 2025/08/28 01:25:51 DEBUG : A1/B1/C1/four: md5 = 090d578598804b19b9b87c90285ac619 OK 2025/08/28 01:25:53 DEBUG : A1/B1/C2/five: md5 = caa29197ce3dc11e10b109ad46a7e39f OK 2025/08/28 01:25:53 INFO : A1/B2: Making directory 2025/08/28 01:25:54 INFO : A1/B1/C3: Making directory 2025/08/28 01:26:03 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/28 01:26:03 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/28 01:26:03 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/28 01:26:03 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/28 01:26:03 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/28 01:26:07 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/28 01:26:07 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/28 01:26:07 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/28 01:26:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/28 01:26:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/28 01:26:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/28 01:26:14 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/28 01:26:14 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/28 01:26:14 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/28 01:26:14 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/28 01:26:15 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/28 01:26:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/28 01:26:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/28 01:26:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/28 01:26:18 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/28 01:26:18 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/28 01:26:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/28 01:26:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/28 01:26:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/28 01:26:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/28 01:26:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/28 01:26:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/28 01:26:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/28 01:26:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/28 01:26:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/28 01:26:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.51s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" --- PASS: TestGetFsInfo (0.41s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:26:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': File to upload is small (34 bytes), uploading instead of streaming 2025/08/28 01:26:30 DEBUG : no_checksum_small_file_from_pipe: md5 = 747b197f78985ae74f60a06a524c334d OK 2025/08/28 01:26:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/28 01:26:30 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/28 01:26:31 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/28 01:26:32 DEBUG : no_checksum_big_file_from_pipe: md5 = a6973ba5f760dc8539f939933937dc0e OK 2025/08/28 01:26:32 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-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:26:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': File to upload is small (34 bytes), uploading instead of streaming 2025/08/28 01:26:35 DEBUG : with_checksum_small_file_from_pipe: md5 = 62562cac7613b5e5cd953d4e290ee2b9 OK 2025/08/28 01:26:35 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/28 01:26:35 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/28 01:26:36 DEBUG : with_checksum_big_file_from_pipe: md5 = d890c12b0b5059eed8c348ee8377a6fd OK 2025/08/28 01:26:36 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-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:26:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': File to upload is small (34 bytes), uploading instead of streaming 2025/08/28 01:26:40 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/28 01:26:41 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/28 01:26:43 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-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:26:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': File to upload is small (34 bytes), uploading instead of streaming 2025/08/28 01:26:47 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/28 01:26:47 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/28 01:26:49 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.39s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.31s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.02s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.68s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.38s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/28 01:26:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': File to upload is small (48 bytes), uploading instead of streaming 2025/08/28 01:26:52 DEBUG : rcat_metadata: md5 = 6ded516ba9eb93b92c008847d38c0086 OK 2025/08/28 01:26:52 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/28 01:26:54 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/28 01:26:55 DEBUG : rcat_metadata_uploadcutoff0: md5 = 659cc05f63a79a8a73f6b8dfa4422515 OK 2025/08/28 01:26:55 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.98s) --- PASS: TestRcatMetadata/Normal (2.49s) --- PASS: TestRcatMetadata/ViaDisk (3.01s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:26:58 DEBUG : potato1: md5 = 887b1fda6fbb83015a0221c854fe31f1 OK 2025/08/28 01:26:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': File to upload is small (60 bytes), uploading instead of streaming 2025/08/28 01:26:59 DEBUG : potato2: md5 = c012cd87f4afc7ad3271150d7b4e8746 OK 2025/08/28 01:26:59 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.28s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:27:02 DEBUG : potato1: md5 = 53a7276f9809f443ef8d77104b73dc40 OK 2025/08/28 01:27:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': File to upload is small (60 bytes), uploading instead of streaming 2025/08/28 01:27:03 DEBUG : potato2: md5 = fb85a1ecb7765452ce55158d595ebbf0 OK 2025/08/28 01:27:03 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.08s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:27:07 DEBUG : potato2: md5 = 90ed926ee7fcb8c5b1990aa8bd3466d9 OK 2025/08/28 01:27:08 DEBUG : empty space: md5 = fc8765c718c5ae2a25b7024eb946d47e OK 2025/08/28 01:27:11 DEBUG : sub dir/potato3: md5 = ca528bf832dcb7450d33d4c6d7b4f19b OK 2025/08/28 01:27:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Touching "sub dir/potato3" 2025/08/28 01:27:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Touching "potato2" 2025/08/28 01:27:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Touching "empty space" 2025/08/28 01:27:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.74s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:27:15 DEBUG : dir with metadata: Making directory with metadata 2025/08/28 01:27:16 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.41s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:27:18 DEBUG : directory with modtime: Making directory with metadata 2025/08/28 01:27:18 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.26s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:27:20 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/28 01:27:20 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/28 01:27:20 DEBUG : Google drive root 'crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig': Skipping btime metadata as can't update it on an existing file: 2025-08-28T01:27:20.551677366Z 2025/08/28 01:27:21 INFO : non existent directory: Updated directory metadata 2025/08/28 01:27:23 DEBUG : Google drive root 'crypt/1kuod7mlbhk4p8opavpnpqr2f8u5moi5sjuvactn6479a7t4a4ig': Skipping btime metadata as can't update it on an existing file: 2025-08-28T01:27:20.551677366Z 2025/08/28 01:27:23 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.60s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:27:25 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/28 01:27:26 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/28 01:27:27 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.08s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:27:29 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/28 01:27:29 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/28 01:27:29 DEBUG : dst: Making directory with metadata 2025/08/28 01:27:30 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/28 01:27:30 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/28 01:27:30 INFO : dst: Set directory modification time (using SetModTime) 2025/08/28 01:27:30 INFO : dst: Set directory modification time (using SetModTime) 2025/08/28 01:27:30 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/28 01:27:31 INFO : dst: Set directory modification time (using SetModTime) 2025/08/28 01:27:31 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.54s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe'", Local "Local file system at /tmp/rclone129182745", Modify Window "1ms" 2025/08/28 01:27:34 DEBUG : sub dir/test remove existing: md5 = 46ff7bd7fb8868d70df1a75e97f65d7b OK 2025/08/28 01:27:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 2328071858c7c5a802fe9df3396fb1fc OK 2025/08/28 01:27:38 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.luvoxeh0" before starting 2025/08/28 01:27:39 DEBUG : sub dir/test remove existing.luvoxeh0: TEST: removing renamed existing file after operation 2025/08/28 01:27:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cafojec1" before starting 2025/08/28 01:27:41 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cafojec1: TEST: renaming existing back after failed operation 2025/08/28 01:27:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rujakoj2" before starting 2025/08/28 01:27:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rujakoj2: TEST: removing renamed existing file after operation 2025/08/28 01:27:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "aurs9h31c1itfe16cc5kla1c1a1vn6562cqfk9g3mrum6nraqehqgn32d2kulvrrtlckod8p5npojd7tqs2qjm8kd7hdck3ig6hdq2ri72rpl7ofpms7soqvfqa0euhurmpndnqkrr4g00ige5knqusr8q427tkdebf9com3k15851kaaht0" 2025/08/28 01:27:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "saebnc3sd97smmqv3a9988hisb3n3rpcjh359npu6gh9jr0k3c3g" --- PASS: TestRemoveExisting (13.60s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/28 01:27:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaboxal3huxe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m13.777794439s (try 1/5)