"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/08/07 02:48:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu" 2025/08/07 02:48:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:48:16 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0" 2025/08/07 02:48:17 DEBUG : Creating backend with remote "/tmp/rclone1448005925" === 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-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/07 02:48:17 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 02:48:17 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/07 02:48:17 DEBUG : potato: Seek from 10 to 0 2025/08/07 02:48:17 DEBUG : potato: Seek from 10 to 0 2025/08/07 02:48:17 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/07 02:48:17 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 02:48:17 DEBUG : potato: Seek from 5 to 2 2025/08/07 02:48:17 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/07 02:48:17 DEBUG : potato: Seek from 7 to 0 2025/08/07 02:48:17 DEBUG : potato: Seek from 7 to 0 2025/08/07 02:48:17 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/07 02:48:17 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 02:48:17 DEBUG : potato: Seek from 5 to 2 2025/08/07 02:48:17 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/07 02:48:17 DEBUG : potato: Seek from 8 to 0 2025/08/07 02:48:17 DEBUG : potato: Seek from 8 to 0 2025/08/07 02:48:17 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/07 02:48:17 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 02:48:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 02:48:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 02:48:17 DEBUG : potato: Seek from 5 to 2 2025/08/07 02:48:17 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/07 02:48:17 DEBUG : potato: Seek from 9 to 0 2025/08/07 02:48:17 DEBUG : potato: Seek from 9 to 0 2025/08/07 02:48:17 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-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:48:19 DEBUG : rutabaga: md5 = 8e1d8c72edaa98327524e81d6b2c06c5 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/07 02:48:21 DEBUG : empty space: md5 = afcc0b8628305bb7ad43796d47070519 OK === RUN TestCheck/3 2025/08/07 02:48:23 DEBUG : potato2: md5 = b4d84016aef8d9d6ea9158d11b285a0b OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/07 02:48:25 DEBUG : remotepotato: md5 = 66a31a1a1013691ce7cc59edd8c7fb78 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.64s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.42s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/08/07 02:48:29 DEBUG : Creating backend with remote "nonexistent" 2025/08/07 02:48:29 DEBUG : Creating backend with remote "nonexistent" 2025/08/07 02:48:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/07 02:48:29 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/07 02:48:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/07 02:48:29 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-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:48:30 DEBUG : rutabaga: md5 = 783c2769f6c444bf3a5b56e9a2e04f36 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/07 02:48:34 DEBUG : empty space: md5 = 742fecda13044f10d0bb631aa5ff0068 OK === RUN TestCheckDownload/3 2025/08/07 02:48:37 DEBUG : potato2: md5 = db36473676b120b1350085c2be2a2cb3 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/07 02:48:41 DEBUG : remotepotato: md5 = 2989c1de53156934e49c6e2d7e01c77c OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.61s) --- PASS: TestCheckDownload/1 (1.29s) --- PASS: TestCheckDownload/2 (1.08s) --- PASS: TestCheckDownload/3 (1.12s) --- PASS: TestCheckDownload/4 (1.13s) --- PASS: TestCheckDownload/5 (1.59s) --- PASS: TestCheckDownload/6 (1.07s) --- PASS: TestCheckDownload/7 (1.54s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:48:48 DEBUG : rutabaga: md5 = acfb0e923d362fc1ddcfe7b6bff7343b OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/07 02:48:50 DEBUG : empty space: md5 = 902980becbaaf36a74735ea875dcd3ea OK === RUN TestCheckSizeOnly/3 2025/08/07 02:48:52 DEBUG : potato2: md5 = c2b98c851b68415965f7020cc2d4a029 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/07 02:48:54 DEBUG : remotepotato: md5 = ae8dd6ce6f744759838f3b61167bc3b3 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.66s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:48:58 DEBUG : test.sum: md5 = 050ef62b52ab1e27275b0d4ed72ca636 OK 2025/08/07 02:49:00 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/07 02:49:00 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/07 02:49:00 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/07 02:49:00 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/07 02:49:01 DEBUG : test.sum: md5 = 791a7bb460d4bf23c0f2dcf87f012eb5 OK 2025/08/07 02:49:02 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/07 02:49:02 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/07 02:49:02 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/07 02:49:02 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.94s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:49:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/data" 2025/08/07 02:49:03 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu/data' lacks md5, skipping --- SKIP: TestCheckSum (1.95s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:49:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/data" 2025/08/07 02:49:05 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/vjrnln8ratgmqakfosrqe8espk" 2025/08/07 02:49:08 DEBUG : data/banana: md5 = d177ec5693ce09e0a0637a55394f7c9f OK 2025/08/07 02:49:10 DEBUG : test.sum: md5 = 3ce0828a1edb2155414c3fa03709969e OK === RUN TestCheckSumDownload/subtest1 2025/08/07 02:49:14 DEBUG : data/potato: md5 = e7516127ccab54303117fbe56d1de8a2 OK 2025/08/07 02:49:16 DEBUG : test.sum: md5 = 82d722350f3b028f2663bef1fa948a47 OK === RUN TestCheckSumDownload/subtest2 2025/08/07 02:49:20 DEBUG : test.sum: md5 = dc5e223a7bcbd8316c8c12ca3b86d23a OK === RUN TestCheckSumDownload/subtest3 2025/08/07 02:49:25 DEBUG : test.sum: md5 = 41e4df349ad6b564e06f108687f32a36 OK === RUN TestCheckSumDownload/subtest4 2025/08/07 02:49:29 DEBUG : test.sum: md5 = 0fd042f4444dc668acfb943082ad5f85 OK === RUN TestCheckSumDownload/subtest5 2025/08/07 02:49:33 DEBUG : test.sum: md5 = 04f11b7d480c8c06ef69aafdcb6b7024 OK === RUN TestCheckSumDownload/subtest6 2025/08/07 02:49:38 DEBUG : data/banana: md5 = bdf02b45019177388d65f0243847674f OK 2025/08/07 02:49:39 DEBUG : data/potato: md5 = 3039f49ac97540974198547f4bf1bb5b OK 2025/08/07 02:49:41 DEBUG : test.sum: md5 = 1b1cee2beb3dd40628e30ed1d2884fb1 OK === RUN TestCheckSumDownload/subtest7 2025/08/07 02:49:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/07 02:49:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (41.53s) --- PASS: TestCheckSumDownload/subtest1 (2.58s) --- PASS: TestCheckSumDownload/subtest2 (2.25s) --- PASS: TestCheckSumDownload/subtest3 (2.85s) --- PASS: TestCheckSumDownload/subtest4 (2.16s) --- PASS: TestCheckSumDownload/subtest5 (2.12s) --- PASS: TestCheckSumDownload/subtest6 (2.69s) --- PASS: TestCheckSumDownload/subtest7 (2.20s) === RUN TestApplyTransforms 2025/08/07 02:49:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muribut8beca" 2025/08/07 02:49:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:49:46 DEBUG : Creating backend with remote "TestDrive:crypt/mgefioafh7uv2n8k75g6q7hjvue9dau86od7uu7s01ktosb645ag" 2025/08/07 02:49:47 DEBUG : Creating backend with remote "/tmp/rclone98160882" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muribut8beca'", Local "Local file system at /tmp/rclone98160882", Modify Window "1ms" 2025/08/07 02:49:50 DEBUG : hello, world!: md5 = 1bf5ded0caa175cad282400204d8414c OK upper checkfile vs. lower remote (without normalization) 2025/08/07 02:49:50 ERROR : hello, world!: sum not found 2025/08/07 02:49:50 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-muribut8beca' 2025/08/07 02:49:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muribut8beca': 1 files missing 2025/08/07 02:49:50 NOTICE: 1 hashes missing 2025/08/07 02:49:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muribut8beca': 1 differences found 2025/08/07 02:49:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muribut8beca': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/07 02:49:51 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:49:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muribut8beca': 0 differences found 2025/08/07 02:49:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muribut8beca': 1 matching files 2025/08/07 02:49:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fipedaw6pura" 2025/08/07 02:49:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:49:51 DEBUG : Creating backend with remote "TestDrive:crypt/4l46ckeq8i6ge3uchkkkul7mgbo1i876cpm89bm4ni22gqk4tss0" 2025/08/07 02:49:52 DEBUG : Creating backend with remote "/tmp/rclone8550095" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fipedaw6pura'", Local "Local file system at /tmp/rclone8550095", Modify Window "1ms" 2025/08/07 02:49:54 DEBUG : HELLO, WORLD!: md5 = 2f227ec4e0f996952b238b64e879a3a0 OK lower checkfile vs. upper remote (without normalization) 2025/08/07 02:49:55 ERROR : HELLO, WORLD!: sum not found 2025/08/07 02:49:55 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fipedaw6pura' 2025/08/07 02:49:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipedaw6pura': 1 files missing 2025/08/07 02:49:55 NOTICE: 1 hashes missing 2025/08/07 02:49:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipedaw6pura': 1 differences found 2025/08/07 02:49:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipedaw6pura': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/07 02:49:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:49:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipedaw6pura': 0 differences found 2025/08/07 02:49:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipedaw6pura': 1 matching files 2025/08/07 02:49:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nawedad5toha" 2025/08/07 02:49:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:49:56 DEBUG : Creating backend with remote "TestDrive:crypt/is82ko3h0kda6vjj2e0q4u84c6keqtr4ltcoo8t5jsuua1d91gcg" 2025/08/07 02:49:57 DEBUG : Creating backend with remote "/tmp/rclone2079242573" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nawedad5toha'", Local "Local file system at /tmp/rclone2079242573", Modify Window "1ms" 2025/08/07 02:49:59 DEBUG : HeLlO, wOrLd!: md5 = d8f85f9cd0e821073628f6d950995133 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/07 02:50:00 ERROR : HeLlO, wOrLd!: sum not found 2025/08/07 02:50:00 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nawedad5toha' 2025/08/07 02:50:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawedad5toha': 1 files missing 2025/08/07 02:50:00 NOTICE: 1 hashes missing 2025/08/07 02:50:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawedad5toha': 1 differences found 2025/08/07 02:50:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawedad5toha': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/07 02:50:01 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:50:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawedad5toha': 0 differences found 2025/08/07 02:50:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nawedad5toha': 1 matching files 2025/08/07 02:50:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-genucas0vogo" 2025/08/07 02:50:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:50:01 DEBUG : Creating backend with remote "TestDrive:crypt/jnsg2kctdekctheglpg7tk492iu98p5949i8u5qom0c5o4nrsssg" 2025/08/07 02:50:02 DEBUG : Creating backend with remote "/tmp/rclone2854209135" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-genucas0vogo'", Local "Local file system at /tmp/rclone2854209135", Modify Window "1ms" 2025/08/07 02:50:04 DEBUG : HELLO, WORLD!: md5 = 0b49bd7d812bcd8f7c9e140cd3f91989 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/07 02:50:05 ERROR : HELLO, WORLD!: sum not found 2025/08/07 02:50:05 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-genucas0vogo' 2025/08/07 02:50:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genucas0vogo': 1 files missing 2025/08/07 02:50:05 NOTICE: 1 hashes missing 2025/08/07 02:50:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genucas0vogo': 1 differences found 2025/08/07 02:50:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genucas0vogo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/07 02:50:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:50:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genucas0vogo': 0 differences found 2025/08/07 02:50:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genucas0vogo': 1 matching files 2025/08/07 02:50:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuxopen6hadu" 2025/08/07 02:50:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:50:06 DEBUG : Creating backend with remote "TestDrive:crypt/edv1a7mq5gaqubeh2h3cg5toel7debiu76s3j778449ed626dutg" 2025/08/07 02:50:07 DEBUG : Creating backend with remote "/tmp/rclone3741977923" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuxopen6hadu'", Local "Local file system at /tmp/rclone3741977923", Modify Window "1ms" 2025/08/07 02:50:09 DEBUG : 測試_Русский___ě_áñ: md5 = 5e2abc19caaae7676485a8482a82c0ae OK NFD checkfile vs. NFC remote (without normalization) 2025/08/07 02:50:10 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/07 02:50:10 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fuxopen6hadu' 2025/08/07 02:50:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxopen6hadu': 1 files missing 2025/08/07 02:50:10 NOTICE: 1 hashes missing 2025/08/07 02:50:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxopen6hadu': 1 differences found 2025/08/07 02:50:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxopen6hadu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/07 02:50:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:50:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxopen6hadu': 0 differences found 2025/08/07 02:50:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxopen6hadu': 1 matching files 2025/08/07 02:50:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fiwujak8hovo" 2025/08/07 02:50:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:50:11 DEBUG : Creating backend with remote "TestDrive:crypt/uvlg8qf432lvehme0drnm6fuqteae9sacg0c2m4uqjdr5inrago0" 2025/08/07 02:50:12 DEBUG : Creating backend with remote "/tmp/rclone332647203" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fiwujak8hovo'", Local "Local file system at /tmp/rclone332647203", Modify Window "1ms" 2025/08/07 02:50:14 DEBUG : 測試_Русский___ě_áñ: md5 = e7bf251afb8cba453d75930d6edbaca6 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/07 02:50:15 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/07 02:50:15 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fiwujak8hovo' 2025/08/07 02:50:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiwujak8hovo': 1 files missing 2025/08/07 02:50:15 NOTICE: 1 hashes missing 2025/08/07 02:50:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiwujak8hovo': 1 differences found 2025/08/07 02:50:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiwujak8hovo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/07 02:50:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:50:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiwujak8hovo': 0 differences found 2025/08/07 02:50:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiwujak8hovo': 1 matching files 2025/08/07 02:50:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yopoqug9rede" 2025/08/07 02:50:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:50:16 DEBUG : Creating backend with remote "TestDrive:crypt/97ulsae6tvgepk8erm4698lm3nlc3jpsoj2kahlph0kengoc44u0" 2025/08/07 02:50:17 DEBUG : Creating backend with remote "/tmp/rclone2087289131" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yopoqug9rede'", Local "Local file system at /tmp/rclone2087289131", Modify Window "1ms" 2025/08/07 02:50:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 892c4c7bfe78e72eebd97cfabc78520c OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/07 02:50:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 02:50:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yopoqug9rede' 2025/08/07 02:50:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopoqug9rede': 1 files missing 2025/08/07 02:50:19 NOTICE: 1 hashes missing 2025/08/07 02:50:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopoqug9rede': 1 differences found 2025/08/07 02:50:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopoqug9rede': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/07 02:50:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:50:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopoqug9rede': 0 differences found 2025/08/07 02:50:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopoqug9rede': 1 matching files 2025/08/07 02:50:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dabufol6koqe" 2025/08/07 02:50:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:50:21 DEBUG : Creating backend with remote "TestDrive:crypt/t71lioi5qb1docovmi5qer6mbr9bhcpeh8qavkavlu69ih15rfe0" 2025/08/07 02:50:22 DEBUG : Creating backend with remote "/tmp/rclone2105068142" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dabufol6koqe'", Local "Local file system at /tmp/rclone2105068142", Modify Window "1ms" 2025/08/07 02:50:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 67ae4adf7215b5c353f957d1e814a1ff OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/07 02:50:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 02:50:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dabufol6koqe' 2025/08/07 02:50:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dabufol6koqe': 1 files missing 2025/08/07 02:50:24 NOTICE: 1 hashes missing 2025/08/07 02:50:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dabufol6koqe': 1 differences found 2025/08/07 02:50:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dabufol6koqe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/07 02:50:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:50:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dabufol6koqe': 0 differences found 2025/08/07 02:50:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dabufol6koqe': 1 matching files 2025/08/07 02:50:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pasatow5teso" 2025/08/07 02:50:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:50:26 DEBUG : Creating backend with remote "TestDrive:crypt/veh3ki7lgo41ub5jp45ulgraieea1edftleefulj8b7kulp0a42g" 2025/08/07 02:50:27 DEBUG : Creating backend with remote "/tmp/rclone3103279381" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pasatow5teso'", Local "Local file system at /tmp/rclone3103279381", Modify Window "1ms" 2025/08/07 02:50:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c9e94447430f74ec2e6d6083b0205b7f OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/07 02:50:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 02:50:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pasatow5teso' 2025/08/07 02:50:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pasatow5teso': 1 files missing 2025/08/07 02:50:29 NOTICE: 1 hashes missing 2025/08/07 02:50:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pasatow5teso': 1 differences found 2025/08/07 02:50:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pasatow5teso': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/07 02:50:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:50:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pasatow5teso': 0 differences found 2025/08/07 02:50:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pasatow5teso': 1 matching files 2025/08/07 02:50:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-soqutec5pidi" 2025/08/07 02:50:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:50:31 DEBUG : Creating backend with remote "TestDrive:crypt/f9jckf04t51unl6npf07msqmk22emmb6pbfgm01fm8hik3qrf8og" 2025/08/07 02:50:32 DEBUG : Creating backend with remote "/tmp/rclone229078613" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-soqutec5pidi'", Local "Local file system at /tmp/rclone229078613", Modify Window "1ms" 2025/08/07 02:50:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = cc624767c569a7a7bfef43a4823e35d5 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/07 02:50:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 02:50:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-soqutec5pidi' 2025/08/07 02:50:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqutec5pidi': 1 files missing 2025/08/07 02:50:34 NOTICE: 1 hashes missing 2025/08/07 02:50:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqutec5pidi': 1 differences found 2025/08/07 02:50:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqutec5pidi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/07 02:50:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 02:50:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqutec5pidi': 0 differences found 2025/08/07 02:50:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqutec5pidi': 1 matching files 2025/08/07 02:50:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-soqutec5pidi': Purge remote 2025/08/07 02:50:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pasatow5teso': Purge remote 2025/08/07 02:50:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dabufol6koqe': Purge remote 2025/08/07 02:50:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yopoqug9rede': Purge remote 2025/08/07 02:50:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fiwujak8hovo': Purge remote 2025/08/07 02:50:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuxopen6hadu': Purge remote 2025/08/07 02:50:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-genucas0vogo': Purge remote 2025/08/07 02:50:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nawedad5toha': Purge remote 2025/08/07 02:50:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fipedaw6pura': Purge remote 2025/08/07 02:50:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muribut8beca': Purge remote --- PASS: TestApplyTransforms (53.66s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:50:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/07 02:50:43 DEBUG : sub/file2: md5 = c6ec91150b7fba38efdbaeb277f9ea96 OK 2025/08/07 02:50:43 INFO : file1: Copied (new) to: sub/file2 2025/08/07 02:50:43 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 02:50:43 DEBUG : file1: Unchanged skipping 2025/08/07 02:50:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': don't need to copy/move sub/file2, it is already at target location 2025/08/07 02:50:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.14s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:50:49 DEBUG : dst/file1: md5 = ad87363b104246af19b804ed8e516b7a OK 2025/08/07 02:50:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/backup" 2025/08/07 02:50:50 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/1nrff024r7pq65ecp72fc28jb0" 2025/08/07 02:50:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/07 02:50:54 INFO : dst/file1: Moved (server-side) 2025/08/07 02:50:56 DEBUG : dst/file1: md5 = ef3b943dda4f7bf7681aa6e6b1547961 OK 2025/08/07 02:50:56 INFO : dst/file1: Copied (new) 2025/08/07 02:50:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 02:50:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 02:51:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.01s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:51:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/dst" 2025/08/07 02:51:01 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 02:51:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/CompareDest" 2025/08/07 02:51:02 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/gveqi14airsml4bgu7krj116o8" 2025/08/07 02:51:04 DEBUG : one: Need to transfer - File not found at Destination 2025/08/07 02:51:06 DEBUG : one: md5 = a859c95fbc1b12be34f4b23e2bb96f33 OK 2025/08/07 02:51:06 INFO : one: Copied (new) 2025/08/07 02:51:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 02:51:09 DEBUG : one: md5 = b864d2533df2d7ed8dd9cc03d9734aeb OK 2025/08/07 02:51:09 INFO : one: Copied (replaced existing) 2025/08/07 02:51:12 DEBUG : dst/one: md5 = 5a6a2b788c26a5cd84430004c4980bbd OK 2025/08/07 02:51:14 DEBUG : CompareDest/one: md5 = a5779869909532d6c1b8b58324b9fee2 OK 2025/08/07 02:51:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 02:51:15 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 02:51:15 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/07 02:51:17 DEBUG : CompareDest/two: md5 = 6e89bc55042a5ea304e5e036d1d0dcfd OK 2025/08/07 02:51:18 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 02:51:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 02:51:18 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/07 02:51:19 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 02:51:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 02:51:19 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/07 02:51:20 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 02:51:21 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/07 02:51:22 DEBUG : two: md5 = 0ab8ced33394ab1375dd856cf6391ba9 OK 2025/08/07 02:51:22 INFO : two: Copied (new) 2025/08/07 02:51:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 02:51:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:51:26 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 02:51:26 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.74s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:51:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/dst" 2025/08/07 02:51:26 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 02:51:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/CopyDest" 2025/08/07 02:51:28 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/07 02:51:29 DEBUG : Config file has changed externally - reloading 2025/08/07 02:51:29 DEBUG : TestDrive: Loaded fresh token from config file 2025/08/07 02:51:30 DEBUG : one: Need to transfer - File not found at Destination 2025/08/07 02:51:30 DEBUG : TestDrive: Loaded fresh token from config file 2025/08/07 02:51:32 DEBUG : one: md5 = 35a0648b4f9f780ddfce8afd2521d212 OK 2025/08/07 02:51:32 INFO : one: Copied (new) 2025/08/07 02:51:32 DEBUG : TestDrive: Loaded fresh token from config file 2025/08/07 02:51:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 02:51:35 DEBUG : one: md5 = 6995ae47afcee2b74bba990e18976dd1 OK 2025/08/07 02:51:35 INFO : one: Copied (replaced existing) 2025/08/07 02:51:37 DEBUG : dst/one: md5 = c1bda07fb914bfb8e97c56024cb46578 OK 2025/08/07 02:51:39 DEBUG : CopyDest/one: md5 = bca18a258ae6520b4967223f003b270d OK 2025/08/07 02:51:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/BackupDir" 2025/08/07 02:51:40 DEBUG : Config file has changed externally - reloading 2025/08/07 02:51:40 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/07 02:51:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 02:51:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 02:51:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 02:51:44 INFO : one: Moved (server-side) 2025/08/07 02:51:45 INFO : one: Copied (server-side copy) 2025/08/07 02:51:45 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/07 02:51:46 DEBUG : CopyDest/two: md5 = 333452d5f6618d5c3a969d23d8042232 OK 2025/08/07 02:51:47 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 02:51:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 02:51:48 INFO : two: Copied (server-side copy) 2025/08/07 02:51:48 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/07 02:51:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 02:51:49 DEBUG : two: Unchanged skipping 2025/08/07 02:51:51 DEBUG : CopyDest/three: md5 = 7ae0741634f265ccbc22359f8b33e2a8 OK 2025/08/07 02:51:52 DEBUG : three: Need to transfer - File not found at Destination 2025/08/07 02:51:52 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/07 02:51:52 DEBUG : three: Destination not found in --copy-dest 2025/08/07 02:51:54 DEBUG : three: md5 = 1e761c902deb339fc3c7c188f9247538 OK 2025/08/07 02:51:54 INFO : three: Copied (new) 2025/08/07 02:51:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/07 02:51:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 02:51:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:51:59 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 02:51:59 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:51:59 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/07 02:52:00 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.91s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:52:01 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/07 02:52:04 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 392021627b8e926259dd2792e3298719 OK 2025/08/07 02:52:04 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/07 02:52:04 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/07 02:52: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:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/07 02:52:05 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/07 02:52:06 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/07 02:52:08 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 18cee849174ab1f5e250216c4607ca44 OK 2025/08/07 02:52:08 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/07 02:52:10 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/07 02:52:10 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.76s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:52:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Looking for duplicate names using skip mode. 2025/08/07 02:52:14 NOTICE: one: Found 2 files with duplicate names 2025/08/07 02:52:14 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.70s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:52:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Looking for duplicate names using skip mode. 2025/08/07 02:52:21 NOTICE: one: Found 3 files with duplicate names 2025/08/07 02:52:21 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/07 02:52:21 INFO : one: Deleted 2025/08/07 02:52:21 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.51s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:52:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Looking for duplicate names using first mode. 2025/08/07 02:52:27 NOTICE: one: Found 3 files with duplicate names 2025/08/07 02:52:27 INFO : one: Deleted 2025/08/07 02:52:28 INFO : one: Deleted 2025/08/07 02:52:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.57s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:52:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Looking for duplicate names using newest mode. 2025/08/07 02:52:34 NOTICE: one: Found 3 files with duplicate names 2025/08/07 02:52:34 INFO : one: Deleted 2025/08/07 02:52:34 INFO : one: Deleted 2025/08/07 02:52:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.48s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:52:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Looking for duplicate names using oldest mode. 2025/08/07 02:52:40 NOTICE: one: Found 3 files with duplicate names 2025/08/07 02:52:41 INFO : one: Deleted 2025/08/07 02:52:41 INFO : one: Deleted 2025/08/07 02:52:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.18s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:52:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Looking for duplicate names using largest mode. 2025/08/07 02:52:47 NOTICE: one: Found 3 files with duplicate names 2025/08/07 02:52:47 INFO : one: Deleted 2025/08/07 02:52:48 INFO : one: Deleted 2025/08/07 02:52:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.59s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:52:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Looking for duplicate names using smallest mode. 2025/08/07 02:52:53 NOTICE: one: Found 3 files with duplicate names 2025/08/07 02:52:54 INFO : one: Deleted 2025/08/07 02:52:54 INFO : one: Deleted 2025/08/07 02:52:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.48s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:53:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Looking for duplicate names using rename mode. 2025/08/07 02:53:01 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/07 02:53:03 INFO : one-2.txt: renamed from: one.txt 2025/08/07 02:53:04 INFO : one-3.txt: renamed from: one.txt 2025/08/07 02:53:05 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.21s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:53:10 DEBUG : dupe1/one.txt: md5 = ff837fb6c4800a951cb9ff416ecee0d0 OK 2025/08/07 02:53:12 DEBUG : dupe2/two.txt: md5 = c2afeee7ce3e146702fd22d819526a78 OK 2025/08/07 02:53:14 DEBUG : dupe3/three.txt: md5 = d2473559be12e29c74877dd44551bc0b OK 2025/08/07 02:53:15 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/07 02:53:15 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/07 02:53:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/07 02:53:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/07 02:53:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/07 02:53:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/07 02:53:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.17s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:53:23 DEBUG : a.txt: md5 = f096ca70bf4a044b137073ee0c3a44ab OK 2025/08/07 02:53:24 DEBUG : zend.txt: md5 = a7bbc5718105043bcad05722dfbc713b OK 2025/08/07 02:53:26 DEBUG : sub dir/hello world: md5 = 1d8537707ce17e25fd326b7bcd2963da OK 2025/08/07 02:53:27 DEBUG : sub dir/hello world2: md5 = 984c6c14083393db20ff8d90acf7953e OK 2025/08/07 02:53:30 DEBUG : sub dir/ignore dir/.ignore: md5 = 62e3204e7a540428ca3d73e4c6617c36 OK 2025/08/07 02:53:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = 7a23325bafc9c32ca32c35497a1c842a OK 2025/08/07 02:53:33 DEBUG : sub dir/sub sub dir/hello world3: md5 = 4c47a2a4b49a8f8fdc9f3992cfa8ca25 OK 2025/08/07 02:53:35 DEBUG : a.txt: Excluded (Size Filter) 2025/08/07 02:53:35 DEBUG : a.txt: Excluded 2025/08/07 02:53:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 02:53:35 DEBUG : sub dir/hello world: Excluded 2025/08/07 02:53:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 02:53:35 DEBUG : sub dir/hello world2: Excluded 2025/08/07 02:53:36 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 02:53:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 02:53:36 DEBUG : sub dir/hello world: Excluded 2025/08/07 02:53:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 02:53:36 DEBUG : sub dir/hello world2: Excluded 2025/08/07 02:53:36 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 02:53:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/07 02:53:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/07 02:53:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/07 02:53:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/07 02:53:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/07 02:53:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/07 02:53:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.37s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:53:45 DEBUG : a.txt: md5 = 0fcfe8075afe247818e5b1ac372f5c82 OK 2025/08/07 02:53:46 DEBUG : zend.txt: md5 = 665e09e242f5ff795902ff5466d6947e OK 2025/08/07 02:53:48 DEBUG : sub dir/hello world: md5 = fc39426559badc80e96a756c9e05ad6c OK 2025/08/07 02:53:49 DEBUG : sub dir/hello world2: md5 = b578d364ad1c0fce8adc396b312fe335 OK 2025/08/07 02:53:52 DEBUG : sub dir/ignore dir/.ignore: md5 = 11cdb34e96b3bda45acdf1c596c3f15e OK 2025/08/07 02:53:53 DEBUG : sub dir/ignore dir/should be ignored: md5 = 8cfa50b64468833bf59ca05c1b9e7900 OK 2025/08/07 02:53:55 DEBUG : sub dir/sub sub dir/hello world3: md5 = 0e9a37db26ecd6ec3d3750f413fe563d OK 2025/08/07 02:53:56 DEBUG : a.txt: Excluded (Size Filter) 2025/08/07 02:53:56 DEBUG : a.txt: Excluded 2025/08/07 02:53:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 02:53:57 DEBUG : sub dir/hello world: Excluded 2025/08/07 02:53:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 02:53:57 DEBUG : sub dir/hello world2: Excluded 2025/08/07 02:53:58 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 02:53:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 02:53:58 DEBUG : sub dir/hello world: Excluded 2025/08/07 02:53:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 02:53:58 DEBUG : sub dir/hello world2: Excluded 2025/08/07 02:53:58 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 02:54:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/07 02:54:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/07 02:54:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/07 02:54:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/07 02:54:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/07 02:54:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/07 02:54:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.35s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:54:06 DEBUG : file1: md5 = 4273826d1875e0d46ece1c34e1c1a062 OK 2025/08/07 02:54:08 DEBUG : sub/file2: md5 = b742a996e296dc5cb538d41ad96ce8f4 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/08/07 02:54:11 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/07 02:54:11 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/07 02:54:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/07 02:54:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.51s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.23s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:54:15 DEBUG : file1: md5 = e825b94855b14acb388c8e0a460ea24d OK 2025/08/07 02:54:18 DEBUG : sub/file2: md5 = 4fff12e32fc7f5d4ce3c45dd27652031 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/08/07 02:54:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/notfound" 2025/08/07 02:54:22 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/qe0i31qdkoejk60elps0ni5sqk" 2025/08/07 02:54:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.83s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.72s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.50s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.77s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:54:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Making directory 2025/08/07 02:54:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Making directory --- PASS: TestMkdir (0.71s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:54:29 DEBUG : sub dir/hello world: md5 = 9946eb0f8d47be4c30a7cb768ad70fb0 OK 2025/08/07 02:54:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.78s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:54:33 DEBUG : potato2: md5 = 49c9c4005e48ce91a49d2557bf0f74fa OK 2025/08/07 02:54:34 DEBUG : empty space: md5 = 69360eacf516fc91e188c225a691bd5e OK --- PASS: TestLs (4.55s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:54:37 DEBUG : potato2: md5 = 1b5b1ec4328aac5304eddb36e9220441 OK 2025/08/07 02:54:39 DEBUG : empty space: md5 = b9439707d1e720b9ad961bfe958c47f7 OK 2025/08/07 02:54:39 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/07 02:54:39 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.93s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:54:42 DEBUG : potato2: md5 = c9cc53d2d9172bd461e625b461a1751b OK 2025/08/07 02:54:44 DEBUG : empty space: md5 = 9474fa44529e87f606d4478ae07d6553 OK --- PASS: TestLsLong (4.83s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:54:48 DEBUG : potato2: md5 = c5273350d479157b2f2806bb03e84902 OK 2025/08/07 02:54:49 DEBUG : empty space: md5 = 1e87cb20a94d2c29e55028f754b5f1be OK --- PASS: TestHashSums (5.00s) === RUN TestHashSumsWithErrors 2025/08/07 02:54:51 DEBUG : Creating backend with remote ":memory:" 2025/08/07 02:54:51 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/07 02:54:51 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/07 02:54:51 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/07 02:54:51 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/07 02:54:51 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/07 02:54:51 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/07 02:54:51 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/07 02:54:51 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/07 02:54:51 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-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:54:52 DEBUG : potato2: md5 = acc403f53a0a083779ab52656f0c7d4a OK 2025/08/07 02:54:53 DEBUG : empty space: md5 = 313a9eca9f57b332859677cf93ded742 OK 2025/08/07 02:54:55 DEBUG : sub dir/potato3: md5 = 5d5e40f2d33de15dafc26a4ede4b5564 OK 2025/08/07 02:54:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.12s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:55:00 DEBUG : small: md5 = 76cf7a08ba3ea33b1dcc10753319daca OK 2025/08/07 02:55:02 DEBUG : medium: md5 = d29ae1f6d1c83e3e62f3f29147b5785f OK 2025/08/07 02:55:03 DEBUG : large: md5 = 0bccbd1dfa9603110dbf0fdb0c960f10 OK 2025/08/07 02:55:03 DEBUG : Waiting for deletions to finish 2025/08/07 02:55:03 DEBUG : large: Excluded (Size Filter) 2025/08/07 02:55:04 INFO : medium: Deleted 2025/08/07 02:55:04 INFO : small: Deleted --- PASS: TestDelete (6.43s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:55:07 DEBUG : small: md5 = 0823e28edf86c20f0ec44956c19f4997 OK 2025/08/07 02:55:08 DEBUG : medium: md5 = a74fb41430cdcca3e37241f1a31d598e OK 2025/08/07 02:55:09 DEBUG : large: md5 = 0c60147c2d9e719d3348ad489a209554 OK 2025/08/07 02:55:10 DEBUG : Waiting for deletions to finish 2025/08/07 02:55:10 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/08/07 02:55:10 INFO : large: Deleted 2025/08/07 02:55:10 INFO : small: Deleted --- PASS: TestMaxDelete (6.99s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:55:13 DEBUG : small: md5 = 3c8786f476a08ec194e280cbbe576873 OK 2025/08/07 02:55:15 DEBUG : medium: md5 = d6967f5b0827ab365b717d768bdcd140 OK 2025/08/07 02:55:16 DEBUG : large: md5 = 76c951a216050c147bd5c0c313e1a12d OK 2025/08/07 02:55:17 DEBUG : Waiting for deletions to finish 2025/08/07 02:55:17 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/07 02:55:17 INFO : medium: Deleted 2025/08/07 02:55:17 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.79s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:55:20 DEBUG : small: md5 = fbbac41c540f5ac8758bcfe7a1651227 OK 2025/08/07 02:55:22 DEBUG : medium: md5 = ce109c943d34421fe3dd5af5988671b3 OK 2025/08/07 02:55:24 DEBUG : large: md5 = 055d3e25ae661d77c34bfad7baab4de0 OK 2025/08/07 02:55:24 DEBUG : Waiting for deletions to finish 2025/08/07 02:55:24 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/07 02:55:24 INFO : small: Deleted 2025/08/07 02:55:25 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.27s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:55:28 DEBUG : ReadFile: md5 = c744f0ebbea41ea0dd6a21186dad1e30 OK --- PASS: TestReadFile (4.24s) === RUN TestRetry 2025/08/07 02:55:30 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/07 02:55:30 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/07 02:55:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 02:55:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 02:55:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 02:55:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 02:55:31 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-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:55:32 DEBUG : file1: md5 = de8cde67e08a641aa92bce3a5a6c4ac8 OK 2025/08/07 02:55:33 DEBUG : file2: md5 = 2628e088aff26465f91c9949205a1edf OK --- PASS: TestCat (17.21s) === RUN TestPurge 2025/08/07 02:55:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yoqirub1vana" 2025/08/07 02:55:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 02:55:48 DEBUG : Creating backend with remote "TestDrive:crypt/gvaqc0jcqke1klaf83efm76l439hhn1veur5rhn0j09tojt5hudg" 2025/08/07 02:55:49 DEBUG : Creating backend with remote "/tmp/rclone3089190982" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yoqirub1vana'", Local "Local file system at /tmp/rclone3089190982", Modify Window "1ms" 2025/08/07 02:55:53 DEBUG : A1/B1/C1/one: md5 = d7bea97770b16079f91ead4f20df5325 OK 2025/08/07 02:55:53 INFO : A2: Making directory 2025/08/07 02:55:54 INFO : A1/B2: Making directory 2025/08/07 02:55:55 INFO : A1/B2/C2: Making directory 2025/08/07 02:55:55 INFO : A1/B1/C3: Making directory 2025/08/07 02:55:56 INFO : A3: Making directory 2025/08/07 02:55:57 INFO : A3/B3: Making directory 2025/08/07 02:55:58 INFO : A3/B3/C4: Making directory 2025/08/07 02:56:00 DEBUG : A1/two: md5 = bb70a85ad1073aadf18f540dacbf8d95 OK 2025/08/07 02:56:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yoqirub1vana': Purge remote 2025/08/07 02:56:04 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.00s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:56:07 DEBUG : A1/B1/C1/one: md5 = 7bf5002b954c0973257054193a6b4fab OK 2025/08/07 02:56:07 INFO : A2: Making directory 2025/08/07 02:56:08 INFO : A1/B2: Making directory 2025/08/07 02:56:09 INFO : A1/B2/C2: Making directory 2025/08/07 02:56:10 INFO : A1/B1/C3: Making directory 2025/08/07 02:56:11 INFO : A3: Making directory 2025/08/07 02:56:11 INFO : A3/B3: Making directory 2025/08/07 02:56:12 INFO : A3/B3/C4: Making directory 2025/08/07 02:56:14 DEBUG : A1/two: md5 = 8ec723a92468e69c45b3da1cd6d788cf OK 2025/08/07 02:56:15 DEBUG : removing 1 level 3 directories 2025/08/07 02:56:15 INFO : A3/B3/C4: Removing directory 2025/08/07 02:56:18 DEBUG : removing 2 level 3 directories 2025/08/07 02:56:18 INFO : A1/B2/C2: Removing directory 2025/08/07 02:56:18 INFO : A1/B1/C3: Removing directory 2025/08/07 02:56:19 DEBUG : removing 2 level 2 directories 2025/08/07 02:56:19 INFO : A3/B3: Removing directory 2025/08/07 02:56:19 INFO : A1/B2: Removing directory 2025/08/07 02:56:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 02:56:19 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/07 02:56:19 DEBUG : removing 2 level 1 directories 2025/08/07 02:56:19 INFO : A3: Removing directory 2025/08/07 02:56:19 INFO : A2: Removing directory 2025/08/07 02:56:20 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/07 02:56:23 DEBUG : removing 1 level 3 directories 2025/08/07 02:56:23 INFO : A1/B1/C1: Removing directory 2025/08/07 02:56:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:24 DEBUG : removing 1 level 2 directories 2025/08/07 02:56:24 INFO : A1/B1: Removing directory 2025/08/07 02:56:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 02:56:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 02:56:25 DEBUG : removing 1 level 1 directories 2025/08/07 02:56:25 INFO : A1: Removing directory 2025/08/07 02:56:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 02:56:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 02:56:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 02:56:25 DEBUG : removing 1 level 0 directories 2025/08/07 02:56:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Removing directory 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 02:56:26 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (23.18s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:56:28 INFO : A1: Making directory 2025/08/07 02:56:28 INFO : A1/B1: Making directory 2025/08/07 02:56:29 INFO : A1/B1/C1: Making directory 2025/08/07 02:56:31 DEBUG : removing 1 level 3 directories 2025/08/07 02:56:31 INFO : A1/B1/C1: Removing directory 2025/08/07 02:56:32 DEBUG : removing 1 level 2 directories 2025/08/07 02:56:32 INFO : A1/B1: Removing directory 2025/08/07 02:56:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 02:56:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.68s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:56:35 INFO : A1: Making directory 2025/08/07 02:56:35 INFO : A1/B1: Making directory 2025/08/07 02:56:36 INFO : A1/B1/C1: Making directory 2025/08/07 02:56:39 DEBUG : removing 1 level 3 directories 2025/08/07 02:56:39 INFO : A1/B1/C1: Removing directory 2025/08/07 02:56:39 DEBUG : removing 1 level 2 directories 2025/08/07 02:56:39 INFO : A1/B1: Removing directory 2025/08/07 02:56:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 02:56:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.30s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:56:44 DEBUG : file1: md5 = 52c6a7b3872af8a369b52042d197231b OK 2025/08/07 02:56:44 DEBUG : filename.txt: File name found in url 2025/08/07 02:56:45 DEBUG : filename.txt: md5 = d244b3115ac01371529482b20f7f10b5 OK 2025/08/07 02:56:45 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/07 02:56:47 DEBUG : headerfilename.txt: md5 = c0f04406402ec511f0db99c9fd7a84e9 OK 2025/08/07 02:56:48 DEBUG : file2: md5 = a39693d059f534b31831fb03fa0b5d44 OK --- PASS: TestCopyURL (8.97s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:56:51 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/07 02:56:53 DEBUG : sub/file2: md5 = f574140f95923e62e75dd305b8f6cd89 OK 2025/08/07 02:56:53 INFO : file1: Copied (new) to: sub/file2 2025/08/07 02:56:53 INFO : file1: Deleted 2025/08/07 02:56:54 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 02:56:54 DEBUG : file1: Unchanged skipping 2025/08/07 02:56:54 INFO : file1: Deleted 2025/08/07 02:56:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': don't need to copy/move sub/file2, it is already at target location 2025/08/07 02:56:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.09s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:56:57 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/07 02:56:59 DEBUG : file1: md5 = b98d1cf498b38ce8166304abd7f37de2 OK 2025/08/07 02:56:59 INFO : file1: Copied (new) 2025/08/07 02:56:59 INFO : file1: Deleted 2025/08/07 02:56:59 DEBUG : file1: Destination exists, skipping 2025/08/07 02:56:59 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.62s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.58s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:57:04 DEBUG : dst/file1: md5 = de4cdc3b32ce63b230529e6994cd1652 OK 2025/08/07 02:57:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotipum0lebu/backup" 2025/08/07 02:57:04 DEBUG : Creating backend with remote "TestDrive:crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0/1nrff024r7pq65ecp72fc28jb0" 2025/08/07 02:57:06 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/07 02:57:08 INFO : dst/file1: Moved (server-side) 2025/08/07 02:57:10 DEBUG : dst/file1: md5 = 5339ac01d708e61e3487b17d4e8c9031 OK 2025/08/07 02:57:10 INFO : dst/file1: Copied (new) 2025/08/07 02:57:10 INFO : dst/file1: Deleted 2025/08/07 02:57:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 02:57:13 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 02:57:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.91s) === 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-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:57:17 DEBUG : A1/one: md5 = 760343526438f4f7115c7a856917ed89 OK 2025/08/07 02:57:18 DEBUG : A1/two: md5 = 4aa8c8061e45f098250cd588cc27e743 OK 2025/08/07 02:57:20 DEBUG : A1/B1/three: md5 = 74505ba4d815bd911ffca97d559c8d59 OK 2025/08/07 02:57:23 DEBUG : A1/B1/C1/four: md5 = ae7d272e0b8cb4642bd0efd4ff4298c8 OK 2025/08/07 02:57:25 DEBUG : A1/B1/C2/five: md5 = 24c9feb264c0969e129a4e11cbf81581 OK 2025/08/07 02:57:25 INFO : A1/B2: Making directory 2025/08/07 02:57:25 INFO : A1/B1/C3: Making directory 2025/08/07 02:57:35 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/07 02:57:35 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/07 02:57:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/07 02:57:35 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/07 02:57:35 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/07 02:57:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 02:57:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 02:57:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 02:57:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 02:57:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 02:57:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/07 02:57:46 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/07 02:57:46 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/07 02:57:46 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/07 02:57:46 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/07 02:57:47 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/07 02:57:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 02:57:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 02:57:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 02:57:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 02:57:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 02:57:56 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/07 02:57:57 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/07 02:57:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 02:57:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 02:57:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 02:57:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/07 02:57:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 02:57:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 02:57:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 02:57:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.59s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 02:58:01 DEBUG : no_checksum_small_file_from_pipe: md5 = 0a0a88ec35636385fa6da611d65f15f4 OK 2025/08/07 02:58:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/07 02:58:01 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/07 02:58:02 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/07 02:58:03 DEBUG : no_checksum_big_file_from_pipe: md5 = b4d968c30ac25c0c30bfb9d2a2987812 OK 2025/08/07 02:58:03 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-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 02:58:06 DEBUG : with_checksum_small_file_from_pipe: md5 = a37e4249a7949bd52dc03d727b11d60d OK 2025/08/07 02:58:06 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/07 02:58:07 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/07 02:58:08 DEBUG : with_checksum_big_file_from_pipe: md5 = 26aebec19edd8af914b3badfd56a43a5 OK 2025/08/07 02:58:08 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-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 02:58:11 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 02:58:12 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/07 02:58:13 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-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 02:58:16 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/07 02:58:17 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/07 02:58:18 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.37s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.90s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.06s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.93s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.47s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/07 02:58:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': File to upload is small (48 bytes), uploading instead of streaming 2025/08/07 02:58:22 DEBUG : rcat_metadata: md5 = 989009bf166bae0f39b17e2d0309fdc2 OK 2025/08/07 02:58:22 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/07 02:58:23 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/07 02:58:24 DEBUG : rcat_metadata_uploadcutoff0: md5 = 0a7c67986b7827d46ead8522ef140903 OK 2025/08/07 02:58:24 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.86s) --- PASS: TestRcatMetadata/Normal (2.61s) --- PASS: TestRcatMetadata/ViaDisk (2.79s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:27 DEBUG : potato1: md5 = be0e3927955d2a04fb4147c0aea5999a OK 2025/08/07 02:58:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': File to upload is small (60 bytes), uploading instead of streaming 2025/08/07 02:58:29 DEBUG : potato2: md5 = 1a0bb1eb103470301486345d1ce6aa95 OK 2025/08/07 02:58:29 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.42s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:32 DEBUG : potato1: md5 = 2340acdaa14beb275db1e3e00270f111 OK 2025/08/07 02:58:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': File to upload is small (60 bytes), uploading instead of streaming 2025/08/07 02:58:33 DEBUG : potato2: md5 = 1eee116568c0876f8f3246b6938906de OK 2025/08/07 02:58:33 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.78s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:36 DEBUG : potato2: md5 = 579c956f3664375124f5d163095587d0 OK 2025/08/07 02:58:38 DEBUG : empty space: md5 = 01d3978bfff283e3dfdaf2a9990c876d OK 2025/08/07 02:58:40 DEBUG : sub dir/potato3: md5 = e172887ee13e2f6eb004af44e9a7825e OK 2025/08/07 02:58:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Touching "sub dir/potato3" 2025/08/07 02:58:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Touching "empty space" 2025/08/07 02:58:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Touching "potato2" 2025/08/07 02:58:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.58s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:46 DEBUG : dir with metadata: Making directory with metadata 2025/08/07 02:58:46 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.58s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:48 DEBUG : directory with modtime: Making directory with metadata 2025/08/07 02:58:49 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.40s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:51 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/07 02:58:51 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/07 02:58:51 DEBUG : Google drive root 'crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0': Skipping btime metadata as can't update it on an existing file: 2025-08-07T02:58:51.03453679Z 2025/08/07 02:58:51 INFO : non existent directory: Updated directory metadata 2025/08/07 02:58:53 DEBUG : Google drive root 'crypt/3cgvf8g9bsc03v8g9csj6kj2kb8i8jb0cekgc3fkqikcj1ndfvh0': Skipping btime metadata as can't update it on an existing file: 2025-08-07T02:58:51.03453679Z 2025/08/07 02:58:54 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.81s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:55 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/07 02:58:57 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/07 02:58:58 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.04s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:58:59 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/07 02:58:59 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/07 02:58:59 DEBUG : dst: Making directory with metadata 2025/08/07 02:59:00 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/07 02:59:00 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 02:59:01 INFO : dst: Set directory modification time (using SetModTime) 2025/08/07 02:59:01 INFO : dst: Set directory modification time (using SetModTime) 2025/08/07 02:59:01 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/07 02:59:02 INFO : dst: Set directory modification time (using SetModTime) 2025/08/07 02:59:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.83s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu'", Local "Local file system at /tmp/rclone1448005925", Modify Window "1ms" 2025/08/07 02:59:05 DEBUG : sub dir/test remove existing: md5 = b847afb0f374d1d823de40cf51041de1 OK 2025/08/07 02:59:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = c09b4a5752a182e3a694257e40761659 OK 2025/08/07 02:59:09 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.fizadoy3" before starting 2025/08/07 02:59:10 DEBUG : sub dir/test remove existing.fizadoy3: TEST: removing renamed existing file after operation 2025/08/07 02:59:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yobexal5" before starting 2025/08/07 02:59:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yobexal5: TEST: renaming existing back after failed operation 2025/08/07 02:59:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nugicel7" before starting 2025/08/07 02:59:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nugicel7: TEST: removing renamed existing file after operation 2025/08/07 02:59:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "gpo8pti9fc41rq1cu934upqltge1famq5omuj3ppb2kig1r1i360" 2025/08/07 02:59:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ltt4mfvj6afmauj73v82l6i6o9f1mr9gi1hvak5hinkr7hardptpjbcuom2jg905k40psg39u69vjv246m9dud73bmdfckiutsmmtsvkbnlh2jj9vt44659lh8ssgt7ue8u18e3b77e4d6ksg2ukqga3o9n2c4q969slhi6hn9dsr8g18vdg" --- PASS: TestRemoveExisting (13.30s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/07 02:59:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotipum0lebu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m1.450571562s (try 1/5)