"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/10/29 02:11:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi" 2025/10/29 02:11:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:11:26 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30" 2025/10/29 02:11:28 DEBUG : Creating backend with remote "/tmp/rclone812265387" === 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-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopy (0.32s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.32s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/29 02:11:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/29 02:11:28 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/29 02:11:28 DEBUG : potato: Seek from 10 to 0 2025/10/29 02:11:28 DEBUG : potato: Seek from 10 to 0 2025/10/29 02:11:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/29 02:11:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/29 02:11:28 DEBUG : potato: Seek from 5 to 2 2025/10/29 02:11:28 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/29 02:11:28 DEBUG : potato: Seek from 7 to 0 2025/10/29 02:11:28 DEBUG : potato: Seek from 7 to 0 2025/10/29 02:11:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/29 02:11:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/29 02:11:28 DEBUG : potato: Seek from 5 to 2 2025/10/29 02:11:28 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/29 02:11:28 DEBUG : potato: Seek from 8 to 0 2025/10/29 02:11:28 DEBUG : potato: Seek from 8 to 0 2025/10/29 02:11:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/29 02:11:28 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/29 02:11:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/29 02:11:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/29 02:11:28 DEBUG : potato: Seek from 5 to 2 2025/10/29 02:11:28 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/29 02:11:28 DEBUG : potato: Seek from 9 to 0 2025/10/29 02:11:28 DEBUG : potato: Seek from 9 to 0 2025/10/29 02:11:28 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-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:11:31 DEBUG : rutabaga: md5 = 12c865813959492d6d1d9c24ce7bdd85 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/29 02:11:34 DEBUG : empty space: md5 = a2ed19bb9fb324ce8ddd6636d47a08b4 OK === RUN TestCheck/3 2025/10/29 02:11:37 DEBUG : potato2: md5 = 0e76d6f5bd0753a662e3dab800ec418b OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/29 02:11:40 DEBUG : remotepotato: md5 = 7aed58dc5018c693e88cd57063720893 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.15s) --- PASS: TestCheck/1 (0.31s) --- PASS: TestCheck/2 (0.32s) --- PASS: TestCheck/3 (0.37s) --- PASS: TestCheck/4 (0.32s) --- PASS: TestCheck/5 (0.34s) --- PASS: TestCheck/6 (0.33s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2025/10/29 02:11:44 DEBUG : Creating backend with remote "nonexistent" 2025/10/29 02:11:44 DEBUG : Creating backend with remote "nonexistent" 2025/10/29 02:11:44 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/29 02:11:44 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/10/29 02:11:44 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/29 02:11:44 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:11:45 DEBUG : rutabaga: md5 = 8fcc4f13371e4ef2927cb426d82decff OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/29 02:11:50 DEBUG : empty space: md5 = cad98b28118f264c89ddea89a899306b OK === RUN TestCheckDownload/3 2025/10/29 02:11:53 DEBUG : potato2: md5 = 198423490e3b3ffe24d17bfd89583341 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/29 02:11:58 DEBUG : remotepotato: md5 = cefb75ae58b8ccd8b90c5b695eb0b2b5 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.44s) --- PASS: TestCheckDownload/1 (1.23s) --- PASS: TestCheckDownload/2 (1.15s) --- PASS: TestCheckDownload/3 (0.98s) --- PASS: TestCheckDownload/4 (1.55s) --- PASS: TestCheckDownload/5 (1.07s) --- PASS: TestCheckDownload/6 (1.96s) --- PASS: TestCheckDownload/7 (1.03s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:12:06 DEBUG : rutabaga: md5 = 02acddd9730ec246601b3dab7b23fed7 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/29 02:12:09 DEBUG : empty space: md5 = 16972655309689cd0d62c55898ca423b OK === RUN TestCheckSizeOnly/3 2025/10/29 02:12:11 DEBUG : potato2: md5 = f657a62b2da57c34b5098fcb5a84a622 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/29 02:12:14 DEBUG : remotepotato: md5 = aa55293aba9695757d0f3ff4dc443a56 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.97s) --- PASS: TestCheckSizeOnly/1 (0.34s) --- PASS: TestCheckSizeOnly/2 (0.34s) --- PASS: TestCheckSizeOnly/3 (0.30s) --- PASS: TestCheckSizeOnly/4 (0.41s) --- PASS: TestCheckSizeOnly/5 (0.35s) --- PASS: TestCheckSizeOnly/6 (0.45s) --- PASS: TestCheckSizeOnly/7 (0.36s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:12:20 DEBUG : test.sum: md5 = 24f54fd7cd05482e7f8da77a9ae4d42c OK 2025/10/29 02:12:21 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/29 02:12:21 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/29 02:12:21 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/29 02:12:21 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/29 02:12:23 DEBUG : test.sum: md5 = 79dbd3cb8c2f49a75a549a4343290a86 OK 2025/10/29 02:12:25 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/29 02:12:25 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/29 02:12:25 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/29 02:12:25 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.86s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:12:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/data" 2025/10/29 02:12:26 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.45s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:12:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/data" 2025/10/29 02:12:28 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/vjrnln8ratgmqakfosrqe8espk" 2025/10/29 02:12:33 DEBUG : data/banana: md5 = bf5deec6e484f16a42bc9e866440d97c OK 2025/10/29 02:12:35 DEBUG : test.sum: md5 = 7d47f0ebf3566e55a192029adb293413 OK === RUN TestCheckSumDownload/subtest1 2025/10/29 02:12:41 DEBUG : data/potato: md5 = 4d4f846fb231c0b5d399b633e97afab6 OK 2025/10/29 02:12:42 DEBUG : test.sum: md5 = fc0f39f31cad52530cc5f0a09066f783 OK === RUN TestCheckSumDownload/subtest2 2025/10/29 02:12:48 DEBUG : test.sum: md5 = 727602086dfcacb68f6ea5389dad4fa5 OK === RUN TestCheckSumDownload/subtest3 2025/10/29 02:12:53 DEBUG : test.sum: md5 = c12caa376b7dbe4eaa4f26c83e8f8356 OK === RUN TestCheckSumDownload/subtest4 2025/10/29 02:12:58 DEBUG : test.sum: md5 = 01f674e6b537a75e80bf1a232fb937af OK === RUN TestCheckSumDownload/subtest5 2025/10/29 02:13:03 DEBUG : test.sum: md5 = 7117c969fb3d9bde9247f561b73b0111 OK === RUN TestCheckSumDownload/subtest6 2025/10/29 02:13:08 DEBUG : data/banana: md5 = e44941fdaa21b4ddea34c9a194004b78 OK 2025/10/29 02:13:11 DEBUG : data/potato: md5 = 9e2eb015e0aa8bd11c6caa56b828df81 OK 2025/10/29 02:13:12 DEBUG : test.sum: md5 = b3f1e9cccad78c55c66c506f9843b0d2 OK === RUN TestCheckSumDownload/subtest7 2025/10/29 02:13:18 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/10/29 02:13:18 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (50.91s) --- PASS: TestCheckSumDownload/subtest1 (3.05s) --- PASS: TestCheckSumDownload/subtest2 (2.59s) --- PASS: TestCheckSumDownload/subtest3 (2.44s) --- PASS: TestCheckSumDownload/subtest4 (2.71s) --- PASS: TestCheckSumDownload/subtest5 (2.88s) --- PASS: TestCheckSumDownload/subtest6 (2.48s) --- PASS: TestCheckSumDownload/subtest7 (2.86s) === RUN TestApplyTransforms 2025/10/29 02:13:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bufoyis4boru" 2025/10/29 02:13:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:13:19 DEBUG : Creating backend with remote "TestDrive:crypt/nd41ilaejh9u9a505vq8kajsf6l56aarsg75bnkvks6e0v7i7530" 2025/10/29 02:13:20 DEBUG : Creating backend with remote "/tmp/rclone4090147703" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bufoyis4boru'", Local "Local file system at /tmp/rclone4090147703", Modify Window "1ms" 2025/10/29 02:13:23 DEBUG : hello, world!: md5 = e1158be0bde1e935d156e1938200bbc9 OK upper checkfile vs. lower remote (without normalization) 2025/10/29 02:13:24 ERROR : hello, world!: sum not found 2025/10/29 02:13:24 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bufoyis4boru' 2025/10/29 02:13:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufoyis4boru': 1 files missing 2025/10/29 02:13:24 NOTICE: 1 hashes missing 2025/10/29 02:13:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufoyis4boru': 1 differences found 2025/10/29 02:13:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufoyis4boru': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/29 02:13:25 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:13:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufoyis4boru': 0 differences found 2025/10/29 02:13:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufoyis4boru': 1 matching files 2025/10/29 02:13:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yipimum0yolo" 2025/10/29 02:13:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:13:25 DEBUG : Creating backend with remote "TestDrive:crypt/kh93c2f426k20f2jtafev7agamenfo9u9a8elotn2mn59em06pgg" 2025/10/29 02:13:27 DEBUG : Creating backend with remote "/tmp/rclone846163055" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yipimum0yolo'", Local "Local file system at /tmp/rclone846163055", Modify Window "1ms" 2025/10/29 02:13:29 DEBUG : HELLO, WORLD!: md5 = 89448bd0a4f8e5410291d4fe39773a5b OK lower checkfile vs. upper remote (without normalization) 2025/10/29 02:13:30 ERROR : HELLO, WORLD!: sum not found 2025/10/29 02:13:30 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yipimum0yolo' 2025/10/29 02:13:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimum0yolo': 1 files missing 2025/10/29 02:13:30 NOTICE: 1 hashes missing 2025/10/29 02:13:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimum0yolo': 1 differences found 2025/10/29 02:13:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimum0yolo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/29 02:13:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:13:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimum0yolo': 0 differences found 2025/10/29 02:13:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimum0yolo': 1 matching files 2025/10/29 02:13:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cuvumem1yona" 2025/10/29 02:13:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:13:31 DEBUG : Creating backend with remote "TestDrive:crypt/es55ugkj89ptlspfcspf8bvcvjmiefves8atp4mkq2vbvplbroq0" 2025/10/29 02:13:32 DEBUG : Creating backend with remote "/tmp/rclone2258974444" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cuvumem1yona'", Local "Local file system at /tmp/rclone2258974444", Modify Window "1ms" 2025/10/29 02:13:35 DEBUG : HeLlO, wOrLd!: md5 = 3cd775b63962712ee2d1ed6b25d8c087 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/29 02:13:35 ERROR : HeLlO, wOrLd!: sum not found 2025/10/29 02:13:35 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cuvumem1yona' 2025/10/29 02:13:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvumem1yona': 1 files missing 2025/10/29 02:13:35 NOTICE: 1 hashes missing 2025/10/29 02:13:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvumem1yona': 1 differences found 2025/10/29 02:13:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvumem1yona': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/29 02:13:36 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:13:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvumem1yona': 0 differences found 2025/10/29 02:13:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvumem1yona': 1 matching files 2025/10/29 02:13:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-didanag8zeda" 2025/10/29 02:13:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:13:36 DEBUG : Creating backend with remote "TestDrive:crypt/v0apac6v35h0plvsdsv6tm2tj8nlj6qqff7iafainhqtdbd9mehg" 2025/10/29 02:13:37 DEBUG : Creating backend with remote "/tmp/rclone1649209657" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-didanag8zeda'", Local "Local file system at /tmp/rclone1649209657", Modify Window "1ms" 2025/10/29 02:13:40 DEBUG : HELLO, WORLD!: md5 = 0b918261ce1750777c09c9ea55479447 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/29 02:13:41 ERROR : HELLO, WORLD!: sum not found 2025/10/29 02:13:41 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-didanag8zeda' 2025/10/29 02:13:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-didanag8zeda': 1 files missing 2025/10/29 02:13:41 NOTICE: 1 hashes missing 2025/10/29 02:13:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-didanag8zeda': 1 differences found 2025/10/29 02:13:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-didanag8zeda': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/29 02:13:42 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:13:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-didanag8zeda': 0 differences found 2025/10/29 02:13:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-didanag8zeda': 1 matching files 2025/10/29 02:13:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jenumaw0giqo" 2025/10/29 02:13:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:13:42 DEBUG : Creating backend with remote "TestDrive:crypt/mcm3e2o3onvg1bkeeu9af0v9i5icfera815c71rs88cb01vn8kf0" 2025/10/29 02:13:43 DEBUG : Creating backend with remote "/tmp/rclone1283378000" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jenumaw0giqo'", Local "Local file system at /tmp/rclone1283378000", Modify Window "1ms" 2025/10/29 02:13:46 DEBUG : 測試_Русский___ě_áñ: md5 = ecb59e693fdfbdcda02b36c239630160 OK NFD checkfile vs. NFC remote (without normalization) 2025/10/29 02:13:46 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/29 02:13:46 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jenumaw0giqo' 2025/10/29 02:13:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jenumaw0giqo': 1 files missing 2025/10/29 02:13:46 NOTICE: 1 hashes missing 2025/10/29 02:13:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jenumaw0giqo': 1 differences found 2025/10/29 02:13:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jenumaw0giqo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/29 02:13:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:13:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jenumaw0giqo': 0 differences found 2025/10/29 02:13:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jenumaw0giqo': 1 matching files 2025/10/29 02:13:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-radoyow3lezu" 2025/10/29 02:13:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:13:47 DEBUG : Creating backend with remote "TestDrive:crypt/7b8hco14ni1j4ih9l41lrhv55posiqmgejjknmmqslvqr389loo0" 2025/10/29 02:13:48 DEBUG : Creating backend with remote "/tmp/rclone438723480" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-radoyow3lezu'", Local "Local file system at /tmp/rclone438723480", Modify Window "1ms" 2025/10/29 02:13:51 DEBUG : 測試_Русский___ě_áñ: md5 = 26813510c3d3f9a19db522d8b30b3004 OK NFC checkfile vs. NFD remote (without normalization) 2025/10/29 02:13:52 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/29 02:13:52 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-radoyow3lezu' 2025/10/29 02:13:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radoyow3lezu': 1 files missing 2025/10/29 02:13:52 NOTICE: 1 hashes missing 2025/10/29 02:13:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radoyow3lezu': 1 differences found 2025/10/29 02:13:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radoyow3lezu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/29 02:13:53 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:13:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radoyow3lezu': 0 differences found 2025/10/29 02:13:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-radoyow3lezu': 1 matching files 2025/10/29 02:13:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zabitil6ceke" 2025/10/29 02:13:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:13:53 DEBUG : Creating backend with remote "TestDrive:crypt/tn4fsfknn37jjd4ue7trvhllan7d3rgdmc1lhtf5k5o59ft55ufg" 2025/10/29 02:13:54 DEBUG : Creating backend with remote "/tmp/rclone4256894686" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zabitil6ceke'", Local "Local file system at /tmp/rclone4256894686", Modify Window "1ms" 2025/10/29 02:13:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 08756a10e36037f3de0cfa59c52bf354 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/29 02:13:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/29 02:13:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zabitil6ceke' 2025/10/29 02:13:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zabitil6ceke': 1 files missing 2025/10/29 02:13:58 NOTICE: 1 hashes missing 2025/10/29 02:13:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zabitil6ceke': 1 differences found 2025/10/29 02:13:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zabitil6ceke': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/29 02:13:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:13:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zabitil6ceke': 0 differences found 2025/10/29 02:13:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zabitil6ceke': 1 matching files 2025/10/29 02:13:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zageyod1miji" 2025/10/29 02:13:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:13:59 DEBUG : Creating backend with remote "TestDrive:crypt/non823n55a17b4vl41souhc0fn6a5uokahtiuip3o033tdhb2h8g" 2025/10/29 02:14:00 DEBUG : Creating backend with remote "/tmp/rclone3684807409" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zageyod1miji'", Local "Local file system at /tmp/rclone3684807409", Modify Window "1ms" 2025/10/29 02:14:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b9e4e25dbe1ebf9badce266099c81d89 OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/29 02:14:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/29 02:14:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zageyod1miji' 2025/10/29 02:14:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zageyod1miji': 1 files missing 2025/10/29 02:14:03 NOTICE: 1 hashes missing 2025/10/29 02:14:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zageyod1miji': 1 differences found 2025/10/29 02:14:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zageyod1miji': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/29 02:14:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:14:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zageyod1miji': 0 differences found 2025/10/29 02:14:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zageyod1miji': 1 matching files 2025/10/29 02:14:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muyitik0poho" 2025/10/29 02:14:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:14:05 DEBUG : Creating backend with remote "TestDrive:crypt/5ld4qvug8p4iu8t6fnjq1bj34jtli4h9gaf04h7qe6uqikvnfppg" 2025/10/29 02:14:06 DEBUG : Creating backend with remote "/tmp/rclone1572043523" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muyitik0poho'", Local "Local file system at /tmp/rclone1572043523", Modify Window "1ms" 2025/10/29 02:14:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = bfc538a9c3a4f4deb17a00b03e526acd OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/29 02:14:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/29 02:14:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-muyitik0poho' 2025/10/29 02:14:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyitik0poho': 1 files missing 2025/10/29 02:14:10 NOTICE: 1 hashes missing 2025/10/29 02:14:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyitik0poho': 1 differences found 2025/10/29 02:14:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyitik0poho': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/29 02:14:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:14:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyitik0poho': 0 differences found 2025/10/29 02:14:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyitik0poho': 1 matching files 2025/10/29 02:14:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-verowus4duke" 2025/10/29 02:14:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:14:11 DEBUG : Creating backend with remote "TestDrive:crypt/h05cqa10jsubevlf7eoro7kcf2gdm2u6382l6bbjvu52vc94s8d0" 2025/10/29 02:14:12 DEBUG : Creating backend with remote "/tmp/rclone4125246538" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-verowus4duke'", Local "Local file system at /tmp/rclone4125246538", Modify Window "1ms" 2025/10/29 02:14:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 454691a1aeccf49b8d677800f47f357e OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/29 02:14:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/29 02:14:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-verowus4duke' 2025/10/29 02:14:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-verowus4duke': 1 files missing 2025/10/29 02:14:16 NOTICE: 1 hashes missing 2025/10/29 02:14:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-verowus4duke': 1 differences found 2025/10/29 02:14:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-verowus4duke': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/29 02:14:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/29 02:14:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-verowus4duke': 0 differences found 2025/10/29 02:14:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-verowus4duke': 1 matching files 2025/10/29 02:14:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-verowus4duke': Purge remote 2025/10/29 02:14:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muyitik0poho': Purge remote 2025/10/29 02:14:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zageyod1miji': Purge remote 2025/10/29 02:14:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zabitil6ceke': Purge remote 2025/10/29 02:14:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-radoyow3lezu': Purge remote 2025/10/29 02:14:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jenumaw0giqo': Purge remote 2025/10/29 02:14:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-didanag8zeda': Purge remote 2025/10/29 02:14:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cuvumem1yona': Purge remote 2025/10/29 02:14:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yipimum0yolo': Purge remote 2025/10/29 02:14:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bufoyis4boru': Purge remote --- PASS: TestApplyTransforms (63.30s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:14:23 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/29 02:14:26 DEBUG : sub/file2: md5 = 642894de92e7bc711d0a85212a00fc64 OK 2025/10/29 02:14:26 INFO : file1: Copied (new) to: sub/file2 2025/10/29 02:14:26 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/29 02:14:26 DEBUG : file1: Unchanged skipping 2025/10/29 02:14:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': don't need to copy/move sub/file2, it is already at target location 2025/10/29 02:14:29 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.59s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.54s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:14:33 DEBUG : dst/file1: md5 = e174215526994991443eea936dda7086 OK 2025/10/29 02:14:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/backup" 2025/10/29 02:14:34 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/1nrff024r7pq65ecp72fc28jb0" 2025/10/29 02:14:36 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/29 02:14:39 INFO : dst/file1: Moved (server-side) 2025/10/29 02:14:41 DEBUG : dst/file1: md5 = 44dc5002c8c0eee5a843078cb27b1b8d OK 2025/10/29 02:14:41 INFO : dst/file1: Copied (new) 2025/10/29 02:14:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/29 02:14:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/29 02:14:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.54s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:14:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/dst" 2025/10/29 02:14:46 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/29 02:14:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/CompareDest" 2025/10/29 02:14:48 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/gveqi14airsml4bgu7krj116o8" 2025/10/29 02:14:50 DEBUG : one: Need to transfer - File not found at Destination 2025/10/29 02:14:53 DEBUG : one: md5 = ff6eccbccd4636eb080fdd8dc53d610b OK 2025/10/29 02:14:53 INFO : one: Copied (new) 2025/10/29 02:14:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/29 02:14:56 DEBUG : one: md5 = ebbf40b04890b61e03e7e4bd41dd73d1 OK 2025/10/29 02:14:56 INFO : one: Copied (replaced existing) 2025/10/29 02:14:58 DEBUG : dst/one: md5 = 8cde178560c1f1dc00fcf0240af8753e OK 2025/10/29 02:15:01 DEBUG : CompareDest/one: md5 = e780fc1361020b136d1dc27ef5bb1a61 OK 2025/10/29 02:15:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/29 02:15:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/29 02:15:03 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/29 02:15:05 DEBUG : CompareDest/two: md5 = 4018c76e8ffe158fb79d7d1c0eeb0358 OK 2025/10/29 02:15:06 DEBUG : two: Need to transfer - File not found at Destination 2025/10/29 02:15:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/29 02:15:06 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/29 02:15:07 DEBUG : two: Need to transfer - File not found at Destination 2025/10/29 02:15:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/29 02:15:07 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/29 02:15:09 DEBUG : two: Need to transfer - File not found at Destination 2025/10/29 02:15:09 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/29 02:15:11 DEBUG : two: md5 = 8f9c13e60c51ceba1f527b5831e87b5b OK 2025/10/29 02:15:11 INFO : two: Copied (new) 2025/10/29 02:15:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/29 02:15:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:15:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:15:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (31.03s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:15:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/dst" 2025/10/29 02:15:17 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/29 02:15:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/CopyDest" 2025/10/29 02:15:20 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/29 02:15:22 DEBUG : one: Need to transfer - File not found at Destination 2025/10/29 02:15:25 DEBUG : one: md5 = 9afa5bfb8ab3906ddec4342720cd412f OK 2025/10/29 02:15:25 INFO : one: Copied (new) 2025/10/29 02:15:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/29 02:15:29 DEBUG : one: md5 = 3bd077ce093538e4edc06181347a025a OK 2025/10/29 02:15:29 INFO : one: Copied (replaced existing) 2025/10/29 02:15:32 DEBUG : dst/one: md5 = 687b56b62faaaaf89fd544108ef7008d OK 2025/10/29 02:15:34 DEBUG : CopyDest/one: md5 = fd7b5e1ac3cad22555869a4b07988eba OK 2025/10/29 02:15:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/BackupDir" 2025/10/29 02:15:35 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/29 02:15:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/29 02:15:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/29 02:15:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/29 02:15:40 INFO : one: Moved (server-side) 2025/10/29 02:15:41 INFO : one: Copied (server-side copy) 2025/10/29 02:15:41 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/29 02:15:43 DEBUG : CopyDest/two: md5 = 1878488bff06a04074df85c1d2c4b99a OK 2025/10/29 02:15:44 DEBUG : two: Need to transfer - File not found at Destination 2025/10/29 02:15:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/29 02:15:46 INFO : two: Copied (server-side copy) 2025/10/29 02:15:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/29 02:15:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/29 02:15:47 DEBUG : two: Unchanged skipping 2025/10/29 02:15:49 DEBUG : CopyDest/three: md5 = 2e4fd13fa8490731977b1a10d6094406 OK 2025/10/29 02:15:50 DEBUG : three: Need to transfer - File not found at Destination 2025/10/29 02:15:50 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/29 02:15:50 DEBUG : three: Destination not found in --copy-dest 2025/10/29 02:15:52 DEBUG : three: md5 = 78e3d09ef7a4902a29c118ff466415b0 OK 2025/10/29 02:15:52 INFO : three: Copied (new) 2025/10/29 02:15:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/29 02:15:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:15:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/29 02:15:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/29 02:15:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:15:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/29 02:15:59 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (42.60s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.59s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.53s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.59s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:16:02 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/29 02:16:04 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 3f1cf0a9a0ebf93c3cdf81fa3dc580a8 OK 2025/10/29 02:16:04 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/29 02:16:05 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/29 02:16:05 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/10/29 02:16:06 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/29 02:16:07 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/29 02:16:09 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c21e22cf0861acb42217709760c97f71 OK 2025/10/29 02:16:09 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/29 02:16:12 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/29 02:16:12 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.61s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.56s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:16:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Looking for duplicate names using skip mode. 2025/10/29 02:16:18 NOTICE: one: Found 2 files with duplicate names 2025/10/29 02:16:18 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.92s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:16:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Looking for duplicate names using skip mode. 2025/10/29 02:16:25 NOTICE: one: Found 3 files with duplicate names 2025/10/29 02:16:25 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/29 02:16:26 INFO : one: Deleted 2025/10/29 02:16:26 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.78s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:16:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Looking for duplicate names using first mode. 2025/10/29 02:16:33 NOTICE: one: Found 3 files with duplicate names 2025/10/29 02:16:34 INFO : one: Deleted 2025/10/29 02:16:34 INFO : one: Deleted 2025/10/29 02:16:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.24s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:16:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Looking for duplicate names using newest mode. 2025/10/29 02:16:41 NOTICE: one: Found 3 files with duplicate names 2025/10/29 02:16:41 INFO : one: Deleted 2025/10/29 02:16:42 INFO : one: Deleted 2025/10/29 02:16:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.80s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.55s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:16:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Looking for duplicate names using oldest mode. 2025/10/29 02:16:49 NOTICE: one: Found 3 files with duplicate names 2025/10/29 02:16:50 INFO : one: Deleted 2025/10/29 02:16:51 INFO : one: Deleted 2025/10/29 02:16:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.00s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:16:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Looking for duplicate names using largest mode. 2025/10/29 02:16:57 NOTICE: one: Found 3 files with duplicate names 2025/10/29 02:16:57 INFO : one: Deleted 2025/10/29 02:16:58 INFO : one: Deleted 2025/10/29 02:16:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.19s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:17:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Looking for duplicate names using smallest mode. 2025/10/29 02:17:05 NOTICE: one: Found 3 files with duplicate names 2025/10/29 02:17:05 INFO : one: Deleted 2025/10/29 02:17:06 INFO : one: Deleted 2025/10/29 02:17:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.02s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:17:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Looking for duplicate names using rename mode. 2025/10/29 02:17:14 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/29 02:17:15 INFO : one-2.txt: renamed from: one.txt 2025/10/29 02:17:17 INFO : one-3.txt: renamed from: one.txt 2025/10/29 02:17:18 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.28s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:17:24 DEBUG : dupe1/one.txt: md5 = 44fc678ef691201fa8e7c13039a09709 OK 2025/10/29 02:17:27 DEBUG : dupe2/two.txt: md5 = 03e9d0bbc318801456f82161f7fef0f0 OK 2025/10/29 02:17:30 DEBUG : dupe3/three.txt: md5 = c37f4d8fab8422711fe970fe05adab25 OK 2025/10/29 02:17:30 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/29 02:17:31 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/29 02:17:32 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/29 02:17:33 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/29 02:17:36 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/29 02:17:36 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/29 02:17:36 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.72s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:17:39 DEBUG : a.txt: md5 = 1d81e0cd03aa94a37da9f676f4572099 OK 2025/10/29 02:17:41 DEBUG : zend.txt: md5 = d8c2c5f28f4bb94da1993aa3c7bfd3ce OK 2025/10/29 02:17:43 DEBUG : sub dir/hello world: md5 = c4f6c92ec6caabaf177a98f6de463bb9 OK 2025/10/29 02:17:45 DEBUG : sub dir/hello world2: md5 = 66dd3d591ca106a817df621db4155405 OK 2025/10/29 02:17:47 DEBUG : sub dir/ignore dir/.ignore: md5 = 8af6d05f0ba66f4613b5ada59141460d OK 2025/10/29 02:17:49 DEBUG : sub dir/ignore dir/should be ignored: md5 = 96b3d5c54573e0860e433ce92899bacc OK 2025/10/29 02:17:51 DEBUG : sub dir/sub sub dir/hello world3: md5 = 918c78358fd2cc28f753893b0f0bad51 OK 2025/10/29 02:17:53 DEBUG : a.txt: Excluded (Size Filter) 2025/10/29 02:17:53 DEBUG : a.txt: Excluded 2025/10/29 02:17:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/29 02:17:54 DEBUG : sub dir/hello world: Excluded 2025/10/29 02:17:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/29 02:17:54 DEBUG : sub dir/hello world2: Excluded 2025/10/29 02:17:54 DEBUG : sub dir/ignore dir: Excluded 2025/10/29 02:17:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/29 02:17:54 DEBUG : sub dir/hello world: Excluded 2025/10/29 02:17:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/29 02:17:54 DEBUG : sub dir/hello world2: Excluded 2025/10/29 02:17:55 DEBUG : sub dir/ignore dir: Excluded 2025/10/29 02:18:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/29 02:18:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/29 02:18:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/29 02:18:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/29 02:18:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/29 02:18:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/29 02:18:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (25.23s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:18:04 DEBUG : a.txt: md5 = 2d15f76c87352c1c7ae1c90e90b77cc0 OK 2025/10/29 02:18:06 DEBUG : zend.txt: md5 = fad1a1773d11f5946e9b1a7d71facd13 OK 2025/10/29 02:18:08 DEBUG : sub dir/hello world: md5 = 7b7257034b0dee6319b4a4147c649551 OK 2025/10/29 02:18:10 DEBUG : sub dir/hello world2: md5 = a859a4d84bb38938b5a940952fb43b09 OK 2025/10/29 02:18:13 DEBUG : sub dir/ignore dir/.ignore: md5 = df0a51f1856b8d0ee57e9039f5e7e654 OK 2025/10/29 02:18:15 DEBUG : sub dir/ignore dir/should be ignored: md5 = 47631bd23ebbd5ad0c78511a087f6872 OK 2025/10/29 02:18:17 DEBUG : sub dir/sub sub dir/hello world3: md5 = 55451b04aebcb99210ca0e167288f117 OK 2025/10/29 02:18:19 DEBUG : a.txt: Excluded (Size Filter) 2025/10/29 02:18:19 DEBUG : a.txt: Excluded 2025/10/29 02:18:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/29 02:18:19 DEBUG : sub dir/hello world: Excluded 2025/10/29 02:18:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/29 02:18:19 DEBUG : sub dir/hello world2: Excluded 2025/10/29 02:18:20 DEBUG : sub dir/ignore dir: Excluded 2025/10/29 02:18:20 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/29 02:18:20 DEBUG : sub dir/hello world: Excluded 2025/10/29 02:18:20 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/29 02:18:20 DEBUG : sub dir/hello world2: Excluded 2025/10/29 02:18:20 DEBUG : sub dir/ignore dir: Excluded 2025/10/29 02:18:26 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/29 02:18:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/29 02:18:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/29 02:18:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/29 02:18:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/29 02:18:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/29 02:18:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (26.53s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:18:31 DEBUG : file1: md5 = f7cd00555287cb74ee4498855a870bc7 OK 2025/10/29 02:18:33 DEBUG : sub/file2: md5 = e0257e78476511b2dc927612063eeefd OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/10/29 02:18:37 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/29 02:18:37 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/29 02:18:38 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/29 02:18:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.70s) --- PASS: TestListJSON/Default (0.31s) --- PASS: TestListJSON/FilesOnly (0.33s) --- PASS: TestListJSON/DirsOnly (0.32s) --- PASS: TestListJSON/Recurse (0.58s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.31s) --- PASS: TestListJSON/NoMimeType (0.32s) --- PASS: TestListJSON/ShowHash (0.30s) --- PASS: TestListJSON/HashTypes (0.31s) --- PASS: TestListJSON/Metadata (0.87s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:18:42 DEBUG : file1: md5 = 52981e3c961bb89816947ee8c5c2032f OK 2025/10/29 02:18:45 DEBUG : sub/file2: md5 = 951bab580e75017477f5d3385ee86e17 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/10/29 02:18:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/notfound" 2025/10/29 02:18:50 DEBUG : Config file has changed externally - reloading 2025/10/29 02:18:50 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/qe0i31qdkoejk60elps0ni5sqk" 2025/10/29 02:18:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.62s) --- PASS: TestStatJSON/Root (0.30s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.81s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.29s) --- PASS: TestStatJSON/File (0.33s) --- PASS: TestStatJSON/NotFound (0.57s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.30s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.30s) --- PASS: TestStatJSON/DirDirsOnly (0.32s) --- PASS: TestStatJSON/FileDirsOnly (0.31s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.32s) --- PASS: TestStatJSON/RootNotFound (2.10s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:18:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Making directory 2025/10/29 02:18:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Making directory --- PASS: TestMkdir (0.86s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:18:59 DEBUG : sub dir/hello world: md5 = 7d038cf07471613200e5b5fa3897f01a OK 2025/10/29 02:19:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.75s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:19:04 DEBUG : potato2: md5 = 56a195512022bae49b1c065326c4eccc OK 2025/10/29 02:19:06 DEBUG : empty space: md5 = db7acd50d9559ac54913eb92d12783d6 OK --- PASS: TestLs (6.00s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:19:10 DEBUG : potato2: md5 = e693fb8d24817544fefe289a2504f9ef OK 2025/10/29 02:19:12 DEBUG : empty space: md5 = 29cee93260809b2e216f53af47e56daf OK 2025/10/29 02:19:12 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/10/29 02:19:12 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.52s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:19:16 DEBUG : potato2: md5 = ccea80afed01a52e062b3f2f3a5c1db1 OK 2025/10/29 02:19:18 DEBUG : empty space: md5 = 5f56e8876c899ee9fd604d626386f125 OK --- PASS: TestLsLong (6.01s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:19:22 DEBUG : potato2: md5 = 63174f914ee8b86a8f4284b32b812705 OK 2025/10/29 02:19:24 DEBUG : empty space: md5 = a7b49a4d2a64cf587a88299c6b0bb475 OK --- PASS: TestHashSums (5.42s) === RUN TestHashSumsWithErrors 2025/10/29 02:19:26 DEBUG : Creating backend with remote ":memory:" 2025/10/29 02:19:26 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/29 02:19:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/29 02:19:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/29 02:19:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/29 02:19:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/29 02:19:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/29 02:19:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/29 02:19:26 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/29 02:19:26 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-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:19:28 DEBUG : potato2: md5 = 625b213788d56b57ed7981eeaee6349c OK 2025/10/29 02:19:30 DEBUG : empty space: md5 = 379a71113ed1208877595473e0d6b95c OK 2025/10/29 02:19:33 DEBUG : sub dir/potato3: md5 = d1fc65ecf3106298f71d559f997e7f65 OK 2025/10/29 02:19:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.51s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:19:39 DEBUG : small: md5 = 2e5ee18977aa60c540270bb1e0b322ce OK 2025/10/29 02:19:41 DEBUG : medium: md5 = 66a9df68b0c9d5845469733b7b4826f9 OK 2025/10/29 02:19:43 DEBUG : large: md5 = c41da395c09b18aebedceaa24d78b175 OK 2025/10/29 02:19:43 DEBUG : Waiting for deletions to finish 2025/10/29 02:19:43 DEBUG : large: Excluded (Size Filter) 2025/10/29 02:19:44 INFO : small: Deleted 2025/10/29 02:19:44 INFO : medium: Deleted --- PASS: TestDelete (7.78s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:19:47 DEBUG : small: md5 = c62136da14e6422ce26982457670fdc2 OK 2025/10/29 02:19:48 DEBUG : medium: md5 = 3936093a8f840a11f86801fbd17813da OK 2025/10/29 02:19:50 DEBUG : large: md5 = 08627e3517414fd0cd954d2438c59e99 OK 2025/10/29 02:19:50 DEBUG : Waiting for deletions to finish 2025/10/29 02:19:51 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/10/29 02:19:51 INFO : small: Deleted 2025/10/29 02:19:52 INFO : large: Deleted --- PASS: TestMaxDelete (8.22s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:19:55 DEBUG : small: md5 = 758d48ce3865ffe292d7773ac04823e7 OK 2025/10/29 02:19:57 DEBUG : medium: md5 = 21b0fba7b400a3e450c09ceaddcddc06 OK 2025/10/29 02:19:59 DEBUG : large: md5 = 3daab112bf7946be480d186e3348c669 OK 2025/10/29 02:19:59 DEBUG : Waiting for deletions to finish 2025/10/29 02:19:59 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/29 02:20:00 INFO : small: Deleted 2025/10/29 02:20:00 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.29s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:20:03 DEBUG : small: md5 = 4593329c6501e203ebedd4c37a32467b OK 2025/10/29 02:20:05 DEBUG : medium: md5 = a495392ae48af3a4dfaf89dafed0e891 OK 2025/10/29 02:20:07 DEBUG : large: md5 = ade33083935303aeefba59366a3aaf0b OK 2025/10/29 02:20:07 DEBUG : Waiting for deletions to finish 2025/10/29 02:20:07 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/10/29 02:20:08 INFO : large: Deleted 2025/10/29 02:20:08 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.40s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:20:12 DEBUG : ReadFile: md5 = a5eff87c1175d1c47eed10559ab68297 OK --- PASS: TestReadFile (5.08s) === RUN TestRetry 2025/10/29 02:20:15 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/29 02:20:15 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/29 02:20:15 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/29 02:20:15 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/29 02:20:15 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/29 02:20:15 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/29 02:20:15 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-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:20:17 DEBUG : file1: md5 = 29fc6404e92b8705ec94b1e24999a751 OK 2025/10/29 02:20:19 DEBUG : file2: md5 = 08d5739451b0b4dbf765fbdcb6adfdc9 OK --- PASS: TestCat (18.74s) === RUN TestPurge 2025/10/29 02:20:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xobitef3joxo" 2025/10/29 02:20:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/29 02:20:34 DEBUG : Creating backend with remote "TestDrive:crypt/4ve6212p6a98antdujp6a0j68rcnc122s9re3pdrn9au93igm520" 2025/10/29 02:20:35 DEBUG : Creating backend with remote "/tmp/rclone3788873355" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xobitef3joxo'", Local "Local file system at /tmp/rclone3788873355", Modify Window "1ms" 2025/10/29 02:20:40 DEBUG : A1/B1/C1/one: md5 = e865bd1c8dfbb7c5e533d89a6643e8b9 OK 2025/10/29 02:20:40 INFO : A2: Making directory 2025/10/29 02:20:41 INFO : A1/B2: Making directory 2025/10/29 02:20:42 INFO : A1/B2/C2: Making directory 2025/10/29 02:20:43 INFO : A1/B1/C3: Making directory 2025/10/29 02:20:44 INFO : A3: Making directory 2025/10/29 02:20:45 INFO : A3/B3: Making directory 2025/10/29 02:20:46 INFO : A3/B3/C4: Making directory 2025/10/29 02:20:48 DEBUG : A1/two: md5 = 2e71b9efc394e98aaf1aefd8e96b7c7d OK 2025/10/29 02:20:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xobitef3joxo': Purge remote 2025/10/29 02:20:53 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.61s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:20:57 DEBUG : A1/B1/C1/one: md5 = 961f531765ef8ad196c7f40e000f7876 OK 2025/10/29 02:20:57 INFO : A2: Making directory 2025/10/29 02:20:58 INFO : A1/B2: Making directory 2025/10/29 02:20:58 INFO : A1/B2/C2: Making directory 2025/10/29 02:20:59 INFO : A1/B1/C3: Making directory 2025/10/29 02:21:00 INFO : A3: Making directory 2025/10/29 02:21:01 INFO : A3/B3: Making directory 2025/10/29 02:21:02 INFO : A3/B3/C4: Making directory 2025/10/29 02:21:04 DEBUG : A1/two: md5 = 3e81b5b5659071aef9cf9b41d3caf351 OK 2025/10/29 02:21:06 DEBUG : removing 1 level 3 directories 2025/10/29 02:21:06 INFO : A3/B3/C4: Removing directory 2025/10/29 02:21:08 DEBUG : removing 2 level 3 directories 2025/10/29 02:21:08 INFO : A1/B2/C2: Removing directory 2025/10/29 02:21:08 INFO : A1/B1/C3: Removing directory 2025/10/29 02:21:09 DEBUG : removing 2 level 2 directories 2025/10/29 02:21:09 INFO : A3/B3: Removing directory 2025/10/29 02:21:09 INFO : A1/B2: Removing directory 2025/10/29 02:21:10 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/29 02:21:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/29 02:21:10 DEBUG : removing 2 level 1 directories 2025/10/29 02:21:10 INFO : A3: Removing directory 2025/10/29 02:21:10 INFO : A2: Removing directory 2025/10/29 02:21:10 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/29 02:21:15 DEBUG : removing 1 level 3 directories 2025/10/29 02:21:15 INFO : A1/B1/C1: Removing directory 2025/10/29 02:21:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:16 DEBUG : removing 1 level 2 directories 2025/10/29 02:21:16 INFO : A1/B1: Removing directory 2025/10/29 02:21:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/29 02:21:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/29 02:21:17 DEBUG : removing 1 level 1 directories 2025/10/29 02:21:17 INFO : A1: Removing directory 2025/10/29 02:21:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/29 02:21:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/29 02:21:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/29 02:21:17 DEBUG : removing 1 level 0 directories 2025/10/29 02:21:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Removing directory 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/29 02:21:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (26.71s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:21:20 INFO : A1: Making directory 2025/10/29 02:21:21 INFO : A1/B1: Making directory 2025/10/29 02:21:22 INFO : A1/B1/C1: Making directory 2025/10/29 02:21:26 DEBUG : removing 1 level 3 directories 2025/10/29 02:21:26 INFO : A1/B1/C1: Removing directory 2025/10/29 02:21:27 DEBUG : removing 1 level 2 directories 2025/10/29 02:21:27 INFO : A1/B1: Removing directory 2025/10/29 02:21:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/29 02:21:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.48s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:21:30 INFO : A1: Making directory 2025/10/29 02:21:31 INFO : A1/B1: Making directory 2025/10/29 02:21:31 INFO : A1/B1/C1: Making directory 2025/10/29 02:21:35 DEBUG : removing 1 level 3 directories 2025/10/29 02:21:35 INFO : A1/B1/C1: Removing directory 2025/10/29 02:21:36 DEBUG : removing 1 level 2 directories 2025/10/29 02:21:36 INFO : A1/B1: Removing directory 2025/10/29 02:21:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/29 02:21:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.90s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:21:42 DEBUG : file1: md5 = 7622a0c597b7c39d0f09a100ce6b62f1 OK 2025/10/29 02:21:42 DEBUG : TestDrive: Token expired 2025/10/29 02:21:42 DEBUG : Config file has changed externally - reloading 2025/10/29 02:21:42 DEBUG : TestDrive: Loaded fresh token from config file 2025/10/29 02:21:42 DEBUG : TestDrive: Token refresh successful 2025/10/29 02:21:43 DEBUG : filename.txt: File name found in url 2025/10/29 02:21:45 DEBUG : filename.txt: md5 = b98d3119045d8a1d5d18bbf3c009bb9c OK 2025/10/29 02:21:45 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/29 02:21:47 DEBUG : headerfilename.txt: md5 = d6c90302a8cc0506c96324b673085e2b OK 2025/10/29 02:21:48 DEBUG : file2: md5 = ca7b7e4b5407f9f762c93527c4f21996 OK --- PASS: TestCopyURL (12.32s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:21:52 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/29 02:21:55 DEBUG : sub/file2: md5 = 4ac5e0e1df168eff42e1b8a65de66b1b OK 2025/10/29 02:21:55 INFO : file1: Copied (new) to: sub/file2 2025/10/29 02:21:55 INFO : file1: Deleted 2025/10/29 02:21:56 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/29 02:21:56 DEBUG : file1: Unchanged skipping 2025/10/29 02:21:56 INFO : file1: Deleted 2025/10/29 02:21:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': don't need to copy/move sub/file2, it is already at target location 2025/10/29 02:21:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.34s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:22:00 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/29 02:22:01 DEBUG : file1: md5 = c55c624be552c889eb4ff71e83f0becd OK 2025/10/29 02:22:01 INFO : file1: Copied (new) 2025/10/29 02:22:01 INFO : file1: Deleted 2025/10/29 02:22:02 DEBUG : file1: Destination exists, skipping 2025/10/29 02:22:02 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.87s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.53s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.67s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:22:07 DEBUG : dst/file1: md5 = eaf13b158a4ec4e9caaaaae394cdffb3 OK 2025/10/29 02:22:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qodacuq4cosi/backup" 2025/10/29 02:22:08 DEBUG : Creating backend with remote "TestDrive:crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30/1nrff024r7pq65ecp72fc28jb0" 2025/10/29 02:22:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/29 02:22:13 INFO : dst/file1: Moved (server-side) 2025/10/29 02:22:15 DEBUG : dst/file1: md5 = b620a6f675967fece26c15142b3822d9 OK 2025/10/29 02:22:15 INFO : dst/file1: Copied (new) 2025/10/29 02:22:15 INFO : dst/file1: Deleted 2025/10/29 02:22:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/29 02:22:19 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/29 02:22:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (16.31s) === 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-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:22:23 DEBUG : A1/one: md5 = ba0ba2291e664a77417e028bb69aeebd OK 2025/10/29 02:22:25 DEBUG : A1/two: md5 = 2493e1890616cca0525e460f8d9d107d OK 2025/10/29 02:22:28 DEBUG : A1/B1/three: md5 = 3f0dfd47529ca76117d5decd6f178532 OK 2025/10/29 02:22:31 DEBUG : A1/B1/C1/four: md5 = 25add40e3a9da5ccb3986111a5fe2554 OK 2025/10/29 02:22:33 DEBUG : A1/B1/C2/five: md5 = 9a9e86ab6452d71b560a3de8a0a9b99c OK 2025/10/29 02:22:33 INFO : A1/B2: Making directory 2025/10/29 02:22:34 INFO : A1/B1/C3: Making directory 2025/10/29 02:23:08 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 500: Internal Error, internalError) 2025/10/29 02:23:08 DEBUG : pacer: Rate limited, increasing sleep to 1.335328834s 2025/10/29 02:23:08 DEBUG : pacer: Reducing sleep to 0s 2025/10/29 02:23:16 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/29 02:23:16 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/29 02:23:16 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/29 02:23:16 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/29 02:23:16 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/29 02:23:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/29 02:23:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/29 02:23:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/29 02:23:20 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/29 02:23:20 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/29 02:24:49 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 500: Internal Error, internalError) 2025/10/29 02:24:49 DEBUG : pacer: Rate limited, increasing sleep to 1.566368292s 2025/10/29 02:24:50 DEBUG : pacer: Reducing sleep to 0s 2025/10/29 02:24:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/29 02:25:00 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/29 02:25:00 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/29 02:25:00 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/29 02:25:01 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/29 02:26:28 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 500: Internal Error, internalError) 2025/10/29 02:26:28 DEBUG : pacer: Rate limited, increasing sleep to 1.26738171s 2025/10/29 02:26:29 DEBUG : pacer: Reducing sleep to 0s 2025/10/29 02:26:29 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/29 02:26:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/29 02:26:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/29 02:26:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/29 02:26:34 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/29 02:26:34 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/29 02:26:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/29 02:26:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/29 02:26:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/29 02:26:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/29 02:26:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/29 02:26:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/29 02:26:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/29 02:26:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/29 02:26:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/29 02:26:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (264.17s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:26:45 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.58s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:26:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/29 02:26:48 DEBUG : no_checksum_small_file_from_pipe: md5 = 0af86dd280f56c0ab85350ba5b236094 OK 2025/10/29 02:26:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/29 02:26:48 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/29 02:26:48 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/29 02:26:50 DEBUG : no_checksum_big_file_from_pipe: md5 = e8f90fc07cebc5f33c44a4b22a34ee12 OK 2025/10/29 02:26:50 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-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:26:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/29 02:26:54 DEBUG : with_checksum_small_file_from_pipe: md5 = ba8bf2591a78a6676cd55aa73d9cf11d OK 2025/10/29 02:26:54 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/29 02:26:55 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/29 02:26:56 DEBUG : with_checksum_big_file_from_pipe: md5 = 32ede834d355f6e7b93babb73de39da6 OK 2025/10/29 02:26:56 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-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:27:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/29 02:27:23 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/29 02:27:23 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/29 02:27:25 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-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:27:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/29 02:27:29 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/29 02:27:30 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/29 02:27:31 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (47.55s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.52s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (28.61s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.64s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.76s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/29 02:27:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': File to upload is small (48 bytes), uploading instead of streaming 2025/10/29 02:27:35 DEBUG : rcat_metadata: md5 = 4d7f34e0d3cf685a68c9a0cb40f3a4a4 OK 2025/10/29 02:27:35 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/29 02:27:37 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/29 02:27:38 DEBUG : rcat_metadata_uploadcutoff0: md5 = 55548b27f695a3ecdf7c75b885011840 OK 2025/10/29 02:27:38 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.78s) --- PASS: TestRcatMetadata/Normal (3.06s) --- PASS: TestRcatMetadata/ViaDisk (3.19s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:27:42 DEBUG : potato1: md5 = 71fd25495b68f886803db5fd04ff2836 OK 2025/10/29 02:27:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': File to upload is small (60 bytes), uploading instead of streaming 2025/10/29 02:27:43 DEBUG : potato2: md5 = 585c14ee96bd05b11fa388ee4ba65c1e OK 2025/10/29 02:27:43 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.62s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:27:47 DEBUG : potato1: md5 = 722b54cd3b83a53fb5fab5d63496fa18 OK 2025/10/29 02:27:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': File to upload is small (60 bytes), uploading instead of streaming 2025/10/29 02:27:49 DEBUG : potato2: md5 = 7fc1f458681311e996aad54e62681515 OK 2025/10/29 02:27:49 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.73s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:27:53 DEBUG : potato2: md5 = a4f3206751a5e1e443a66ea4ac6e057f OK 2025/10/29 02:27:54 DEBUG : empty space: md5 = d168d92884539ba05fed3078df6a58f1 OK 2025/10/29 02:27:57 DEBUG : sub dir/potato3: md5 = 20095136a53180b400ac5357f2caa84a OK 2025/10/29 02:27:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Touching "sub dir/potato3" 2025/10/29 02:27:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Touching "empty space" 2025/10/29 02:27:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Touching "potato2" 2025/10/29 02:28:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (11.27s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:28:02 DEBUG : dir with metadata: Making directory with metadata 2025/10/29 02:28:03 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.95s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:28:05 DEBUG : directory with modtime: Making directory with metadata 2025/10/29 02:28:06 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.63s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:28:08 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/29 02:28:08 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/29 02:28:08 DEBUG : Google drive root 'crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30': Skipping btime metadata as can't update it on an existing file: 2025-10-29T02:28:08.45105635Z 2025/10/29 02:28:09 INFO : non existent directory: Updated directory metadata 2025/10/29 02:28:11 DEBUG : Google drive root 'crypt/lgm2037vaee7qrm2cmm2ksbkv60jqf6plunohoc622lj4irq9h30': Skipping btime metadata as can't update it on an existing file: 2025-10-29T02:28:08.45105635Z 2025/10/29 02:28:12 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.63s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:28:14 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/29 02:28:16 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/29 02:28:18 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (6.45s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:28:20 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/29 02:28:20 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/29 02:28:20 DEBUG : dst: Making directory with metadata 2025/10/29 02:28:21 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/29 02:28:21 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/29 02:28:21 INFO : dst: Set directory modification time (using SetModTime) 2025/10/29 02:28:22 INFO : dst: Set directory modification time (using SetModTime) 2025/10/29 02:28:22 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/29 02:28:23 INFO : dst: Set directory modification time (using SetModTime) 2025/10/29 02:28:23 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.07s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi'", Local "Local file system at /tmp/rclone812265387", Modify Window "1ms" 2025/10/29 02:28:27 DEBUG : sub dir/test remove existing: md5 = b67eba6e3250fc76f9042d90978eaf1f OK 2025/10/29 02:28:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = e7f75164335e89b3df9d39632ed07cd3 OK 2025/10/29 02:28:30 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.zocazew8" before starting 2025/10/29 02:28:32 DEBUG : sub dir/test remove existing.zocazew8: TEST: removing renamed existing file after operation 2025/10/29 02:28:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gubiwey1" before starting 2025/10/29 02:28:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gubiwey1: TEST: renaming existing back after failed operation 2025/10/29 02:28:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qafatop0" before starting 2025/10/29 02:28:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qafatop0: TEST: removing renamed existing file after operation 2025/10/29 02:28:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "jpqpe3gu6dvj54t662bk258imedvsgr7j48sat7vmco24gj1usk0" 2025/10/29 02:28:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "kgl34mimludi2fcettck4hb2b1s13ftc96ulli3ddbpl026if4d1hc4pqaglsajap0n5r92cvbatp7opaq14r98lg81hblu17btagh1n6oce745si7ev8qvfhi6ptcu38d0spggvbemqvu55b1m8csjnnphi4hq0qigh648cb3cm00j2ssng" --- PASS: TestRemoveExisting (15.74s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/10/29 02:28:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qodacuq4cosi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 17m14.124161759s (try 1/5)