"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/11/14 21:24:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi" 2024/11/14 21:24:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:24:01 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0" 2024/11/14 21:24:02 DEBUG : Creating backend with remote "/tmp/rclone2095352335" === 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-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/14 21:24:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/14 21:24:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/14 21:24:03 DEBUG : potato: Seek from 10 to 0 2024/11/14 21:24:03 DEBUG : potato: Seek from 10 to 0 2024/11/14 21:24:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/14 21:24:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/14 21:24:03 DEBUG : potato: Seek from 5 to 2 2024/11/14 21:24:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/14 21:24:03 DEBUG : potato: Seek from 7 to 0 2024/11/14 21:24:03 DEBUG : potato: Seek from 7 to 0 2024/11/14 21:24:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/14 21:24:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/14 21:24:03 DEBUG : potato: Seek from 5 to 2 2024/11/14 21:24:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/14 21:24:03 DEBUG : potato: Seek from 8 to 0 2024/11/14 21:24:03 DEBUG : potato: Seek from 8 to 0 2024/11/14 21:24:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/14 21:24:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/14 21:24:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/14 21:24:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/14 21:24:03 DEBUG : potato: Seek from 5 to 2 2024/11/14 21:24:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/14 21:24:03 DEBUG : potato: Seek from 9 to 0 2024/11/14 21:24:03 DEBUG : potato: Seek from 9 to 0 2024/11/14 21:24:03 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-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:24:06 DEBUG : rutabaga: md5 = c74800b4e9645f870719bcb69eb46904 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/14 21:24:08 DEBUG : empty space: md5 = 1ff8b81fe382fdf58b6219d31946b2a5 OK === RUN TestCheck/3 2024/11/14 21:24:10 DEBUG : potato2: md5 = d49ddaf1983249da06f879be0a86f982 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/14 21:24:13 DEBUG : remotepotato: md5 = 6be2384ebdc6d5b257af6c1570d75e5b OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.32s) --- PASS: TestCheck/1 (0.29s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2024/11/14 21:24:17 DEBUG : Creating backend with remote "nonexistent" 2024/11/14 21:24:17 DEBUG : Creating backend with remote "nonexistent" 2024/11/14 21:24:17 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/14 21:24:17 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/11/14 21:24:17 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/14 21:24:17 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-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:24:19 DEBUG : rutabaga: md5 = de5fb0b4959f87562b0dcb435428a9c8 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/14 21:24:24 DEBUG : empty space: md5 = f35bb3277244879f828486a6c66e4ede OK === RUN TestCheckDownload/3 2024/11/14 21:24:27 DEBUG : potato2: md5 = 1e50ee8c19cb690419b66536d737ceb4 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/14 21:24:34 DEBUG : remotepotato: md5 = b656eb14fb061ae5231d46b5f2d85f97 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.77s) --- PASS: TestCheckDownload/1 (1.47s) --- PASS: TestCheckDownload/2 (1.37s) --- PASS: TestCheckDownload/3 (1.59s) --- PASS: TestCheckDownload/4 (1.30s) --- PASS: TestCheckDownload/5 (1.74s) --- PASS: TestCheckDownload/6 (1.42s) --- PASS: TestCheckDownload/7 (0.91s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:24:41 DEBUG : rutabaga: md5 = dca5c78565b114289670eae6bc363ee6 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/14 21:24:44 DEBUG : empty space: md5 = 02f99f34619721a01b9706966674bfa5 OK === RUN TestCheckSizeOnly/3 2024/11/14 21:24:47 DEBUG : potato2: md5 = e682b86e188609cdc9906ddbfd55670b OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/14 21:24:49 DEBUG : remotepotato: md5 = 1de9d745b391f6b34065be405f402c08 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.57s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.30s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.32s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:24:55 DEBUG : test.sum: md5 = b86e40f934de84878b6630de25b5173e OK 2024/11/14 21:24:56 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/14 21:24:56 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/14 21:24:56 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/14 21:24:56 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/14 21:24:58 DEBUG : test.sum: md5 = 18da6d5cc228f556389540d67b6a66f6 OK 2024/11/14 21:25:00 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/14 21:25:00 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/14 21:25:00 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/14 21:25:00 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.47s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:25:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/data" 2024/11/14 21:25:01 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.08s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:25:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/data" 2024/11/14 21:25:03 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/vjrnln8ratgmqakfosrqe8espk" 2024/11/14 21:25:08 DEBUG : data/banana: md5 = f986e31953e037ea5f2be94f5be19d86 OK 2024/11/14 21:25:10 DEBUG : test.sum: md5 = 51e70d0b60abfc8dcdf36fc2f6c4c96f OK === RUN TestCheckSumDownload/subtest1 2024/11/14 21:25:15 DEBUG : data/potato: md5 = 4645552f1f78b6a13ae57fa676f17c0a OK 2024/11/14 21:25:17 DEBUG : test.sum: md5 = bf76c73b76c9534184af4db569768216 OK === RUN TestCheckSumDownload/subtest2 2024/11/14 21:25:21 DEBUG : test.sum: md5 = d2ca7ec0166aa7e87197405e232972d0 OK === RUN TestCheckSumDownload/subtest3 2024/11/14 21:25:27 DEBUG : test.sum: md5 = a71257f715d5b458cf1fdee528f530cc OK === RUN TestCheckSumDownload/subtest4 2024/11/14 21:25:32 DEBUG : test.sum: md5 = 08e0500501821810de07e7c5a281f3ea OK === RUN TestCheckSumDownload/subtest5 2024/11/14 21:25:38 DEBUG : test.sum: md5 = a0cf913ead0a0221060d1c349bed2459 OK === RUN TestCheckSumDownload/subtest6 2024/11/14 21:25:43 DEBUG : data/banana: md5 = b2f963240e0373cbba0f91158348f6c8 OK 2024/11/14 21:25:46 DEBUG : data/potato: md5 = 73388ea3444d06f86483e9ffc5d00d32 OK 2024/11/14 21:25:47 DEBUG : test.sum: md5 = 6dfda91072389c6a67c92dc7172871dd OK === RUN TestCheckSumDownload/subtest7 2024/11/14 21:25:57 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/11/14 21:25:57 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (55.22s) --- PASS: TestCheckSumDownload/subtest1 (2.80s) --- PASS: TestCheckSumDownload/subtest2 (2.37s) --- PASS: TestCheckSumDownload/subtest3 (2.70s) --- PASS: TestCheckSumDownload/subtest4 (2.86s) --- PASS: TestCheckSumDownload/subtest5 (3.68s) --- PASS: TestCheckSumDownload/subtest6 (2.35s) --- PASS: TestCheckSumDownload/subtest7 (3.97s) === RUN TestApplyTransforms 2024/11/14 21:25:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yupucof0huha" 2024/11/14 21:25:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:25:58 DEBUG : Creating backend with remote "TestDrive:crypt/nmu4c2fe8o9g2pci6brpkbshb9e0245u5dntbo11rr3a4gvf8gv0" 2024/11/14 21:25:59 DEBUG : Creating backend with remote "/tmp/rclone1134253446" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yupucof0huha'", Local "Local file system at /tmp/rclone1134253446", Modify Window "1ms" 2024/11/14 21:26:02 DEBUG : hello, world!: md5 = 862ab58876935aa2fb0124d2f2cae1f3 OK upper checkfile vs. lower remote (without normalization) 2024/11/14 21:26:04 ERROR : hello, world!: sum not found 2024/11/14 21:26:04 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yupucof0huha' 2024/11/14 21:26:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yupucof0huha': 1 files missing 2024/11/14 21:26:04 NOTICE: 1 hashes missing 2024/11/14 21:26:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yupucof0huha': 2 differences found 2024/11/14 21:26:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yupucof0huha': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/14 21:26:06 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:26:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yupucof0huha': 0 differences found 2024/11/14 21:26:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yupucof0huha': 1 matching files 2024/11/14 21:26:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jarajih6pisa" 2024/11/14 21:26:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:26:06 DEBUG : Creating backend with remote "TestDrive:crypt/i7solrq0up5tn1784fmfmo5561vranmt2f15b6pc6o1egg93l97g" 2024/11/14 21:26:07 DEBUG : Creating backend with remote "/tmp/rclone3134324930" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jarajih6pisa'", Local "Local file system at /tmp/rclone3134324930", Modify Window "1ms" 2024/11/14 21:26:10 DEBUG : HELLO, WORLD!: md5 = b41037921ad355632af6df7600cdf432 OK lower checkfile vs. upper remote (without normalization) 2024/11/14 21:26:11 ERROR : HELLO, WORLD!: sum not found 2024/11/14 21:26:11 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jarajih6pisa' 2024/11/14 21:26:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jarajih6pisa': 1 files missing 2024/11/14 21:26:11 NOTICE: 1 hashes missing 2024/11/14 21:26:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jarajih6pisa': 2 differences found 2024/11/14 21:26:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jarajih6pisa': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/14 21:26:12 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:26:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jarajih6pisa': 0 differences found 2024/11/14 21:26:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jarajih6pisa': 1 matching files 2024/11/14 21:26:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nucatuy5puve" 2024/11/14 21:26:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:26:12 DEBUG : Creating backend with remote "TestDrive:crypt/uddrvjk3cqe3cknftfgdja303cgngadc20ql6ri373h30btig7j0" 2024/11/14 21:26:13 DEBUG : Creating backend with remote "/tmp/rclone702877851" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nucatuy5puve'", Local "Local file system at /tmp/rclone702877851", Modify Window "1ms" 2024/11/14 21:26:16 DEBUG : HeLlO, wOrLd!: md5 = 797a586a964ed81d65e202b7c02a5c5c OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/14 21:26:17 ERROR : HeLlO, wOrLd!: sum not found 2024/11/14 21:26:17 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nucatuy5puve' 2024/11/14 21:26:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucatuy5puve': 1 files missing 2024/11/14 21:26:17 NOTICE: 1 hashes missing 2024/11/14 21:26:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucatuy5puve': 2 differences found 2024/11/14 21:26:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucatuy5puve': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/14 21:26:19 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:26:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucatuy5puve': 0 differences found 2024/11/14 21:26:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucatuy5puve': 1 matching files 2024/11/14 21:26:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qiwajej6noxe" 2024/11/14 21:26:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:26:19 DEBUG : Creating backend with remote "TestDrive:crypt/6av7d91cakfkr89etge7froolqkd0g1eftf9b2d26dj0d4elmm4g" 2024/11/14 21:26:20 DEBUG : Creating backend with remote "/tmp/rclone1615334075" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qiwajej6noxe'", Local "Local file system at /tmp/rclone1615334075", Modify Window "1ms" 2024/11/14 21:26:23 DEBUG : HELLO, WORLD!: md5 = 3afd90354c214ebc4c21d03080c37ed0 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/14 21:26:23 ERROR : HELLO, WORLD!: sum not found 2024/11/14 21:26:23 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qiwajej6noxe' 2024/11/14 21:26:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwajej6noxe': 1 files missing 2024/11/14 21:26:23 NOTICE: 1 hashes missing 2024/11/14 21:26:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwajej6noxe': 2 differences found 2024/11/14 21:26:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwajej6noxe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/14 21:26:24 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:26:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwajej6noxe': 0 differences found 2024/11/14 21:26:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwajej6noxe': 1 matching files 2024/11/14 21:26:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bijigiz6ruri" 2024/11/14 21:26:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:26:24 DEBUG : Creating backend with remote "TestDrive:crypt/bonjffp5jrrib1ruabtgvrsdac6pcr53g4vmfq9ib9ect0335870" 2024/11/14 21:26:25 DEBUG : Creating backend with remote "/tmp/rclone1436793337" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bijigiz6ruri'", Local "Local file system at /tmp/rclone1436793337", Modify Window "1ms" 2024/11/14 21:26:28 DEBUG : 測試_Русский___ě_áñ: md5 = 918fa707c32fef464a2478caf51f4163 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/14 21:26:29 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/14 21:26:29 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bijigiz6ruri' 2024/11/14 21:26:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijigiz6ruri': 1 files missing 2024/11/14 21:26:29 NOTICE: 1 hashes missing 2024/11/14 21:26:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijigiz6ruri': 2 differences found 2024/11/14 21:26:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijigiz6ruri': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/14 21:26:30 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:26:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijigiz6ruri': 0 differences found 2024/11/14 21:26:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bijigiz6ruri': 1 matching files 2024/11/14 21:26:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-racahir5wude" 2024/11/14 21:26:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:26:30 DEBUG : Creating backend with remote "TestDrive:crypt/8335c5i8qo9jg2gsdu557fj0tfbhfublcf0rqc82t76e0ee4b1bg" 2024/11/14 21:26:31 DEBUG : Creating backend with remote "/tmp/rclone1920903028" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-racahir5wude'", Local "Local file system at /tmp/rclone1920903028", Modify Window "1ms" 2024/11/14 21:26:35 DEBUG : 測試_Русский___ě_áñ: md5 = b882cdd9bc5a9290b2a40f2a73d1052b OK NFC checkfile vs. NFD remote (without normalization) 2024/11/14 21:26:35 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/14 21:26:35 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-racahir5wude' 2024/11/14 21:26:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racahir5wude': 1 files missing 2024/11/14 21:26:35 NOTICE: 1 hashes missing 2024/11/14 21:26:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racahir5wude': 2 differences found 2024/11/14 21:26:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racahir5wude': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/14 21:26:37 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:26:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racahir5wude': 0 differences found 2024/11/14 21:26:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racahir5wude': 1 matching files 2024/11/14 21:26:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cihiqiw6fuva" 2024/11/14 21:26:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:26:37 DEBUG : Creating backend with remote "TestDrive:crypt/etvck126gabmlqat4nc9on0qg9es9iji9udj33d95dg4fdh1kvkg" 2024/11/14 21:26:38 DEBUG : Creating backend with remote "/tmp/rclone1499041208" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cihiqiw6fuva'", Local "Local file system at /tmp/rclone1499041208", Modify Window "1ms" 2024/11/14 21:26:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 27ea6eb76f8d2afd9550b6d61f73b3cc OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/14 21:26:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/14 21:26:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cihiqiw6fuva' 2024/11/14 21:26:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cihiqiw6fuva': 1 files missing 2024/11/14 21:26:41 NOTICE: 1 hashes missing 2024/11/14 21:26:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cihiqiw6fuva': 2 differences found 2024/11/14 21:26:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cihiqiw6fuva': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/14 21:26:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:26:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cihiqiw6fuva': 0 differences found 2024/11/14 21:26:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cihiqiw6fuva': 1 matching files 2024/11/14 21:26:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xuhutev8hevi" 2024/11/14 21:26:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:26:42 DEBUG : Creating backend with remote "TestDrive:crypt/r1ncp0auhui70ag2sgek9jko1lgtum20ktc3gto1msse8jovtkag" 2024/11/14 21:26:43 DEBUG : Creating backend with remote "/tmp/rclone2616496533" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xuhutev8hevi'", Local "Local file system at /tmp/rclone2616496533", Modify Window "1ms" 2024/11/14 21:26:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0d72e320b0f902117d6a564a9811a3e6 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/14 21:26:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/14 21:26:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xuhutev8hevi' 2024/11/14 21:26:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuhutev8hevi': 1 files missing 2024/11/14 21:26:49 NOTICE: 1 hashes missing 2024/11/14 21:26:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuhutev8hevi': 2 differences found 2024/11/14 21:26:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuhutev8hevi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/14 21:26:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:26:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuhutev8hevi': 0 differences found 2024/11/14 21:26:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuhutev8hevi': 1 matching files 2024/11/14 21:26:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vapozuh8yaye" 2024/11/14 21:26:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:26:50 DEBUG : Creating backend with remote "TestDrive:crypt/if74o9dp7cq0cqbr56ht4jv7imo60iaehrg2033tpr9cieuctq5g" 2024/11/14 21:26:51 DEBUG : Creating backend with remote "/tmp/rclone3757455022" 2024/11/14 21:26:51 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vapozuh8yaye'", Local "Local file system at /tmp/rclone3757455022", Modify Window "1ms" 2024/11/14 21:26:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 55f3f2658443c8f1917a42f114297b9b OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/14 21:26:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/14 21:26:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vapozuh8yaye' 2024/11/14 21:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapozuh8yaye': 1 files missing 2024/11/14 21:26:55 NOTICE: 1 hashes missing 2024/11/14 21:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapozuh8yaye': 2 differences found 2024/11/14 21:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapozuh8yaye': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/14 21:26:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:26:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapozuh8yaye': 0 differences found 2024/11/14 21:26:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vapozuh8yaye': 1 matching files 2024/11/14 21:26:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-huronuq8rogi" 2024/11/14 21:26:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:26:57 DEBUG : Creating backend with remote "TestDrive:crypt/5f6moe0dbt3b1a416o6cf7eh660s0sgdejjeehh3dg42n8qbhi0g" 2024/11/14 21:26:58 DEBUG : Creating backend with remote "/tmp/rclone1211541232" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-huronuq8rogi'", Local "Local file system at /tmp/rclone1211541232", Modify Window "1ms" 2024/11/14 21:27:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3b61c23ccc3f14e194976db34939edee OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/14 21:27:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/14 21:27:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-huronuq8rogi' 2024/11/14 21:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huronuq8rogi': 1 files missing 2024/11/14 21:27:01 NOTICE: 1 hashes missing 2024/11/14 21:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huronuq8rogi': 2 differences found 2024/11/14 21:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huronuq8rogi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/14 21:27:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 21:27:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huronuq8rogi': 0 differences found 2024/11/14 21:27:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huronuq8rogi': 1 matching files 2024/11/14 21:27:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huronuq8rogi': Purge remote 2024/11/14 21:27:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vapozuh8yaye': Purge remote 2024/11/14 21:27:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xuhutev8hevi': Purge remote 2024/11/14 21:27:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cihiqiw6fuva': Purge remote 2024/11/14 21:27:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-racahir5wude': Purge remote 2024/11/14 21:27:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bijigiz6ruri': Purge remote 2024/11/14 21:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qiwajej6noxe': Purge remote 2024/11/14 21:27:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nucatuy5puve': Purge remote 2024/11/14 21:27:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jarajih6pisa': Purge remote 2024/11/14 21:27:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yupucof0huha': Purge remote --- PASS: TestApplyTransforms (71.64s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:27:13 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/14 21:27:16 DEBUG : sub/file2: md5 = 7e0eeca7ebd224ff379b151e56b9f65b OK 2024/11/14 21:27:16 INFO : file1: Copied (new) to: sub/file2 2024/11/14 21:27:19 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/14 21:27:19 DEBUG : file1: Unchanged skipping 2024/11/14 21:27:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': don't need to copy/move sub/file2, it is already at target location 2024/11/14 21:27:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (12.83s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:27:26 DEBUG : dst/file1: md5 = a45243982bb069ce81fb43de2ae04296 OK 2024/11/14 21:27:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/backup" 2024/11/14 21:27:27 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/1nrff024r7pq65ecp72fc28jb0" 2024/11/14 21:27:28 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/14 21:27:32 INFO : dst/file1: Moved (server-side) 2024/11/14 21:27:34 DEBUG : dst/file1: md5 = ea6aebb59bff5c8f09eb540fd0d8b7ba OK 2024/11/14 21:27:34 INFO : dst/file1: Copied (new) 2024/11/14 21:27:37 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 21:27:38 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 21:27:39 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (16.99s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:27:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/dst" 2024/11/14 21:27:40 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 21:27:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/CompareDest" 2024/11/14 21:27:42 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/gveqi14airsml4bgu7krj116o8" 2024/11/14 21:27:44 DEBUG : one: Need to transfer - File not found at Destination 2024/11/14 21:27:47 DEBUG : one: md5 = 66bbc78e0a3a52723d49cd4ce97396a2 OK 2024/11/14 21:27:47 INFO : one: Copied (new) 2024/11/14 21:27:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 21:27:53 DEBUG : one: md5 = b223a8c7aa48f842a37c692511f86f4c OK 2024/11/14 21:27:53 INFO : one: Copied (replaced existing) 2024/11/14 21:28:04 DEBUG : dst/one: md5 = d2a7624605bef76fe862b1684a0ea73f OK 2024/11/14 21:28:07 DEBUG : CompareDest/one: md5 = 448d4e86f511c9e83de0c8767b817bad OK 2024/11/14 21:28:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 21:28:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 21:28:18 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/14 21:28:34 DEBUG : CompareDest/two: md5 = 8dfb4b8f821cf2556348f95386ccf8de OK 2024/11/14 21:28:35 DEBUG : two: Need to transfer - File not found at Destination 2024/11/14 21:28:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 21:28:36 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/14 21:28:36 DEBUG : two: Need to transfer - File not found at Destination 2024/11/14 21:28:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 21:28:37 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/14 21:28:38 DEBUG : two: Need to transfer - File not found at Destination 2024/11/14 21:28:38 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/14 21:28:40 DEBUG : two: md5 = b9d3d8e60750f93672165828f246eedc OK 2024/11/14 21:28:40 INFO : two: Copied (new) 2024/11/14 21:28:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 21:28:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:28:45 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:28:45 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (66.03s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:28:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/dst" 2024/11/14 21:28:46 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 21:28:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/CopyDest" 2024/11/14 21:28:48 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/14 21:28:50 DEBUG : one: Need to transfer - File not found at Destination 2024/11/14 21:28:53 DEBUG : one: md5 = d6fa4fdc71e869f9e01ab2c3b92215f4 OK 2024/11/14 21:28:53 INFO : one: Copied (new) 2024/11/14 21:28:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 21:28:56 DEBUG : one: md5 = 08610fa998a967275f824ab2f0d219e9 OK 2024/11/14 21:28:56 INFO : one: Copied (replaced existing) 2024/11/14 21:29:03 DEBUG : dst/one: md5 = 4379f74029c9f6ebb35a76d3f96b7be9 OK 2024/11/14 21:29:06 DEBUG : CopyDest/one: md5 = 63811901160fd84ac9f54bb38150596b OK 2024/11/14 21:29:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/BackupDir" 2024/11/14 21:29:07 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/14 21:29:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 21:29:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 21:29:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 21:29:12 INFO : one: Moved (server-side) 2024/11/14 21:29:13 INFO : one: Copied (server-side copy) 2024/11/14 21:29:13 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/14 21:29:16 DEBUG : CopyDest/two: md5 = b9a2b2b82c9987692c2799a8ea755ea4 OK 2024/11/14 21:29:17 DEBUG : two: Need to transfer - File not found at Destination 2024/11/14 21:29:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 21:29:19 INFO : two: Copied (server-side copy) 2024/11/14 21:29:19 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/14 21:29:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 21:29:20 DEBUG : two: Unchanged skipping 2024/11/14 21:29:22 DEBUG : CopyDest/three: md5 = 0b14c96171044fa0e0f249ab301396b6 OK 2024/11/14 21:29:23 DEBUG : three: Need to transfer - File not found at Destination 2024/11/14 21:29:23 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/14 21:29:23 DEBUG : three: Destination not found in --copy-dest 2024/11/14 21:29:25 DEBUG : three: md5 = 21a22d77b2b98a400a7e8a348b985343 OK 2024/11/14 21:29:25 INFO : three: Copied (new) 2024/11/14 21:29:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/14 21:29:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:29:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 21:29:32 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 21:29:32 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:29:32 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/14 21:29:33 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (47.76s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:29:35 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/14 21:29:38 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 07514a48428233304978431caa775661 OK 2024/11/14 21:29:38 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/14 21:29:39 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/14 21:29:39 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 2024/11/14 21:29:40 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/14 21:29:41 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/14 21:29:42 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 27ede184db13a9a87b0125db5805522c OK 2024/11/14 21:29:42 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/14 21:29:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/14 21:29:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.71s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.53s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:29:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Looking for duplicate names using skip mode. 2024/11/14 21:29:50 NOTICE: one: Found 2 files with duplicate names 2024/11/14 21:29:50 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.02s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:30:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Looking for duplicate names using skip mode. 2024/11/14 21:30:02 NOTICE: one: Found 3 files with duplicate names 2024/11/14 21:30:02 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/14 21:30:03 INFO : one: Deleted 2024/11/14 21:30:03 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (13.98s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:30:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Looking for duplicate names using first mode. 2024/11/14 21:30:12 NOTICE: one: Found 3 files with duplicate names 2024/11/14 21:30:12 INFO : one: Deleted 2024/11/14 21:30:13 INFO : one: Deleted 2024/11/14 21:30:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.09s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:30:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Looking for duplicate names using newest mode. 2024/11/14 21:30:20 NOTICE: one: Found 3 files with duplicate names 2024/11/14 21:30:20 INFO : one: Deleted 2024/11/14 21:30:21 INFO : one: Deleted 2024/11/14 21:30:21 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.37s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:30:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Looking for duplicate names using oldest mode. 2024/11/14 21:30:29 NOTICE: one: Found 3 files with duplicate names 2024/11/14 21:30:29 INFO : one: Deleted 2024/11/14 21:30:30 INFO : one: Deleted 2024/11/14 21:30:30 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.28s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:30:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Looking for duplicate names using largest mode. 2024/11/14 21:30:37 NOTICE: one: Found 3 files with duplicate names 2024/11/14 21:30:38 INFO : one: Deleted 2024/11/14 21:30:38 INFO : one: Deleted 2024/11/14 21:30:38 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.72s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:30:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Looking for duplicate names using smallest mode. 2024/11/14 21:30:45 NOTICE: one: Found 3 files with duplicate names 2024/11/14 21:30:46 INFO : one: Deleted 2024/11/14 21:30:47 INFO : one: Deleted 2024/11/14 21:30:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.17s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:30:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Looking for duplicate names using rename mode. 2024/11/14 21:30:55 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/14 21:30:57 INFO : one-2.txt: renamed from: one.txt 2024/11/14 21:30:58 INFO : one-3.txt: renamed from: one.txt 2024/11/14 21:31:00 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.02s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:31:06 DEBUG : dupe1/one.txt: md5 = 6692544f14cce5a2b6c776e8ec8eced7 OK 2024/11/14 21:31:09 DEBUG : dupe2/two.txt: md5 = fb865be258be809476d10e46fbd1aeae OK 2024/11/14 21:31:12 DEBUG : dupe3/three.txt: md5 = 89f60e652c4746de82822a5d138ddc99 OK 2024/11/14 21:31:12 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/14 21:31:13 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/14 21:31:14 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/14 21:31:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/14 21:31:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/14 21:31:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/14 21:31:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (17.07s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:31:22 DEBUG : a.txt: md5 = 4b6fed5508960250cd5ad493e1e33e93 OK 2024/11/14 21:31:24 DEBUG : zend.txt: md5 = bb2eccfb4696c9cccc569b685ba31ad7 OK 2024/11/14 21:31:27 DEBUG : sub dir/hello world: md5 = 8c29dd494781862c01ac1fd647c3de0f OK 2024/11/14 21:31:29 DEBUG : sub dir/hello world2: md5 = dee7cd298e0853f9e3a8d6e437f7f121 OK 2024/11/14 21:31:31 DEBUG : sub dir/ignore dir/.ignore: md5 = 996e0995b314b3357c7e42b781d36b47 OK 2024/11/14 21:31:34 DEBUG : sub dir/ignore dir/should be ignored: md5 = 9148954497dabf44675be7f637ca9372 OK 2024/11/14 21:31:36 DEBUG : sub dir/sub sub dir/hello world3: md5 = 4f7952149b09989626723f3f48812e3b OK 2024/11/14 21:31:38 DEBUG : a.txt: Excluded (Size Filter) 2024/11/14 21:31:38 DEBUG : a.txt: Excluded 2024/11/14 21:31:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/14 21:31:38 DEBUG : sub dir/hello world: Excluded 2024/11/14 21:31:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/14 21:31:38 DEBUG : sub dir/hello world2: Excluded 2024/11/14 21:31:39 DEBUG : sub dir/ignore dir: Excluded 2024/11/14 21:31:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/14 21:31:39 DEBUG : sub dir/hello world: Excluded 2024/11/14 21:31:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/14 21:31:39 DEBUG : sub dir/hello world2: Excluded 2024/11/14 21:31:39 DEBUG : sub dir/ignore dir: Excluded 2024/11/14 21:31:45 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/14 21:31:46 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/14 21:31:46 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/14 21:31:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/14 21:31:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/14 21:31:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/14 21:31:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (27.81s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:31:50 DEBUG : file1: md5 = fd0b9a865c5931da3de6de5f76de86b5 OK 2024/11/14 21:31:53 DEBUG : sub/file2: md5 = 9dbce5843b5ad4f3344219b09e7e8eda 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 2024/11/14 21:31:57 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/14 21:31:57 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/14 21:31:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/14 21:32:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (12.54s) --- PASS: TestListJSON/Default (0.30s) --- PASS: TestListJSON/FilesOnly (1.16s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.29s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.30s) --- PASS: TestListJSON/Metadata (0.79s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:32:02 DEBUG : file1: md5 = 53f3242341e3b5177d79bb0747892806 OK 2024/11/14 21:32:05 DEBUG : sub/file2: md5 = b6795e62856f53b00f7432790d1b3d65 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 2024/11/14 21:32:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/notfound" 2024/11/14 21:32:10 DEBUG : Config file has changed externally - reloading 2024/11/14 21:32:10 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/qe0i31qdkoejk60elps0ni5sqk" 2024/11/14 21:32:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.25s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.30s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.29s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.25s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.44s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.91s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:32:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Making directory 2024/11/14 21:32:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:32:21 DEBUG : sub dir/hello world: md5 = fd6832aa6cf0459bfac72169336009a0 OK 2024/11/14 21:32:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (8.28s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:32:26 DEBUG : potato2: md5 = 22c32062dbb4429db3d88d57a44f9c70 OK 2024/11/14 21:32:28 DEBUG : empty space: md5 = 1740a28e3ba61e1ea7671565b3aae71c OK --- PASS: TestLs (6.04s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:32:32 DEBUG : potato2: md5 = 1c15fd33d57336f61d90f5142343d45c OK 2024/11/14 21:32:33 DEBUG : empty space: md5 = 699bb3743dd2371498bf44451514d67a OK 2024/11/14 21:32:34 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (6.80s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:32:38 DEBUG : potato2: md5 = 7cbd73319fdf39e72c75ca03f15ece3a OK 2024/11/14 21:32:40 DEBUG : empty space: md5 = bc9e88399bf6ba20fd08abf1a1a1be49 OK --- PASS: TestLsLong (5.72s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:32:44 DEBUG : potato2: md5 = 594f9daac295e29d87f0c0f6190e0e59 OK 2024/11/14 21:32:46 DEBUG : empty space: md5 = 08fd51a4e85e10b822a92995ebe50a19 OK --- PASS: TestHashSums (5.82s) === RUN TestHashSumsWithErrors 2024/11/14 21:32:48 DEBUG : Creating backend with remote ":memory:" 2024/11/14 21:32:48 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/14 21:32:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/14 21:32:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/14 21:32:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/14 21:32:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/14 21:32:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/14 21:32:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/14 21:32:48 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/14 21:32:48 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-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:32:50 DEBUG : potato2: md5 = 253475a0a0a6b349dd33c81100d308f9 OK 2024/11/14 21:32:52 DEBUG : empty space: md5 = 28ba56cb6954a40e58460a0ee4a4d21c OK 2024/11/14 21:32:55 DEBUG : sub dir/potato3: md5 = 50782c83d4dcf462a46f1aaa614faa40 OK 2024/11/14 21:32:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.92s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:33:01 DEBUG : small: md5 = ae1e6e430ef32888e077dd95a0a9e5fd OK 2024/11/14 21:33:03 DEBUG : medium: md5 = 5cf64ab957e949715e6cfe343be8b918 OK 2024/11/14 21:33:04 DEBUG : large: md5 = 4f0a2c921c8ce2f0cf621f779eb885bc OK 2024/11/14 21:33:05 DEBUG : Waiting for deletions to finish 2024/11/14 21:33:05 DEBUG : large: Excluded (Size Filter) 2024/11/14 21:33:06 INFO : medium: Deleted 2024/11/14 21:33:06 INFO : small: Deleted --- PASS: TestDelete (7.96s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:33:09 DEBUG : small: md5 = 5ba5e05ab70256b4ce628110f1378aa7 OK 2024/11/14 21:33:11 DEBUG : medium: md5 = ef8ac3bc49d7bdfcff82997a0351c0e2 OK 2024/11/14 21:33:13 DEBUG : large: md5 = c0a03a1db6f2cba20370cd7c250a2d81 OK 2024/11/14 21:33:13 DEBUG : Waiting for deletions to finish 2024/11/14 21:33:13 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2024/11/14 21:33:14 INFO : medium: Deleted 2024/11/14 21:33:14 INFO : large: Deleted --- PASS: TestMaxDelete (8.78s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:33:18 DEBUG : small: md5 = 9d9caff48d0705daa53ca63b9626767d OK 2024/11/14 21:33:20 DEBUG : medium: md5 = 4fcea8ba3d354af80e997099e438539e OK 2024/11/14 21:33:21 DEBUG : large: md5 = 64cebfc9091391a9373d6afb8e6df587 OK 2024/11/14 21:33:21 DEBUG : Waiting for deletions to finish 2024/11/14 21:33:22 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/14 21:33:22 INFO : medium: Deleted 2024/11/14 21:33:22 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.70s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:33:27 DEBUG : small: md5 = 1a4213395e8a313ee8273b5432d37784 OK 2024/11/14 21:33:28 DEBUG : medium: md5 = cc83e94ec44563f1672d79a3d1e3f736 OK 2024/11/14 21:33:30 DEBUG : large: md5 = a1f16d3683a41bee675ece1601420052 OK 2024/11/14 21:33:30 DEBUG : Waiting for deletions to finish 2024/11/14 21:33:31 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/11/14 21:33:31 INFO : large: Deleted 2024/11/14 21:33:31 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.65s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:33:36 DEBUG : ReadFile: md5 = 4901a92d1a2c2e998aecccefa3bb896a OK --- PASS: TestReadFile (5.64s) === RUN TestRetry 2024/11/14 21:33:39 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/14 21:33:39 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/14 21:33:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/14 21:33:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/14 21:33:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/14 21:33:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/14 21:33:39 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-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:33:41 DEBUG : file1: md5 = 49d7fe88252f62c829046692ca3b3226 OK 2024/11/14 21:33:43 DEBUG : file2: md5 = 073fa08b8db5556d3f518516fe8e95b1 OK --- PASS: TestCat (19.55s) === RUN TestPurge 2024/11/14 21:33:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-valohit4moza" 2024/11/14 21:33:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 21:33:59 DEBUG : Creating backend with remote "TestDrive:crypt/oc335qmtai45gbv65h0jgb9m5p2c0ah4kqse5ob55nkqo6v00f50" 2024/11/14 21:34:00 DEBUG : Creating backend with remote "/tmp/rclone737283214" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-valohit4moza'", Local "Local file system at /tmp/rclone737283214", Modify Window "1ms" 2024/11/14 21:34:06 DEBUG : A1/B1/C1/one: md5 = 2b1074d00c927ff6c1d50e266ec1f32d OK 2024/11/14 21:34:06 DEBUG : A2: Making directory 2024/11/14 21:34:07 DEBUG : A1/B2: Making directory 2024/11/14 21:34:09 DEBUG : A1/B2/C2: Making directory 2024/11/14 21:34:10 DEBUG : A1/B1/C3: Making directory 2024/11/14 21:34:11 DEBUG : A3: Making directory 2024/11/14 21:34:12 DEBUG : A3/B3: Making directory 2024/11/14 21:34:13 DEBUG : A3/B3/C4: Making directory 2024/11/14 21:34:16 DEBUG : A1/two: md5 = 4992ea7e92c6c771ece08a800a99d1e1 OK 2024/11/14 21:34:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-valohit4moza': Purge remote 2024/11/14 21:34:20 NOTICE: purge failed: directory not found --- PASS: TestPurge (22.02s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:34:26 DEBUG : A1/B1/C1/one: md5 = a75a82851bb3549e770af12fb487cfe1 OK 2024/11/14 21:34:26 DEBUG : A2: Making directory 2024/11/14 21:34:27 DEBUG : A1/B2: Making directory 2024/11/14 21:34:28 DEBUG : A1/B2/C2: Making directory 2024/11/14 21:34:29 DEBUG : A1/B1/C3: Making directory 2024/11/14 21:34:30 DEBUG : A3: Making directory 2024/11/14 21:34:31 DEBUG : A3/B3: Making directory 2024/11/14 21:34:34 DEBUG : A3/B3/C4: Making directory 2024/11/14 21:34:37 DEBUG : A1/two: md5 = 9b1e046a9222c28cdd12a6b2c92dd375 OK 2024/11/14 21:34:38 DEBUG : removing 1 level 3 directories 2024/11/14 21:34:38 INFO : A3/B3/C4: Removing directory 2024/11/14 21:34:41 DEBUG : removing 2 level 3 directories 2024/11/14 21:34:41 INFO : A1/B2/C2: Removing directory 2024/11/14 21:34:41 INFO : A1/B1/C3: Removing directory 2024/11/14 21:34:43 DEBUG : removing 2 level 2 directories 2024/11/14 21:34:43 INFO : A3/B3: Removing directory 2024/11/14 21:34:43 INFO : A1/B2: Removing directory 2024/11/14 21:34:43 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/14 21:34:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/14 21:34:44 DEBUG : removing 2 level 1 directories 2024/11/14 21:34:44 INFO : A3: Removing directory 2024/11/14 21:34:44 INFO : A2: Removing directory 2024/11/14 21:34:44 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/14 21:34:49 DEBUG : removing 1 level 3 directories 2024/11/14 21:34:49 INFO : A1/B1/C1: Removing directory 2024/11/14 21:34:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:50 DEBUG : removing 1 level 2 directories 2024/11/14 21:34:50 INFO : A1/B1: Removing directory 2024/11/14 21:34:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/14 21:34:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 21:34:51 DEBUG : removing 1 level 1 directories 2024/11/14 21:34:51 INFO : A1: Removing directory 2024/11/14 21:34:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/14 21:34:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/14 21:34:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 21:34:53 DEBUG : removing 1 level 0 directories 2024/11/14 21:34:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Removing directory 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 21:34:53 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (33.88s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:34:55 DEBUG : A1: Making directory 2024/11/14 21:34:57 DEBUG : A1/B1: Making directory 2024/11/14 21:34:58 DEBUG : A1/B1/C1: Making directory 2024/11/14 21:35:01 DEBUG : removing 1 level 3 directories 2024/11/14 21:35:01 INFO : A1/B1/C1: Removing directory 2024/11/14 21:35:02 DEBUG : removing 1 level 2 directories 2024/11/14 21:35:02 INFO : A1/B1: Removing directory 2024/11/14 21:35:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 21:35:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.74s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:35:05 DEBUG : A1: Making directory 2024/11/14 21:35:06 DEBUG : A1/B1: Making directory 2024/11/14 21:35:07 DEBUG : A1/B1/C1: Making directory 2024/11/14 21:35:11 DEBUG : removing 1 level 3 directories 2024/11/14 21:35:11 INFO : A1/B1/C1: Removing directory 2024/11/14 21:35:12 DEBUG : removing 1 level 2 directories 2024/11/14 21:35:12 INFO : A1/B1: Removing directory 2024/11/14 21:35:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 21:35:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (10.06s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:35:17 DEBUG : file1: md5 = 5bc98a401f35f79a3f600cd7b483f8e8 OK 2024/11/14 21:35:18 DEBUG : filename.txt: File name found in url 2024/11/14 21:35:20 DEBUG : filename.txt: md5 = 1ec3a6bad5d8dace0e3570e2aa745276 OK 2024/11/14 21:35:20 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/14 21:35:21 DEBUG : headerfilename.txt: md5 = e3703709b0c6d21156a14d72120c8b62 OK 2024/11/14 21:35:23 DEBUG : file2: md5 = e96c80a3c3f33ca75bb88ca703e94d7a OK --- PASS: TestCopyURL (11.43s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:35:27 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/14 21:35:30 DEBUG : sub/file2: md5 = f6ad55dc2f00d2383e47f53e0052c336 OK 2024/11/14 21:35:30 INFO : file1: Copied (new) to: sub/file2 2024/11/14 21:35:30 INFO : file1: Deleted 2024/11/14 21:35:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/14 21:35:31 DEBUG : file1: Unchanged skipping 2024/11/14 21:35:31 INFO : file1: Deleted 2024/11/14 21:35:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': don't need to copy/move sub/file2, it is already at target location 2024/11/14 21:35:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.81s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:35:35 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/14 21:35:36 DEBUG : file1: md5 = 72219043875291dfbdaf2d511cb936e9 OK 2024/11/14 21:35:36 INFO : file1: Copied (new) 2024/11/14 21:35:36 INFO : file1: Deleted 2024/11/14 21:35:37 DEBUG : file1: Destination exists, skipping 2024/11/14 21:35:37 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.05s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:35:42 DEBUG : dst/file1: md5 = f911e96f9bd0d8bcae6cd8ae89a90fde OK 2024/11/14 21:35:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomader1pebi/backup" 2024/11/14 21:35:43 DEBUG : Creating backend with remote "TestDrive:crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0/1nrff024r7pq65ecp72fc28jb0" 2024/11/14 21:35:45 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/14 21:35:48 INFO : dst/file1: Moved (server-side) 2024/11/14 21:35:50 DEBUG : dst/file1: md5 = d08be83ed2973105efc3efcc355ed892 OK 2024/11/14 21:35:50 INFO : dst/file1: Copied (new) 2024/11/14 21:35:50 INFO : dst/file1: Deleted 2024/11/14 21:35:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 21:35:54 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 21:35:55 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (16.12s) === 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-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:35:58 DEBUG : A1/one: md5 = dca24dc638f2c38544e3bc399d1cd930 OK 2024/11/14 21:36:00 DEBUG : A1/two: md5 = 21f847925d59fd83ed707b8153b9e2fe OK 2024/11/14 21:36:04 DEBUG : A1/B1/three: md5 = 985fc358b70061a7afcad2bffe5ae15a OK 2024/11/14 21:36:07 DEBUG : A1/B1/C1/four: md5 = 472777dac0900f64cc5f654636e9a4bb OK 2024/11/14 21:36:10 DEBUG : A1/B1/C2/five: md5 = f9aecf1eb0d1cc669fd68dc262566bee OK 2024/11/14 21:36:10 DEBUG : A1/B2: Making directory 2024/11/14 21:36:11 DEBUG : A1/B1/C3: Making directory 2024/11/14 21:36:24 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/14 21:36:24 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/14 21:36:24 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/14 21:36:24 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/14 21:36:25 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/14 21:36:30 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/14 21:36:30 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/14 21:36:30 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 21:36:31 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/14 21:36:31 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/14 21:36:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/14 21:36:41 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/14 21:36:41 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/14 21:36:41 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/14 21:36:41 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/14 21:36:42 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/14 21:36:46 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/14 21:36:46 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/14 21:36:46 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 21:36:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/14 21:36:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/14 21:37:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/14 21:37:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/14 21:37:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/14 21:37:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/14 21:37:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 21:37:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/14 21:37:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/14 21:37:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/14 21:37:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 21:37:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (73.06s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:37:09 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.53s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:37:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': File to upload is small (34 bytes), uploading instead of streaming 2024/11/14 21:37:11 DEBUG : no_checksum_small_file_from_pipe: md5 = e5b0074a4787247d7df18b568c88f96b OK 2024/11/14 21:37:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/14 21:37:11 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/14 21:37:12 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/14 21:37:13 DEBUG : no_checksum_big_file_from_pipe: md5 = 02de3392b1590c9757fb64609aeff0ad OK 2024/11/14 21:37:13 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-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:37:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': File to upload is small (34 bytes), uploading instead of streaming 2024/11/14 21:37:18 DEBUG : with_checksum_small_file_from_pipe: md5 = 8bf98bf16f9aafa48a8bb40c6933899b OK 2024/11/14 21:37:18 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/14 21:37:18 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/14 21:37:20 DEBUG : with_checksum_big_file_from_pipe: md5 = bb1e5e22f5cabfad89305f26784071c2 OK 2024/11/14 21:37:20 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-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:37:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': File to upload is small (34 bytes), uploading instead of streaming 2024/11/14 21:37:24 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/14 21:37:25 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/14 21:37:26 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-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:37:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': File to upload is small (34 bytes), uploading instead of streaming 2024/11/14 21:37:31 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/14 21:37:31 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/14 21:37:33 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (25.77s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.50s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.13s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.81s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.33s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/14 21:37:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': File to upload is small (48 bytes), uploading instead of streaming 2024/11/14 21:37:37 DEBUG : rcat_metadata: md5 = ca5e9e7672369a024ee08a392471758d OK 2024/11/14 21:37:37 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/14 21:37:39 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/14 21:37:41 DEBUG : rcat_metadata_uploadcutoff0: md5 = ce18d7c09587eb8078bdaaf995fae754 OK 2024/11/14 21:37:41 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.57s) --- PASS: TestRcatMetadata/Normal (3.27s) --- PASS: TestRcatMetadata/ViaDisk (3.80s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:37:45 DEBUG : potato1: md5 = f2362c0ca968061e3a66285d35e39a68 OK 2024/11/14 21:37:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': File to upload is small (60 bytes), uploading instead of streaming 2024/11/14 21:37:46 DEBUG : potato2: md5 = 10b464a36d1a5c1d0f383106cd5375d8 OK 2024/11/14 21:37:46 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.81s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:37:50 DEBUG : potato1: md5 = 0f7c0dde7c60ea3a9b5ac66cd0c2f579 OK 2024/11/14 21:37:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': File to upload is small (60 bytes), uploading instead of streaming 2024/11/14 21:37:52 DEBUG : potato2: md5 = 0006db1a4772a3c4f58f656016b04569 OK 2024/11/14 21:37:52 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.82s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:37:57 DEBUG : potato2: md5 = 989d0bda68a855936557db9ad9de0ea5 OK 2024/11/14 21:37:59 DEBUG : empty space: md5 = 43453be18c5024af3dc32b98c1dd34f9 OK 2024/11/14 21:38:02 DEBUG : sub dir/potato3: md5 = 99aa88111ddc7b94063b222115bb896e OK 2024/11/14 21:38:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Touching "empty space" 2024/11/14 21:38:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Touching "potato2" 2024/11/14 21:38:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Touching "sub dir/potato3" 2024/11/14 21:38:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.89s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:38:09 DEBUG : dir with metadata: Making directory with metadata 2024/11/14 21:38:10 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.21s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:38:12 DEBUG : directory with modtime: Making directory with metadata 2024/11/14 21:38:14 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.25s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:38:15 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/14 21:38:15 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/14 21:38:16 DEBUG : Google drive root 'crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0': Skipping btime metadata as can't update it on an existing file: 2024-11-14T21:38:15.918390063Z 2024/11/14 21:38:17 INFO : non existent directory: Updated directory metadata 2024/11/14 21:38:19 DEBUG : Google drive root 'crypt/unkrs60g04qards9ucqijocrvknfo8kfcrm02jt168d35rnrj1o0': Skipping btime metadata as can't update it on an existing file: 2024-11-14T21:38:15.918390063Z 2024/11/14 21:38:20 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.59s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:38:22 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/14 21:38:24 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/14 21:38:25 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.17s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi'", Local "Local file system at /tmp/rclone2095352335", Modify Window "1ms" 2024/11/14 21:38:27 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/14 21:38:27 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/14 21:38:27 DEBUG : dst: Making directory with metadata 2024/11/14 21:38:28 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/14 21:38:28 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/14 21:38:29 INFO : dst: Set directory modification time (using SetModTime) 2024/11/14 21:38:30 INFO : dst: Set directory modification time (using SetModTime) 2024/11/14 21:38:30 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/14 21:38:30 INFO : dst: Set directory modification time (using SetModTime) 2024/11/14 21:38:30 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.92s) === 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 2024/11/14 21:38:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomader1pebi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 14m31.676653295s (try 1/5)