"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/08/08 01:11:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka" 2025/08/08 01:11:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:11:47 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg" 2025/08/08 01:11:48 DEBUG : Creating backend with remote "/tmp/rclone630799348" === 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-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.21s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/08 01:11:49 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/08 01:11:49 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/08 01:11:49 DEBUG : potato: Seek from 10 to 0 2025/08/08 01:11:49 DEBUG : potato: Seek from 10 to 0 2025/08/08 01:11:49 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/08 01:11:49 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/08 01:11:49 DEBUG : potato: Seek from 5 to 2 2025/08/08 01:11:49 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/08 01:11:49 DEBUG : potato: Seek from 7 to 0 2025/08/08 01:11:49 DEBUG : potato: Seek from 7 to 0 2025/08/08 01:11:49 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/08 01:11:49 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/08 01:11:49 DEBUG : potato: Seek from 5 to 2 2025/08/08 01:11:49 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/08 01:11:49 DEBUG : potato: Seek from 8 to 0 2025/08/08 01:11:49 DEBUG : potato: Seek from 8 to 0 2025/08/08 01:11:49 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/08 01:11:49 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/08 01:11:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/08 01:11:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/08 01:11:49 DEBUG : potato: Seek from 5 to 2 2025/08/08 01:11:49 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/08 01:11:49 DEBUG : potato: Seek from 9 to 0 2025/08/08 01:11:49 DEBUG : potato: Seek from 9 to 0 2025/08/08 01:11:49 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-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:11:51 DEBUG : rutabaga: md5 = 85e4b35ea18e7bddf6d5c64492a1b3de OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/08 01:11:53 DEBUG : empty space: md5 = 1568a707a4d18f71d0e1349073429a0d OK === RUN TestCheck/3 2025/08/08 01:11:55 DEBUG : potato2: md5 = 681f1439d91d023be29406558a0dd7f4 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/08 01:11:57 DEBUG : remotepotato: md5 = fef6059563110ff885c32df00b7d63c1 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.55s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/08/08 01:12:00 DEBUG : Creating backend with remote "nonexistent" 2025/08/08 01:12:00 DEBUG : Creating backend with remote "nonexistent" 2025/08/08 01:12:00 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/08 01:12:00 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/08 01:12:00 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/08 01:12:00 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:12:02 DEBUG : rutabaga: md5 = ee3b69a31c5bce7c23854bf1d094f920 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/08 01:12:06 DEBUG : empty space: md5 = f9fb87c686bf29fb7f5ccd08ecd82901 OK === RUN TestCheckDownload/3 2025/08/08 01:12:08 DEBUG : potato2: md5 = 2194cc25ddc1ac28a37a7c423bf67ed5 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/08 01:12:12 DEBUG : remotepotato: md5 = 07d4d10b99565f6527b31f593e99bae7 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.78s) --- PASS: TestCheckDownload/1 (1.24s) --- PASS: TestCheckDownload/2 (1.01s) --- PASS: TestCheckDownload/3 (0.97s) --- PASS: TestCheckDownload/4 (1.43s) --- PASS: TestCheckDownload/5 (1.08s) --- PASS: TestCheckDownload/6 (0.81s) --- PASS: TestCheckDownload/7 (1.24s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:12:18 DEBUG : rutabaga: md5 = 8aabb1b15b44999b99446d3a8ce13a04 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/08 01:12:20 DEBUG : empty space: md5 = 07f2215dd7eb5ddd9449ef3e518dc353 OK === RUN TestCheckSizeOnly/3 2025/08/08 01:12:22 DEBUG : potato2: md5 = 7770192ecf2a591f9ad23c3c82aff987 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/08 01:12:25 DEBUG : remotepotato: md5 = 979272a5967607a7ff98da1161071a75 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.77s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:12:29 DEBUG : test.sum: md5 = eb2f300b16cf9ddc68ab39ee78865491 OK 2025/08/08 01:12:30 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/08 01:12:30 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/08 01:12:30 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/08 01:12:30 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/08 01:12:32 DEBUG : test.sum: md5 = f4c5b5224993bf631dc8016e38fcb730 OK 2025/08/08 01:12:33 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/08 01:12:33 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/08 01:12:33 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/08 01:12:33 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.82s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:12:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/data" 2025/08/08 01:12:34 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka/data' lacks md5, skipping --- SKIP: TestCheckSum (1.98s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:12:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/data" 2025/08/08 01:12:36 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/vjrnln8ratgmqakfosrqe8espk" 2025/08/08 01:12:39 DEBUG : data/banana: md5 = 6f5cef8dc1823ccdebd099120932b05e OK 2025/08/08 01:12:41 DEBUG : test.sum: md5 = 834fd2f9cc9fff81a0d19a1d4f1a50f2 OK === RUN TestCheckSumDownload/subtest1 2025/08/08 01:12:46 DEBUG : data/potato: md5 = 75ef58bbbbabd4a61b83bc98ee1b124d OK 2025/08/08 01:12:48 DEBUG : test.sum: md5 = c7eb0b6b931b0e76d6dcbac59b39484c OK === RUN TestCheckSumDownload/subtest2 2025/08/08 01:12:52 DEBUG : test.sum: md5 = fe850237232254efc8c50b1aa49c01bf OK === RUN TestCheckSumDownload/subtest3 2025/08/08 01:12:56 DEBUG : test.sum: md5 = c212d709c255d83d1e2579acf3d74f02 OK === RUN TestCheckSumDownload/subtest4 2025/08/08 01:13:00 DEBUG : test.sum: md5 = 16f67cd6881e742bff77c39a1d4e91a6 OK === RUN TestCheckSumDownload/subtest5 2025/08/08 01:13:04 DEBUG : test.sum: md5 = ab67ef72d801a348e58b2142ee801e2d OK === RUN TestCheckSumDownload/subtest6 2025/08/08 01:13:09 DEBUG : data/banana: md5 = 0c9440a8827b52ff0984f3a061894659 OK 2025/08/08 01:13:10 DEBUG : data/potato: md5 = 515496c414fa4eff0ff0770e53debf16 OK 2025/08/08 01:13:11 DEBUG : test.sum: md5 = b2398bff0ad342fadffb689c245c114d OK === RUN TestCheckSumDownload/subtest7 2025/08/08 01:13:16 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/08 01:13:16 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (41.14s) --- PASS: TestCheckSumDownload/subtest1 (2.90s) --- PASS: TestCheckSumDownload/subtest2 (2.17s) --- PASS: TestCheckSumDownload/subtest3 (2.18s) --- PASS: TestCheckSumDownload/subtest4 (2.16s) --- PASS: TestCheckSumDownload/subtest5 (1.97s) --- PASS: TestCheckSumDownload/subtest6 (2.52s) --- PASS: TestCheckSumDownload/subtest7 (2.27s) === RUN TestApplyTransforms 2025/08/08 01:13:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ceqekaj9hedi" 2025/08/08 01:13:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:13:17 DEBUG : Creating backend with remote "TestDrive:crypt/68dibtk0467dg7kjb7d24v3u6kqhjko21bnp00dkgh2h436ad4v0" 2025/08/08 01:13:18 DEBUG : Creating backend with remote "/tmp/rclone2596793154" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ceqekaj9hedi'", Local "Local file system at /tmp/rclone2596793154", Modify Window "1ms" 2025/08/08 01:13:20 DEBUG : hello, world!: md5 = 48333ae731bb425070e72e9909e89499 OK upper checkfile vs. lower remote (without normalization) 2025/08/08 01:13:20 ERROR : hello, world!: sum not found 2025/08/08 01:13:20 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ceqekaj9hedi' 2025/08/08 01:13:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ceqekaj9hedi': 1 files missing 2025/08/08 01:13:20 NOTICE: 1 hashes missing 2025/08/08 01:13:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ceqekaj9hedi': 1 differences found 2025/08/08 01:13:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ceqekaj9hedi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/08 01:13:21 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:13:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ceqekaj9hedi': 0 differences found 2025/08/08 01:13:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ceqekaj9hedi': 1 matching files 2025/08/08 01:13:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zadazop8cema" 2025/08/08 01:13:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:13:21 DEBUG : Creating backend with remote "TestDrive:crypt/2nnqnp3qslb3ilal39nk50bo2l4js1r2l9nk2sih40avq5i34ieg" 2025/08/08 01:13:22 DEBUG : Creating backend with remote "/tmp/rclone53139701" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zadazop8cema'", Local "Local file system at /tmp/rclone53139701", Modify Window "1ms" 2025/08/08 01:13:24 DEBUG : HELLO, WORLD!: md5 = 48c3adb7bbd0b0b3c49976aa1429c420 OK lower checkfile vs. upper remote (without normalization) 2025/08/08 01:13:25 ERROR : HELLO, WORLD!: sum not found 2025/08/08 01:13:25 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zadazop8cema' 2025/08/08 01:13:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zadazop8cema': 1 files missing 2025/08/08 01:13:25 NOTICE: 1 hashes missing 2025/08/08 01:13:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zadazop8cema': 1 differences found 2025/08/08 01:13:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zadazop8cema': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/08 01:13:27 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:13:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zadazop8cema': 0 differences found 2025/08/08 01:13:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zadazop8cema': 1 matching files 2025/08/08 01:13:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jepirex5goqa" 2025/08/08 01:13:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:13:27 DEBUG : Creating backend with remote "TestDrive:crypt/n6cn1j3j917d1m11ud54jmlpvf2u5bu0si634v1iv5aj2vm78ge0" 2025/08/08 01:13:28 DEBUG : Creating backend with remote "/tmp/rclone2115938973" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jepirex5goqa'", Local "Local file system at /tmp/rclone2115938973", Modify Window "1ms" 2025/08/08 01:13:30 DEBUG : HeLlO, wOrLd!: md5 = 1ab1af7b8cf1901a494d48f70c231967 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/08 01:13:30 ERROR : HeLlO, wOrLd!: sum not found 2025/08/08 01:13:30 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jepirex5goqa' 2025/08/08 01:13:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jepirex5goqa': 1 files missing 2025/08/08 01:13:30 NOTICE: 1 hashes missing 2025/08/08 01:13:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jepirex5goqa': 1 differences found 2025/08/08 01:13:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jepirex5goqa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/08 01:13:31 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:13:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jepirex5goqa': 0 differences found 2025/08/08 01:13:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jepirex5goqa': 1 matching files 2025/08/08 01:13:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nojalic8coki" 2025/08/08 01:13:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:13:31 DEBUG : Creating backend with remote "TestDrive:crypt/enj4iunngbupp7i3pvl4cah6f5e80m8lhqrscr4tgaqs10q6eg40" 2025/08/08 01:13:32 DEBUG : Creating backend with remote "/tmp/rclone3466931403" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nojalic8coki'", Local "Local file system at /tmp/rclone3466931403", Modify Window "1ms" 2025/08/08 01:13:34 DEBUG : HELLO, WORLD!: md5 = 5c971538511b5a969ceeadbd7185de73 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/08 01:13:35 ERROR : HELLO, WORLD!: sum not found 2025/08/08 01:13:35 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nojalic8coki' 2025/08/08 01:13:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojalic8coki': 1 files missing 2025/08/08 01:13:35 NOTICE: 1 hashes missing 2025/08/08 01:13:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojalic8coki': 1 differences found 2025/08/08 01:13:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojalic8coki': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/08 01:13:36 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:13:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojalic8coki': 0 differences found 2025/08/08 01:13:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojalic8coki': 1 matching files 2025/08/08 01:13:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qayosoc6tena" 2025/08/08 01:13:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:13:36 DEBUG : Creating backend with remote "TestDrive:crypt/casa404gv8loghamt06uqhb78hopladpnkgh7kc8j1ug00sbvsag" 2025/08/08 01:13:37 DEBUG : Creating backend with remote "/tmp/rclone877345899" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qayosoc6tena'", Local "Local file system at /tmp/rclone877345899", Modify Window "1ms" 2025/08/08 01:13:39 DEBUG : 測試_Русский___ě_áñ: md5 = 0f5b0fbf44903ead2faa86d0e3ed94af OK NFD checkfile vs. NFC remote (without normalization) 2025/08/08 01:13:40 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/08 01:13:40 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qayosoc6tena' 2025/08/08 01:13:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qayosoc6tena': 1 files missing 2025/08/08 01:13:40 NOTICE: 1 hashes missing 2025/08/08 01:13:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qayosoc6tena': 1 differences found 2025/08/08 01:13:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qayosoc6tena': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/08 01:13:41 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:13:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qayosoc6tena': 0 differences found 2025/08/08 01:13:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qayosoc6tena': 1 matching files 2025/08/08 01:13:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puquyaj6zusu" 2025/08/08 01:13:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:13:41 DEBUG : Creating backend with remote "TestDrive:crypt/g25q6uc9mvlcgmiujh1je2pbg106iacnm26mdvvs1kfo21etkrb0" 2025/08/08 01:13:42 DEBUG : Creating backend with remote "/tmp/rclone3668785036" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puquyaj6zusu'", Local "Local file system at /tmp/rclone3668785036", Modify Window "1ms" 2025/08/08 01:13:44 DEBUG : 測試_Русский___ě_áñ: md5 = f0dab4cf55f52262fed7e0232b9fa0a7 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/08 01:13:45 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/08 01:13:45 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-puquyaj6zusu' 2025/08/08 01:13:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puquyaj6zusu': 1 files missing 2025/08/08 01:13:45 NOTICE: 1 hashes missing 2025/08/08 01:13:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puquyaj6zusu': 1 differences found 2025/08/08 01:13:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puquyaj6zusu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/08 01:13:46 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:13:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puquyaj6zusu': 0 differences found 2025/08/08 01:13:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puquyaj6zusu': 1 matching files 2025/08/08 01:13:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yatixud8vuca" 2025/08/08 01:13:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:13:46 DEBUG : Creating backend with remote "TestDrive:crypt/s69pn7c44snjunlnb5l2l44g2csgp22m5cn0scla2ivkgvv3hm00" 2025/08/08 01:13:47 DEBUG : Creating backend with remote "/tmp/rclone3772779380" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yatixud8vuca'", Local "Local file system at /tmp/rclone3772779380", Modify Window "1ms" 2025/08/08 01:13:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 084dcc94217a2ddd01a29ef77fce1567 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/08 01:13:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/08 01:13:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yatixud8vuca' 2025/08/08 01:13:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatixud8vuca': 1 files missing 2025/08/08 01:13:49 NOTICE: 1 hashes missing 2025/08/08 01:13:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatixud8vuca': 1 differences found 2025/08/08 01:13:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatixud8vuca': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/08 01:13:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:13:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatixud8vuca': 0 differences found 2025/08/08 01:13:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatixud8vuca': 1 matching files 2025/08/08 01:13:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dulotox1faho" 2025/08/08 01:13:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:13:50 DEBUG : Creating backend with remote "TestDrive:crypt/hq3usa49ntvt7ci8ale4fv3dap1dcnn728hlt653vli4j2tcegu0" 2025/08/08 01:13:51 DEBUG : Creating backend with remote "/tmp/rclone3829662147" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dulotox1faho'", Local "Local file system at /tmp/rclone3829662147", Modify Window "1ms" 2025/08/08 01:13:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ca5a9aef1f49a8021d9214f3ab10fd02 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/08 01:13:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/08 01:13:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dulotox1faho' 2025/08/08 01:13:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dulotox1faho': 1 files missing 2025/08/08 01:13:54 NOTICE: 1 hashes missing 2025/08/08 01:13:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dulotox1faho': 1 differences found 2025/08/08 01:13:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dulotox1faho': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/08 01:13:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:13:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dulotox1faho': 0 differences found 2025/08/08 01:13:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dulotox1faho': 1 matching files 2025/08/08 01:13:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fokanix0cafa" 2025/08/08 01:13:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:13:55 DEBUG : Creating backend with remote "TestDrive:crypt/mb1jj077ik3c9tch7ol0gevet3jjd427kg9s51ohngh4ip7sqgf0" 2025/08/08 01:13:56 DEBUG : Creating backend with remote "/tmp/rclone268418216" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fokanix0cafa'", Local "Local file system at /tmp/rclone268418216", Modify Window "1ms" 2025/08/08 01:13:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 54b564b32ef1ce454b7f1910e02034dc OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/08 01:13:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/08 01:13:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fokanix0cafa' 2025/08/08 01:13:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fokanix0cafa': 1 files missing 2025/08/08 01:13:59 NOTICE: 1 hashes missing 2025/08/08 01:13:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fokanix0cafa': 1 differences found 2025/08/08 01:13:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fokanix0cafa': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/08 01:14:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:14:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fokanix0cafa': 0 differences found 2025/08/08 01:14:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fokanix0cafa': 1 matching files 2025/08/08 01:14:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kajocub9zuva" 2025/08/08 01:14:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:14:00 DEBUG : Creating backend with remote "TestDrive:crypt/bs9p51i5pjv1ovu1c4qbf6kv5ha0nq85gti165na7ge7in7dsjag" 2025/08/08 01:14:01 DEBUG : Creating backend with remote "/tmp/rclone2192624310" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kajocub9zuva'", Local "Local file system at /tmp/rclone2192624310", Modify Window "1ms" 2025/08/08 01:14:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c1ac7d2618e446a84d23f17ad2898bd0 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/08 01:14:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/08 01:14:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kajocub9zuva' 2025/08/08 01:14:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kajocub9zuva': 1 files missing 2025/08/08 01:14:04 NOTICE: 1 hashes missing 2025/08/08 01:14:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kajocub9zuva': 1 differences found 2025/08/08 01:14:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kajocub9zuva': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/08 01:14:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/08 01:14:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kajocub9zuva': 0 differences found 2025/08/08 01:14:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kajocub9zuva': 1 matching files 2025/08/08 01:14:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kajocub9zuva': Purge remote 2025/08/08 01:14:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fokanix0cafa': Purge remote 2025/08/08 01:14:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dulotox1faho': Purge remote 2025/08/08 01:14:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yatixud8vuca': Purge remote 2025/08/08 01:14:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puquyaj6zusu': Purge remote 2025/08/08 01:14:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qayosoc6tena': Purge remote 2025/08/08 01:14:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nojalic8coki': Purge remote 2025/08/08 01:14:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jepirex5goqa': Purge remote 2025/08/08 01:14:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zadazop8cema': Purge remote 2025/08/08 01:14:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ceqekaj9hedi': Purge remote --- PASS: TestApplyTransforms (52.80s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:14:10 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/08 01:14:12 DEBUG : sub/file2: md5 = 7b50457f717a8573e1b3528446e4533a OK 2025/08/08 01:14:12 INFO : file1: Copied (new) to: sub/file2 2025/08/08 01:14:13 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/08 01:14:13 DEBUG : file1: Unchanged skipping 2025/08/08 01:14:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': don't need to copy/move sub/file2, it is already at target location 2025/08/08 01:14:15 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.09s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:14:18 DEBUG : dst/file1: md5 = ff6c0e5796a8b319289660d570f7aa92 OK 2025/08/08 01:14:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/backup" 2025/08/08 01:14:19 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/1nrff024r7pq65ecp72fc28jb0" 2025/08/08 01:14:20 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/08 01:14:23 INFO : dst/file1: Moved (server-side) 2025/08/08 01:14:24 DEBUG : dst/file1: md5 = fe618439bb7f4e13bcb26dc43d3e736d OK 2025/08/08 01:14:24 INFO : dst/file1: Copied (new) 2025/08/08 01:14:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 01:14:28 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 01:14:28 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.02s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:14:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/dst" 2025/08/08 01:14:29 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 01:14:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/CompareDest" 2025/08/08 01:14:31 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/gveqi14airsml4bgu7krj116o8" 2025/08/08 01:14:32 DEBUG : one: Need to transfer - File not found at Destination 2025/08/08 01:14:35 DEBUG : one: md5 = 1ce959540b396f156483414d3cec6dec OK 2025/08/08 01:14:35 INFO : one: Copied (new) 2025/08/08 01:14:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 01:14:37 DEBUG : one: md5 = 5a66f89bddebb227b8506030dcda6f2b OK 2025/08/08 01:14:37 INFO : one: Copied (replaced existing) 2025/08/08 01:14:39 DEBUG : dst/one: md5 = 4832d330f4b4b17387e2ade2c8e40fd2 OK 2025/08/08 01:14:41 DEBUG : CompareDest/one: md5 = 4170b0154696b3f3fe3c691ee45dde71 OK 2025/08/08 01:14:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 01:14:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 01:14:42 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/08 01:14:44 DEBUG : CompareDest/two: md5 = 9faef3f1001f04ae292ece7614c7e2f7 OK 2025/08/08 01:14:45 DEBUG : two: Need to transfer - File not found at Destination 2025/08/08 01:14:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 01:14:45 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/08 01:14:46 DEBUG : two: Need to transfer - File not found at Destination 2025/08/08 01:14:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 01:14:46 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/08 01:14:47 DEBUG : two: Need to transfer - File not found at Destination 2025/08/08 01:14:48 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/08 01:14:49 DEBUG : two: md5 = 3d21fc3fd44405d720d6f1096a94ae01 OK 2025/08/08 01:14:49 INFO : two: Copied (new) 2025/08/08 01:14:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 01:14:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:14:53 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 01:14:53 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.31s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:14:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/dst" 2025/08/08 01:14:53 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 01:14:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/CopyDest" 2025/08/08 01:14:55 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/08 01:14:57 DEBUG : one: Need to transfer - File not found at Destination 2025/08/08 01:14:59 DEBUG : one: md5 = 34e6bf1a710aba795eb3925745ba3585 OK 2025/08/08 01:14:59 INFO : one: Copied (new) 2025/08/08 01:15:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 01:15:02 DEBUG : one: md5 = 8a6dcc3ce42ede2e8bd339613839bfcd OK 2025/08/08 01:15:02 INFO : one: Copied (replaced existing) 2025/08/08 01:15:04 DEBUG : dst/one: md5 = a62da34bbb2a70c8feb8b71b17b5ae3c OK 2025/08/08 01:15:06 DEBUG : CopyDest/one: md5 = 9dde518dbbc5cb13d78964dcc2897c15 OK 2025/08/08 01:15:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/BackupDir" 2025/08/08 01:15:07 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/08 01:15:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 01:15:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 01:15:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/08 01:15:10 INFO : one: Moved (server-side) 2025/08/08 01:15:11 INFO : one: Copied (server-side copy) 2025/08/08 01:15:11 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/08 01:15:13 DEBUG : CopyDest/two: md5 = 5cdede48b5c067a71b36238f6a5695eb OK 2025/08/08 01:15:14 DEBUG : two: Need to transfer - File not found at Destination 2025/08/08 01:15:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 01:15:15 INFO : two: Copied (server-side copy) 2025/08/08 01:15:15 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/08 01:15:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/08 01:15:16 DEBUG : two: Unchanged skipping 2025/08/08 01:15:18 DEBUG : CopyDest/three: md5 = 41fd0aefaccfc0dec1fcda5de519a9bb OK 2025/08/08 01:15:18 DEBUG : three: Need to transfer - File not found at Destination 2025/08/08 01:15:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/08 01:15:19 DEBUG : three: Destination not found in --copy-dest 2025/08/08 01:15:20 DEBUG : three: md5 = 4f6a80e68910c234602ac06ad7b19233 OK 2025/08/08 01:15:20 INFO : three: Copied (new) 2025/08/08 01:15:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/08 01:15:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:15:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 01:15:25 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 01:15:25 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:15:25 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/08 01:15:26 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.22s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", 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-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:15:28 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/08 01:15:30 DEBUG : TestCopyFileMaxTransfer/file1: md5 = b80e3325b3f5053decc145ebb34201cb OK 2025/08/08 01:15:30 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/08 01:15:30 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/08 01:15:31 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/08 01:15:31 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/08 01:15:32 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/08 01:15:33 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 1bab08ca5c238e1f471056af8659f8f7 OK 2025/08/08 01:15:33 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/08 01:15:36 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/08 01:15:36 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.88s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:15:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Looking for duplicate names using skip mode. 2025/08/08 01:15:40 NOTICE: one: Found 2 files with duplicate names 2025/08/08 01:15:40 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.57s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:15:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Looking for duplicate names using skip mode. 2025/08/08 01:15:46 NOTICE: one: Found 3 files with duplicate names 2025/08/08 01:15:46 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/08 01:15:46 INFO : one: Deleted 2025/08/08 01:15:46 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.64s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:15:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Looking for duplicate names using first mode. 2025/08/08 01:15:53 NOTICE: one: Found 3 files with duplicate names 2025/08/08 01:15:54 INFO : one: Deleted 2025/08/08 01:15:54 INFO : one: Deleted 2025/08/08 01:15:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.46s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:16:05 DEBUG : pacer: low level retry 1/1 (error googleapi: Error 500: Internal Error, internalError) 2025/08/08 01:16:05 DEBUG : pacer: Rate limited, increasing sleep to 1.567251669s run.go:281: Retry Put of "one" to Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': 1/10 (googleapi: Error 500: Internal Error, internalError) 2025/08/08 01:16:08 DEBUG : pacer: Reducing sleep to 0s 2025/08/08 01:16:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Looking for duplicate names using newest mode. 2025/08/08 01:16:11 NOTICE: one: Found 3 files with duplicate names 2025/08/08 01:16:11 INFO : one: Deleted 2025/08/08 01:16:12 INFO : one: Deleted 2025/08/08 01:16:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (17.62s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:16:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Looking for duplicate names using oldest mode. 2025/08/08 01:16:18 NOTICE: one: Found 3 files with duplicate names 2025/08/08 01:16:18 INFO : one: Deleted 2025/08/08 01:16:19 INFO : one: Deleted 2025/08/08 01:16:19 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.32s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:16:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Looking for duplicate names using largest mode. 2025/08/08 01:16:24 NOTICE: one: Found 3 files with duplicate names 2025/08/08 01:16:24 INFO : one: Deleted 2025/08/08 01:16:25 INFO : one: Deleted 2025/08/08 01:16:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.16s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:16:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Looking for duplicate names using smallest mode. 2025/08/08 01:16:30 NOTICE: one: Found 3 files with duplicate names 2025/08/08 01:16:31 INFO : one: Deleted 2025/08/08 01:16:31 INFO : one: Deleted 2025/08/08 01:16:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.34s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:16:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Looking for duplicate names using rename mode. 2025/08/08 01:16:38 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/08 01:16:39 INFO : one-2.txt: renamed from: one.txt 2025/08/08 01:16:40 INFO : one-3.txt: renamed from: one.txt 2025/08/08 01:16:41 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.57s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:16:46 DEBUG : dupe1/one.txt: md5 = d8db3fd4df57f4bc895fc453483bb8b4 OK 2025/08/08 01:16:48 DEBUG : dupe2/two.txt: md5 = b98131555df2c175d95697451961504e OK 2025/08/08 01:16:50 DEBUG : dupe3/three.txt: md5 = 5ebebdc2c330cde967d087d37f731d25 OK 2025/08/08 01:16:51 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/08 01:16:51 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/08 01:16:52 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/08 01:16:53 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/08 01:16:56 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/08 01:16:56 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/08 01:16:56 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.73s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:16:58 DEBUG : a.txt: md5 = 8b3beb8060a2f8739c68023a7c359f7e OK 2025/08/08 01:17:00 DEBUG : zend.txt: md5 = bff4087bdf34214b820a13c770a68d02 OK 2025/08/08 01:17:02 DEBUG : sub dir/hello world: md5 = 261bd5468354e2fd553833aaa99a0f7f OK 2025/08/08 01:17:03 DEBUG : sub dir/hello world2: md5 = 40e3b8756f041cb7d46dca928399fbae OK 2025/08/08 01:17:05 DEBUG : sub dir/ignore dir/.ignore: md5 = 12aaa85edda52b88e09d0cb32e831883 OK 2025/08/08 01:17:07 DEBUG : sub dir/ignore dir/should be ignored: md5 = 93323ed50a2f6d961e8ded84bf5cce1c OK 2025/08/08 01:17:09 DEBUG : sub dir/sub sub dir/hello world3: md5 = 148ad265aad728b8000db3b902993f80 OK 2025/08/08 01:17:10 DEBUG : a.txt: Excluded (Size Filter) 2025/08/08 01:17:10 DEBUG : a.txt: Excluded 2025/08/08 01:17:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/08 01:17:11 DEBUG : sub dir/hello world: Excluded 2025/08/08 01:17:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/08 01:17:11 DEBUG : sub dir/hello world2: Excluded 2025/08/08 01:17:12 DEBUG : sub dir/ignore dir: Excluded 2025/08/08 01:17:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/08 01:17:12 DEBUG : sub dir/hello world: Excluded 2025/08/08 01:17:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/08 01:17:12 DEBUG : sub dir/hello world2: Excluded 2025/08/08 01:17:12 DEBUG : sub dir/ignore dir: Excluded 2025/08/08 01:17:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/08 01:17:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/08 01:17:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/08 01:17:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/08 01:17:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/08 01:17:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/08 01:17:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.01s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:17:20 DEBUG : a.txt: md5 = 8f9ea5f5242142c725c9f87a55ce95a0 OK 2025/08/08 01:17:22 DEBUG : zend.txt: md5 = 5027f97bdb5248fdfefb8aff8bb97ebc OK 2025/08/08 01:17:24 DEBUG : sub dir/hello world: md5 = 9d566ba28ffb3d940916ba082520beaf OK 2025/08/08 01:17:25 DEBUG : sub dir/hello world2: md5 = e595da15d6f1ec70cc5006b9fa4eac33 OK 2025/08/08 01:17:27 DEBUG : sub dir/ignore dir/.ignore: md5 = 4f710c98f27819f6ee5df0189ba25904 OK 2025/08/08 01:17:29 DEBUG : sub dir/ignore dir/should be ignored: md5 = d0d66ffe2098aac02a18156baa026887 OK 2025/08/08 01:17:31 DEBUG : sub dir/sub sub dir/hello world3: md5 = 89ed3c49cada165fb8a3be100d96b0e8 OK 2025/08/08 01:17:32 DEBUG : a.txt: Excluded (Size Filter) 2025/08/08 01:17:32 DEBUG : a.txt: Excluded 2025/08/08 01:17:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/08 01:17:32 DEBUG : sub dir/hello world: Excluded 2025/08/08 01:17:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/08 01:17:32 DEBUG : sub dir/hello world2: Excluded 2025/08/08 01:17:33 DEBUG : sub dir/ignore dir: Excluded 2025/08/08 01:17:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/08 01:17:33 DEBUG : sub dir/hello world: Excluded 2025/08/08 01:17:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/08 01:17:33 DEBUG : sub dir/hello world2: Excluded 2025/08/08 01:17:33 DEBUG : sub dir/ignore dir: Excluded 2025/08/08 01:17:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/08 01:17:39 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/08 01:17:39 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/08 01:17:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/08 01:17:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/08 01:17:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/08 01:17:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.28s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:17:41 DEBUG : file1: md5 = 5f4038e17298f343353dcfe7c4afda96 OK 2025/08/08 01:17:43 DEBUG : sub/file2: md5 = 1903098bd554d5bc025ad0e568c45445 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/08 01:17:47 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/08 01:17:47 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/08 01:17:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/08 01:17:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.75s) --- PASS: TestListJSON/Default (0.22s) --- PASS: TestListJSON/FilesOnly (0.31s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.29s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.66s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:17:51 DEBUG : file1: md5 = af74806507c2cf1626586a8875a8548c OK 2025/08/08 01:17:53 DEBUG : sub/file2: md5 = 2ee18da93702d2b307d2bec3a1cdde86 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/08 01:17:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/notfound" 2025/08/08 01:17:57 DEBUG : Config file has changed externally - reloading 2025/08/08 01:17:57 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/qe0i31qdkoejk60elps0ni5sqk" 2025/08/08 01:18:01 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.69s) --- PASS: TestStatJSON/Root (0.30s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.47s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.21s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.29s) --- PASS: TestStatJSON/RootNotFound (1.78s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Making directory 2025/08/08 01:18:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:04 DEBUG : sub dir/hello world: md5 = f8d329de1677b04e14dd1e6ca559faf2 OK 2025/08/08 01:18:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.23s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:09 DEBUG : potato2: md5 = 305ab5305187af6a82ad8b0453a91cd1 OK 2025/08/08 01:18:10 DEBUG : empty space: md5 = 62c56b331886337a3e2f3570caeebce0 OK --- PASS: TestLs (4.98s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:14 DEBUG : potato2: md5 = 45f1c4fcf511a231de5a4be3ba725956 OK 2025/08/08 01:18:15 DEBUG : empty space: md5 = ac27b6e6989493ee5bf839eb7b42ed19 OK 2025/08/08 01:18:16 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/08 01:18:16 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.31s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:19 DEBUG : potato2: md5 = 94321a28f43abd8b48ec766414f03e4f OK 2025/08/08 01:18:20 DEBUG : empty space: md5 = 0b668aae741ce43d892c8e322c50ba17 OK --- PASS: TestLsLong (4.70s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:24 DEBUG : potato2: md5 = 769fdfa363134a7b2d7e11f21ebbf800 OK 2025/08/08 01:18:25 DEBUG : empty space: md5 = c6ca667f77e3fab83cbcad069f75180d OK --- PASS: TestHashSums (4.48s) === RUN TestHashSumsWithErrors 2025/08/08 01:18:27 DEBUG : Creating backend with remote ":memory:" 2025/08/08 01:18:27 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/08 01:18:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/08 01:18:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/08 01:18:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/08 01:18:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/08 01:18:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/08 01:18:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/08 01:18:27 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/08 01:18:27 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-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:28 DEBUG : potato2: md5 = b769c36f0294f48b310a2ae89f73d26d OK 2025/08/08 01:18:29 DEBUG : empty space: md5 = d7faf4cfddb6f31757dd40206382af3a OK 2025/08/08 01:18:32 DEBUG : sub dir/potato3: md5 = 90a5350253e34db19bbf86d5e38a1c68 OK 2025/08/08 01:18:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.57s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:37 DEBUG : small: md5 = f9ed1f2aaccbdde92d0528082f8de5a8 OK 2025/08/08 01:18:38 DEBUG : medium: md5 = d857a949c91c4235921bf96749b87caa OK 2025/08/08 01:18:40 DEBUG : large: md5 = b86f734e19b5404ff3ebdc6ac2c16ddd OK 2025/08/08 01:18:40 DEBUG : Waiting for deletions to finish 2025/08/08 01:18:40 DEBUG : large: Excluded (Size Filter) 2025/08/08 01:18:41 INFO : medium: Deleted 2025/08/08 01:18:41 INFO : small: Deleted --- PASS: TestDelete (6.85s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:44 DEBUG : small: md5 = a4486fab30311d33d7e727eeb5dd9d04 OK 2025/08/08 01:18:45 DEBUG : medium: md5 = bd9e997a7358fda97d69d0aa270a80aa OK 2025/08/08 01:18:51 DEBUG : large: md5 = 23b9ae6b4c4407bbb41cc6907be5207b OK 2025/08/08 01:18:52 DEBUG : Waiting for deletions to finish 2025/08/08 01:18:52 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/08 01:18:52 INFO : small: Deleted 2025/08/08 01:18:52 INFO : medium: Deleted --- PASS: TestMaxDelete (11.76s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:18:55 DEBUG : small: md5 = 26a617414fa462161962e4b8a91aaff3 OK 2025/08/08 01:18:57 DEBUG : medium: md5 = 1e078877cd4fe5c87b224e233b99b06f OK 2025/08/08 01:18:59 DEBUG : large: md5 = 7fc2c409e8d855fc90b85b34fbc3fc1b OK 2025/08/08 01:18:59 DEBUG : Waiting for deletions to finish 2025/08/08 01:18:59 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/08 01:18:59 INFO : medium: Deleted 2025/08/08 01:19:00 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.31s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:19:03 DEBUG : small: md5 = 8c28ee517dac18c49c3521bc504d7b31 OK 2025/08/08 01:19:04 DEBUG : medium: md5 = 97fa8d5c9e1983d13be3544f38c0f406 OK 2025/08/08 01:19:05 DEBUG : large: md5 = a2d7dd822b2aad49e3babf8aada1407c OK 2025/08/08 01:19:06 DEBUG : Waiting for deletions to finish 2025/08/08 01:19:06 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/08 01:19:06 INFO : small: Deleted 2025/08/08 01:19:06 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.74s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:19:09 DEBUG : ReadFile: md5 = 6ed4dd64fbb8aa9ed5b10bbffd214989 OK --- PASS: TestReadFile (4.34s) === RUN TestRetry 2025/08/08 01:19:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/08 01:19:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/08 01:19:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/08 01:19:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/08 01:19:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/08 01:19:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/08 01:19:12 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-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:19:14 DEBUG : file1: md5 = b48cc1d655a238769d8ba459ba8c1b3b OK 2025/08/08 01:19:15 DEBUG : file2: md5 = a442c7a70642ccb02e5890b8d8d4d37d OK --- PASS: TestCat (15.38s) === RUN TestPurge 2025/08/08 01:19:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dolovuf3gufe" 2025/08/08 01:19:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/08 01:19:28 DEBUG : Creating backend with remote "TestDrive:crypt/e00r2q3v527msqt01343aq649smgg6q0vbbuor9378732cf8sn60" 2025/08/08 01:19:29 DEBUG : Creating backend with remote "/tmp/rclone3571682454" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dolovuf3gufe'", Local "Local file system at /tmp/rclone3571682454", Modify Window "1ms" 2025/08/08 01:19:34 DEBUG : A1/B1/C1/one: md5 = 51722bd2754f544a6441aa9393d09abc OK 2025/08/08 01:19:34 INFO : A2: Making directory 2025/08/08 01:19:34 INFO : A1/B2: Making directory 2025/08/08 01:19:35 INFO : A1/B2/C2: Making directory 2025/08/08 01:19:36 INFO : A1/B1/C3: Making directory 2025/08/08 01:19:37 INFO : A3: Making directory 2025/08/08 01:19:37 INFO : A3/B3: Making directory 2025/08/08 01:19:38 INFO : A3/B3/C4: Making directory 2025/08/08 01:19:40 DEBUG : A1/two: md5 = af191fba17608ed1a9980d02885211fb OK 2025/08/08 01:19:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dolovuf3gufe': Purge remote 2025/08/08 01:19:44 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.93s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:19:47 DEBUG : A1/B1/C1/one: md5 = 9c8ff4f502bd6584ee21c1c7e24a15dc OK 2025/08/08 01:19:47 INFO : A2: Making directory 2025/08/08 01:19:48 INFO : A1/B2: Making directory 2025/08/08 01:19:49 INFO : A1/B2/C2: Making directory 2025/08/08 01:19:50 INFO : A1/B1/C3: Making directory 2025/08/08 01:19:50 INFO : A3: Making directory 2025/08/08 01:19:51 INFO : A3/B3: Making directory 2025/08/08 01:19:52 INFO : A3/B3/C4: Making directory 2025/08/08 01:19:54 DEBUG : A1/two: md5 = 847cc8c0dea54a485ac35e28a86400e0 OK 2025/08/08 01:19:56 DEBUG : removing 1 level 3 directories 2025/08/08 01:19:56 INFO : A3/B3/C4: Removing directory 2025/08/08 01:19:58 DEBUG : removing 2 level 3 directories 2025/08/08 01:19:58 INFO : A1/B2/C2: Removing directory 2025/08/08 01:19:58 INFO : A1/B1/C3: Removing directory 2025/08/08 01:19:59 DEBUG : removing 2 level 2 directories 2025/08/08 01:19:59 INFO : A3/B3: Removing directory 2025/08/08 01:19:59 INFO : A1/B2: Removing directory 2025/08/08 01:19:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/08 01:19:59 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/08 01:20:00 DEBUG : removing 2 level 1 directories 2025/08/08 01:20:00 INFO : A3: Removing directory 2025/08/08 01:20:00 INFO : A2: Removing directory 2025/08/08 01:20:00 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/08 01:20:04 DEBUG : removing 1 level 3 directories 2025/08/08 01:20:04 INFO : A1/B1/C1: Removing directory 2025/08/08 01:20:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:04 DEBUG : removing 1 level 2 directories 2025/08/08 01:20:04 INFO : A1/B1: Removing directory 2025/08/08 01:20:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/08 01:20:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 01:20:05 DEBUG : removing 1 level 1 directories 2025/08/08 01:20:05 INFO : A1: Removing directory 2025/08/08 01:20:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/08 01:20:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/08 01:20:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 01:20:06 DEBUG : removing 1 level 0 directories 2025/08/08 01:20:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Removing directory 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 01:20:06 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (23.62s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:20:08 INFO : A1: Making directory 2025/08/08 01:20:09 INFO : A1/B1: Making directory 2025/08/08 01:20:10 INFO : A1/B1/C1: Making directory 2025/08/08 01:20:12 DEBUG : removing 1 level 3 directories 2025/08/08 01:20:12 INFO : A1/B1/C1: Removing directory 2025/08/08 01:20:13 DEBUG : removing 1 level 2 directories 2025/08/08 01:20:13 INFO : A1/B1: Removing directory 2025/08/08 01:20:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 01:20:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.34s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:20:16 INFO : A1: Making directory 2025/08/08 01:20:16 INFO : A1/B1: Making directory 2025/08/08 01:20:17 INFO : A1/B1/C1: Making directory 2025/08/08 01:20:20 DEBUG : removing 1 level 3 directories 2025/08/08 01:20:20 INFO : A1/B1/C1: Removing directory 2025/08/08 01:20:21 DEBUG : removing 1 level 2 directories 2025/08/08 01:20:21 INFO : A1/B1: Removing directory 2025/08/08 01:20:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 01:20:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.57s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:20:25 DEBUG : file1: md5 = efcbacd3f194ad3837ed15b616a224ef OK 2025/08/08 01:20:25 DEBUG : filename.txt: File name found in url 2025/08/08 01:20:27 DEBUG : filename.txt: md5 = b3cf57ffe805633627bc4856efa11c18 OK 2025/08/08 01:20:27 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/08 01:20:28 DEBUG : headerfilename.txt: md5 = 0329f2bdb14a3ac1d3f5c3f9bc33038f OK 2025/08/08 01:20:30 DEBUG : file2: md5 = 0f9d1da0f2c7f39b760f4179af06cddf OK --- PASS: TestCopyURL (8.83s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:20:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/08 01:20:34 DEBUG : sub/file2: md5 = 8976c9c32062b034e59f9baf1a8f2599 OK 2025/08/08 01:20:34 INFO : file1: Copied (new) to: sub/file2 2025/08/08 01:20:34 INFO : file1: Deleted 2025/08/08 01:20:35 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/08 01:20:35 DEBUG : file1: Unchanged skipping 2025/08/08 01:20:35 INFO : file1: Deleted 2025/08/08 01:20:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': don't need to copy/move sub/file2, it is already at target location 2025/08/08 01:20:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.04s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:20:38 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/08 01:20:40 DEBUG : file1: md5 = 28821189451a7273015a60261a21e846 OK 2025/08/08 01:20:40 INFO : file1: Copied (new) 2025/08/08 01:20:40 INFO : file1: Deleted 2025/08/08 01:20:40 DEBUG : file1: Destination exists, skipping 2025/08/08 01:20:40 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.60s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.50s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.52s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:20:45 DEBUG : dst/file1: md5 = 708e16b25ad9e3c6786cff3c5504c540 OK 2025/08/08 01:20:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxatuj3koka/backup" 2025/08/08 01:20:46 DEBUG : Creating backend with remote "TestDrive:crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg/1nrff024r7pq65ecp72fc28jb0" 2025/08/08 01:20:47 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/08 01:20:50 INFO : dst/file1: Moved (server-side) 2025/08/08 01:20:51 DEBUG : dst/file1: md5 = 65ef210f24fedd481df18331ceee5834 OK 2025/08/08 01:20:51 INFO : dst/file1: Copied (new) 2025/08/08 01:20:51 INFO : dst/file1: Deleted 2025/08/08 01:20:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 01:20:54 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/08 01:20:55 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.05s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:20:58 DEBUG : A1/one: md5 = f3de6f4be40259c4a3f6a70c39261a29 OK 2025/08/08 01:20:59 DEBUG : A1/two: md5 = 8ef707878c57d3f2e2843906246f5c55 OK 2025/08/08 01:21:02 DEBUG : A1/B1/three: md5 = 9885d65d61e49c1b4bd73ec5d5b1d1c2 OK 2025/08/08 01:21:04 DEBUG : A1/B1/C1/four: md5 = 20c9bd4acdb14aa582bd87f9d54c8749 OK 2025/08/08 01:21:06 DEBUG : A1/B1/C2/five: md5 = 5de29a1b65587fc1558edff26f0f3c04 OK 2025/08/08 01:21:06 INFO : A1/B2: Making directory 2025/08/08 01:21:07 INFO : A1/B1/C3: Making directory 2025/08/08 01:21:16 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/08 01:21:16 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/08 01:21:16 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/08 01:21:16 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/08 01:21:16 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/08 01:21:19 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/08 01:21:19 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/08 01:21:19 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 01:21:20 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/08 01:21:20 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/08 01:21:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/08 01:21:28 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/08 01:21:28 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/08 01:21:28 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/08 01:21:28 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/08 01:21:28 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/08 01:21:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/08 01:21:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/08 01:21:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 01:21:32 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/08 01:21:32 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/08 01:21:38 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/08 01:21:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/08 01:21:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/08 01:21:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/08 01:21:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/08 01:21:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/08 01:21:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/08 01:21:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/08 01:21:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/08 01:21:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.90s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" --- PASS: TestGetFsInfo (0.49s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:21:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': File to upload is small (34 bytes), uploading instead of streaming 2025/08/08 01:21:43 DEBUG : no_checksum_small_file_from_pipe: md5 = 462ec5e5ad5d1e1799c229b870c84cc5 OK 2025/08/08 01:21:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/08 01:21:43 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/08 01:21:43 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/08 01:21:44 DEBUG : no_checksum_big_file_from_pipe: md5 = 9c7a2eed222ac8157d5ff69366b6d186 OK 2025/08/08 01:21:44 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-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:21:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': File to upload is small (34 bytes), uploading instead of streaming 2025/08/08 01:21:48 DEBUG : with_checksum_small_file_from_pipe: md5 = 3df5e1a7597aade8562770020740a280 OK 2025/08/08 01:21:48 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/08 01:21:49 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/08 01:21:50 DEBUG : with_checksum_big_file_from_pipe: md5 = 1cde6a1b46da3295650ea504b31ffaad OK 2025/08/08 01:21:50 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-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:21:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': File to upload is small (34 bytes), uploading instead of streaming 2025/08/08 01:21:52 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/08/08 01:21:52 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/08/08 01:21:52 DEBUG : TestDrive: Saved new token in config file 2025/08/08 01:21:53 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/08 01:21:54 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/08 01:21:55 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-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:21:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': File to upload is small (34 bytes), uploading instead of streaming 2025/08/08 01:21:59 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/08 01:22:00 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/08 01:22:01 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.82s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.08s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.89s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.25s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.61s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/08 01:22:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': File to upload is small (48 bytes), uploading instead of streaming 2025/08/08 01:22:06 DEBUG : rcat_metadata: md5 = f6005c62369c3bb16276c729c92fe6e1 OK 2025/08/08 01:22:06 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/08 01:22:07 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/08 01:22:08 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3c34c4e16436588b013300d8a4f0c731 OK 2025/08/08 01:22:08 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.76s) --- PASS: TestRcatMetadata/Normal (2.53s) --- PASS: TestRcatMetadata/ViaDisk (2.77s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:22:11 DEBUG : potato1: md5 = 75999960da53733ca42fcb565e350897 OK 2025/08/08 01:22:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': File to upload is small (60 bytes), uploading instead of streaming 2025/08/08 01:22:13 DEBUG : potato2: md5 = 99b5e8107a06828592484e3fc674f77c OK 2025/08/08 01:22:13 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.42s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:22:16 DEBUG : potato1: md5 = ff542a511b51e5fcd82eca53e78544a8 OK 2025/08/08 01:22:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': File to upload is small (60 bytes), uploading instead of streaming 2025/08/08 01:22:17 DEBUG : potato2: md5 = 3541bdb7554dfb79532c480e13d43fa5 OK 2025/08/08 01:22:17 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.05s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:22:21 DEBUG : potato2: md5 = 3b18d4f3a82781e5f7bebb14a03ae841 OK 2025/08/08 01:22:22 DEBUG : empty space: md5 = 4036b36af3864b3ac0d5a54891447080 OK 2025/08/08 01:22:24 DEBUG : sub dir/potato3: md5 = 17a4891dd05776265f455431cbed847e OK 2025/08/08 01:22:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Touching "potato2" 2025/08/08 01:22:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Touching "sub dir/potato3" 2025/08/08 01:22:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Touching "empty space" 2025/08/08 01:22:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.74s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:22:29 DEBUG : dir with metadata: Making directory with metadata 2025/08/08 01:22:30 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.39s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:22:31 DEBUG : directory with modtime: Making directory with metadata 2025/08/08 01:22:32 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.48s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:22:34 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/08 01:22:34 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/08 01:22:34 DEBUG : Google drive root 'crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg': Skipping btime metadata as can't update it on an existing file: 2025-08-08T01:22:34.304356933Z 2025/08/08 01:22:35 INFO : non existent directory: Updated directory metadata 2025/08/08 01:22:37 DEBUG : Google drive root 'crypt/i46b875pom61dt082697kl5agaorolaedbrg0stu82t08e0c0ofg': Skipping btime metadata as can't update it on an existing file: 2025-08-08T01:22:34.304356933Z 2025/08/08 01:22:37 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.77s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:22:39 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/08 01:22:40 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/08 01:22:41 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.18s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:22:43 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/08 01:22:43 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/08 01:22:43 DEBUG : dst: Making directory with metadata 2025/08/08 01:22:44 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/08 01:22:44 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/08 01:22:44 INFO : dst: Set directory modification time (using SetModTime) 2025/08/08 01:22:45 INFO : dst: Set directory modification time (using SetModTime) 2025/08/08 01:22:45 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/08 01:22:45 INFO : dst: Set directory modification time (using SetModTime) 2025/08/08 01:22:45 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.60s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka'", Local "Local file system at /tmp/rclone630799348", Modify Window "1ms" 2025/08/08 01:22:49 DEBUG : sub dir/test remove existing: md5 = 6b5cd9fde814682933a27370c216435f OK 2025/08/08 01:22:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 7985085f51b896c74fe0c1984a2bb1b0 OK 2025/08/08 01:22:52 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.dizuvih9" before starting 2025/08/08 01:22:53 DEBUG : sub dir/test remove existing.dizuvih9: TEST: removing renamed existing file after operation 2025/08/08 01:22:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.saheweh2" before starting 2025/08/08 01:22:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.saheweh2: TEST: renaming existing back after failed operation 2025/08/08 01:22:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nosizir1" before starting 2025/08/08 01:22:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nosizir1: TEST: removing renamed existing file after operation 2025/08/08 01:23:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ga0p6v1cmq2k5bbuq2elfbac665pi50l2vps2a0geuhagpgt62r0" 2025/08/08 01:23:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "l2b5s1kgs8s9tsggftuujtc9brs0a86p7vh4o0mvdo2qud6smmtmpt2017oinndh5ur8oi5p1no0mvv4mvun7bdcvhkrluco4auhe3pvgvpbq7ut5b67kmjd2e3ps77lahel662tglsbnmpo1thu28hcq9f5shaue0qr2ch4s38o69gm414g" --- PASS: TestRemoveExisting (13.88s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/08 01:23:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxatuj3koka': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m13.71632665s (try 1/5)