"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/09/08 04:16:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami" 2025/09/08 04:16:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:16:33 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0" 2025/09/08 04:16:34 DEBUG : Creating backend with remote "/tmp/rclone1632739549" === 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-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/09/08 04:16:34 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/08 04:16:34 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/09/08 04:16:34 DEBUG : potato: Seek from 10 to 0 2025/09/08 04:16:34 DEBUG : potato: Seek from 10 to 0 2025/09/08 04:16:34 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/09/08 04:16:34 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/08 04:16:34 DEBUG : potato: Seek from 5 to 2 2025/09/08 04:16:34 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/09/08 04:16:34 DEBUG : potato: Seek from 7 to 0 2025/09/08 04:16:34 DEBUG : potato: Seek from 7 to 0 2025/09/08 04:16:34 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/09/08 04:16:34 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/08 04:16:34 DEBUG : potato: Seek from 5 to 2 2025/09/08 04:16:34 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/09/08 04:16:34 DEBUG : potato: Seek from 8 to 0 2025/09/08 04:16:34 DEBUG : potato: Seek from 8 to 0 2025/09/08 04:16:34 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/09/08 04:16:34 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/08 04:16:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/08 04:16:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/08 04:16:34 DEBUG : potato: Seek from 5 to 2 2025/09/08 04:16:34 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/09/08 04:16:34 DEBUG : potato: Seek from 9 to 0 2025/09/08 04:16:34 DEBUG : potato: Seek from 9 to 0 2025/09/08 04:16:34 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:16:36 DEBUG : rutabaga: md5 = 6d46fa1c3a7b0def75d86dc77bd62a8d OK === RUN TestCheck/1 === RUN TestCheck/2 2025/09/08 04:16:39 DEBUG : empty space: md5 = fa5328e82fc9293e98b31317b86eebd7 OK === RUN TestCheck/3 2025/09/08 04:16:41 DEBUG : potato2: md5 = f8e4786fe240ce4be6f85d9774fd84ba OK === RUN TestCheck/4 === RUN TestCheck/5 2025/09/08 04:16:43 DEBUG : remotepotato: md5 = af72a9be4442efa13c812b7b959209d4 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.58s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/09/08 04:16:46 DEBUG : Creating backend with remote "nonexistent" 2025/09/08 04:16:46 DEBUG : Creating backend with remote "nonexistent" 2025/09/08 04:16:46 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/09/08 04:16:46 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/09/08 04:16:46 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/09/08 04:16:46 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-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:16:47 DEBUG : rutabaga: md5 = 11b953d0b2edbd0ff340e5441e9d9a21 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/09/08 04:16:51 DEBUG : empty space: md5 = 6d1d72120a6b86d526a817123935ef86 OK === RUN TestCheckDownload/3 2025/09/08 04:16:54 DEBUG : potato2: md5 = d672fc384922cee2acb4abbc18e871cd OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/09/08 04:16:58 DEBUG : remotepotato: md5 = b278e363a2d5af5a49be2236a69b8a7d OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.32s) --- PASS: TestCheckDownload/1 (1.00s) --- PASS: TestCheckDownload/2 (1.03s) --- PASS: TestCheckDownload/3 (1.05s) --- PASS: TestCheckDownload/4 (1.33s) --- PASS: TestCheckDownload/5 (1.69s) --- PASS: TestCheckDownload/6 (1.25s) --- PASS: TestCheckDownload/7 (0.99s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:17:04 DEBUG : rutabaga: md5 = 0f01233a1e6f5321d9c7ea865645cd0d OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/09/08 04:17:06 DEBUG : empty space: md5 = 8302a693779ad2bbf444c4339efdd6dd OK === RUN TestCheckSizeOnly/3 2025/09/08 04:17:08 DEBUG : potato2: md5 = 6f5712e0190e3179c0784b5230012000 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/09/08 04:17:11 DEBUG : remotepotato: md5 = 978505748cb469e0849cbf1ae1b7e237 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.66s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.30s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:17:15 DEBUG : test.sum: md5 = 3c1cec3764a9d5428e20e0f80d78fe10 OK 2025/09/08 04:17:16 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/08 04:17:16 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/08 04:17:16 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/08 04:17:16 NOTICE: test.sum: 2 warning(s) suppressed... 2025/09/08 04:17:18 DEBUG : test.sum: md5 = 86cca7007cf1fce7f475e548a678f712 OK 2025/09/08 04:17:19 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/08 04:17:19 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/08 04:17:19 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/08 04:17:19 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.11s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:17:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/data" 2025/09/08 04:17:20 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami/data' lacks md5, skipping --- SKIP: TestCheckSum (2.19s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:17:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/data" 2025/09/08 04:17:22 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/vjrnln8ratgmqakfosrqe8espk" 2025/09/08 04:17:26 DEBUG : data/banana: md5 = 1e7fc5e986614b13fe6630406f9b1753 OK 2025/09/08 04:17:27 DEBUG : test.sum: md5 = 4d75db35adc6ff05c5288dceadf3ebd5 OK === RUN TestCheckSumDownload/subtest1 2025/09/08 04:17:32 DEBUG : data/potato: md5 = b50e4213ce3df5dab05b2604c9bad98c OK 2025/09/08 04:17:34 DEBUG : test.sum: md5 = 896fb16925944b33700784bc485b27db OK === RUN TestCheckSumDownload/subtest2 2025/09/08 04:17:38 DEBUG : test.sum: md5 = 5f8795127bb0ea353025e130384364b3 OK === RUN TestCheckSumDownload/subtest3 2025/09/08 04:17:42 DEBUG : test.sum: md5 = d6cd830b65b723c5c09fb11f5a805835 OK === RUN TestCheckSumDownload/subtest4 2025/09/08 04:17:46 DEBUG : test.sum: md5 = 8e14a3e41c16b1a331a5477a1903831c OK === RUN TestCheckSumDownload/subtest5 2025/09/08 04:17:51 DEBUG : test.sum: md5 = e1f95f41fb84fbd5b600b67e960037bf OK === RUN TestCheckSumDownload/subtest6 2025/09/08 04:17:55 DEBUG : data/banana: md5 = 9626645cb21dc1766da644477842e4f9 OK 2025/09/08 04:17:57 DEBUG : data/potato: md5 = dcd3ed9b98721727a67e1937fa52f0df OK 2025/09/08 04:17:58 DEBUG : test.sum: md5 = 9089ab117e4964bf9c0053aaea7c8843 OK === RUN TestCheckSumDownload/subtest7 2025/09/08 04:18:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/09/08 04:18:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (42.08s) --- PASS: TestCheckSumDownload/subtest1 (2.66s) --- PASS: TestCheckSumDownload/subtest2 (2.16s) --- PASS: TestCheckSumDownload/subtest3 (2.33s) --- PASS: TestCheckSumDownload/subtest4 (2.15s) --- PASS: TestCheckSumDownload/subtest5 (2.24s) --- PASS: TestCheckSumDownload/subtest6 (2.44s) --- PASS: TestCheckSumDownload/subtest7 (2.39s) === RUN TestApplyTransforms 2025/09/08 04:18:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lufitoj8puwe" 2025/09/08 04:18:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:04 DEBUG : Creating backend with remote "TestDrive:crypt/seni88e9d69ui7dp3id20tinc2o3rjku6v2fmfeallp8di129sb0" 2025/09/08 04:18:05 DEBUG : Creating backend with remote "/tmp/rclone4120194663" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lufitoj8puwe'", Local "Local file system at /tmp/rclone4120194663", Modify Window "1ms" 2025/09/08 04:18:07 DEBUG : hello, world!: md5 = 562d804ace5d7ff629c4931d2f26215f OK upper checkfile vs. lower remote (without normalization) 2025/09/08 04:18:08 ERROR : hello, world!: sum not found 2025/09/08 04:18:08 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lufitoj8puwe' 2025/09/08 04:18:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lufitoj8puwe': 1 files missing 2025/09/08 04:18:08 NOTICE: 1 hashes missing 2025/09/08 04:18:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lufitoj8puwe': 1 differences found 2025/09/08 04:18:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lufitoj8puwe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/09/08 04:18:09 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lufitoj8puwe': 0 differences found 2025/09/08 04:18:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lufitoj8puwe': 1 matching files 2025/09/08 04:18:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wusigun0xune" 2025/09/08 04:18:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:09 DEBUG : Creating backend with remote "TestDrive:crypt/c2qomn8gdbl6q3hm0hae8c8aj0cjee5luhpprkh5uopoumcjg3cg" 2025/09/08 04:18:10 DEBUG : Creating backend with remote "/tmp/rclone3934471370" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wusigun0xune'", Local "Local file system at /tmp/rclone3934471370", Modify Window "1ms" 2025/09/08 04:18:12 DEBUG : HELLO, WORLD!: md5 = af0e54cb0a6c48624400a522417ef6cc OK lower checkfile vs. upper remote (without normalization) 2025/09/08 04:18:13 ERROR : HELLO, WORLD!: sum not found 2025/09/08 04:18:13 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wusigun0xune' 2025/09/08 04:18:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wusigun0xune': 1 files missing 2025/09/08 04:18:13 NOTICE: 1 hashes missing 2025/09/08 04:18:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wusigun0xune': 1 differences found 2025/09/08 04:18:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wusigun0xune': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/09/08 04:18:15 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wusigun0xune': 0 differences found 2025/09/08 04:18:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wusigun0xune': 1 matching files 2025/09/08 04:18:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tazuwoq8tiwe" 2025/09/08 04:18:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:15 DEBUG : Creating backend with remote "TestDrive:crypt/2h98d85doa20ibbb6b2sr8ahd8nne7bgstrrg89smnhjujf28jhg" 2025/09/08 04:18:16 DEBUG : Creating backend with remote "/tmp/rclone3306940996" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tazuwoq8tiwe'", Local "Local file system at /tmp/rclone3306940996", Modify Window "1ms" 2025/09/08 04:18:18 DEBUG : HeLlO, wOrLd!: md5 = a3edab1cd446afacf6668140c262b2b3 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/09/08 04:18:18 ERROR : HeLlO, wOrLd!: sum not found 2025/09/08 04:18:18 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tazuwoq8tiwe' 2025/09/08 04:18:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazuwoq8tiwe': 1 files missing 2025/09/08 04:18:18 NOTICE: 1 hashes missing 2025/09/08 04:18:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazuwoq8tiwe': 1 differences found 2025/09/08 04:18:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazuwoq8tiwe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/09/08 04:18:20 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazuwoq8tiwe': 0 differences found 2025/09/08 04:18:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazuwoq8tiwe': 1 matching files 2025/09/08 04:18:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefoher6wowo" 2025/09/08 04:18:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:20 DEBUG : Creating backend with remote "TestDrive:crypt/sa2fbpuo4u9galp2m00sevm3bb6384rr789nm410s9eedcmde92g" 2025/09/08 04:18:21 DEBUG : Creating backend with remote "/tmp/rclone589692010" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefoher6wowo'", Local "Local file system at /tmp/rclone589692010", Modify Window "1ms" 2025/09/08 04:18:23 DEBUG : HELLO, WORLD!: md5 = d148e788cba38130c063a2babad52449 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/09/08 04:18:23 ERROR : HELLO, WORLD!: sum not found 2025/09/08 04:18:23 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lefoher6wowo' 2025/09/08 04:18:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lefoher6wowo': 1 files missing 2025/09/08 04:18:23 NOTICE: 1 hashes missing 2025/09/08 04:18:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lefoher6wowo': 1 differences found 2025/09/08 04:18:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lefoher6wowo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/09/08 04:18:24 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lefoher6wowo': 0 differences found 2025/09/08 04:18:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lefoher6wowo': 1 matching files 2025/09/08 04:18:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jisabic5pupe" 2025/09/08 04:18:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:24 DEBUG : Creating backend with remote "TestDrive:crypt/04sl2phspr3usjna67uk53he32c4r66f8gk802o0sqqfdjcth3kg" 2025/09/08 04:18:25 DEBUG : Creating backend with remote "/tmp/rclone3771985117" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jisabic5pupe'", Local "Local file system at /tmp/rclone3771985117", Modify Window "1ms" 2025/09/08 04:18:27 DEBUG : 測試_Русский___ě_áñ: md5 = 07eeee411313cf034ede00a15100536c OK NFD checkfile vs. NFC remote (without normalization) 2025/09/08 04:18:28 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/08 04:18:28 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jisabic5pupe' 2025/09/08 04:18:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisabic5pupe': 1 files missing 2025/09/08 04:18:28 NOTICE: 1 hashes missing 2025/09/08 04:18:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisabic5pupe': 1 differences found 2025/09/08 04:18:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisabic5pupe': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/09/08 04:18:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisabic5pupe': 0 differences found 2025/09/08 04:18:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisabic5pupe': 1 matching files 2025/09/08 04:18:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yobivil3lode" 2025/09/08 04:18:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:29 DEBUG : Creating backend with remote "TestDrive:crypt/879ruuuan22mv8knhr2kn5nmca97qnt9jmmthgtvhuhhairsur10" 2025/09/08 04:18:30 DEBUG : Creating backend with remote "/tmp/rclone4127198020" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yobivil3lode'", Local "Local file system at /tmp/rclone4127198020", Modify Window "1ms" 2025/09/08 04:18:32 DEBUG : 測試_Русский___ě_áñ: md5 = 4035f5e7e54459a8e930f2dae942aeef OK NFC checkfile vs. NFD remote (without normalization) 2025/09/08 04:18:33 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/08 04:18:33 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yobivil3lode' 2025/09/08 04:18:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yobivil3lode': 1 files missing 2025/09/08 04:18:33 NOTICE: 1 hashes missing 2025/09/08 04:18:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yobivil3lode': 1 differences found 2025/09/08 04:18:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yobivil3lode': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/09/08 04:18:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yobivil3lode': 0 differences found 2025/09/08 04:18:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yobivil3lode': 1 matching files 2025/09/08 04:18:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-juniqip8gali" 2025/09/08 04:18:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:34 DEBUG : Creating backend with remote "TestDrive:crypt/lg84c9m5c23sksga55hf2arr0gs0878jjc22ad1845pfsqdaclq0" 2025/09/08 04:18:35 DEBUG : Creating backend with remote "/tmp/rclone423374870" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-juniqip8gali'", Local "Local file system at /tmp/rclone423374870", Modify Window "1ms" 2025/09/08 04:18:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b993e9228b8e5e45eb882cb0cd1ee774 OK NFDx2 checkfile vs. both remote (without normalization) 2025/09/08 04:18:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/08 04:18:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-juniqip8gali' 2025/09/08 04:18:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juniqip8gali': 1 files missing 2025/09/08 04:18:38 NOTICE: 1 hashes missing 2025/09/08 04:18:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juniqip8gali': 1 differences found 2025/09/08 04:18:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juniqip8gali': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/09/08 04:18:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juniqip8gali': 0 differences found 2025/09/08 04:18:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juniqip8gali': 1 matching files 2025/09/08 04:18:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pikupeg5yavo" 2025/09/08 04:18:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:39 DEBUG : Creating backend with remote "TestDrive:crypt/8n5evervtsoairpm9tvb7r4q0mhsu91sinvqcvllnpghll5gklo0" 2025/09/08 04:18:40 DEBUG : Creating backend with remote "/tmp/rclone258208235" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pikupeg5yavo'", Local "Local file system at /tmp/rclone258208235", Modify Window "1ms" 2025/09/08 04:18:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 43f15939022f9f364e00529709d2690a OK NFCx2 checkfile vs. both remote (without normalization) 2025/09/08 04:18:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/08 04:18:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pikupeg5yavo' 2025/09/08 04:18:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikupeg5yavo': 1 files missing 2025/09/08 04:18:43 NOTICE: 1 hashes missing 2025/09/08 04:18:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikupeg5yavo': 1 differences found 2025/09/08 04:18:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikupeg5yavo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/09/08 04:18:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikupeg5yavo': 0 differences found 2025/09/08 04:18:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikupeg5yavo': 1 matching files 2025/09/08 04:18:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-holihex2noyo" 2025/09/08 04:18:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:44 DEBUG : Creating backend with remote "TestDrive:crypt/q1jotscin6vcuagskva58qgsr5slku83bpl98hd8hm78lmntmvpg" 2025/09/08 04:18:45 DEBUG : Creating backend with remote "/tmp/rclone1510565045" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-holihex2noyo'", Local "Local file system at /tmp/rclone1510565045", Modify Window "1ms" 2025/09/08 04:18:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4e97480596a4c00979262450102a336f OK both checkfile vs. NFDx2 remote (without normalization) 2025/09/08 04:18:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/08 04:18:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-holihex2noyo' 2025/09/08 04:18:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holihex2noyo': 1 files missing 2025/09/08 04:18:48 NOTICE: 1 hashes missing 2025/09/08 04:18:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holihex2noyo': 1 differences found 2025/09/08 04:18:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holihex2noyo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/09/08 04:18:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holihex2noyo': 0 differences found 2025/09/08 04:18:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-holihex2noyo': 1 matching files 2025/09/08 04:18:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-resucum5tepa" 2025/09/08 04:18:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:18:49 DEBUG : Creating backend with remote "TestDrive:crypt/beuj5g19r8tl8lq0i3r1mcbr120u5kuv4401o1pqa707fsuql17g" 2025/09/08 04:18:50 DEBUG : Creating backend with remote "/tmp/rclone1702569531" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-resucum5tepa'", Local "Local file system at /tmp/rclone1702569531", Modify Window "1ms" 2025/09/08 04:18:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e5ab55d21b6c8c51316c012fb0d29aef OK both checkfile vs. NFCx2 remote (without normalization) 2025/09/08 04:18:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/08 04:18:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-resucum5tepa' 2025/09/08 04:18:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resucum5tepa': 1 files missing 2025/09/08 04:18:53 NOTICE: 1 hashes missing 2025/09/08 04:18:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resucum5tepa': 1 differences found 2025/09/08 04:18:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resucum5tepa': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/09/08 04:18:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/08 04:18:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resucum5tepa': 0 differences found 2025/09/08 04:18:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resucum5tepa': 1 matching files 2025/09/08 04:18:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-resucum5tepa': Purge remote 2025/09/08 04:18:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-holihex2noyo': Purge remote 2025/09/08 04:18:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pikupeg5yavo': Purge remote 2025/09/08 04:18:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-juniqip8gali': Purge remote 2025/09/08 04:18:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yobivil3lode': Purge remote 2025/09/08 04:18:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jisabic5pupe': Purge remote 2025/09/08 04:18:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefoher6wowo': Purge remote 2025/09/08 04:18:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tazuwoq8tiwe': Purge remote 2025/09/08 04:18:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wusigun0xune': Purge remote 2025/09/08 04:18:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lufitoj8puwe': Purge remote --- PASS: TestApplyTransforms (54.93s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:18:59 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/08 04:19:02 DEBUG : sub/file2: md5 = a202e4face53b4b7fa6deac8229a79c6 OK 2025/09/08 04:19:02 INFO : file1: Copied (new) to: sub/file2 2025/09/08 04:19:02 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/08 04:19:02 DEBUG : file1: Unchanged skipping 2025/09/08 04:19:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': don't need to copy/move sub/file2, it is already at target location 2025/09/08 04:19:05 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.23s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:19:08 DEBUG : dst/file1: md5 = 7bb835fdc6bc91b83cbffb3bf1b75d85 OK 2025/09/08 04:19:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/backup" 2025/09/08 04:19:09 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/1nrff024r7pq65ecp72fc28jb0" 2025/09/08 04:19:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/08 04:19:12 INFO : dst/file1: Moved (server-side) 2025/09/08 04:19:14 DEBUG : dst/file1: md5 = 29fb2d7ae65360d594efa1c6a3095a18 OK 2025/09/08 04:19:14 INFO : dst/file1: Copied (new) 2025/09/08 04:19:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/08 04:19:18 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/08 04:19:18 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.32s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:19:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/dst" 2025/09/08 04:19:19 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/08 04:19:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/CompareDest" 2025/09/08 04:19:21 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/gveqi14airsml4bgu7krj116o8" 2025/09/08 04:19:22 DEBUG : one: Need to transfer - File not found at Destination 2025/09/08 04:19:25 DEBUG : one: md5 = 929f7a6c6fdd95dab20a030f14d7c2b1 OK 2025/09/08 04:19:25 INFO : one: Copied (new) 2025/09/08 04:19:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/08 04:19:27 DEBUG : one: md5 = 6dc3bcfd2f593c21fce27c52f279399d OK 2025/09/08 04:19:27 INFO : one: Copied (replaced existing) 2025/09/08 04:19:30 DEBUG : dst/one: md5 = cefa53e78c47c6e819481d28322c3d20 OK 2025/09/08 04:19:32 DEBUG : CompareDest/one: md5 = 8bd167826f632640e56a0cbe6d638ad3 OK 2025/09/08 04:19:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/08 04:19:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/08 04:19:34 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/08 04:19:36 DEBUG : CompareDest/two: md5 = b667636fa3efc046350e2d3edb98deb4 OK 2025/09/08 04:19:37 DEBUG : two: Need to transfer - File not found at Destination 2025/09/08 04:19:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/08 04:19:37 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/08 04:19:38 DEBUG : two: Need to transfer - File not found at Destination 2025/09/08 04:19:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/08 04:19:38 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/08 04:19:40 DEBUG : two: Need to transfer - File not found at Destination 2025/09/08 04:19:40 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/09/08 04:19:41 DEBUG : two: md5 = 9824812db9c4ed631542f27b39c13d0f OK 2025/09/08 04:19:41 INFO : two: Copied (new) 2025/09/08 04:19:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/08 04:19:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:19:45 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/08 04:19:45 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (26.79s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:19:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/dst" 2025/09/08 04:19:46 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/08 04:19:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/CopyDest" 2025/09/08 04:19:48 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/08 04:19:49 DEBUG : one: Need to transfer - File not found at Destination 2025/09/08 04:19:52 DEBUG : one: md5 = 0c8565e4be7ac0558533bdb642257b58 OK 2025/09/08 04:19:52 INFO : one: Copied (new) 2025/09/08 04:19:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/08 04:19:55 DEBUG : one: md5 = 59c112aa30a49f3800eff2a5ce2b5185 OK 2025/09/08 04:19:55 INFO : one: Copied (replaced existing) 2025/09/08 04:19:57 DEBUG : dst/one: md5 = ea21c126e0992e13014ab0f9d2a1727c OK 2025/09/08 04:19:59 DEBUG : CopyDest/one: md5 = 4d4306896a702eed20e68cbc78ebc365 OK 2025/09/08 04:20:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/BackupDir" 2025/09/08 04:20:00 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/08 04:20:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/08 04:20:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/08 04:20:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/08 04:20:04 INFO : one: Moved (server-side) 2025/09/08 04:20:05 INFO : one: Copied (server-side copy) 2025/09/08 04:20:05 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/09/08 04:20:07 DEBUG : CopyDest/two: md5 = f458c7436c939976478018631f436390 OK 2025/09/08 04:20:08 DEBUG : two: Need to transfer - File not found at Destination 2025/09/08 04:20:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/08 04:20:10 INFO : two: Copied (server-side copy) 2025/09/08 04:20:10 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/09/08 04:20:11 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/08 04:20:11 DEBUG : two: Unchanged skipping 2025/09/08 04:20:13 DEBUG : CopyDest/three: md5 = e74e56b0a174f4fa5a3dbbb0d8931da5 OK 2025/09/08 04:20:13 DEBUG : three: Need to transfer - File not found at Destination 2025/09/08 04:20:14 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/09/08 04:20:14 DEBUG : three: Destination not found in --copy-dest 2025/09/08 04:20:15 DEBUG : three: md5 = dc65b71cad4dbe7eee595f225b866a8b OK 2025/09/08 04:20:15 INFO : three: Copied (new) 2025/09/08 04:20:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/08 04:20:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:20:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/08 04:20:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/08 04:20:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/08 04:20:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:20:21 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (35.86s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.49s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:20:23 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/09/08 04:20:26 DEBUG : TestCopyFileMaxTransfer/file1: md5 = c1ee1bff29aaaef6d4e8de48fe1dbde7 OK 2025/09/08 04:20:26 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/09/08 04:20:26 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/09/08 04:20:27 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/09/08 04:20:27 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/09/08 04:20:28 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/09/08 04:20:30 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 2b8af6201932e094dd56e7f2b8c9bfc0 OK 2025/09/08 04:20:30 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/09/08 04:20:32 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/09/08 04:20:32 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.80s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:20:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Looking for duplicate names using skip mode. 2025/09/08 04:20:37 NOTICE: one: Found 2 files with duplicate names 2025/09/08 04:20:37 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.37s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:20:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Looking for duplicate names using skip mode. 2025/09/08 04:20:43 NOTICE: one: Found 3 files with duplicate names 2025/09/08 04:20:43 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/09/08 04:20:44 INFO : one: Deleted 2025/09/08 04:20:44 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.34s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:20:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Looking for duplicate names using first mode. 2025/09/08 04:20:50 NOTICE: one: Found 3 files with duplicate names 2025/09/08 04:20:50 INFO : one: Deleted 2025/09/08 04:20:50 INFO : one: Deleted 2025/09/08 04:20:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.58s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:20:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Looking for duplicate names using newest mode. 2025/09/08 04:20:56 NOTICE: one: Found 3 files with duplicate names 2025/09/08 04:20:56 INFO : one: Deleted 2025/09/08 04:20:57 INFO : one: Deleted 2025/09/08 04:20:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.39s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", 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-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:21:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Looking for duplicate names using oldest mode. 2025/09/08 04:21:03 NOTICE: one: Found 3 files with duplicate names 2025/09/08 04:21:03 INFO : one: Deleted 2025/09/08 04:21:04 INFO : one: Deleted 2025/09/08 04:21:04 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.29s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:21:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Looking for duplicate names using largest mode. 2025/09/08 04:21:09 NOTICE: one: Found 3 files with duplicate names 2025/09/08 04:21:10 INFO : one: Deleted 2025/09/08 04:21:10 INFO : one: Deleted 2025/09/08 04:21:10 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.54s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:21:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Looking for duplicate names using smallest mode. 2025/09/08 04:21:16 NOTICE: one: Found 3 files with duplicate names 2025/09/08 04:21:16 INFO : one: Deleted 2025/09/08 04:21:17 INFO : one: Deleted 2025/09/08 04:21:17 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.99s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:21:20 DEBUG : Config file has changed externally - reloading 2025/09/08 04:21:20 DEBUG : TestDrive: Loaded fresh token from config file 2025/09/08 04:21:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Looking for duplicate names using rename mode. 2025/09/08 04:21:25 NOTICE: one.txt: Found 3 files with duplicate names 2025/09/08 04:21:26 INFO : one-2.txt: renamed from: one.txt 2025/09/08 04:21:27 INFO : one-3.txt: renamed from: one.txt 2025/09/08 04:21:29 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.35s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:21:34 DEBUG : dupe1/one.txt: md5 = 3bc088889dd988109c3570e63f15fc57 OK 2025/09/08 04:21:36 DEBUG : dupe2/two.txt: md5 = 09c6ba1f2c36f4718e4e9426579eb87c OK 2025/09/08 04:21:39 DEBUG : dupe3/three.txt: md5 = 3343d903c3de6b7b70a134bd73d9951b OK 2025/09/08 04:21:40 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/09/08 04:21:40 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/09/08 04:21:41 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/09/08 04:21:41 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/09/08 04:21:45 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/09/08 04:21:45 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/09/08 04:21:45 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.07s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:21:47 DEBUG : a.txt: md5 = 17247ee387020f7fb34e2427c65cf049 OK 2025/09/08 04:21:49 DEBUG : zend.txt: md5 = 36fa6ed00ce63c9f8effba002a6480ff OK 2025/09/08 04:21:51 DEBUG : sub dir/hello world: md5 = 860ed787f41ad3d474255e13cac5459e OK 2025/09/08 04:21:53 DEBUG : sub dir/hello world2: md5 = dc163242b2c01f55c3b9d5eda6ea102a OK 2025/09/08 04:21:55 DEBUG : sub dir/ignore dir/.ignore: md5 = 038051ca94d90a618d091323973cb9b8 OK 2025/09/08 04:21:57 DEBUG : sub dir/ignore dir/should be ignored: md5 = 48f4af741fa981885d54afbc671fe99c OK 2025/09/08 04:21:59 DEBUG : sub dir/sub sub dir/hello world3: md5 = 5a9991434bf496e250dd9d1894a50b51 OK 2025/09/08 04:22:00 DEBUG : a.txt: Excluded (Size Filter) 2025/09/08 04:22:00 DEBUG : a.txt: Excluded 2025/09/08 04:22:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/08 04:22:01 DEBUG : sub dir/hello world2: Excluded 2025/09/08 04:22:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/08 04:22:01 DEBUG : sub dir/hello world: Excluded 2025/09/08 04:22:01 DEBUG : sub dir/ignore dir: Excluded 2025/09/08 04:22:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/08 04:22:01 DEBUG : sub dir/hello world2: Excluded 2025/09/08 04:22:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/08 04:22:01 DEBUG : sub dir/hello world: Excluded 2025/09/08 04:22:02 DEBUG : sub dir/ignore dir: Excluded 2025/09/08 04:22:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/08 04:22:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/08 04:22:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/08 04:22:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/08 04:22:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/08 04:22:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/09/08 04:22:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (22.83s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:22:10 DEBUG : a.txt: md5 = a9c9f8dc87b5ca682f6dc2a174f9b5d7 OK 2025/09/08 04:22:12 DEBUG : zend.txt: md5 = 53c7c250c6f59edd8f2a369c62e0c728 OK 2025/09/08 04:22:14 DEBUG : sub dir/hello world: md5 = 8dacaea52532ba794ee5ee1d2170e785 OK 2025/09/08 04:22:15 DEBUG : sub dir/hello world2: md5 = 65eb1ef5c039c1094d617899c4b25b1d OK 2025/09/08 04:22:17 DEBUG : sub dir/ignore dir/.ignore: md5 = 1916754d1c65bc2e8e25fcb49d7f4efe OK 2025/09/08 04:22:19 DEBUG : sub dir/ignore dir/should be ignored: md5 = e12c9d15afb009f916ce13335f0a3451 OK 2025/09/08 04:22:21 DEBUG : sub dir/sub sub dir/hello world3: md5 = 0da2cf65cb6f798f59117c6a844d7a75 OK 2025/09/08 04:22:23 DEBUG : a.txt: Excluded (Size Filter) 2025/09/08 04:22:23 DEBUG : a.txt: Excluded 2025/09/08 04:22:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/08 04:22:23 DEBUG : sub dir/hello world: Excluded 2025/09/08 04:22:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/08 04:22:23 DEBUG : sub dir/hello world2: Excluded 2025/09/08 04:22:24 DEBUG : sub dir/ignore dir: Excluded 2025/09/08 04:22:24 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/08 04:22:24 DEBUG : sub dir/hello world: Excluded 2025/09/08 04:22:24 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/08 04:22:24 DEBUG : sub dir/hello world2: Excluded 2025/09/08 04:22:24 DEBUG : sub dir/ignore dir: Excluded 2025/09/08 04:22:29 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/08 04:22:29 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/08 04:22:29 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/08 04:22:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/08 04:22:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/08 04:22:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/09/08 04:22:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (22.26s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:22:33 DEBUG : file1: md5 = d9a1a4d823164ebfb7acf24c399b3717 OK 2025/09/08 04:22:35 DEBUG : sub/file2: md5 = 5fccde257b821699b425a84c4b9421b7 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/09/08 04:22:38 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/09/08 04:22:38 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/09/08 04:22:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/09/08 04:22:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.07s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.29s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.64s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:22:42 DEBUG : file1: md5 = 903e855a446e8022d22fc19ee61bca64 OK 2025/09/08 04:22:45 DEBUG : sub/file2: md5 = 71d0f7aae9eb919b2efc99ae28a06450 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/09/08 04:22:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/notfound" 2025/09/08 04:22:49 DEBUG : Config file has changed externally - reloading 2025/09/08 04:22:49 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/qe0i31qdkoejk60elps0ni5sqk" 2025/09/08 04:22:52 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.10s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.59s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.52s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.25s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.80s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:22:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Making directory 2025/09/08 04:22:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:22:56 DEBUG : sub dir/hello world: md5 = dd1aeee12c4ce32a76d1bd4eea28a977 OK 2025/09/08 04:22:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.70s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:00 DEBUG : potato2: md5 = badc5ab1d1ab072ebaecc2a7bd695b92 OK 2025/09/08 04:23:02 DEBUG : empty space: md5 = d6de957bcc1f3735db9dceffc453f520 OK --- PASS: TestLs (5.36s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:05 DEBUG : potato2: md5 = d3cf4943fc26d166428815e51fd26baa OK 2025/09/08 04:23:07 DEBUG : empty space: md5 = c829a098685eab5d8bc21b4c9312034f OK 2025/09/08 04:23:07 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/09/08 04:23:07 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.34s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:11 DEBUG : potato2: md5 = 864c0462c585fe707db0492e9b2a8728 OK 2025/09/08 04:23:12 DEBUG : empty space: md5 = 1d818ff42cdfa9f1b10a9ae2d329501f OK --- PASS: TestLsLong (4.75s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:16 DEBUG : potato2: md5 = 8f38b9768572c1a9f14f6498235f77f3 OK 2025/09/08 04:23:17 DEBUG : empty space: md5 = c46b72dfad29662dff46334de64e61e0 OK --- PASS: TestHashSums (4.81s) === RUN TestHashSumsWithErrors 2025/09/08 04:23:19 DEBUG : Creating backend with remote ":memory:" 2025/09/08 04:23:19 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/09/08 04:23:19 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/08 04:23:19 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/08 04:23:19 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/08 04:23:19 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/08 04:23:19 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/08 04:23:19 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/08 04:23:19 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/09/08 04:23:19 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-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:20 DEBUG : potato2: md5 = 508894d1f8f32b8613c154cdd767dc49 OK 2025/09/08 04:23:21 DEBUG : empty space: md5 = f5fd2d420d7f24c1b07bfb1f5946b898 OK 2025/09/08 04:23:24 DEBUG : sub dir/potato3: md5 = 7313117b9aac399ecc40e38db11ac48f OK 2025/09/08 04:23:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.41s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:29 DEBUG : small: md5 = 8c92a81acf6a732d71d02ac1fe872eec OK 2025/09/08 04:23:31 DEBUG : medium: md5 = 4eb17f9a8953cc563544245a952cb72c OK 2025/09/08 04:23:32 DEBUG : large: md5 = ea5c651f75d1db7625e394fe1d354cbf OK 2025/09/08 04:23:32 DEBUG : Waiting for deletions to finish 2025/09/08 04:23:33 DEBUG : large: Excluded (Size Filter) 2025/09/08 04:23:33 INFO : small: Deleted 2025/09/08 04:23:33 INFO : medium: Deleted --- PASS: TestDelete (7.27s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:36 DEBUG : small: md5 = 75fa9fba3542adc9e4b73d3d3c9701c0 OK 2025/09/08 04:23:37 DEBUG : medium: md5 = a53217cd8fe8a1aeb14e498639286259 OK 2025/09/08 04:23:39 DEBUG : large: md5 = b2722b5ed9202b8a9e35e15f46131bab OK 2025/09/08 04:23:39 DEBUG : Waiting for deletions to finish 2025/09/08 04:23:39 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/09/08 04:23:40 INFO : medium: Deleted 2025/09/08 04:23:40 INFO : small: Deleted --- PASS: TestMaxDelete (7.20s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:43 DEBUG : small: md5 = dd772cbade692ae1e71e5cd6f6d85b92 OK 2025/09/08 04:23:46 DEBUG : medium: md5 = 38f1bec2ce6126366ed3fb76ae3b2221 OK 2025/09/08 04:23:47 DEBUG : large: md5 = af63550bb9f0412d3fb87f5dbd1afff3 OK 2025/09/08 04:23:47 DEBUG : Waiting for deletions to finish 2025/09/08 04:23:48 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/08 04:23:48 INFO : small: Deleted 2025/09/08 04:23:48 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.39s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:52 DEBUG : small: md5 = 5fc48641bd3a417bea9278919564ad15 OK 2025/09/08 04:23:53 DEBUG : medium: md5 = 1e8ebc572e9b5e6cd3b00f3c707fb728 OK 2025/09/08 04:23:55 DEBUG : large: md5 = 5cb4603281a4981bf3b473ac5cc12b54 OK 2025/09/08 04:23:55 DEBUG : Waiting for deletions to finish 2025/09/08 04:23:55 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/08 04:23:56 INFO : small: Deleted 2025/09/08 04:23:56 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.30s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:23:59 DEBUG : ReadFile: md5 = 2771fb438a8caea43a4bdeb7aa3dfd52 OK --- PASS: TestReadFile (4.35s) === RUN TestRetry 2025/09/08 04:24:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/09/08 04:24:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/09/08 04:24:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/08 04:24:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/08 04:24:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/08 04:24:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/08 04:24:02 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-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:24:03 DEBUG : file1: md5 = c4401a8a2932f7258df88441335ae036 OK 2025/09/08 04:24:05 DEBUG : file2: md5 = 65f0ac422e3cc2b08a46e93c8079e961 OK --- PASS: TestCat (17.36s) === RUN TestPurge 2025/09/08 04:24:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qapofex5duma" 2025/09/08 04:24:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/08 04:24:19 DEBUG : Creating backend with remote "TestDrive:crypt/tf5h900g4ieigbeorrvrcrn12u27ugabaomlavuohudkblh7k4ug" 2025/09/08 04:24:20 DEBUG : Creating backend with remote "/tmp/rclone2985183271" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qapofex5duma'", Local "Local file system at /tmp/rclone2985183271", Modify Window "1ms" 2025/09/08 04:24:25 DEBUG : A1/B1/C1/one: md5 = 1859d6d2ae5704e49283c7f630d35d7b OK 2025/09/08 04:24:25 INFO : A2: Making directory 2025/09/08 04:24:26 INFO : A1/B2: Making directory 2025/09/08 04:24:27 INFO : A1/B2/C2: Making directory 2025/09/08 04:24:28 INFO : A1/B1/C3: Making directory 2025/09/08 04:24:28 INFO : A3: Making directory 2025/09/08 04:24:29 INFO : A3/B3: Making directory 2025/09/08 04:24:30 INFO : A3/B3/C4: Making directory 2025/09/08 04:24:32 DEBUG : A1/two: md5 = f945e040993914dcd3e8c5508c9007ad OK 2025/09/08 04:24:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qapofex5duma': Purge remote 2025/09/08 04:24:36 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.81s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:24:39 DEBUG : A1/B1/C1/one: md5 = 1a5e3f97e50143047d1da2639209f0fe OK 2025/09/08 04:24:39 INFO : A2: Making directory 2025/09/08 04:24:40 INFO : A1/B2: Making directory 2025/09/08 04:24:41 INFO : A1/B2/C2: Making directory 2025/09/08 04:24:42 INFO : A1/B1/C3: Making directory 2025/09/08 04:24:43 INFO : A3: Making directory 2025/09/08 04:24:44 INFO : A3/B3: Making directory 2025/09/08 04:24:45 INFO : A3/B3/C4: Making directory 2025/09/08 04:24:47 DEBUG : A1/two: md5 = a76a84e0fc30ff807eb5f30efa5757a1 OK 2025/09/08 04:24:48 DEBUG : removing 1 level 3 directories 2025/09/08 04:24:48 INFO : A3/B3/C4: Removing directory 2025/09/08 04:24:51 DEBUG : removing 2 level 3 directories 2025/09/08 04:24:51 INFO : A1/B2/C2: Removing directory 2025/09/08 04:24:51 INFO : A1/B1/C3: Removing directory 2025/09/08 04:24:52 DEBUG : removing 2 level 2 directories 2025/09/08 04:24:52 INFO : A3/B3: Removing directory 2025/09/08 04:24:52 INFO : A1/B2: Removing directory 2025/09/08 04:24:52 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/09/08 04:24:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/08 04:24:53 DEBUG : removing 2 level 1 directories 2025/09/08 04:24:53 INFO : A3: Removing directory 2025/09/08 04:24:53 INFO : A2: Removing directory 2025/09/08 04:24:53 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/09/08 04:24:57 DEBUG : removing 1 level 3 directories 2025/09/08 04:24:57 INFO : A1/B1/C1: Removing directory 2025/09/08 04:24:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:24:58 DEBUG : removing 1 level 2 directories 2025/09/08 04:24:58 INFO : A1/B1: Removing directory 2025/09/08 04:24:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/08 04:24:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/08 04:24:58 DEBUG : removing 1 level 1 directories 2025/09/08 04:24:58 INFO : A1: Removing directory 2025/09/08 04:24:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/08 04:24:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/08 04:24:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/08 04:24:59 DEBUG : removing 1 level 0 directories 2025/09/08 04:24:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Removing directory 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/08 04:25:00 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (24.86s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:25:01 INFO : A1: Making directory 2025/09/08 04:25:02 INFO : A1/B1: Making directory 2025/09/08 04:25:03 INFO : A1/B1/C1: Making directory 2025/09/08 04:25:06 DEBUG : removing 1 level 3 directories 2025/09/08 04:25:06 INFO : A1/B1/C1: Removing directory 2025/09/08 04:25:06 DEBUG : removing 1 level 2 directories 2025/09/08 04:25:06 INFO : A1/B1: Removing directory 2025/09/08 04:25:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/08 04:25:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.36s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:25:09 INFO : A1: Making directory 2025/09/08 04:25:10 INFO : A1/B1: Making directory 2025/09/08 04:25:11 INFO : A1/B1/C1: Making directory 2025/09/08 04:25:13 DEBUG : removing 1 level 3 directories 2025/09/08 04:25:13 INFO : A1/B1/C1: Removing directory 2025/09/08 04:25:14 DEBUG : removing 1 level 2 directories 2025/09/08 04:25:14 INFO : A1/B1: Removing directory 2025/09/08 04:25:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/08 04:25:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.26s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:25:19 DEBUG : file1: md5 = 529f5f7428fc084ee5e4e4237c14d53c OK 2025/09/08 04:25:20 DEBUG : filename.txt: File name found in url 2025/09/08 04:25:21 DEBUG : filename.txt: md5 = 77340fe79274cf74e48c30f0401d4755 OK 2025/09/08 04:25:21 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/09/08 04:25:23 DEBUG : headerfilename.txt: md5 = 9195e8c07ec32e83509724b8d35a22c1 OK 2025/09/08 04:25:24 DEBUG : file2: md5 = e970769256e90f7dbc74e583774d3f0a OK --- PASS: TestCopyURL (9.62s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:25:27 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/08 04:25:30 DEBUG : sub/file2: md5 = cec0a443f058b0e2da203b0774d9f290 OK 2025/09/08 04:25:30 INFO : file1: Copied (new) to: sub/file2 2025/09/08 04:25:30 INFO : file1: Deleted 2025/09/08 04:25:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/08 04:25:31 DEBUG : file1: Unchanged skipping 2025/09/08 04:25:31 INFO : file1: Deleted 2025/09/08 04:25:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': don't need to copy/move sub/file2, it is already at target location 2025/09/08 04:25:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.64s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:25:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/08 04:25:36 DEBUG : file1: md5 = 5e08fcf7da0302a84eb12d384f8b3613 OK 2025/09/08 04:25:36 INFO : file1: Copied (new) 2025/09/08 04:25:36 INFO : file1: Deleted 2025/09/08 04:25:36 DEBUG : file1: Destination exists, skipping 2025/09/08 04:25:36 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.41s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.51s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:25:41 DEBUG : dst/file1: md5 = 2d6055fd10cafb0558f50bb80f899c88 OK 2025/09/08 04:25:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pogaped1dami/backup" 2025/09/08 04:25:42 DEBUG : Creating backend with remote "TestDrive:crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0/1nrff024r7pq65ecp72fc28jb0" 2025/09/08 04:25:44 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/08 04:25:46 INFO : dst/file1: Moved (server-side) 2025/09/08 04:25:48 DEBUG : dst/file1: md5 = 835fcf733b8626ad2ebe6a6ba3d99e7f OK 2025/09/08 04:25:48 INFO : dst/file1: Copied (new) 2025/09/08 04:25:48 INFO : dst/file1: Deleted 2025/09/08 04:25:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/08 04:25:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/08 04:25:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.06s) === 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-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:25:54 DEBUG : A1/one: md5 = 8d0e88c79277d834bb82440b6caaebe1 OK 2025/09/08 04:25:56 DEBUG : A1/two: md5 = 54aa62d67fa1814f96e31d1d0c6299ea OK 2025/09/08 04:25:58 DEBUG : A1/B1/three: md5 = 2cd8b4a19859a140eb81f96c0f526371 OK 2025/09/08 04:26:00 DEBUG : A1/B1/C1/four: md5 = ca6dd5e87b10c56d726ed26689c22217 OK 2025/09/08 04:26:02 DEBUG : A1/B1/C2/five: md5 = 6a84478711c046afc3ab69738ff1399c OK 2025/09/08 04:26:02 INFO : A1/B2: Making directory 2025/09/08 04:26:03 INFO : A1/B1/C3: Making directory 2025/09/08 04:26:13 INFO : A2/one: Moved (server-side) to: A3/one 2025/09/08 04:26:13 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/09/08 04:26:13 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/09/08 04:26:13 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/09/08 04:26:13 INFO : A2/two: Moved (server-side) to: A3/two 2025/09/08 04:26:16 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/08 04:26:16 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/08 04:26:16 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/08 04:26:17 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/08 04:26:17 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/08 04:26:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/09/08 04:26:24 INFO : A3/two: Moved (server-side) to: A4/two 2025/09/08 04:26:24 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/09/08 04:26:24 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/09/08 04:26:24 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/09/08 04:26:24 INFO : A3/one: Moved (server-side) to: A4/one 2025/09/08 04:26:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/08 04:26:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/08 04:26:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/08 04:26:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/08 04:26:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/08 04:26:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/09/08 04:26:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/09/08 04:26:36 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/08 04:26:36 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/08 04:26:36 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/08 04:26:36 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/08 04:26:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/08 04:26:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/08 04:26:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/08 04:26:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.03s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:26:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': File to upload is small (34 bytes), uploading instead of streaming 2025/09/08 04:26:39 DEBUG : no_checksum_small_file_from_pipe: md5 = 3c1997dbbaa4b449789831f91e18cbb8 OK 2025/09/08 04:26:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/08 04:26:39 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/08 04:26:40 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/09/08 04:26:41 DEBUG : no_checksum_big_file_from_pipe: md5 = c07f44d10569eed0378a0c19568b137e OK 2025/09/08 04:26:41 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-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:26:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': File to upload is small (34 bytes), uploading instead of streaming 2025/09/08 04:26:45 DEBUG : with_checksum_small_file_from_pipe: md5 = 1151c4cf23f279892e7c94ce1fc3967d OK 2025/09/08 04:26:45 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/08 04:26:46 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/09/08 04:26:47 DEBUG : with_checksum_big_file_from_pipe: md5 = de49fa70721bf5c8b0a399c37e833c1f OK 2025/09/08 04:26:47 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-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:26:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': File to upload is small (34 bytes), uploading instead of streaming 2025/09/08 04:26:50 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/08 04:26:51 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/08 04:26:51 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-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:26:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': File to upload is small (34 bytes), uploading instead of streaming 2025/09/08 04:26:55 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/08 04:26:55 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/08 04:26:56 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.52s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.48s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.12s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.92s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.00s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/09/08 04:26:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': File to upload is small (48 bytes), uploading instead of streaming 2025/09/08 04:27:00 DEBUG : rcat_metadata: md5 = 927e6663c04e54bb1dead3a6056e4457 OK 2025/09/08 04:27:00 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/09/08 04:27:02 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/09/08 04:27:03 DEBUG : rcat_metadata_uploadcutoff0: md5 = 79f92f9d131bd42119ceaa6c686bd3af OK 2025/09/08 04:27:03 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.70s) --- PASS: TestRcatMetadata/Normal (3.16s) --- PASS: TestRcatMetadata/ViaDisk (3.08s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:27:06 DEBUG : potato1: md5 = f632620199c93cc641e06cfe9af2707e OK 2025/09/08 04:27:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': File to upload is small (60 bytes), uploading instead of streaming 2025/09/08 04:27:08 DEBUG : potato2: md5 = dd0e5dd50aaec122bcc0fdb6a7245dfe OK 2025/09/08 04:27:08 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.65s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:27:11 DEBUG : potato1: md5 = 67557694a530c08abafc482e3b10bb66 OK 2025/09/08 04:27:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': File to upload is small (60 bytes), uploading instead of streaming 2025/09/08 04:27:12 DEBUG : potato2: md5 = 7cf7ba6978129f86b2e950e9ee05c81d OK 2025/09/08 04:27:12 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.08s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:27:16 DEBUG : potato2: md5 = c1365bf971ab8d7cdac42383453d262a OK 2025/09/08 04:27:17 DEBUG : empty space: md5 = 2a7ab6a89f4ef3ea9188b2712e596621 OK 2025/09/08 04:27:19 DEBUG : sub dir/potato3: md5 = dbff832c271ff204b4148f08956a315e OK 2025/09/08 04:27:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Touching "sub dir/potato3" 2025/09/08 04:27:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Touching "empty space" 2025/09/08 04:27:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Touching "potato2" 2025/09/08 04:27:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.90s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:27:24 DEBUG : dir with metadata: Making directory with metadata 2025/09/08 04:27:25 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.36s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:27:27 DEBUG : directory with modtime: Making directory with metadata 2025/09/08 04:27:28 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.36s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:27:29 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/08 04:27:29 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/08 04:27:29 DEBUG : Google drive root 'crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0': Skipping btime metadata as can't update it on an existing file: 2025-09-08T04:27:29.615211917Z 2025/09/08 04:27:30 INFO : non existent directory: Updated directory metadata 2025/09/08 04:27:32 DEBUG : Google drive root 'crypt/7uq0sq2l4ed5hraun4nen58s14r5l1h6ll8ashqkfieoih20u4m0': Skipping btime metadata as can't update it on an existing file: 2025-09-08T04:27:29.615211917Z 2025/09/08 04:27:32 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.88s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:27:34 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/09/08 04:27:36 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/09/08 04:27:36 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.07s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:27:38 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/08 04:27:38 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/08 04:27:38 DEBUG : dst: Making directory with metadata 2025/09/08 04:27:39 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/08 04:27:39 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/08 04:27:39 INFO : dst: Set directory modification time (using SetModTime) 2025/09/08 04:27:40 INFO : dst: Set directory modification time (using SetModTime) 2025/09/08 04:27:40 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/09/08 04:27:40 INFO : dst: Set directory modification time (using SetModTime) 2025/09/08 04:27:40 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.64s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami'", Local "Local file system at /tmp/rclone1632739549", Modify Window "1ms" 2025/09/08 04:27:44 DEBUG : sub dir/test remove existing: md5 = 96af828995ab40d9e650682c652fade2 OK 2025/09/08 04:27:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 92f1b01085fac2286950f7981492ef9c OK 2025/09/08 04:27:48 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.risoxep5" before starting 2025/09/08 04:27:49 DEBUG : sub dir/test remove existing.risoxep5: TEST: removing renamed existing file after operation 2025/09/08 04:27:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bacuxeq7" before starting 2025/09/08 04:27:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bacuxeq7: TEST: renaming existing back after failed operation 2025/09/08 04:27:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vorugak0" before starting 2025/09/08 04:27:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vorugak0: TEST: removing renamed existing file after operation 2025/09/08 04:27:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "b454fspn1i9kn77bvt0vc81juc6fg845g1jp9cjrjjq7aqdlmardv0lc196dn4vn4am70uofjk6hr2rl26tdc631oqpaphpq3dvu7vpvikgr8jthub06nb3pdnojiev4891bjts2sjuipip73l9pn6h9uv628gbe7qrrh35muus4gqpchppg" 2025/09/08 04:27:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "afo9cqge17m5g3qsbucp7lftpk8a7ia6f26qd6nh814eqao5sfq0" --- PASS: TestRemoveExisting (13.76s) === 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/09/08 04:27:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pogaped1dami': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m23.637975608s (try 1/5)