"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/04/22 05:35:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri" 2025/04/22 05:35:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:35:21 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig" 2025/04/22 05:35:22 DEBUG : Creating backend with remote "/tmp/rclone1314963797" === 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-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.20s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/22 05:35:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/22 05:35:23 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/22 05:35:23 DEBUG : potato: Seek from 10 to 0 2025/04/22 05:35:23 DEBUG : potato: Seek from 10 to 0 2025/04/22 05:35:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/22 05:35:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/22 05:35:23 DEBUG : potato: Seek from 5 to 2 2025/04/22 05:35:23 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/22 05:35:23 DEBUG : potato: Seek from 7 to 0 2025/04/22 05:35:23 DEBUG : potato: Seek from 7 to 0 2025/04/22 05:35:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/22 05:35:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/22 05:35:23 DEBUG : potato: Seek from 5 to 2 2025/04/22 05:35:23 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/22 05:35:23 DEBUG : potato: Seek from 8 to 0 2025/04/22 05:35:23 DEBUG : potato: Seek from 8 to 0 2025/04/22 05:35:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/22 05:35:23 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/22 05:35:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/22 05:35:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/22 05:35:23 DEBUG : potato: Seek from 5 to 2 2025/04/22 05:35:23 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/22 05:35:23 DEBUG : potato: Seek from 9 to 0 2025/04/22 05:35:23 DEBUG : potato: Seek from 9 to 0 2025/04/22 05:35:23 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-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:35:25 DEBUG : rutabaga: md5 = 2ebf1428f54a52c33417cf69b2f0c459 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/22 05:35:27 DEBUG : empty space: md5 = a7cfce62ba51ebee9e81bf6e4043796a OK === RUN TestCheck/3 2025/04/22 05:35:29 DEBUG : potato2: md5 = 4964560103e392766d7cddb310506811 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/22 05:35:31 DEBUG : remotepotato: md5 = 6af83abba91f68e591ebc6739b6c853d OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.32s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.33s) --- PASS: TestCheck/6 (0.22s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/04/22 05:35:34 DEBUG : Creating backend with remote "nonexistent" 2025/04/22 05:35:34 DEBUG : Creating backend with remote "nonexistent" 2025/04/22 05:35:34 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/22 05:35:34 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/04/22 05:35:34 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/22 05:35:34 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-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:35:35 DEBUG : rutabaga: md5 = 7d645df5b6924be5d97eaacaceb49a7d OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/22 05:35:39 DEBUG : empty space: md5 = 97e2e978a7f4b2c7715c71afa62b7c91 OK === RUN TestCheckDownload/3 2025/04/22 05:35:42 DEBUG : potato2: md5 = f28790ed970b1040df3698602f92fbd1 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/22 05:35:46 DEBUG : remotepotato: md5 = a16433d0134a5402270c04b0cf2e8239 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.01s) --- PASS: TestCheckDownload/1 (1.29s) --- PASS: TestCheckDownload/2 (1.00s) --- PASS: TestCheckDownload/3 (0.81s) --- PASS: TestCheckDownload/4 (1.16s) --- PASS: TestCheckDownload/5 (1.40s) --- PASS: TestCheckDownload/6 (1.06s) --- PASS: TestCheckDownload/7 (1.10s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:35:52 DEBUG : rutabaga: md5 = 18a39135bff36eada83874d8871a5d16 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/22 05:35:53 DEBUG : empty space: md5 = 06176c6bb10d1ec04d4a6c11c6be8f4c OK === RUN TestCheckSizeOnly/3 2025/04/22 05:35:55 DEBUG : potato2: md5 = faa84fa2d17255c85f585d6b2422e590 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/22 05:35:58 DEBUG : remotepotato: md5 = 958cf1ce4d9dcba176ef87b910e8fcfe OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.43s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.22s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:36:02 DEBUG : test.sum: md5 = 1cc627c60c833539e11bb13fee0470d0 OK 2025/04/22 05:36:04 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/22 05:36:04 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/22 05:36:04 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/22 05:36:04 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/22 05:36:05 DEBUG : test.sum: md5 = ee6975b2c382119cfeef84fa3d31c767 OK 2025/04/22 05:36:06 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/22 05:36:06 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/22 05:36:06 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/22 05:36:06 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.55s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:36:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/data" 2025/04/22 05:36:07 DEBUG : Config file has changed externally - reloading 2025/04/22 05:36:07 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri/data' lacks md5, skipping --- SKIP: TestCheckSum (1.77s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:36:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/data" 2025/04/22 05:36:09 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/vjrnln8ratgmqakfosrqe8espk" 2025/04/22 05:36:12 DEBUG : data/banana: md5 = 0e94576c64d60d76140b2732cd0f1fab OK 2025/04/22 05:36:14 DEBUG : test.sum: md5 = 7ce00e6c6d44b99642cf166be9a15e7f OK === RUN TestCheckSumDownload/subtest1 2025/04/22 05:36:18 DEBUG : data/potato: md5 = fad9af98b74dafa7738c5f07d97caafe OK 2025/04/22 05:36:19 DEBUG : test.sum: md5 = 0867b284b9fa70d75bf001eb5b50bfee OK === RUN TestCheckSumDownload/subtest2 2025/04/22 05:36:22 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/04/22 05:36:22 DEBUG : Config file has changed externally - reloading 2025/04/22 05:36:22 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/04/22 05:36:22 DEBUG : TestDrive: Saved new token in config file 2025/04/22 05:36:24 DEBUG : test.sum: md5 = 247451866719789899cd1f6df986b7b7 OK === RUN TestCheckSumDownload/subtest3 2025/04/22 05:36:28 DEBUG : test.sum: md5 = bfeace0b2e3565a073a5cc8ae5d668f2 OK === RUN TestCheckSumDownload/subtest4 2025/04/22 05:36:32 DEBUG : test.sum: md5 = 023533bd9395f3508c2c1b4a883e1b73 OK === RUN TestCheckSumDownload/subtest5 2025/04/22 05:36:36 DEBUG : test.sum: md5 = 298cb0110f772a4cc2052e4b82e883ed OK === RUN TestCheckSumDownload/subtest6 2025/04/22 05:36:40 DEBUG : data/banana: md5 = 6d1ce3d5f242d44e6bfd26046714fa40 OK 2025/04/22 05:36:41 DEBUG : data/potato: md5 = 1c9660001e0f9bd6ba1bc27e35f859ec OK 2025/04/22 05:36:43 DEBUG : test.sum: md5 = e0bda2072cde5ac8cdaeeb4dccfb1804 OK === RUN TestCheckSumDownload/subtest7 2025/04/22 05:36:47 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/04/22 05:36:47 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (38.87s) --- PASS: TestCheckSumDownload/subtest1 (2.35s) --- PASS: TestCheckSumDownload/subtest2 (2.43s) --- PASS: TestCheckSumDownload/subtest3 (2.38s) --- PASS: TestCheckSumDownload/subtest4 (2.24s) --- PASS: TestCheckSumDownload/subtest5 (2.05s) --- PASS: TestCheckSumDownload/subtest6 (2.80s) --- PASS: TestCheckSumDownload/subtest7 (2.15s) === RUN TestApplyTransforms 2025/04/22 05:36:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-newasol1qitu" 2025/04/22 05:36:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:36:48 DEBUG : Creating backend with remote "TestDrive:crypt/nuv7q4e9ie7ipsk7d260jv032l640isl4ki51k6tv1clcca1nn30" 2025/04/22 05:36:49 DEBUG : Creating backend with remote "/tmp/rclone28197204" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-newasol1qitu'", Local "Local file system at /tmp/rclone28197204", Modify Window "1ms" 2025/04/22 05:36:51 DEBUG : hello, world!: md5 = c0fa96ca483c5c447b03042a04d930c6 OK upper checkfile vs. lower remote (without normalization) 2025/04/22 05:36:51 ERROR : hello, world!: sum not found 2025/04/22 05:36:51 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-newasol1qitu' 2025/04/22 05:36:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-newasol1qitu': 1 files missing 2025/04/22 05:36:51 NOTICE: 1 hashes missing 2025/04/22 05:36:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-newasol1qitu': 2 differences found 2025/04/22 05:36:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-newasol1qitu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/22 05:36:53 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:36:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-newasol1qitu': 0 differences found 2025/04/22 05:36:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-newasol1qitu': 1 matching files 2025/04/22 05:36:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-voziyuc9naro" 2025/04/22 05:36:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:36:53 DEBUG : Creating backend with remote "TestDrive:crypt/el4d75noh3b4dd7ljj8vef6c906km76ta1d3h98l5gjunk65n0hg" 2025/04/22 05:36:54 DEBUG : Creating backend with remote "/tmp/rclone13307877" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-voziyuc9naro'", Local "Local file system at /tmp/rclone13307877", Modify Window "1ms" 2025/04/22 05:36:56 DEBUG : HELLO, WORLD!: md5 = 772e23e584190856299d2d2a59ca3331 OK lower checkfile vs. upper remote (without normalization) 2025/04/22 05:36:56 ERROR : HELLO, WORLD!: sum not found 2025/04/22 05:36:56 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-voziyuc9naro' 2025/04/22 05:36:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voziyuc9naro': 1 files missing 2025/04/22 05:36:56 NOTICE: 1 hashes missing 2025/04/22 05:36:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voziyuc9naro': 2 differences found 2025/04/22 05:36:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voziyuc9naro': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/22 05:36:58 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:36:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voziyuc9naro': 0 differences found 2025/04/22 05:36:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voziyuc9naro': 1 matching files 2025/04/22 05:36:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pidimaj7dozu" 2025/04/22 05:36:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:36:58 DEBUG : Creating backend with remote "TestDrive:crypt/7d2o65mcd512i66gfee47nrd2va3barnm0vo02b1s6hlq85nguvg" 2025/04/22 05:36:59 DEBUG : Creating backend with remote "/tmp/rclone478278375" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pidimaj7dozu'", Local "Local file system at /tmp/rclone478278375", Modify Window "1ms" 2025/04/22 05:37:01 DEBUG : HeLlO, wOrLd!: md5 = 4e1c997ed1a3bbd6cfda6b57db511a5d OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/22 05:37:02 ERROR : HeLlO, wOrLd!: sum not found 2025/04/22 05:37:02 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pidimaj7dozu' 2025/04/22 05:37:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pidimaj7dozu': 1 files missing 2025/04/22 05:37:02 NOTICE: 1 hashes missing 2025/04/22 05:37:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pidimaj7dozu': 2 differences found 2025/04/22 05:37:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pidimaj7dozu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/22 05:37:03 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:37:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pidimaj7dozu': 0 differences found 2025/04/22 05:37:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pidimaj7dozu': 1 matching files 2025/04/22 05:37:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-repedec1luqu" 2025/04/22 05:37:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:37:03 DEBUG : Creating backend with remote "TestDrive:crypt/igc66jounql8efqspn5ifj57jd9koec0g5suoo5ue751n0620ksg" 2025/04/22 05:37:04 DEBUG : Creating backend with remote "/tmp/rclone3048599589" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-repedec1luqu'", Local "Local file system at /tmp/rclone3048599589", Modify Window "1ms" 2025/04/22 05:37:06 DEBUG : HELLO, WORLD!: md5 = be9788c47e7248e15cdf44ac68386760 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/22 05:37:07 ERROR : HELLO, WORLD!: sum not found 2025/04/22 05:37:07 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-repedec1luqu' 2025/04/22 05:37:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repedec1luqu': 1 files missing 2025/04/22 05:37:07 NOTICE: 1 hashes missing 2025/04/22 05:37:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repedec1luqu': 2 differences found 2025/04/22 05:37:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repedec1luqu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/22 05:37:08 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:37:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repedec1luqu': 0 differences found 2025/04/22 05:37:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repedec1luqu': 1 matching files 2025/04/22 05:37:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-segazul6nozo" 2025/04/22 05:37:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:37:08 DEBUG : Creating backend with remote "TestDrive:crypt/g7iq34qfgj4mbkugidij0mbnf4gefpighdv7321a4m30lm4957j0" 2025/04/22 05:37:09 DEBUG : Creating backend with remote "/tmp/rclone1219947593" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-segazul6nozo'", Local "Local file system at /tmp/rclone1219947593", Modify Window "1ms" 2025/04/22 05:37:11 DEBUG : 測試_Русский___ě_áñ: md5 = bd9c0032d643dfbfffabfdcc7fcdfb31 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/22 05:37:11 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/22 05:37:11 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-segazul6nozo' 2025/04/22 05:37:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segazul6nozo': 1 files missing 2025/04/22 05:37:11 NOTICE: 1 hashes missing 2025/04/22 05:37:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segazul6nozo': 2 differences found 2025/04/22 05:37:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segazul6nozo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/22 05:37:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:37:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segazul6nozo': 0 differences found 2025/04/22 05:37:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segazul6nozo': 1 matching files 2025/04/22 05:37:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dalesim4jeso" 2025/04/22 05:37:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:37:12 DEBUG : Creating backend with remote "TestDrive:crypt/e309a090db1ennrdmdo79mbi88ne8ruceur2b66jumkope8f9f80" 2025/04/22 05:37:13 DEBUG : Creating backend with remote "/tmp/rclone2782271376" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dalesim4jeso'", Local "Local file system at /tmp/rclone2782271376", Modify Window "1ms" 2025/04/22 05:37:15 DEBUG : 測試_Русский___ě_áñ: md5 = 423ec746d22192b3e2ca2d693938eeb3 OK NFC checkfile vs. NFD remote (without normalization) 2025/04/22 05:37:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/22 05:37:16 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dalesim4jeso' 2025/04/22 05:37:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalesim4jeso': 1 files missing 2025/04/22 05:37:16 NOTICE: 1 hashes missing 2025/04/22 05:37:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalesim4jeso': 2 differences found 2025/04/22 05:37:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalesim4jeso': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/22 05:37:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:37:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalesim4jeso': 0 differences found 2025/04/22 05:37:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalesim4jeso': 1 matching files 2025/04/22 05:37:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ladeser0taje" 2025/04/22 05:37:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:37:17 DEBUG : Creating backend with remote "TestDrive:crypt/d0l04acnnds69350lph264ut4ej7e7fk5q1jshprn8f3b18kpe9g" 2025/04/22 05:37:18 DEBUG : Creating backend with remote "/tmp/rclone723587441" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ladeser0taje'", Local "Local file system at /tmp/rclone723587441", Modify Window "1ms" 2025/04/22 05:37:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c40391de50820fab1357b6fbb1bdde8f OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/22 05:37:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/22 05:37:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ladeser0taje' 2025/04/22 05:37:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ladeser0taje': 1 files missing 2025/04/22 05:37:21 NOTICE: 1 hashes missing 2025/04/22 05:37:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ladeser0taje': 2 differences found 2025/04/22 05:37:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ladeser0taje': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/22 05:37:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:37:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ladeser0taje': 0 differences found 2025/04/22 05:37:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ladeser0taje': 1 matching files 2025/04/22 05:37:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jahavol9nuto" 2025/04/22 05:37:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:37:22 DEBUG : Creating backend with remote "TestDrive:crypt/d0n0phujsd9qrp33l4i37m8behv3eqj31f1s5vke2f9orvcll3jg" 2025/04/22 05:37:23 DEBUG : Creating backend with remote "/tmp/rclone504081662" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jahavol9nuto'", Local "Local file system at /tmp/rclone504081662", Modify Window "1ms" 2025/04/22 05:37:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e5d61bd83d56dce0f20d091e9fa9d444 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/22 05:37:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/22 05:37:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jahavol9nuto' 2025/04/22 05:37:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahavol9nuto': 1 files missing 2025/04/22 05:37:25 NOTICE: 1 hashes missing 2025/04/22 05:37:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahavol9nuto': 2 differences found 2025/04/22 05:37:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahavol9nuto': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/22 05:37:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:37:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahavol9nuto': 0 differences found 2025/04/22 05:37:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jahavol9nuto': 1 matching files 2025/04/22 05:37:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cafujit1xatu" 2025/04/22 05:37:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:37:26 DEBUG : Creating backend with remote "TestDrive:crypt/5gf2hcnhi494m62hh3631mdtu8tvecpvuvclnk19g9dppd50pkeg" 2025/04/22 05:37:27 DEBUG : Creating backend with remote "/tmp/rclone2601732829" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cafujit1xatu'", Local "Local file system at /tmp/rclone2601732829", Modify Window "1ms" 2025/04/22 05:37:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9f484623fa1831f1a5d92d8c5bc2751e OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/22 05:37:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/22 05:37:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cafujit1xatu' 2025/04/22 05:37:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafujit1xatu': 1 files missing 2025/04/22 05:37:29 NOTICE: 1 hashes missing 2025/04/22 05:37:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafujit1xatu': 2 differences found 2025/04/22 05:37:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafujit1xatu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/22 05:37:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:37:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafujit1xatu': 0 differences found 2025/04/22 05:37:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafujit1xatu': 1 matching files 2025/04/22 05:37:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovotax0hoxo" 2025/04/22 05:37:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:37:30 DEBUG : Creating backend with remote "TestDrive:crypt/1raeas34eog20h1rgak2eemfmj7je4ifc8imkugc7cqvqrioaang" 2025/04/22 05:37:31 DEBUG : Creating backend with remote "/tmp/rclone1207422894" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovotax0hoxo'", Local "Local file system at /tmp/rclone1207422894", Modify Window "1ms" 2025/04/22 05:37:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a37705d32929fe43011a3808a6140f7f OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/22 05:37:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/22 05:37:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tovotax0hoxo' 2025/04/22 05:37:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tovotax0hoxo': 1 files missing 2025/04/22 05:37:34 NOTICE: 1 hashes missing 2025/04/22 05:37:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tovotax0hoxo': 2 differences found 2025/04/22 05:37:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tovotax0hoxo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/22 05:37:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/22 05:37:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tovotax0hoxo': 0 differences found 2025/04/22 05:37:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tovotax0hoxo': 1 matching files 2025/04/22 05:37:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovotax0hoxo': Purge remote 2025/04/22 05:37:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cafujit1xatu': Purge remote 2025/04/22 05:37:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jahavol9nuto': Purge remote 2025/04/22 05:37:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ladeser0taje': Purge remote 2025/04/22 05:37:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dalesim4jeso': Purge remote 2025/04/22 05:37:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-segazul6nozo': Purge remote 2025/04/22 05:37:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-repedec1luqu': Purge remote 2025/04/22 05:37:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pidimaj7dozu': Purge remote 2025/04/22 05:37:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-voziyuc9naro': Purge remote 2025/04/22 05:37:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-newasol1qitu': Purge remote --- PASS: TestApplyTransforms (52.22s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:37:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/22 05:37:42 DEBUG : sub/file2: md5 = 6f0a4c2e96f3527555fc44b60cde21ed OK 2025/04/22 05:37:42 INFO : file1: Copied (new) to: sub/file2 2025/04/22 05:37:43 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/22 05:37:43 DEBUG : file1: Unchanged skipping 2025/04/22 05:37:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': don't need to copy/move sub/file2, it is already at target location 2025/04/22 05:37:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.50s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:37:48 DEBUG : dst/file1: md5 = 76044b7a4d7f5c52708a497207e7b2d1 OK 2025/04/22 05:37:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/backup" 2025/04/22 05:37:49 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/1nrff024r7pq65ecp72fc28jb0" 2025/04/22 05:37:50 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/22 05:37:52 INFO : dst/file1: Moved (server-side) 2025/04/22 05:37:54 DEBUG : dst/file1: md5 = ba392d606e020182dd0ee003d1b0442f OK 2025/04/22 05:37:54 INFO : dst/file1: Copied (new) 2025/04/22 05:37:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/22 05:37:57 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/22 05:37:57 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.25s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:37:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/dst" 2025/04/22 05:37:58 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/22 05:38:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/CompareDest" 2025/04/22 05:38:00 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/gveqi14airsml4bgu7krj116o8" 2025/04/22 05:38:01 DEBUG : one: Need to transfer - File not found at Destination 2025/04/22 05:38:03 DEBUG : one: md5 = 96c9eab086bf05598dbc7903a91f91b6 OK 2025/04/22 05:38:03 INFO : one: Copied (new) 2025/04/22 05:38:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/22 05:38:06 DEBUG : one: md5 = 92f913cd9da97d7d96959a32e6c6b504 OK 2025/04/22 05:38:06 INFO : one: Copied (replaced existing) 2025/04/22 05:38:08 DEBUG : dst/one: md5 = c7dd84e302d1879754b92250bb3a460b OK 2025/04/22 05:38:10 DEBUG : CompareDest/one: md5 = d31e1796f1cd1dae66d0b22354ff266e OK 2025/04/22 05:38:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/22 05:38:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/22 05:38:11 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/22 05:38:13 DEBUG : CompareDest/two: md5 = 5093fea8fe4d1e86f003a1de30669229 OK 2025/04/22 05:38:13 DEBUG : two: Need to transfer - File not found at Destination 2025/04/22 05:38:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/22 05:38:14 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/22 05:38:14 DEBUG : two: Need to transfer - File not found at Destination 2025/04/22 05:38:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/22 05:38:15 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/22 05:38:16 DEBUG : two: Need to transfer - File not found at Destination 2025/04/22 05:38:16 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/22 05:38:17 DEBUG : two: md5 = 52ac628745ad690c18b5404bf274cfb3 OK 2025/04/22 05:38:17 INFO : two: Copied (new) 2025/04/22 05:38:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/22 05:38:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:38:21 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/22 05:38:21 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (23.14s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:38:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/dst" 2025/04/22 05:38:21 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/22 05:38:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/CopyDest" 2025/04/22 05:38:23 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/22 05:38:24 DEBUG : one: Need to transfer - File not found at Destination 2025/04/22 05:38:27 DEBUG : one: md5 = 27eef33923f33449e767d2c260727c67 OK 2025/04/22 05:38:27 INFO : one: Copied (new) 2025/04/22 05:38:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/22 05:38:29 DEBUG : one: md5 = 01075a4b6b7bf8c0e39f96fe5134ace1 OK 2025/04/22 05:38:29 INFO : one: Copied (replaced existing) 2025/04/22 05:38:31 DEBUG : dst/one: md5 = 50703cb2c01071ee125fbdcaf3145935 OK 2025/04/22 05:38:33 DEBUG : CopyDest/one: md5 = ca45c5759dfa07124d5e1534239119c3 OK 2025/04/22 05:38:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/BackupDir" 2025/04/22 05:38:34 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/22 05:38:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/22 05:38:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/22 05:38:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/22 05:38:37 INFO : one: Moved (server-side) 2025/04/22 05:38:38 INFO : one: Copied (server-side copy) 2025/04/22 05:38:38 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/22 05:38:40 DEBUG : CopyDest/two: md5 = bd4dec04bbe88024083ed12ac905bd98 OK 2025/04/22 05:38:41 DEBUG : two: Need to transfer - File not found at Destination 2025/04/22 05:38:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/22 05:38:42 INFO : two: Copied (server-side copy) 2025/04/22 05:38:42 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/22 05:38:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/22 05:38:42 DEBUG : two: Unchanged skipping 2025/04/22 05:38:44 DEBUG : CopyDest/three: md5 = 3efa30d2ae9a52d29a8ee82256626de2 OK 2025/04/22 05:38:45 DEBUG : three: Need to transfer - File not found at Destination 2025/04/22 05:38:45 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/22 05:38:45 DEBUG : three: Destination not found in --copy-dest 2025/04/22 05:38:47 DEBUG : three: md5 = a1ea56ba4d9420bd9fe0cbea0d07e0b3 OK 2025/04/22 05:38:47 INFO : three: Copied (new) 2025/04/22 05:38:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/22 05:38:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/22 05:38:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:38:51 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:38:51 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/22 05:38:51 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/22 05:38:52 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (31.35s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.42s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:38:54 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/22 05:38:56 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 3cc6ffa6e7339a7c2a2f58fa3f399067 OK 2025/04/22 05:38:56 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/22 05:38:57 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/22 05:38:57 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/04/22 05:38:58 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/22 05:38:58 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/22 05:39:00 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c8ec2cc1629cf8a61c8e54d114cd2a4c OK 2025/04/22 05:39:00 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/22 05:39:02 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/22 05:39:02 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.81s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:39:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Looking for duplicate names using skip mode. 2025/04/22 05:39:06 NOTICE: one: Found 2 files with duplicate names 2025/04/22 05:39:06 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.39s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:39:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Looking for duplicate names using skip mode. 2025/04/22 05:39:11 NOTICE: one: Found 3 files with duplicate names 2025/04/22 05:39:11 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/22 05:39:11 INFO : one: Deleted 2025/04/22 05:39:11 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.80s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:39:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Looking for duplicate names using first mode. 2025/04/22 05:39:17 NOTICE: one: Found 3 files with duplicate names 2025/04/22 05:39:17 INFO : one: Deleted 2025/04/22 05:39:18 INFO : one: Deleted 2025/04/22 05:39:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.76s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:39:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Looking for duplicate names using newest mode. 2025/04/22 05:39:23 NOTICE: one: Found 3 files with duplicate names 2025/04/22 05:39:23 INFO : one: Deleted 2025/04/22 05:39:24 INFO : one: Deleted 2025/04/22 05:39:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (5.89s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.39s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:39:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Looking for duplicate names using oldest mode. 2025/04/22 05:39:29 NOTICE: one: Found 3 files with duplicate names 2025/04/22 05:39:29 INFO : one: Deleted 2025/04/22 05:39:30 INFO : one: Deleted 2025/04/22 05:39:30 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.08s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:39:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Looking for duplicate names using largest mode. 2025/04/22 05:39:35 NOTICE: one: Found 3 files with duplicate names 2025/04/22 05:39:36 INFO : one: Deleted 2025/04/22 05:39:36 INFO : one: Deleted 2025/04/22 05:39:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.00s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:39:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Looking for duplicate names using smallest mode. 2025/04/22 05:39:41 NOTICE: one: Found 3 files with duplicate names 2025/04/22 05:39:41 INFO : one: Deleted 2025/04/22 05:39:42 INFO : one: Deleted 2025/04/22 05:39:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.89s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:39:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Looking for duplicate names using rename mode. 2025/04/22 05:39:48 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/22 05:39:49 INFO : one-2.txt: renamed from: one.txt 2025/04/22 05:39:50 INFO : one-3.txt: renamed from: one.txt 2025/04/22 05:39:51 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.85s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:39:56 DEBUG : dupe1/one.txt: md5 = 1037f1d5bb5f2c4c0d911ff865f47919 OK 2025/04/22 05:39:58 DEBUG : dupe2/two.txt: md5 = 0bdd029e4a7204d0a2a99a30420b822a OK 2025/04/22 05:40:00 DEBUG : dupe3/three.txt: md5 = 06716a0a6090fa15f327d3c16405e1cb OK 2025/04/22 05:40:00 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/22 05:40:01 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/22 05:40:01 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/22 05:40:02 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/22 05:40:05 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/22 05:40:05 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/22 05:40:05 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (11.97s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:40:07 DEBUG : a.txt: md5 = 517d98377e124d6fa8d14c039df53a7d OK 2025/04/22 05:40:08 DEBUG : zend.txt: md5 = edb8a99109ca8299c260740d3f4e5f17 OK 2025/04/22 05:40:10 DEBUG : sub dir/hello world: md5 = 35133a1628113296bd4e0022598bd29d OK 2025/04/22 05:40:12 DEBUG : sub dir/hello world2: md5 = fe281374aed39d29a2162fba859ceb68 OK 2025/04/22 05:40:14 DEBUG : sub dir/ignore dir/.ignore: md5 = b65fa98eaa730917fbf0a9fba00c613c OK 2025/04/22 05:40:15 DEBUG : sub dir/ignore dir/should be ignored: md5 = 8cb5e11a8fcffbb496db16ae1fd38190 OK 2025/04/22 05:40:17 DEBUG : sub dir/sub sub dir/hello world3: md5 = 53a520379cc3a0a536072f72fb225763 OK 2025/04/22 05:40:18 DEBUG : a.txt: Excluded (Size Filter) 2025/04/22 05:40:18 DEBUG : a.txt: Excluded 2025/04/22 05:40:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/22 05:40:19 DEBUG : sub dir/hello world2: Excluded 2025/04/22 05:40:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/22 05:40:19 DEBUG : sub dir/hello world: Excluded 2025/04/22 05:40:19 DEBUG : sub dir/ignore dir: Excluded 2025/04/22 05:40:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/22 05:40:19 DEBUG : sub dir/hello world2: Excluded 2025/04/22 05:40:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/22 05:40:19 DEBUG : sub dir/hello world: Excluded 2025/04/22 05:40:20 DEBUG : sub dir/ignore dir: Excluded 2025/04/22 05:40:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/22 05:40:25 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/22 05:40:25 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/22 05:40:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/22 05:40:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/22 05:40:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/22 05:40:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (20.37s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:40:27 DEBUG : a.txt: md5 = 49e16eecc3c3219ef87a4ef59e6cfcd5 OK 2025/04/22 05:40:29 DEBUG : zend.txt: md5 = 0e6e8b99b6ed9d49a6c4f110c3576f40 OK 2025/04/22 05:40:31 DEBUG : sub dir/hello world: md5 = dc583f9d91ccb5c48f247ba9e230f2e5 OK 2025/04/22 05:40:32 DEBUG : sub dir/hello world2: md5 = 761fee1a10994d3493ce06c7df393417 OK 2025/04/22 05:40:34 DEBUG : sub dir/ignore dir/.ignore: md5 = d372cd871962736c895275c71b06d97b OK 2025/04/22 05:40:35 DEBUG : sub dir/ignore dir/should be ignored: md5 = 2912dcd15aeeb24d9d26a4480197dd74 OK 2025/04/22 05:40:37 DEBUG : sub dir/sub sub dir/hello world3: md5 = 0dfd19bb71a205321d3f05f5b8e1b26e OK 2025/04/22 05:40:39 DEBUG : a.txt: Excluded (Size Filter) 2025/04/22 05:40:39 DEBUG : a.txt: Excluded 2025/04/22 05:40:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/22 05:40:39 DEBUG : sub dir/hello world: Excluded 2025/04/22 05:40:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/22 05:40:39 DEBUG : sub dir/hello world2: Excluded 2025/04/22 05:40:40 DEBUG : sub dir/ignore dir: Excluded 2025/04/22 05:40:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/22 05:40:40 DEBUG : sub dir/hello world: Excluded 2025/04/22 05:40:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/22 05:40:40 DEBUG : sub dir/hello world2: Excluded 2025/04/22 05:40:40 DEBUG : sub dir/ignore dir: Excluded 2025/04/22 05:40:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/22 05:40:45 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/22 05:40:45 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/22 05:40:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/22 05:40:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/22 05:40:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/04/22 05:40:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (20.34s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:40:48 DEBUG : file1: md5 = ccac4db1ebb7a347f087cb4d2974a497 OK 2025/04/22 05:40:50 DEBUG : sub/file2: md5 = 3642f7c68d8438d2e5ca0a26c16a6fa4 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/04/22 05:40:53 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/22 05:40:53 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/22 05:40:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/22 05:40:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.03s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.45s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.21s) --- PASS: TestListJSON/Metadata (0.62s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:40:57 DEBUG : file1: md5 = fef451b44de54b0c3ef21c3baa468f33 OK 2025/04/22 05:40:59 DEBUG : sub/file2: md5 = b52526355940367c0f240ce5ee6a5e19 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/04/22 05:41:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/notfound" 2025/04/22 05:41:03 DEBUG : Config file has changed externally - reloading 2025/04/22 05:41:03 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/qe0i31qdkoejk60elps0ni5sqk" 2025/04/22 05:41:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.21s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.43s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.21s) --- PASS: TestStatJSON/NotFound (0.41s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.21s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.68s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Making directory 2025/04/22 05:41:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Making directory --- PASS: TestMkdir (0.60s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:09 DEBUG : sub dir/hello world: md5 = 36f4a5eded06e0846356230254db8a50 OK 2025/04/22 05:41:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.40s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:13 DEBUG : potato2: md5 = fc34d689fcb4ce1e0b84de28ab08c88c OK 2025/04/22 05:41:14 DEBUG : empty space: md5 = 0c3ed6adbef2ba29645cc68185256ab3 OK --- PASS: TestLs (4.31s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:17 DEBUG : potato2: md5 = 9a8e79438a46b29a22ccf35328d0c89b OK 2025/04/22 05:41:19 DEBUG : empty space: md5 = 058c91e6564ba04ea2f0b219dcfe2ad9 OK 2025/04/22 05:41:19 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/22 05:41:19 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.54s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:22 DEBUG : potato2: md5 = f689c29e7523a400490e5d4b21bcc157 OK 2025/04/22 05:41:23 DEBUG : empty space: md5 = c7055ea50e61b755204780b778aec350 OK --- PASS: TestLsLong (4.23s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:26 DEBUG : potato2: md5 = 754f0596d060094d4cccd0b6c5e4511b OK 2025/04/22 05:41:27 DEBUG : empty space: md5 = 8dc669bfb5c2473dcba7e9a937d21860 OK --- PASS: TestHashSums (4.07s) === RUN TestHashSumsWithErrors 2025/04/22 05:41:29 DEBUG : Creating backend with remote ":memory:" 2025/04/22 05:41:29 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/22 05:41:29 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/22 05:41:29 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/22 05:41:29 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/22 05:41:29 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/22 05:41:29 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/22 05:41:29 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/22 05:41:29 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/22 05:41:29 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-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:30 DEBUG : potato2: md5 = fc8ba3a8ef108d97a9687348da466046 OK 2025/04/22 05:41:31 DEBUG : empty space: md5 = cb582c86c18ca7cd0eb1b7453044c069 OK 2025/04/22 05:41:34 DEBUG : sub dir/potato3: md5 = b1ae58c110559f2f95597cd3e9e83aff OK 2025/04/22 05:41:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (7.92s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:38 DEBUG : small: md5 = 3925224bdea04709d914dcb31aec6420 OK 2025/04/22 05:41:39 DEBUG : medium: md5 = d3e924c825a25a5b21c2cfc738e3441d OK 2025/04/22 05:41:41 DEBUG : large: md5 = fc19602df426b0bdbf93b822d972fc8c OK 2025/04/22 05:41:41 DEBUG : Waiting for deletions to finish 2025/04/22 05:41:41 DEBUG : large: Excluded (Size Filter) 2025/04/22 05:41:42 INFO : medium: Deleted 2025/04/22 05:41:42 INFO : small: Deleted --- PASS: TestDelete (5.85s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:44 DEBUG : small: md5 = b9f62fc0f01d9649b7cc8d5522ee7dff OK 2025/04/22 05:41:45 DEBUG : medium: md5 = d42626301521753b67db2c6fd93d448c OK 2025/04/22 05:41:47 DEBUG : large: md5 = 2dd1b752e1e02f4cbe575ccdff2aed1a OK 2025/04/22 05:41:47 DEBUG : Waiting for deletions to finish 2025/04/22 05:41:47 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/04/22 05:41:47 INFO : small: Deleted 2025/04/22 05:41:47 INFO : medium: Deleted --- PASS: TestMaxDelete (6.31s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:50 DEBUG : small: md5 = a85c5b18ab06322aff0e763ed54a9cfa OK 2025/04/22 05:41:51 DEBUG : medium: md5 = 89f3969dce314fc0d8cd738e0040c362 OK 2025/04/22 05:41:53 DEBUG : large: md5 = 4ecfeedc4519784d93b03670a099f15c OK 2025/04/22 05:41:53 DEBUG : Waiting for deletions to finish 2025/04/22 05:41:53 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/22 05:41:54 INFO : small: Deleted 2025/04/22 05:41:54 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.15s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:41:56 DEBUG : small: md5 = c23b15704e1fb76c3b15628a0cf5d66e OK 2025/04/22 05:41:58 DEBUG : medium: md5 = c6eacb716791813e9ab7efd590b556a4 OK 2025/04/22 05:41:59 DEBUG : large: md5 = 47f36699f654841f89068e737bdbeb8e OK 2025/04/22 05:41:59 DEBUG : Waiting for deletions to finish 2025/04/22 05:41:59 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/04/22 05:42:00 INFO : large: Deleted 2025/04/22 05:42:00 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.27s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:42:03 DEBUG : ReadFile: md5 = bb45706a0da4a271d074b8b93a946f8a OK --- PASS: TestReadFile (3.72s) === RUN TestRetry 2025/04/22 05:42:05 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/22 05:42:05 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/22 05:42:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/22 05:42:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/22 05:42:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/22 05:42:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/22 05:42:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:42:07 DEBUG : file1: md5 = 3f61f8321ae0e803b375a4c551c4e7dd OK 2025/04/22 05:42:08 DEBUG : file2: md5 = b56fdf7f35f42359b9b684389ef2317b OK --- PASS: TestCat (17.68s) === RUN TestPurge 2025/04/22 05:42:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vemexah8xuqi" 2025/04/22 05:42:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/22 05:42:23 DEBUG : Creating backend with remote "TestDrive:crypt/eu90mgc750kvh408mv49fj6kmfnv3e89unops3rep1qkfnu1jvm0" 2025/04/22 05:42:24 DEBUG : Creating backend with remote "/tmp/rclone2888721196" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vemexah8xuqi'", Local "Local file system at /tmp/rclone2888721196", Modify Window "1ms" 2025/04/22 05:42:28 DEBUG : A1/B1/C1/one: md5 = c719efabcf2d41fc71eae7f32c19148d OK 2025/04/22 05:42:28 INFO : A2: Making directory 2025/04/22 05:42:29 INFO : A1/B2: Making directory 2025/04/22 05:42:29 INFO : A1/B2/C2: Making directory 2025/04/22 05:42:30 INFO : A1/B1/C3: Making directory 2025/04/22 05:42:31 INFO : A3: Making directory 2025/04/22 05:42:31 INFO : A3/B3: Making directory 2025/04/22 05:42:32 INFO : A3/B3/C4: Making directory 2025/04/22 05:42:34 DEBUG : A1/two: md5 = 1a7018b927f54f09390c1d03a7ec0cec OK 2025/04/22 05:42:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vemexah8xuqi': Purge remote 2025/04/22 05:42:37 NOTICE: purge failed: directory not found --- PASS: TestPurge (14.58s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:42:41 DEBUG : A1/B1/C1/one: md5 = 38ba651bec0a4c1a66a9f91707d7a0f6 OK 2025/04/22 05:42:41 INFO : A2: Making directory 2025/04/22 05:42:42 INFO : A1/B2: Making directory 2025/04/22 05:42:42 INFO : A1/B2/C2: Making directory 2025/04/22 05:42:43 INFO : A1/B1/C3: Making directory 2025/04/22 05:42:44 INFO : A3: Making directory 2025/04/22 05:42:45 INFO : A3/B3: Making directory 2025/04/22 05:42:45 INFO : A3/B3/C4: Making directory 2025/04/22 05:42:47 DEBUG : A1/two: md5 = f257f1c3181c1a28eefe90bef4cb1557 OK 2025/04/22 05:42:49 DEBUG : removing 1 level 3 directories 2025/04/22 05:42:49 INFO : A3/B3/C4: Removing directory 2025/04/22 05:42:51 DEBUG : removing 2 level 3 directories 2025/04/22 05:42:51 INFO : A1/B2/C2: Removing directory 2025/04/22 05:42:51 INFO : A1/B1/C3: Removing directory 2025/04/22 05:42:52 DEBUG : removing 2 level 2 directories 2025/04/22 05:42:52 INFO : A3/B3: Removing directory 2025/04/22 05:42:52 INFO : A1/B2: Removing directory 2025/04/22 05:42:52 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/22 05:42:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/22 05:42:52 DEBUG : removing 2 level 1 directories 2025/04/22 05:42:52 INFO : A3: Removing directory 2025/04/22 05:42:52 INFO : A2: Removing directory 2025/04/22 05:42:53 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/22 05:42:56 DEBUG : removing 1 level 3 directories 2025/04/22 05:42:56 INFO : A1/B1/C1: Removing directory 2025/04/22 05:42:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:57 DEBUG : removing 1 level 2 directories 2025/04/22 05:42:57 INFO : A1/B1: Removing directory 2025/04/22 05:42:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/22 05:42:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/22 05:42:57 DEBUG : removing 1 level 1 directories 2025/04/22 05:42:57 INFO : A1: Removing directory 2025/04/22 05:42:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/22 05:42:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/22 05:42:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/22 05:42:58 DEBUG : removing 1 level 0 directories 2025/04/22 05:42:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Removing directory 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/22 05:42:58 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" --- PASS: TestRmdirsNoLeaveRoot (22.16s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:43:00 INFO : A1: Making directory 2025/04/22 05:43:01 INFO : A1/B1: Making directory 2025/04/22 05:43:02 INFO : A1/B1/C1: Making directory 2025/04/22 05:43:04 DEBUG : removing 1 level 3 directories 2025/04/22 05:43:04 INFO : A1/B1/C1: Removing directory 2025/04/22 05:43:05 DEBUG : removing 1 level 2 directories 2025/04/22 05:43:05 INFO : A1/B1: Removing directory 2025/04/22 05:43:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/22 05:43:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.41s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:43:07 INFO : A1: Making directory 2025/04/22 05:43:08 INFO : A1/B1: Making directory 2025/04/22 05:43:08 INFO : A1/B1/C1: Making directory 2025/04/22 05:43:11 DEBUG : removing 1 level 3 directories 2025/04/22 05:43:11 INFO : A1/B1/C1: Removing directory 2025/04/22 05:43:12 DEBUG : removing 1 level 2 directories 2025/04/22 05:43:12 INFO : A1/B1: Removing directory 2025/04/22 05:43:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/22 05:43:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (6.94s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:43:15 DEBUG : file1: md5 = 494c96e8c4c3c9b120c7c58856ccb656 OK 2025/04/22 05:43:16 DEBUG : filename.txt: File name found in url 2025/04/22 05:43:17 DEBUG : filename.txt: md5 = 160cdde9a3181327756d5ede682f1602 OK 2025/04/22 05:43:17 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/22 05:43:19 DEBUG : headerfilename.txt: md5 = 0b21d2e3d6da011b551a81c7028ea00f OK 2025/04/22 05:43:20 DEBUG : file2: md5 = 5f9d21549c8389bd5cfbe7e131a726b4 OK --- PASS: TestCopyURL (8.17s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:43:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/22 05:43:24 DEBUG : sub/file2: md5 = 0933a8a126d7edf4de50ec2e540be015 OK 2025/04/22 05:43:24 INFO : file1: Copied (new) to: sub/file2 2025/04/22 05:43:24 INFO : file1: Deleted 2025/04/22 05:43:25 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/22 05:43:25 DEBUG : file1: Unchanged skipping 2025/04/22 05:43:25 INFO : file1: Deleted 2025/04/22 05:43:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': don't need to copy/move sub/file2, it is already at target location 2025/04/22 05:43:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.83s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:43:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/22 05:43:29 DEBUG : file1: md5 = 17494fea063367707ee2ef6e0c662b80 OK 2025/04/22 05:43:29 INFO : file1: Copied (new) 2025/04/22 05:43:29 INFO : file1: Deleted 2025/04/22 05:43:30 DEBUG : file1: Destination exists, skipping 2025/04/22 05:43:30 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.04s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.41s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.40s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:43:34 DEBUG : dst/file1: md5 = c04e47097c9be014c8ef6f6230a89556 OK 2025/04/22 05:43:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefogeb5leri/backup" 2025/04/22 05:43:35 DEBUG : Config file has changed externally - reloading 2025/04/22 05:43:35 DEBUG : Creating backend with remote "TestDrive:crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig/1nrff024r7pq65ecp72fc28jb0" 2025/04/22 05:43:36 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/22 05:43:38 INFO : dst/file1: Moved (server-side) 2025/04/22 05:43:40 DEBUG : dst/file1: md5 = fffe231ec7e924689cc1c3514d4b9fb2 OK 2025/04/22 05:43:40 INFO : dst/file1: Copied (new) 2025/04/22 05:43:40 INFO : dst/file1: Deleted 2025/04/22 05:43:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/22 05:43:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/22 05:43:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.35s) === 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-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:43:46 DEBUG : A1/one: md5 = ac50c536fa8cc82398978cff21641886 OK 2025/04/22 05:43:47 DEBUG : A1/two: md5 = 02542754d5471e04f81892857e75acc7 OK 2025/04/22 05:43:49 DEBUG : A1/B1/three: md5 = 98eca19f0f52442b086d8b4eef706d29 OK 2025/04/22 05:43:51 DEBUG : A1/B1/C1/four: md5 = 00f726969fa4b732a818eee89ac8b6c9 OK 2025/04/22 05:43:53 DEBUG : A1/B1/C2/five: md5 = 633c6346425bf6c914268dcae822655e OK 2025/04/22 05:43:53 INFO : A1/B2: Making directory 2025/04/22 05:43:54 INFO : A1/B1/C3: Making directory 2025/04/22 05:44:03 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/22 05:44:03 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/22 05:44:03 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/22 05:44:03 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/22 05:44:03 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/22 05:44:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/22 05:44:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/22 05:44:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/22 05:44:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/22 05:44:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/22 05:44:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/22 05:44:15 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/22 05:44:15 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/22 05:44:15 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/22 05:44:15 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/22 05:44:16 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/22 05:44:19 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/22 05:44:19 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/22 05:44:19 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/22 05:44:19 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/22 05:44:19 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/22 05:44:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/22 05:44:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/22 05:44:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/22 05:44:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/22 05:44:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/22 05:44:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/22 05:44:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/22 05:44:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/22 05:44:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/22 05:44:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.01s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" --- PASS: TestGetFsInfo (0.40s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:44:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': File to upload is small (34 bytes), uploading instead of streaming 2025/04/22 05:44:30 DEBUG : no_checksum_small_file_from_pipe: md5 = 56db515ffcec8fd2f22c45c25ae40f4b OK 2025/04/22 05:44:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/22 05:44:30 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/22 05:44:31 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/22 05:44:32 DEBUG : no_checksum_big_file_from_pipe: md5 = 5deefc537aab098102cf1d992dff416b OK 2025/04/22 05:44:32 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:44:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': File to upload is small (34 bytes), uploading instead of streaming 2025/04/22 05:44:35 DEBUG : with_checksum_small_file_from_pipe: md5 = ab40eaf3e05f132123708453da85dfa6 OK 2025/04/22 05:44:35 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/22 05:44:36 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/22 05:44:36 DEBUG : with_checksum_big_file_from_pipe: md5 = 148d4273018c7a46118481ec85b51755 OK 2025/04/22 05:44:36 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:44:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': File to upload is small (34 bytes), uploading instead of streaming 2025/04/22 05:44:40 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/22 05:44:40 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/22 05:44:41 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-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:44:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': File to upload is small (34 bytes), uploading instead of streaming 2025/04/22 05:44:44 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/22 05:44:45 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/22 05:44:46 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.77s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.81s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.67s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.58s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.72s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/22 05:44:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': File to upload is small (48 bytes), uploading instead of streaming 2025/04/22 05:44:49 DEBUG : rcat_metadata: md5 = 21cf22997991b71a08cb74ef7ac71409 OK 2025/04/22 05:44:49 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/22 05:44:51 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/22 05:44:51 DEBUG : rcat_metadata_uploadcutoff0: md5 = 14aa29b1fb99297c4f6d9d4c1cbed972 OK 2025/04/22 05:44:51 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.51s) --- PASS: TestRcatMetadata/Normal (2.37s) --- PASS: TestRcatMetadata/ViaDisk (2.70s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:44:54 DEBUG : potato1: md5 = 5df461a4f85adfcf07e20ee2789244a0 OK 2025/04/22 05:44:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': File to upload is small (60 bytes), uploading instead of streaming 2025/04/22 05:44:56 DEBUG : potato2: md5 = b344a11ba10e01ae0309e0e2888d67d5 OK 2025/04/22 05:44:56 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.20s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:44:58 DEBUG : potato1: md5 = 6804becc36c5aedb55bf081bf5664d43 OK 2025/04/22 05:44:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': File to upload is small (60 bytes), uploading instead of streaming 2025/04/22 05:45:00 DEBUG : potato2: md5 = 5965f73a656cd17017b6481a5df86f78 OK 2025/04/22 05:45:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.63s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:45:03 DEBUG : potato2: md5 = 484dd3144cdb75c1458383d5a6574435 OK 2025/04/22 05:45:04 DEBUG : empty space: md5 = 284370e7fc1b0204cd2df64e46886758 OK 2025/04/22 05:45:06 DEBUG : sub dir/potato3: md5 = f472038d3b78131cf127040071c8c443 OK 2025/04/22 05:45:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Touching "sub dir/potato3" 2025/04/22 05:45:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Touching "empty space" 2025/04/22 05:45:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Touching "potato2" 2025/04/22 05:45:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.39s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:45:11 DEBUG : dir with metadata: Making directory with metadata 2025/04/22 05:45:12 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.25s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:45:13 DEBUG : directory with modtime: Making directory with metadata 2025/04/22 05:45:14 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.29s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:45:16 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/22 05:45:16 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/22 05:45:16 DEBUG : Google drive root 'crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig': Skipping btime metadata as can't update it on an existing file: 2025-04-22T05:45:16.047317375Z 2025/04/22 05:45:16 INFO : non existent directory: Updated directory metadata 2025/04/22 05:45:18 DEBUG : Google drive root 'crypt/ir9gddovoqtncgnln3el61cv8r3mt975bmu47tjg0483km8qviig': Skipping btime metadata as can't update it on an existing file: 2025-04-22T05:45:16.047317375Z 2025/04/22 05:45:19 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.81s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:45:20 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/22 05:45:22 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/22 05:45:23 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.83s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:45:24 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/22 05:45:24 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/22 05:45:24 DEBUG : dst: Making directory with metadata 2025/04/22 05:45:25 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/22 05:45:25 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/22 05:45:25 INFO : dst: Set directory modification time (using SetModTime) 2025/04/22 05:45:26 INFO : dst: Set directory modification time (using SetModTime) 2025/04/22 05:45:26 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/22 05:45:26 INFO : dst: Set directory modification time (using SetModTime) 2025/04/22 05:45:26 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.31s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri'", Local "Local file system at /tmp/rclone1314963797", Modify Window "1ms" 2025/04/22 05:45:30 DEBUG : sub dir/test remove existing: md5 = 35ee7285663ad46b06a52c6d8466f71a OK 2025/04/22 05:45:31 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 11bbcabaa817a1d35bdab1f00b884c32 OK 2025/04/22 05:45:33 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.lenifig0" before starting 2025/04/22 05:45:34 DEBUG : sub dir/test remove existing.lenifig0: TEST: removing renamed existing file after operation 2025/04/22 05:45:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sihahaq6" before starting 2025/04/22 05:45:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sihahaq6: TEST: renaming existing back after failed operation 2025/04/22 05:45:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.guluhir5" before starting 2025/04/22 05:45:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.guluhir5: TEST: removing renamed existing file after operation 2025/04/22 05:45:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "5kuuvidudtps3pe6hesj2r25tb81ibi4rfc7usl1cf215b601tag" 2025/04/22 05:45:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "qck0hbqbcc2tq942bsgb00m8urufmqnt6co10fe07oki00qeesk1u59vluqsiif5an58o09v50f3orfoallqf678tc44uddci0k1g5hkt5oooip3nu44sdf14m98podpvnuevguqbo9ji6f6410l08gpk4jkheba70iq4gdqfvgshj7e7dl0" --- PASS: TestRemoveExisting (12.58s) === 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/04/22 05:45:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefogeb5leri': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m19.34836084s (try 1/5)