"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/11/29 01:21:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu" 2024/11/29 01:21:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:21:28 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg" 2024/11/29 01:21:30 DEBUG : Creating backend with remote "/tmp/rclone2191332429" === 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-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/29 01:21:30 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/29 01:21:30 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/29 01:21:30 DEBUG : potato: Seek from 10 to 0 2024/11/29 01:21:30 DEBUG : potato: Seek from 10 to 0 2024/11/29 01:21:30 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/29 01:21:30 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/29 01:21:30 DEBUG : potato: Seek from 5 to 2 2024/11/29 01:21:30 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/29 01:21:30 DEBUG : potato: Seek from 7 to 0 2024/11/29 01:21:30 DEBUG : potato: Seek from 7 to 0 2024/11/29 01:21:30 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/29 01:21:30 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/29 01:21:30 DEBUG : potato: Seek from 5 to 2 2024/11/29 01:21:30 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/29 01:21:30 DEBUG : potato: Seek from 8 to 0 2024/11/29 01:21:30 DEBUG : potato: Seek from 8 to 0 2024/11/29 01:21:30 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/29 01:21:30 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/29 01:21:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/29 01:21:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/29 01:21:30 DEBUG : potato: Seek from 5 to 2 2024/11/29 01:21:30 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/29 01:21:30 DEBUG : potato: Seek from 9 to 0 2024/11/29 01:21:30 DEBUG : potato: Seek from 9 to 0 2024/11/29 01:21:30 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-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:21:33 DEBUG : rutabaga: md5 = 0008783e77e2780bacd6759deed0fbe8 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/29 01:21:35 DEBUG : empty space: md5 = 963d8ac0e203a62b644c91993f755263 OK === RUN TestCheck/3 2024/11/29 01:21:37 DEBUG : potato2: md5 = 70875c4e03336200ad758b16896c1228 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/29 01:21:40 DEBUG : remotepotato: md5 = d234a6647fae764168d7bc4ae67b1359 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.24s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2024/11/29 01:21:43 DEBUG : Creating backend with remote "nonexistent" 2024/11/29 01:21:43 DEBUG : Creating backend with remote "nonexistent" 2024/11/29 01:21:43 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/29 01:21:43 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/29 01:21:43 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/29 01:21:43 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-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:21:45 DEBUG : rutabaga: md5 = 8d4c6b854c0400e4f26e2d8e51e0216c OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/29 01:21:50 DEBUG : empty space: md5 = 40b1a30534f7ddb80e1f89f1f61ee4a2 OK === RUN TestCheckDownload/3 2024/11/29 01:21:53 DEBUG : potato2: md5 = a6fb85c6edec129aea61967a2ee6c778 OK 2024/11/29 01:21:53 DEBUG : Config file has changed externally - reloading 2024/11/29 01:21:53 DEBUG : TestDrive: Loaded fresh token from config file === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/29 01:21:58 DEBUG : remotepotato: md5 = da0b24e6ed7a8ce0c89c6c588f96ea60 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.96s) --- PASS: TestCheckDownload/1 (1.26s) --- PASS: TestCheckDownload/2 (1.30s) --- PASS: TestCheckDownload/3 (1.22s) --- PASS: TestCheckDownload/4 (1.35s) --- PASS: TestCheckDownload/5 (1.35s) --- PASS: TestCheckDownload/6 (1.13s) --- PASS: TestCheckDownload/7 (1.49s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:22:05 DEBUG : rutabaga: md5 = 397e6924e3c9381eda8321e6bb2c04aa OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/29 01:22:07 DEBUG : empty space: md5 = b9c41a495754492ac29e73ce688e7725 OK === RUN TestCheckSizeOnly/3 2024/11/29 01:22:09 DEBUG : potato2: md5 = faf68e8684dcd79c3b23fbefd6c84c7c OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/29 01:22:12 DEBUG : remotepotato: md5 = 7861cb875439a39839580af55d48d0ab OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.16s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:22:17 DEBUG : test.sum: md5 = 47b3643df9fcc2c409ec24640188982e OK 2024/11/29 01:22:18 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/29 01:22:18 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/29 01:22:18 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/29 01:22:18 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/29 01:22:20 DEBUG : test.sum: md5 = 2cb357250823ec7e648941c008f09e23 OK 2024/11/29 01:22:21 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/29 01:22:21 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/29 01:22:21 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/29 01:22:21 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.14s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:22:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/data" 2024/11/29 01:22:23 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.06s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:22:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/data" 2024/11/29 01:22:25 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/vjrnln8ratgmqakfosrqe8espk" 2024/11/29 01:22:29 DEBUG : data/banana: md5 = bae066058b849154ec499e2d2606dd69 OK 2024/11/29 01:22:31 DEBUG : test.sum: md5 = 8ab5aa96b1af0440d6e8c8e1761354ed OK === RUN TestCheckSumDownload/subtest1 2024/11/29 01:22:36 DEBUG : data/potato: md5 = 83b605f734176f26fe2224e7be8a9da9 OK 2024/11/29 01:22:38 DEBUG : test.sum: md5 = c7a79276a34832dc33ec229eb01af67d OK === RUN TestCheckSumDownload/subtest2 2024/11/29 01:22:42 DEBUG : test.sum: md5 = 961346f2e58c90308f2e96a7a69a3d12 OK === RUN TestCheckSumDownload/subtest3 2024/11/29 01:22:47 DEBUG : test.sum: md5 = 64d70ab5be4e11cc23297006fbd77378 OK === RUN TestCheckSumDownload/subtest4 2024/11/29 01:22:52 DEBUG : test.sum: md5 = 2e50629d3bd393811cc61703df872e22 OK === RUN TestCheckSumDownload/subtest5 2024/11/29 01:22:56 DEBUG : test.sum: md5 = 44916c1b18ee21934e8003f0dee6b368 OK === RUN TestCheckSumDownload/subtest6 2024/11/29 01:23:05 DEBUG : data/banana: md5 = e085e0236068acf958dc1621bce749d9 OK 2024/11/29 01:23:07 DEBUG : data/potato: md5 = e800c9fd5567b299f503e365321e269f OK 2024/11/29 01:23:09 DEBUG : test.sum: md5 = 7d71fcb7df7c52d569da7a86745ac16c OK === RUN TestCheckSumDownload/subtest7 2024/11/29 01:23:15 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/29 01:23:15 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (51.09s) --- PASS: TestCheckSumDownload/subtest1 (3.45s) --- PASS: TestCheckSumDownload/subtest2 (2.20s) --- PASS: TestCheckSumDownload/subtest3 (2.91s) --- PASS: TestCheckSumDownload/subtest4 (2.89s) --- PASS: TestCheckSumDownload/subtest5 (2.15s) --- PASS: TestCheckSumDownload/subtest6 (4.16s) --- PASS: TestCheckSumDownload/subtest7 (2.89s) === RUN TestApplyTransforms 2024/11/29 01:23:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yatakut0pabu" 2024/11/29 01:23:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:23:16 DEBUG : Creating backend with remote "TestDrive:crypt/rkv8okjndpl88kodsjsmkdinurcdjhsgdjfqovts6ovshptnr590" 2024/11/29 01:23:17 DEBUG : Creating backend with remote "/tmp/rclone1689321076" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yatakut0pabu'", Local "Local file system at /tmp/rclone1689321076", Modify Window "1ms" 2024/11/29 01:23:19 DEBUG : hello, world!: md5 = d4217e1d5f50a675631e907e48cdaa38 OK upper checkfile vs. lower remote (without normalization) 2024/11/29 01:23:20 ERROR : hello, world!: sum not found 2024/11/29 01:23:20 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yatakut0pabu' 2024/11/29 01:23:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatakut0pabu': 1 files missing 2024/11/29 01:23:20 NOTICE: 1 hashes missing 2024/11/29 01:23:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatakut0pabu': 2 differences found 2024/11/29 01:23:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatakut0pabu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/29 01:23:21 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:23:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatakut0pabu': 0 differences found 2024/11/29 01:23:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatakut0pabu': 1 matching files 2024/11/29 01:23:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-serovok4fibe" 2024/11/29 01:23:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:23:21 DEBUG : Creating backend with remote "TestDrive:crypt/83tnikhqndikeet6mn6n38fmecpg72cfhm5q3fs09436jiplith0" 2024/11/29 01:23:22 DEBUG : Creating backend with remote "/tmp/rclone2415207756" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-serovok4fibe'", Local "Local file system at /tmp/rclone2415207756", Modify Window "1ms" 2024/11/29 01:23:25 DEBUG : HELLO, WORLD!: md5 = b3a0a12b2dc868853b2a3f58b273b29d OK lower checkfile vs. upper remote (without normalization) 2024/11/29 01:23:26 ERROR : HELLO, WORLD!: sum not found 2024/11/29 01:23:26 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-serovok4fibe' 2024/11/29 01:23:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-serovok4fibe': 1 files missing 2024/11/29 01:23:26 NOTICE: 1 hashes missing 2024/11/29 01:23:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-serovok4fibe': 2 differences found 2024/11/29 01:23:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-serovok4fibe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/29 01:23:27 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:23:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-serovok4fibe': 0 differences found 2024/11/29 01:23:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-serovok4fibe': 1 matching files 2024/11/29 01:23:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jubixuq1mapo" 2024/11/29 01:23:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:23:27 DEBUG : Creating backend with remote "TestDrive:crypt/a60e9mg3i9vio8266t2opf0csvedsi46vaontlv38if8dad153sg" 2024/11/29 01:23:28 DEBUG : Creating backend with remote "/tmp/rclone1022411854" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jubixuq1mapo'", Local "Local file system at /tmp/rclone1022411854", Modify Window "1ms" 2024/11/29 01:23:31 DEBUG : HeLlO, wOrLd!: md5 = d345e4f944bf6e57bb8ce89627fcf1bd OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/29 01:23:31 ERROR : HeLlO, wOrLd!: sum not found 2024/11/29 01:23:31 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jubixuq1mapo' 2024/11/29 01:23:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jubixuq1mapo': 1 files missing 2024/11/29 01:23:31 NOTICE: 1 hashes missing 2024/11/29 01:23:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jubixuq1mapo': 2 differences found 2024/11/29 01:23:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jubixuq1mapo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/29 01:23:33 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:23:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jubixuq1mapo': 0 differences found 2024/11/29 01:23:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jubixuq1mapo': 1 matching files 2024/11/29 01:23:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bahotak7hasu" 2024/11/29 01:23:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:23:33 DEBUG : Creating backend with remote "TestDrive:crypt/4oekql68u498ml3nkdj38csadeckdncr29d005rfp855q8t879q0" 2024/11/29 01:23:34 DEBUG : Creating backend with remote "/tmp/rclone2245628727" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bahotak7hasu'", Local "Local file system at /tmp/rclone2245628727", Modify Window "1ms" 2024/11/29 01:23:36 DEBUG : HELLO, WORLD!: md5 = 2da78b0f3705e0aa24f1866466a0da94 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/29 01:23:37 ERROR : HELLO, WORLD!: sum not found 2024/11/29 01:23:37 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bahotak7hasu' 2024/11/29 01:23:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bahotak7hasu': 1 files missing 2024/11/29 01:23:37 NOTICE: 1 hashes missing 2024/11/29 01:23:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bahotak7hasu': 2 differences found 2024/11/29 01:23:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bahotak7hasu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/29 01:23:39 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:23:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bahotak7hasu': 0 differences found 2024/11/29 01:23:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bahotak7hasu': 1 matching files 2024/11/29 01:23:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ranitaf2zoqa" 2024/11/29 01:23:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:23:39 DEBUG : Creating backend with remote "TestDrive:crypt/u1cjhot5k7nlcrol86i7tohb9ice9ecj8llfbtdddj44tu2atuv0" 2024/11/29 01:23:40 DEBUG : Creating backend with remote "/tmp/rclone3549507869" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ranitaf2zoqa'", Local "Local file system at /tmp/rclone3549507869", Modify Window "1ms" 2024/11/29 01:23:42 DEBUG : 測試_Русский___ě_áñ: md5 = c8ab0e5d2541721a35f11afe0c308eb9 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/29 01:23:43 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/29 01:23:43 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ranitaf2zoqa' 2024/11/29 01:23:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ranitaf2zoqa': 1 files missing 2024/11/29 01:23:43 NOTICE: 1 hashes missing 2024/11/29 01:23:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ranitaf2zoqa': 2 differences found 2024/11/29 01:23:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ranitaf2zoqa': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/29 01:23:44 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:23:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ranitaf2zoqa': 0 differences found 2024/11/29 01:23:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ranitaf2zoqa': 1 matching files 2024/11/29 01:23:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veluyel2buve" 2024/11/29 01:23:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:23:44 DEBUG : Creating backend with remote "TestDrive:crypt/b7fhj4q95dur6q9m012vfoujc23l35co7fs1iqu0kj8cvr5u3d4g" 2024/11/29 01:23:45 DEBUG : Creating backend with remote "/tmp/rclone2897992684" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veluyel2buve'", Local "Local file system at /tmp/rclone2897992684", Modify Window "1ms" 2024/11/29 01:23:48 DEBUG : 測試_Русский___ě_áñ: md5 = 5ed0e7d07ec037b13486828622e975cb OK NFC checkfile vs. NFD remote (without normalization) 2024/11/29 01:23:49 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/29 01:23:49 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-veluyel2buve' 2024/11/29 01:23:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veluyel2buve': 1 files missing 2024/11/29 01:23:49 NOTICE: 1 hashes missing 2024/11/29 01:23:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veluyel2buve': 2 differences found 2024/11/29 01:23:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veluyel2buve': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/29 01:23:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:23:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veluyel2buve': 0 differences found 2024/11/29 01:23:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veluyel2buve': 1 matching files 2024/11/29 01:23:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cizayuw2teda" 2024/11/29 01:23:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:23:50 DEBUG : Creating backend with remote "TestDrive:crypt/np4h7khn8rckloqh9pei3qd03llq56ductnpekk3372isqadjalg" 2024/11/29 01:23:51 DEBUG : Creating backend with remote "/tmp/rclone1414002471" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cizayuw2teda'", Local "Local file system at /tmp/rclone1414002471", Modify Window "1ms" 2024/11/29 01:23:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 03b40c68f0bac21240686a48a3095fd1 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/29 01:23:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/29 01:23:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cizayuw2teda' 2024/11/29 01:23:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizayuw2teda': 1 files missing 2024/11/29 01:23:54 NOTICE: 1 hashes missing 2024/11/29 01:23:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizayuw2teda': 2 differences found 2024/11/29 01:23:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizayuw2teda': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/29 01:23:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:23:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizayuw2teda': 0 differences found 2024/11/29 01:23:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizayuw2teda': 1 matching files 2024/11/29 01:23:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ferukog7hoza" 2024/11/29 01:23:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:23:56 DEBUG : Creating backend with remote "TestDrive:crypt/dg6936ravlqdt1uma9l9n6mdueviq8k59bf6p7ttbsunin2u2ivg" 2024/11/29 01:23:57 DEBUG : Creating backend with remote "/tmp/rclone1261571114" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ferukog7hoza'", Local "Local file system at /tmp/rclone1261571114", Modify Window "1ms" 2024/11/29 01:24:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c31eff7ff7840fe2fd25d63c3dc2abe7 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/29 01:24:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/29 01:24:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ferukog7hoza' 2024/11/29 01:24:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ferukog7hoza': 1 files missing 2024/11/29 01:24:00 NOTICE: 1 hashes missing 2024/11/29 01:24:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ferukog7hoza': 2 differences found 2024/11/29 01:24:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ferukog7hoza': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/29 01:24:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:24:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ferukog7hoza': 0 differences found 2024/11/29 01:24:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ferukog7hoza': 1 matching files 2024/11/29 01:24:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paxoyex5qaye" 2024/11/29 01:24:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:24:02 DEBUG : Creating backend with remote "TestDrive:crypt/bo9idq172trmeetoo65b0uc9mjojrktuaph1visea1fqi32c6fl0" 2024/11/29 01:24:03 DEBUG : Creating backend with remote "/tmp/rclone3547718640" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paxoyex5qaye'", Local "Local file system at /tmp/rclone3547718640", Modify Window "1ms" 2024/11/29 01:24:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a310b46eb04b4974338985c6c49bab00 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/29 01:24:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/29 01:24:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-paxoyex5qaye' 2024/11/29 01:24:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-paxoyex5qaye': 1 files missing 2024/11/29 01:24:07 NOTICE: 1 hashes missing 2024/11/29 01:24:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-paxoyex5qaye': 2 differences found 2024/11/29 01:24:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-paxoyex5qaye': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/29 01:24:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:24:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-paxoyex5qaye': 0 differences found 2024/11/29 01:24:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-paxoyex5qaye': 1 matching files 2024/11/29 01:24:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sezuyen4haje" 2024/11/29 01:24:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:24:09 DEBUG : Creating backend with remote "TestDrive:crypt/75uc1b4qkvli5p8gjv4hqkkjttl494r9863tliedhsjiru1jaj0g" 2024/11/29 01:24:10 DEBUG : Creating backend with remote "/tmp/rclone3693916665" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sezuyen4haje'", Local "Local file system at /tmp/rclone3693916665", Modify Window "1ms" 2024/11/29 01:24:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4b9d331c668552a3f0ce8f0ca16275bb OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/29 01:24:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/29 01:24:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sezuyen4haje' 2024/11/29 01:24:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezuyen4haje': 1 files missing 2024/11/29 01:24:13 NOTICE: 1 hashes missing 2024/11/29 01:24:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezuyen4haje': 2 differences found 2024/11/29 01:24:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezuyen4haje': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/29 01:24:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/29 01:24:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezuyen4haje': 0 differences found 2024/11/29 01:24:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezuyen4haje': 1 matching files 2024/11/29 01:24:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sezuyen4haje': Purge remote 2024/11/29 01:24:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paxoyex5qaye': Purge remote 2024/11/29 01:24:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ferukog7hoza': Purge remote 2024/11/29 01:24:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cizayuw2teda': Purge remote 2024/11/29 01:24:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veluyel2buve': Purge remote 2024/11/29 01:24:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ranitaf2zoqa': Purge remote 2024/11/29 01:24:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bahotak7hasu': Purge remote 2024/11/29 01:24:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jubixuq1mapo': Purge remote 2024/11/29 01:24:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-serovok4fibe': Purge remote 2024/11/29 01:24:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yatakut0pabu': Purge remote --- PASS: TestApplyTransforms (65.12s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:24:21 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/29 01:24:23 DEBUG : sub/file2: md5 = debb027d8ec25476387623300d603ee7 OK 2024/11/29 01:24:23 INFO : file1: Copied (new) to: sub/file2 2024/11/29 01:24:24 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/29 01:24:24 DEBUG : file1: Unchanged skipping 2024/11/29 01:24:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': don't need to copy/move sub/file2, it is already at target location 2024/11/29 01:24:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.75s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:24:31 DEBUG : dst/file1: md5 = 0add25537b43ac88c330be44abe3600c OK 2024/11/29 01:24:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/backup" 2024/11/29 01:24:31 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/1nrff024r7pq65ecp72fc28jb0" 2024/11/29 01:24:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/29 01:24:36 INFO : dst/file1: Moved (server-side) 2024/11/29 01:24:38 DEBUG : dst/file1: md5 = 3140df9969690975e32c3bc8aa5a7fcf OK 2024/11/29 01:24:38 INFO : dst/file1: Copied (new) 2024/11/29 01:24:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:24:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:24:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.89s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:24:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/dst" 2024/11/29 01:24:44 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:24:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/CompareDest" 2024/11/29 01:24:46 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/gveqi14airsml4bgu7krj116o8" 2024/11/29 01:24:47 DEBUG : one: Need to transfer - File not found at Destination 2024/11/29 01:24:50 DEBUG : one: md5 = 640ef890df3b3c2929b831516995401c OK 2024/11/29 01:24:50 INFO : one: Copied (new) 2024/11/29 01:24:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:24:53 DEBUG : one: md5 = 48ce4d51930bce943c4f4872f7546da6 OK 2024/11/29 01:24:53 INFO : one: Copied (replaced existing) 2024/11/29 01:24:55 DEBUG : dst/one: md5 = f5b8866006824fdfa34c60cf7d1da260 OK 2024/11/29 01:24:58 DEBUG : CompareDest/one: md5 = cfd1dde866b6d066c62be68be673f5d5 OK 2024/11/29 01:24:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:24:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:24:59 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/29 01:25:01 DEBUG : CompareDest/two: md5 = 981c192031709e35050c5d94cf09035f OK 2024/11/29 01:25:02 DEBUG : two: Need to transfer - File not found at Destination 2024/11/29 01:25:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:25:02 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/29 01:25:03 DEBUG : two: Need to transfer - File not found at Destination 2024/11/29 01:25:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:25:03 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/29 01:25:05 DEBUG : two: Need to transfer - File not found at Destination 2024/11/29 01:25:05 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/29 01:25:07 DEBUG : two: md5 = f93d7ba62195983c500ee0dc28d3f12c OK 2024/11/29 01:25:07 INFO : two: Copied (new) 2024/11/29 01:25:10 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:25:10 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:25:11 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:25:11 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.06s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:25:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/dst" 2024/11/29 01:25:12 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:25:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/CopyDest" 2024/11/29 01:25:14 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/29 01:25:15 DEBUG : one: Need to transfer - File not found at Destination 2024/11/29 01:25:18 DEBUG : one: md5 = f49accb416e0f3fe40ee0d05256b64d3 OK 2024/11/29 01:25:18 INFO : one: Copied (new) 2024/11/29 01:25:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:25:22 DEBUG : one: md5 = fd244e955b795eedb2ef6c003a964c20 OK 2024/11/29 01:25:22 INFO : one: Copied (replaced existing) 2024/11/29 01:25:24 DEBUG : dst/one: md5 = e0302a91f5c91e0efa9aecddaf35d84e OK 2024/11/29 01:25:26 DEBUG : CopyDest/one: md5 = 9c9411c64f6f897747aae607616db6ed OK 2024/11/29 01:25:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/BackupDir" 2024/11/29 01:25:27 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/29 01:25:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:25:29 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:25:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/29 01:25:31 INFO : one: Moved (server-side) 2024/11/29 01:25:33 INFO : one: Copied (server-side copy) 2024/11/29 01:25:33 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/29 01:25:35 DEBUG : CopyDest/two: md5 = 27ab8fb52d8399f7b44809f585b06987 OK 2024/11/29 01:25:36 DEBUG : two: Need to transfer - File not found at Destination 2024/11/29 01:25:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:25:37 INFO : two: Copied (server-side copy) 2024/11/29 01:25:37 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/29 01:25:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/29 01:25:38 DEBUG : two: Unchanged skipping 2024/11/29 01:25:40 DEBUG : CopyDest/three: md5 = 96f1d0a6615e60442e0ceefb091b765e OK 2024/11/29 01:25:41 DEBUG : three: Need to transfer - File not found at Destination 2024/11/29 01:25:41 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/29 01:25:41 DEBUG : three: Destination not found in --copy-dest 2024/11/29 01:25:43 DEBUG : three: md5 = 1bbf003a2e465d5fa02f37506d6c7233 OK 2024/11/29 01:25:43 INFO : three: Copied (new) 2024/11/29 01:25:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/29 01:25:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:25:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:25:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/29 01:25:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:25:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:25:50 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.35s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:25:52 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/29 01:25:55 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 517f3575a61ee8feb7d81f59847affa8 OK 2024/11/29 01:25:55 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/29 01:25:56 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/29 01:25:56 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/29 01:25:57 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/29 01:25:58 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/29 01:25:59 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 4f1311e8b546d5cca195dbca86b720e9 OK 2024/11/29 01:25:59 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/29 01:26:03 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/29 01:26:03 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.41s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:26:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Looking for duplicate names using skip mode. 2024/11/29 01:26:08 NOTICE: one: Found 2 files with duplicate names 2024/11/29 01:26:08 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.74s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:26:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Looking for duplicate names using skip mode. 2024/11/29 01:26:15 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:26:15 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/29 01:26:15 INFO : one: Deleted 2024/11/29 01:26:15 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.29s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:26:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Looking for duplicate names using first mode. 2024/11/29 01:26:22 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:26:23 INFO : one: Deleted 2024/11/29 01:26:23 INFO : one: Deleted 2024/11/29 01:26:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.80s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:26:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Looking for duplicate names using newest mode. 2024/11/29 01:26:30 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:26:31 INFO : one: Deleted 2024/11/29 01:26:31 INFO : one: Deleted 2024/11/29 01:26:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.67s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:26:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Looking for duplicate names using oldest mode. 2024/11/29 01:26:38 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:26:39 INFO : one: Deleted 2024/11/29 01:26:39 INFO : one: Deleted 2024/11/29 01:26:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.53s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:26:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Looking for duplicate names using largest mode. 2024/11/29 01:26:46 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:26:47 INFO : one: Deleted 2024/11/29 01:26:47 INFO : one: Deleted 2024/11/29 01:26:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.14s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:26:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Looking for duplicate names using smallest mode. 2024/11/29 01:26:54 NOTICE: one: Found 3 files with duplicate names 2024/11/29 01:26:55 INFO : one: Deleted 2024/11/29 01:26:55 INFO : one: Deleted 2024/11/29 01:26:55 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.80s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:27:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Looking for duplicate names using rename mode. 2024/11/29 01:27:03 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/29 01:27:04 INFO : one-2.txt: renamed from: one.txt 2024/11/29 01:27:06 INFO : one-3.txt: renamed from: one.txt 2024/11/29 01:27:07 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.50s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:27:14 DEBUG : dupe1/one.txt: md5 = 1931f4b76deb1971df786288b9201ccf OK 2024/11/29 01:27:16 DEBUG : dupe2/two.txt: md5 = 4687cde83071a5d394903c6e31da8d43 OK 2024/11/29 01:27:19 DEBUG : dupe3/three.txt: md5 = d738da590462525cde63772e6b1af0df OK 2024/11/29 01:27:20 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/29 01:27:21 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/29 01:27:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/29 01:27:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/29 01:27:26 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/29 01:27:26 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/29 01:27:26 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.13s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:27:29 DEBUG : a.txt: md5 = 7f10a77711f8cde08fdaefe5147883bf OK 2024/11/29 01:27:31 DEBUG : zend.txt: md5 = 62812635718abd08fc19e04ccab4519e OK 2024/11/29 01:27:33 DEBUG : sub dir/hello world: md5 = 71b93eae0c047d84f1d7c9663159d93f OK 2024/11/29 01:27:35 DEBUG : sub dir/hello world2: md5 = f2c51d40864c6c72ed456288c48017e5 OK 2024/11/29 01:27:38 DEBUG : sub dir/ignore dir/.ignore: md5 = 2a4038e399169503569bd40fa93b4c93 OK 2024/11/29 01:27:39 DEBUG : sub dir/ignore dir/should be ignored: md5 = 42f2143e8a56c3a40fdf04dcf50b7c21 OK 2024/11/29 01:27:42 DEBUG : sub dir/sub sub dir/hello world3: md5 = ec367effe26f08f3032b9d5c46666a0d OK 2024/11/29 01:27:44 DEBUG : a.txt: Excluded (Size Filter) 2024/11/29 01:27:44 DEBUG : a.txt: Excluded 2024/11/29 01:27:44 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/29 01:27:44 DEBUG : sub dir/hello world2: Excluded 2024/11/29 01:27:44 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/29 01:27:44 DEBUG : sub dir/hello world: Excluded 2024/11/29 01:27:45 DEBUG : sub dir/ignore dir: Excluded 2024/11/29 01:27:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/29 01:27:45 DEBUG : sub dir/hello world2: Excluded 2024/11/29 01:27:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/29 01:27:45 DEBUG : sub dir/hello world: Excluded 2024/11/29 01:27:45 DEBUG : sub dir/ignore dir: Excluded 2024/11/29 01:27:51 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/29 01:27:52 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/29 01:27:52 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/29 01:27:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/29 01:27:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/29 01:27:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/11/29 01:27:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (26.71s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:27:56 DEBUG : file1: md5 = 97508d54ab39067df569af209b1ca051 OK 2024/11/29 01:27:59 DEBUG : sub/file2: md5 = 751d93e310e76852449e05219c0fd6ff 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/29 01:28:02 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/29 01:28:02 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/29 01:28:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/29 01:28:05 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.67s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.29s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.30s) --- PASS: TestListJSON/NoMimeType (0.29s) --- PASS: TestListJSON/ShowHash (0.30s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.77s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:28:07 DEBUG : file1: md5 = b4cd4fb1d76ba4937ea1d0e79f61f57b OK 2024/11/29 01:28:10 DEBUG : sub/file2: md5 = d8847cbcf18c80ad31ceff7f1a44d121 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/29 01:28:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/notfound" 2024/11/29 01:28:14 DEBUG : Config file has changed externally - reloading 2024/11/29 01:28:14 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/qe0i31qdkoejk60elps0ni5sqk" 2024/11/29 01:28:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.52s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.53s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.28s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.86s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:28:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Making directory 2024/11/29 01:28:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Making directory --- PASS: TestMkdir (0.71s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:28:23 DEBUG : sub dir/hello world: md5 = 29ab187a658aa1449113b503e5a132db OK 2024/11/29 01:28:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.80s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:28:27 DEBUG : potato2: md5 = 87b064d5853055de9d4137709860f48d OK 2024/11/29 01:28:29 DEBUG : empty space: md5 = 1dbbf022305d7910b77284c3299f718a OK --- PASS: TestLs (5.75s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:28:33 DEBUG : potato2: md5 = 90b4007e8009e953c26f099143f42ecc OK 2024/11/29 01:28:35 DEBUG : empty space: md5 = b0204869713ee1512a540a8a21e2a6ab OK 2024/11/29 01:28:35 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/11/29 01:28:35 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.84s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:28:39 DEBUG : potato2: md5 = 3db356c88c45b348fb2ee305acdf838f OK 2024/11/29 01:28:41 DEBUG : empty space: md5 = 4d62621380ac81c68fb62d9c3360d851 OK --- PASS: TestLsLong (5.78s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:28:45 DEBUG : potato2: md5 = 5a5ff31b5ed865580a4163a68e479058 OK 2024/11/29 01:28:46 DEBUG : empty space: md5 = efb1b09499c18c06559b31a86e0f9648 OK --- PASS: TestHashSums (5.20s) === RUN TestHashSumsWithErrors 2024/11/29 01:28:48 DEBUG : Creating backend with remote ":memory:" 2024/11/29 01:28:48 DEBUG : Config file has changed externally - reloading 2024/11/29 01:28:48 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/29 01:28:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/29 01:28:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/29 01:28:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/29 01:28:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/29 01:28:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/29 01:28:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/29 01:28:48 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/29 01:28: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-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:28:50 DEBUG : potato2: md5 = b4e1132927445acd715ce512727cb997 OK 2024/11/29 01:28:52 DEBUG : empty space: md5 = c6a63f29a9c08780966bb7475b6176ad OK 2024/11/29 01:28:54 DEBUG : sub dir/potato3: md5 = 44fbe87012cd5ec9d476226fe9994758 OK 2024/11/29 01:28:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.97s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:29:01 DEBUG : small: md5 = 4a17294b70f84aeacee368ef6ae2183c OK 2024/11/29 01:29:03 DEBUG : medium: md5 = 06f58b1d9b30b5661b706df4c1597cc5 OK 2024/11/29 01:29:05 DEBUG : large: md5 = fa7fdef2aa59051fde506170c7e2817e OK 2024/11/29 01:29:05 DEBUG : Waiting for deletions to finish 2024/11/29 01:29:05 DEBUG : large: Excluded (Size Filter) 2024/11/29 01:29:06 INFO : small: Deleted 2024/11/29 01:29:06 INFO : medium: Deleted --- PASS: TestDelete (8.07s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:29:09 DEBUG : small: md5 = e315c627cfce8ee6d603032707f51deb OK 2024/11/29 01:29:11 DEBUG : medium: md5 = f69fdc9cc15117923176eaac0811d2e5 OK 2024/11/29 01:29:12 DEBUG : large: md5 = e9b9d4a314e1a03bd7eab32f63c1f1a8 OK 2024/11/29 01:29:13 DEBUG : Waiting for deletions to finish 2024/11/29 01:29:13 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/11/29 01:29:13 INFO : medium: Deleted 2024/11/29 01:29:13 INFO : small: Deleted --- PASS: TestMaxDelete (8.06s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:29:17 DEBUG : small: md5 = b44392121a377686ef24ecdfb6d359c7 OK 2024/11/29 01:29:19 DEBUG : medium: md5 = af6aabda6c8e94b623bb846d03953fcc OK 2024/11/29 01:29:20 DEBUG : large: md5 = 6100b09ac0ae5aed6b524e369de97fe4 OK 2024/11/29 01:29:21 DEBUG : Waiting for deletions to finish 2024/11/29 01:29:21 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/29 01:29:21 INFO : small: Deleted 2024/11/29 01:29:22 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.20s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:29:25 DEBUG : small: md5 = 6524f05feaa1fc5ec6eb171584dd4649 OK 2024/11/29 01:29:27 DEBUG : medium: md5 = c7745c7ea472c98d854618ba0adeb573 OK 2024/11/29 01:29:28 DEBUG : large: md5 = 776442e39379976fbf3244143adb3bd9 OK 2024/11/29 01:29:29 DEBUG : Waiting for deletions to finish 2024/11/29 01:29:29 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/11/29 01:29:30 INFO : small: Deleted 2024/11/29 01:29:30 INFO : large: Deleted --- PASS: TestMaxDeleteSize (8.00s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:29:33 DEBUG : ReadFile: md5 = 77a350a57d3a1b9553d84205f9b2e1fc OK --- PASS: TestReadFile (5.34s) === RUN TestRetry 2024/11/29 01:29:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/29 01:29:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/29 01:29:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/29 01:29:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/29 01:29:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/29 01:29:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/29 01:29:37 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-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:29:39 DEBUG : file1: md5 = b6000834166683ff3273a1e253b0c56e OK 2024/11/29 01:29:40 DEBUG : file2: md5 = b15d8ab018359b0e39a557e61f25d9c8 OK --- PASS: TestCat (19.64s) === RUN TestPurge 2024/11/29 01:29:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gijeqot1jage" 2024/11/29 01:29:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:29:57 DEBUG : Creating backend with remote "TestDrive:crypt/c9plqr9eb05pvdcgvs7n2maq6400kvh9beanumdsjqourmg3f8kg" 2024/11/29 01:29:58 DEBUG : Creating backend with remote "/tmp/rclone2105919203" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gijeqot1jage'", Local "Local file system at /tmp/rclone2105919203", Modify Window "1ms" 2024/11/29 01:30:04 DEBUG : A1/B1/C1/one: md5 = e3a26e957c0fc56e3d3d10aab62300aa OK 2024/11/29 01:30:04 DEBUG : A2: Making directory 2024/11/29 01:30:05 DEBUG : A1/B2: Making directory 2024/11/29 01:30:06 DEBUG : A1/B2/C2: Making directory 2024/11/29 01:30:07 DEBUG : A1/B1/C3: Making directory 2024/11/29 01:30:08 DEBUG : A3: Making directory 2024/11/29 01:30:09 DEBUG : A3/B3: Making directory 2024/11/29 01:30:10 DEBUG : A3/B3/C4: Making directory 2024/11/29 01:30:13 DEBUG : A1/two: md5 = 484197d3d6f3d78bd7cf4a0e02610c74 OK 2024/11/29 01:30:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gijeqot1jage': Purge remote 2024/11/29 01:30:17 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.75s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:30:22 DEBUG : A1/B1/C1/one: md5 = d785af691c8b37e52f59f715327935c1 OK 2024/11/29 01:30:22 DEBUG : A2: Making directory 2024/11/29 01:30:23 DEBUG : A1/B2: Making directory 2024/11/29 01:30:24 DEBUG : A1/B2/C2: Making directory 2024/11/29 01:30:25 DEBUG : A1/B1/C3: Making directory 2024/11/29 01:30:26 DEBUG : A3: Making directory 2024/11/29 01:30:28 DEBUG : A3/B3: Making directory 2024/11/29 01:30:29 DEBUG : A3/B3/C4: Making directory 2024/11/29 01:30:32 DEBUG : A1/two: md5 = 130696c146d4836d5ffa8da3dcf7616c OK 2024/11/29 01:30:33 DEBUG : removing 1 level 3 directories 2024/11/29 01:30:33 INFO : A3/B3/C4: Removing directory 2024/11/29 01:30:36 DEBUG : removing 2 level 3 directories 2024/11/29 01:30:36 INFO : A1/B2/C2: Removing directory 2024/11/29 01:30:36 INFO : A1/B1/C3: Removing directory 2024/11/29 01:30:37 DEBUG : removing 2 level 2 directories 2024/11/29 01:30:37 INFO : A3/B3: Removing directory 2024/11/29 01:30:37 INFO : A1/B2: Removing directory 2024/11/29 01:30:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/29 01:30:37 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/29 01:30:38 DEBUG : removing 2 level 1 directories 2024/11/29 01:30:38 INFO : A3: Removing directory 2024/11/29 01:30:38 INFO : A2: Removing directory 2024/11/29 01:30:38 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/29 01:30:42 DEBUG : removing 1 level 3 directories 2024/11/29 01:30:42 INFO : A1/B1/C1: Removing directory 2024/11/29 01:30:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:43 DEBUG : removing 1 level 2 directories 2024/11/29 01:30:43 INFO : A1/B1: Removing directory 2024/11/29 01:30:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/29 01:30:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 01:30:44 DEBUG : removing 1 level 1 directories 2024/11/29 01:30:44 INFO : A1: Removing directory 2024/11/29 01:30:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/29 01:30:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/29 01:30:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:30:45 DEBUG : removing 1 level 0 directories 2024/11/29 01:30:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Removing directory 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:30:45 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (29.53s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:30:48 DEBUG : A1: Making directory 2024/11/29 01:30:49 DEBUG : A1/B1: Making directory 2024/11/29 01:30:50 DEBUG : A1/B1/C1: Making directory 2024/11/29 01:30:53 DEBUG : removing 1 level 3 directories 2024/11/29 01:30:53 INFO : A1/B1/C1: Removing directory 2024/11/29 01:30:54 DEBUG : removing 1 level 2 directories 2024/11/29 01:30:54 INFO : A1/B1: Removing directory 2024/11/29 01:30:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 01:30:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.86s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:30:57 DEBUG : A1: Making directory 2024/11/29 01:30:58 DEBUG : A1/B1: Making directory 2024/11/29 01:30:59 DEBUG : A1/B1/C1: Making directory 2024/11/29 01:31:02 DEBUG : removing 1 level 3 directories 2024/11/29 01:31:02 INFO : A1/B1/C1: Removing directory 2024/11/29 01:31:03 DEBUG : removing 1 level 2 directories 2024/11/29 01:31:03 INFO : A1/B1: Removing directory 2024/11/29 01:31:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 01:31:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.11s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:31:08 DEBUG : file1: md5 = 7a2c26de7eb1fc55b8ef03b5bc828a59 OK 2024/11/29 01:31:08 DEBUG : filename.txt: File name found in url 2024/11/29 01:31:10 DEBUG : filename.txt: md5 = 47417dffa9077554ba93297290dc1121 OK 2024/11/29 01:31:10 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/29 01:31:12 DEBUG : headerfilename.txt: md5 = 28d31c5073b9797191bb5a04ddd84e22 OK 2024/11/29 01:31:13 DEBUG : file2: md5 = d1190d1ddde393ff56618fae570d88bc OK --- PASS: TestCopyURL (10.88s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:31:17 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/29 01:31:20 DEBUG : sub/file2: md5 = 531dc75b0a4439c54538345ae3f36aa9 OK 2024/11/29 01:31:20 INFO : file1: Copied (new) to: sub/file2 2024/11/29 01:31:20 INFO : file1: Deleted 2024/11/29 01:31:21 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/29 01:31:21 DEBUG : file1: Unchanged skipping 2024/11/29 01:31:21 INFO : file1: Deleted 2024/11/29 01:31:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': don't need to copy/move sub/file2, it is already at target location 2024/11/29 01:31:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.17s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:31:24 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/29 01:31:26 DEBUG : file1: md5 = 5d0e9d9dbe9d779732c09492a49949e6 OK 2024/11/29 01:31:26 INFO : file1: Copied (new) 2024/11/29 01:31:26 INFO : file1: Deleted 2024/11/29 01:31:26 DEBUG : file1: Destination exists, skipping 2024/11/29 01:31:26 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.74s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:31:31 DEBUG : dst/file1: md5 = 30c30bdcce62ffa0855af6c03c855286 OK 2024/11/29 01:31:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jalicow7wibu/backup" 2024/11/29 01:31:32 DEBUG : Config file has changed externally - reloading 2024/11/29 01:31:32 DEBUG : Creating backend with remote "TestDrive:crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg/1nrff024r7pq65ecp72fc28jb0" 2024/11/29 01:31:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/29 01:31:37 INFO : dst/file1: Moved (server-side) 2024/11/29 01:31:39 DEBUG : dst/file1: md5 = d30d43b93f28aff875ca5772e675a7da OK 2024/11/29 01:31:39 INFO : dst/file1: Copied (new) 2024/11/29 01:31:39 INFO : dst/file1: Deleted 2024/11/29 01:31:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:31:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/29 01:31:44 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.92s) === 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-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:31:47 DEBUG : A1/one: md5 = 5e27162536cb7acfbe21989644adf462 OK 2024/11/29 01:31:49 DEBUG : A1/two: md5 = 9ebe4af453fe08929373e6d5fe58cacc OK 2024/11/29 01:31:51 DEBUG : A1/B1/three: md5 = 1594aedc1af7bde133deb6596179531d OK 2024/11/29 01:31:54 DEBUG : A1/B1/C1/four: md5 = df8276e741b20b2e41a5f230adb1c7df OK 2024/11/29 01:31:57 DEBUG : A1/B1/C2/five: md5 = 75abd1cdcd2769c34b84a9c80cc23ca6 OK 2024/11/29 01:31:57 DEBUG : A1/B2: Making directory 2024/11/29 01:31:58 DEBUG : A1/B1/C3: Making directory 2024/11/29 01:32:10 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/29 01:32:10 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/29 01:32:10 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/29 01:32:10 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/29 01:32:11 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/29 01:32:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/29 01:32:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/29 01:32:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 01:32:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/29 01:32:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/29 01:32:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/29 01:32:26 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/29 01:32:26 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/29 01:32:26 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/29 01:32:26 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/29 01:32:26 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/29 01:32:30 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/29 01:32:30 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/29 01:32:30 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 01:32:31 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/29 01:32:31 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/29 01:32:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/29 01:32:40 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/29 01:32:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/29 01:32:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/29 01:32:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/29 01:32:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/29 01:32:42 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/29 01:32:42 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/29 01:32:42 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/29 01:32:42 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (58.44s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:32:43 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:32:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/29 01:32:45 DEBUG : no_checksum_small_file_from_pipe: md5 = b7132ef99b070ab37541caad81c1912a OK 2024/11/29 01:32:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/29 01:32:45 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/29 01:32:46 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/29 01:32:47 DEBUG : no_checksum_big_file_from_pipe: md5 = bd14bbaa5c8f141ee6702a9a632113ec OK 2024/11/29 01:32:47 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-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:32:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/29 01:32:51 DEBUG : with_checksum_small_file_from_pipe: md5 = 14240f9df43c0a1189c3d7afa75593d0 OK 2024/11/29 01:32:51 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/29 01:32:52 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/29 01:32:53 DEBUG : with_checksum_big_file_from_pipe: md5 = 0a8981777cf9dfda6f4854f0a42f0d02 OK 2024/11/29 01:32:53 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-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:32:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/29 01:32:57 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/29 01:32:58 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/29 01:32:59 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-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:33:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/29 01:33:03 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/29 01:33:03 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/29 01:33:05 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.28s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.74s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.97s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.69s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.88s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/29 01:33:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': File to upload is small (48 bytes), uploading instead of streaming 2024/11/29 01:33:09 DEBUG : rcat_metadata: md5 = 5ece3e32e8b99318e4d2073292464d41 OK 2024/11/29 01:33:09 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/29 01:33:11 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/29 01:33:13 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3637b5233255e5b6abb8c78245f303bf OK 2024/11/29 01:33:13 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.61s) --- PASS: TestRcatMetadata/Normal (3.30s) --- PASS: TestRcatMetadata/ViaDisk (3.81s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:33:16 DEBUG : potato1: md5 = 7823254ca79ef241bff75ee177610eba OK 2024/11/29 01:33:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': File to upload is small (60 bytes), uploading instead of streaming 2024/11/29 01:33:17 DEBUG : potato2: md5 = 953620cc27a4de19bf1ec50671ce452b OK 2024/11/29 01:33:17 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.46s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:33:21 DEBUG : potato1: md5 = 5dfd7698a4a27bd4ce213bbc9336eed6 OK 2024/11/29 01:33:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': File to upload is small (60 bytes), uploading instead of streaming 2024/11/29 01:33:23 DEBUG : potato2: md5 = 73ce5d576ab713b8d39ac32045b0c4bb OK 2024/11/29 01:33:23 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.03s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:33:27 DEBUG : potato2: md5 = 4acc4fe471d659b3a4e54e83094d841d OK 2024/11/29 01:33:29 DEBUG : empty space: md5 = c02faac235129d82d644be58b2a3da2d OK 2024/11/29 01:33:32 DEBUG : sub dir/potato3: md5 = 4298aeffbf9a399f8f1b457dc358c7b7 OK 2024/11/29 01:33:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Touching "empty space" 2024/11/29 01:33:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Touching "potato2" 2024/11/29 01:33:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Touching "sub dir/potato3" 2024/11/29 01:33:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.72s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:33:39 DEBUG : dir with metadata: Making directory with metadata 2024/11/29 01:33:40 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.93s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:33:42 DEBUG : directory with modtime: Making directory with metadata 2024/11/29 01:33:43 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.95s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:33:45 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/29 01:33:45 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/29 01:33:46 DEBUG : Google drive root 'crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg': Skipping btime metadata as can't update it on an existing file: 2024-11-29T01:33:45.760980294Z 2024/11/29 01:33:46 INFO : non existent directory: Updated directory metadata 2024/11/29 01:33:49 DEBUG : Google drive root 'crypt/3vtpl171k4dh6ej3k1fo8qngi4m7c5169acvsio581tg02pbhmvg': Skipping btime metadata as can't update it on an existing file: 2024-11-29T01:33:45.760980294Z 2024/11/29 01:33:50 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.19s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:33:51 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/29 01:33:54 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/29 01:33:55 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (6.13s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:33:58 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/29 01:33:58 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/29 01:33:58 DEBUG : dst: Making directory with metadata 2024/11/29 01:33:59 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/29 01:33:59 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/29 01:33:59 INFO : dst: Set directory modification time (using SetModTime) 2024/11/29 01:34:00 INFO : dst: Set directory modification time (using SetModTime) 2024/11/29 01:34:00 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/29 01:34:01 INFO : dst: Set directory modification time (using SetModTime) 2024/11/29 01:34:01 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (6.16s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu'", Local "Local file system at /tmp/rclone2191332429", Modify Window "1ms" 2024/11/29 01:34:06 DEBUG : sub dir/test remove existing: md5 = cf2c6a3ab2fa69191472e387f3fa1d46 OK 2024/11/29 01:34:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = bd2ea0e68867c062b3b644ea2a3cc705 OK 2024/11/29 01:34:10 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wogakec3" before starting 2024/11/29 01:34:11 DEBUG : sub dir/test remove existing.wogakec3: TEST: removing renamed existing file after operation 2024/11/29 01:34:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jokirew4" before starting 2024/11/29 01:34:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jokirew4: TEST: renaming existing back after failed operation 2024/11/29 01:34:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mawohop3" before starting 2024/11/29 01:34:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mawohop3: TEST: removing renamed existing file after operation 2024/11/29 01:34:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "j1rmoeakhb46mq0kikpjp593204sr2me10i0g7nsdomt2ek6lj3g" 2024/11/29 01:34:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ethv4frqnk5dsihq0kr500el9vs2ianhrd8jn0jn3nktjm4pao0i3mu8e5rra0j3kdubcnd71tigebivcis9v3bnfahmb2hd72r098v836nlmoh55c77r3569i4cvhakacb8rjs4bfvkoqjc7vuiprsasso374smqcj2mrqdupivrn57mogg" --- PASS: TestRemoveExisting (15.12s) === 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/29 01:34:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jalicow7wibu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m51.354189452s (try 1/5)