"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/11/06 04:21:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba" 2024/11/06 04:21:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:21:15 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0" 2024/11/06 04:21:16 DEBUG : Creating backend with remote "/tmp/rclone2127712213" === 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-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/06 04:21:16 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/06 04:21:16 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/06 04:21:16 DEBUG : potato: Seek from 10 to 0 2024/11/06 04:21:16 DEBUG : potato: Seek from 10 to 0 2024/11/06 04:21:16 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/06 04:21:16 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/06 04:21:16 DEBUG : potato: Seek from 5 to 2 2024/11/06 04:21:16 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/06 04:21:16 DEBUG : potato: Seek from 7 to 0 2024/11/06 04:21:16 DEBUG : potato: Seek from 7 to 0 2024/11/06 04:21:16 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/06 04:21:16 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/06 04:21:16 DEBUG : potato: Seek from 5 to 2 2024/11/06 04:21:16 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/06 04:21:16 DEBUG : potato: Seek from 8 to 0 2024/11/06 04:21:16 DEBUG : potato: Seek from 8 to 0 2024/11/06 04:21:16 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/06 04:21:16 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/06 04:21:16 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/06 04:21:16 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/06 04:21:16 DEBUG : potato: Seek from 5 to 2 2024/11/06 04:21:16 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/06 04:21:16 DEBUG : potato: Seek from 9 to 0 2024/11/06 04:21:16 DEBUG : potato: Seek from 9 to 0 2024/11/06 04:21:16 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-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:21:19 DEBUG : rutabaga: md5 = 96841ed1ab6fe970b6e2ef3bd2461063 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/06 04:21:22 DEBUG : empty space: md5 = 28b78b5f6f4b2a3977d30324e9478f8f OK === RUN TestCheck/3 2024/11/06 04:21:24 DEBUG : potato2: md5 = 9938724a40efe8ca35e6981d7b0f2905 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/06 04:21:27 DEBUG : remotepotato: md5 = 0b055712d8d208229948cdc9dc6e7abf OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.61s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2024/11/06 04:21:31 DEBUG : Creating backend with remote "nonexistent" 2024/11/06 04:21:31 DEBUG : Creating backend with remote "nonexistent" 2024/11/06 04:21:31 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/06 04:21:31 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/06 04:21:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/06 04:21:31 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-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:21:33 DEBUG : rutabaga: md5 = 212adfc3098274044cf377779d2b2754 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/06 04:21:38 DEBUG : empty space: md5 = c92438e98061e90a24916cddcabfadbc OK === RUN TestCheckDownload/3 2024/11/06 04:21:42 DEBUG : potato2: md5 = 2aab5e9c6eceb6fc5b838f6ea43fe297 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/06 04:21:46 DEBUG : remotepotato: md5 = 4080c8acfdcf6a07ab4bc4346418c802 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (21.11s) --- PASS: TestCheckDownload/1 (1.67s) --- PASS: TestCheckDownload/2 (1.24s) --- PASS: TestCheckDownload/3 (1.37s) --- PASS: TestCheckDownload/4 (1.40s) --- PASS: TestCheckDownload/5 (1.35s) --- PASS: TestCheckDownload/6 (1.26s) --- PASS: TestCheckDownload/7 (1.09s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:21:54 DEBUG : rutabaga: md5 = 681dd2bef02da6db99bcae4665ef08d0 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/06 04:21:57 DEBUG : empty space: md5 = 617e692bd911a6d3f2eefcc521cd2624 OK === RUN TestCheckSizeOnly/3 2024/11/06 04:22:00 DEBUG : potato2: md5 = 835f1763fc4899f4964f99fb389e9f8e OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/06 04:22:02 DEBUG : remotepotato: md5 = 8a5cc2a7bc40ffd8c56ca96bd197b6a9 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.38s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.31s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.34s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:22:09 DEBUG : test.sum: md5 = c16fa3da442fb3fba70fc89b2ece6cff OK 2024/11/06 04:22:10 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/06 04:22:10 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/06 04:22:10 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/06 04:22:10 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/06 04:22:12 DEBUG : test.sum: md5 = 155f7d35c671262961f5ba8484c48e44 OK 2024/11/06 04:22:13 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/06 04:22:13 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/06 04:22:13 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/06 04:22:13 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.98s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:22:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/data" 2024/11/06 04:22:15 DEBUG : Config file has changed externally - reloading 2024/11/06 04:22:15 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba/data' lacks md5, skipping --- SKIP: TestCheckSum (2.18s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:22:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/data" 2024/11/06 04:22:17 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/vjrnln8ratgmqakfosrqe8espk" 2024/11/06 04:22:21 DEBUG : data/banana: md5 = 8f8ef990d6d928c616c037f55680f491 OK 2024/11/06 04:22:23 DEBUG : test.sum: md5 = 7a08a05e06b4b98e4aea4a82fa77b5e7 OK === RUN TestCheckSumDownload/subtest1 2024/11/06 04:22:28 DEBUG : data/potato: md5 = cef650d4ca133e4cd5bd014f3a6246ae OK 2024/11/06 04:22:30 DEBUG : test.sum: md5 = 17bce7155d947d572ac9cfd1838d6129 OK === RUN TestCheckSumDownload/subtest2 2024/11/06 04:22:35 DEBUG : test.sum: md5 = 49e8e80484bec7513aa91f6b1ef6071e OK === RUN TestCheckSumDownload/subtest3 2024/11/06 04:22:41 DEBUG : test.sum: md5 = 7550b61d57973161132a73e097858a47 OK === RUN TestCheckSumDownload/subtest4 2024/11/06 04:22:46 DEBUG : test.sum: md5 = 94fb4cd0fb29cdef8f264e44c2188bab OK === RUN TestCheckSumDownload/subtest5 2024/11/06 04:22:51 DEBUG : test.sum: md5 = 59560fb254d221686638aacb96e8532c OK === RUN TestCheckSumDownload/subtest6 2024/11/06 04:22:57 DEBUG : data/banana: md5 = 39c69660fdbbd47264eac4a1f2c9d27e OK 2024/11/06 04:22:59 DEBUG : data/potato: md5 = fd145b816b5521bc209cbedc86ab1668 OK 2024/11/06 04:23:01 DEBUG : test.sum: md5 = 933716a1eb3c89628b49dd7796072f3c OK === RUN TestCheckSumDownload/subtest7 2024/11/06 04:23:07 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/06 04:23:07 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (51.61s) --- PASS: TestCheckSumDownload/subtest1 (2.73s) --- PASS: TestCheckSumDownload/subtest2 (2.75s) --- PASS: TestCheckSumDownload/subtest3 (3.05s) --- PASS: TestCheckSumDownload/subtest4 (3.25s) --- PASS: TestCheckSumDownload/subtest5 (2.71s) --- PASS: TestCheckSumDownload/subtest6 (3.74s) --- PASS: TestCheckSumDownload/subtest7 (2.60s) === RUN TestApplyTransforms 2024/11/06 04:23:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gayaxoz6najo" 2024/11/06 04:23:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:23:08 DEBUG : Creating backend with remote "TestDrive:crypt/29d0dddh3i8ep39ghg6ioslb0lc1bqia3c5das100e8khm150cu0" 2024/11/06 04:23:09 DEBUG : Creating backend with remote "/tmp/rclone468009012" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gayaxoz6najo'", Local "Local file system at /tmp/rclone468009012", Modify Window "1ms" 2024/11/06 04:23:13 DEBUG : hello, world!: md5 = 98dc697889a912a5d8962f6661efae90 OK upper checkfile vs. lower remote (without normalization) 2024/11/06 04:23:13 ERROR : hello, world!: sum not found 2024/11/06 04:23:13 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gayaxoz6najo' 2024/11/06 04:23:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gayaxoz6najo': 1 files missing 2024/11/06 04:23:13 NOTICE: 1 hashes missing 2024/11/06 04:23:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gayaxoz6najo': 2 differences found 2024/11/06 04:23:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gayaxoz6najo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/06 04:23:15 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:23:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gayaxoz6najo': 0 differences found 2024/11/06 04:23:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gayaxoz6najo': 1 matching files 2024/11/06 04:23:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fivebel7bera" 2024/11/06 04:23:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:23:15 DEBUG : Creating backend with remote "TestDrive:crypt/eegpg8uahs1hk79lernvimfjk6ojino3u8lgvmsg38ccr158pafg" 2024/11/06 04:23:16 DEBUG : Creating backend with remote "/tmp/rclone1884732713" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fivebel7bera'", Local "Local file system at /tmp/rclone1884732713", Modify Window "1ms" 2024/11/06 04:23:19 DEBUG : HELLO, WORLD!: md5 = 6b5a1ddf2e1737a92292ea0d6ed7dd0b OK lower checkfile vs. upper remote (without normalization) 2024/11/06 04:23:20 ERROR : HELLO, WORLD!: sum not found 2024/11/06 04:23:20 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fivebel7bera' 2024/11/06 04:23:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivebel7bera': 1 files missing 2024/11/06 04:23:20 NOTICE: 1 hashes missing 2024/11/06 04:23:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivebel7bera': 2 differences found 2024/11/06 04:23:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivebel7bera': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/06 04:23:21 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:23:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivebel7bera': 0 differences found 2024/11/06 04:23:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fivebel7bera': 1 matching files 2024/11/06 04:23:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mesimat4sewa" 2024/11/06 04:23:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:23:21 DEBUG : Creating backend with remote "TestDrive:crypt/6i8m3m91vr97m31cf9800999nq4903hbi15n1ucbig0416p5v0v0" 2024/11/06 04:23:22 DEBUG : Creating backend with remote "/tmp/rclone3942871322" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mesimat4sewa'", Local "Local file system at /tmp/rclone3942871322", Modify Window "1ms" 2024/11/06 04:23:25 DEBUG : HeLlO, wOrLd!: md5 = 17a98340ec0d825cc12fcfd94fd32617 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/06 04:23:26 ERROR : HeLlO, wOrLd!: sum not found 2024/11/06 04:23:26 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-mesimat4sewa' 2024/11/06 04:23:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesimat4sewa': 1 files missing 2024/11/06 04:23:26 NOTICE: 1 hashes missing 2024/11/06 04:23:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesimat4sewa': 2 differences found 2024/11/06 04:23:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesimat4sewa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/06 04:23:27 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:23:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesimat4sewa': 0 differences found 2024/11/06 04:23:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesimat4sewa': 1 matching files 2024/11/06 04:23:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pufihok6rumo" 2024/11/06 04:23:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:23:27 DEBUG : Creating backend with remote "TestDrive:crypt/95s9onu4vc004tvr1vclp1nk399sq7g9483am5i40inqthu1r0v0" 2024/11/06 04:23:29 DEBUG : Creating backend with remote "/tmp/rclone3999467844" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pufihok6rumo'", Local "Local file system at /tmp/rclone3999467844", Modify Window "1ms" 2024/11/06 04:23:32 DEBUG : HELLO, WORLD!: md5 = 34393ff3139d4eb94d782538e693a025 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/06 04:23:32 ERROR : HELLO, WORLD!: sum not found 2024/11/06 04:23:32 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pufihok6rumo' 2024/11/06 04:23:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pufihok6rumo': 1 files missing 2024/11/06 04:23:32 NOTICE: 1 hashes missing 2024/11/06 04:23:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pufihok6rumo': 2 differences found 2024/11/06 04:23:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pufihok6rumo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/06 04:23:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:23:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pufihok6rumo': 0 differences found 2024/11/06 04:23:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pufihok6rumo': 1 matching files 2024/11/06 04:23:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vedexer2xeme" 2024/11/06 04:23:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:23:33 DEBUG : Creating backend with remote "TestDrive:crypt/sbc9a5ouqssktusmd8s3a5ba9hbq1st5j3k6l0275a96vrvkbtog" 2024/11/06 04:23:34 DEBUG : Creating backend with remote "/tmp/rclone2272679347" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vedexer2xeme'", Local "Local file system at /tmp/rclone2272679347", Modify Window "1ms" 2024/11/06 04:23:38 DEBUG : 測試_Русский___ě_áñ: md5 = e0ebab518e4963f9153b7f3b03b462e8 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/06 04:23:38 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/06 04:23:38 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vedexer2xeme' 2024/11/06 04:23:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vedexer2xeme': 1 files missing 2024/11/06 04:23:38 NOTICE: 1 hashes missing 2024/11/06 04:23:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vedexer2xeme': 2 differences found 2024/11/06 04:23:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vedexer2xeme': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/06 04:23:39 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:23:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vedexer2xeme': 0 differences found 2024/11/06 04:23:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vedexer2xeme': 1 matching files 2024/11/06 04:23:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xapiriw4hequ" 2024/11/06 04:23:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:23:39 DEBUG : Creating backend with remote "TestDrive:crypt/5qkfgkjqsruk9ogmo0cmon961s17shjft9fu0j9ii00v2v8pqea0" 2024/11/06 04:23:40 DEBUG : Creating backend with remote "/tmp/rclone1957157026" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xapiriw4hequ'", Local "Local file system at /tmp/rclone1957157026", Modify Window "1ms" 2024/11/06 04:23:43 DEBUG : 測試_Русский___ě_áñ: md5 = 45f90f1ad8bd2d8b6c769dbdfe62a915 OK NFC checkfile vs. NFD remote (without normalization) 2024/11/06 04:23:44 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/06 04:23:44 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xapiriw4hequ' 2024/11/06 04:23:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapiriw4hequ': 1 files missing 2024/11/06 04:23:44 NOTICE: 1 hashes missing 2024/11/06 04:23:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapiriw4hequ': 2 differences found 2024/11/06 04:23:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapiriw4hequ': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/06 04:23:46 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:23:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapiriw4hequ': 0 differences found 2024/11/06 04:23:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapiriw4hequ': 1 matching files 2024/11/06 04:23:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rujamur9gije" 2024/11/06 04:23:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:23:46 DEBUG : Creating backend with remote "TestDrive:crypt/4ojiudltkbu6i83o1mc4e4b1tvf6r0tkrb3fkkq2qv5f0thnu24g" 2024/11/06 04:23:47 DEBUG : Creating backend with remote "/tmp/rclone714683315" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rujamur9gije'", Local "Local file system at /tmp/rclone714683315", Modify Window "1ms" 2024/11/06 04:23:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0ce0e358120bcd8d0c708a201ff126d1 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/06 04:23:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/06 04:23:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rujamur9gije' 2024/11/06 04:23:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujamur9gije': 1 files missing 2024/11/06 04:23:50 NOTICE: 1 hashes missing 2024/11/06 04:23:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujamur9gije': 2 differences found 2024/11/06 04:23:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujamur9gije': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/06 04:23:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:23:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujamur9gije': 0 differences found 2024/11/06 04:23:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujamur9gije': 1 matching files 2024/11/06 04:23:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-repurim9deka" 2024/11/06 04:23:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:23:51 DEBUG : Creating backend with remote "TestDrive:crypt/ujcp4ktbessg2onpqkmvrnnd925o6arkv9u12o8qb3cand1n4i80" 2024/11/06 04:23:53 DEBUG : Creating backend with remote "/tmp/rclone2060552086" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-repurim9deka'", Local "Local file system at /tmp/rclone2060552086", Modify Window "1ms" 2024/11/06 04:23:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9dbe648d66b19484acd3ef0c9bd70053 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/06 04:23:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/06 04:23:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-repurim9deka' 2024/11/06 04:23:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repurim9deka': 1 files missing 2024/11/06 04:23:56 NOTICE: 1 hashes missing 2024/11/06 04:23:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repurim9deka': 2 differences found 2024/11/06 04:23:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repurim9deka': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/06 04:23:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:23:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repurim9deka': 0 differences found 2024/11/06 04:23:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repurim9deka': 1 matching files 2024/11/06 04:23:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dobegef9subi" 2024/11/06 04:23:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:23:58 DEBUG : Creating backend with remote "TestDrive:crypt/h6eg5m8sgpolmn4ba7lc6touufddjvlgr69dn1nj6deknrgifgb0" 2024/11/06 04:23:59 DEBUG : Creating backend with remote "/tmp/rclone3673013086" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dobegef9subi'", Local "Local file system at /tmp/rclone3673013086", Modify Window "1ms" 2024/11/06 04:24:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d562e0de20b6b95b20315ca63682052d OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/06 04:24:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/06 04:24:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dobegef9subi' 2024/11/06 04:24:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dobegef9subi': 1 files missing 2024/11/06 04:24:03 NOTICE: 1 hashes missing 2024/11/06 04:24:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dobegef9subi': 2 differences found 2024/11/06 04:24:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dobegef9subi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/06 04:24:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:24:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dobegef9subi': 0 differences found 2024/11/06 04:24:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dobegef9subi': 1 matching files 2024/11/06 04:24:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cadegoy4soha" 2024/11/06 04:24:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:24:04 DEBUG : Creating backend with remote "TestDrive:crypt/eehcsvvfs3ps6v9ivtp92ajp6ectddqlkn8jtghkrr4v60k9vkcg" 2024/11/06 04:24:05 DEBUG : Creating backend with remote "/tmp/rclone2161612656" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cadegoy4soha'", Local "Local file system at /tmp/rclone2161612656", Modify Window "1ms" 2024/11/06 04:24:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f4d6ac0b42a07d5bae3a7d4ceaef27e2 OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/06 04:24:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/06 04:24:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cadegoy4soha' 2024/11/06 04:24:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cadegoy4soha': 1 files missing 2024/11/06 04:24:09 NOTICE: 1 hashes missing 2024/11/06 04:24:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cadegoy4soha': 2 differences found 2024/11/06 04:24:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cadegoy4soha': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/06 04:24:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 04:24:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cadegoy4soha': 0 differences found 2024/11/06 04:24:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cadegoy4soha': 1 matching files 2024/11/06 04:24:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cadegoy4soha': Purge remote 2024/11/06 04:24:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dobegef9subi': Purge remote 2024/11/06 04:24:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-repurim9deka': Purge remote 2024/11/06 04:24:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rujamur9gije': Purge remote 2024/11/06 04:24:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xapiriw4hequ': Purge remote 2024/11/06 04:24:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vedexer2xeme': Purge remote 2024/11/06 04:24:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pufihok6rumo': Purge remote 2024/11/06 04:24:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mesimat4sewa': Purge remote 2024/11/06 04:24:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fivebel7bera': Purge remote 2024/11/06 04:24:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gayaxoz6najo': Purge remote --- PASS: TestApplyTransforms (69.12s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:24:18 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/06 04:24:21 DEBUG : sub/file2: md5 = 3227b4264a65e50ce3f0ade688c8957e OK 2024/11/06 04:24:21 INFO : file1: Copied (new) to: sub/file2 2024/11/06 04:24:22 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/06 04:24:22 DEBUG : file1: Unchanged skipping 2024/11/06 04:24:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': don't need to copy/move sub/file2, it is already at target location 2024/11/06 04:24:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (8.12s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.50s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:24:29 DEBUG : dst/file1: md5 = 663eafef6d69c28f4942cdd044962096 OK 2024/11/06 04:24:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/backup" 2024/11/06 04:24:30 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/1nrff024r7pq65ecp72fc28jb0" 2024/11/06 04:24:32 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/06 04:24:36 INFO : dst/file1: Moved (server-side) 2024/11/06 04:24:37 DEBUG : dst/file1: md5 = 77036734019006469c945255f610fcdb OK 2024/11/06 04:24:37 INFO : dst/file1: Copied (new) 2024/11/06 04:24:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 04:24:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 04:24:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (17.68s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:24:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/dst" 2024/11/06 04:24:44 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 04:24:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/CompareDest" 2024/11/06 04:24:46 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/gveqi14airsml4bgu7krj116o8" 2024/11/06 04:24:47 DEBUG : one: Need to transfer - File not found at Destination 2024/11/06 04:24:50 DEBUG : one: md5 = 0b96515439c9815031d45bd405bab624 OK 2024/11/06 04:24:50 INFO : one: Copied (new) 2024/11/06 04:24:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 04:24:54 DEBUG : one: md5 = 0a7b807f6677f3f257f1ff51923f70e8 OK 2024/11/06 04:24:54 INFO : one: Copied (replaced existing) 2024/11/06 04:24:56 DEBUG : dst/one: md5 = 6f497e1bbdccee39bf23b17432d21dbd OK 2024/11/06 04:24:59 DEBUG : CompareDest/one: md5 = 83f3d2ded355ed81bd772feb58b34623 OK 2024/11/06 04:25:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 04:25:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 04:25:00 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/06 04:25:03 DEBUG : CompareDest/two: md5 = de397460034e155078cf69db5509c03a OK 2024/11/06 04:25:03 DEBUG : two: Need to transfer - File not found at Destination 2024/11/06 04:25:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 04:25:04 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/06 04:25:04 DEBUG : two: Need to transfer - File not found at Destination 2024/11/06 04:25:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 04:25:05 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/06 04:25:06 DEBUG : two: Need to transfer - File not found at Destination 2024/11/06 04:25:06 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/06 04:25:08 DEBUG : two: md5 = fcbb7097c992877828c990f0207d7b68 OK 2024/11/06 04:25:08 INFO : two: Copied (new) 2024/11/06 04:25:13 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 04:25:13 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:25:14 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:25:14 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (31.22s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:25:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/dst" 2024/11/06 04:25:15 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 04:25:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/CopyDest" 2024/11/06 04:25:17 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/06 04:25:19 DEBUG : one: Need to transfer - File not found at Destination 2024/11/06 04:25:22 DEBUG : one: md5 = f857732f01f876e527b1ec5bd6fce27d OK 2024/11/06 04:25:22 INFO : one: Copied (new) 2024/11/06 04:25:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 04:25:25 DEBUG : one: md5 = d2339c6f017b601816c7a793654bf576 OK 2024/11/06 04:25:25 INFO : one: Copied (replaced existing) 2024/11/06 04:25:27 DEBUG : dst/one: md5 = 61f4210965caeb025d25593211176247 OK 2024/11/06 04:25:30 DEBUG : CopyDest/one: md5 = 0363ab22aa745b547af6a8afbd0fd6e8 OK 2024/11/06 04:25:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/BackupDir" 2024/11/06 04:25:31 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/06 04:25:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 04:25:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 04:25:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 04:25:36 INFO : one: Moved (server-side) 2024/11/06 04:25:37 INFO : one: Copied (server-side copy) 2024/11/06 04:25:37 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/06 04:25:40 DEBUG : CopyDest/two: md5 = f410cb0f45fbcd97d28fbfc6bdd5d680 OK 2024/11/06 04:25:41 DEBUG : two: Need to transfer - File not found at Destination 2024/11/06 04:25:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 04:25:43 INFO : two: Copied (server-side copy) 2024/11/06 04:25:43 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/06 04:25:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 04:25:43 DEBUG : two: Unchanged skipping 2024/11/06 04:25:46 DEBUG : CopyDest/three: md5 = e1028b9361d4ccf717dde538871094f8 OK 2024/11/06 04:25:47 DEBUG : three: Need to transfer - File not found at Destination 2024/11/06 04:25:47 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/06 04:25:47 DEBUG : three: Destination not found in --copy-dest 2024/11/06 04:25:49 DEBUG : three: md5 = f9c20ac5c3f2287cecbeac165543ff81 OK 2024/11/06 04:25:49 INFO : three: Copied (new) 2024/11/06 04:25:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/06 04:25:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 04:25:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:25:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 04:25:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/06 04:25:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:25:58 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (43.61s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.54s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:26:00 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/06 04:26:03 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 96be45ae88c9bb30ab8350cde31fe564 OK 2024/11/06 04:26:03 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/06 04:26:04 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/06 04:26:04 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/06 04:26:05 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/06 04:26:06 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/06 04:26:08 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 1bf839cd67462b245f3829e4b3ba3f9a OK 2024/11/06 04:26:08 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/06 04:26:10 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/06 04:26:10 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.67s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:26:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Looking for duplicate names using skip mode. 2024/11/06 04:26:16 NOTICE: one: Found 2 files with duplicate names 2024/11/06 04:26:16 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.90s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:26:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Looking for duplicate names using skip mode. 2024/11/06 04:26:23 NOTICE: one: Found 3 files with duplicate names 2024/11/06 04:26:23 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/06 04:26:24 INFO : one: Deleted 2024/11/06 04:26:24 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.94s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:26:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Looking for duplicate names using first mode. 2024/11/06 04:26:33 NOTICE: one: Found 3 files with duplicate names 2024/11/06 04:26:33 INFO : one: Deleted 2024/11/06 04:26:34 INFO : one: Deleted 2024/11/06 04:26:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (9.16s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:26:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Looking for duplicate names using newest mode. 2024/11/06 04:26:41 NOTICE: one: Found 3 files with duplicate names 2024/11/06 04:26:42 INFO : one: Deleted 2024/11/06 04:26:43 INFO : one: Deleted 2024/11/06 04:26:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.64s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.51s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:26:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Looking for duplicate names using oldest mode. 2024/11/06 04:26:50 NOTICE: one: Found 3 files with duplicate names 2024/11/06 04:26:51 INFO : one: Deleted 2024/11/06 04:26:52 INFO : one: Deleted 2024/11/06 04:26:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.11s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:26:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Looking for duplicate names using largest mode. 2024/11/06 04:26:59 NOTICE: one: Found 3 files with duplicate names 2024/11/06 04:27:00 INFO : one: Deleted 2024/11/06 04:27:00 INFO : one: Deleted 2024/11/06 04:27:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.60s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:27:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Looking for duplicate names using smallest mode. 2024/11/06 04:27:08 NOTICE: one: Found 3 files with duplicate names 2024/11/06 04:27:08 INFO : one: Deleted 2024/11/06 04:27:09 INFO : one: Deleted 2024/11/06 04:27:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.82s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:27:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Looking for duplicate names using rename mode. 2024/11/06 04:27:18 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/06 04:27:20 INFO : one-2.txt: renamed from: one.txt 2024/11/06 04:27:21 INFO : one-3.txt: renamed from: one.txt 2024/11/06 04:27:23 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.59s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:27:29 DEBUG : dupe1/one.txt: md5 = 637d6821917a8f3796c5be89fb1d6d9b OK 2024/11/06 04:27:32 DEBUG : dupe2/two.txt: md5 = bfeccc34d2887c4455e52f7961ef92bc OK 2024/11/06 04:27:35 DEBUG : dupe3/three.txt: md5 = 9c253f4f66ec6d6a3b46637b774b41db OK 2024/11/06 04:27:36 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/06 04:27:37 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/06 04:27:38 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/06 04:27:39 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/06 04:27:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/06 04:27:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/06 04:27:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (18.43s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:27:46 DEBUG : a.txt: md5 = a9334930bff366ce18124a4a5f6be57b OK 2024/11/06 04:27:48 DEBUG : zend.txt: md5 = f1524b061069c1172ed231fb6a02f367 OK 2024/11/06 04:27:51 DEBUG : sub dir/hello world: md5 = 8848ac1211e5c3bafbe1fbcdfcf499bf OK 2024/11/06 04:27:53 DEBUG : sub dir/hello world2: md5 = 0066c9924b5d99694d8845f069f916ef OK 2024/11/06 04:27:56 DEBUG : sub dir/ignore dir/.ignore: md5 = 11b580daf2c9b48b283fc7f9a75e5e1c OK 2024/11/06 04:27:58 DEBUG : sub dir/ignore dir/should be ignored: md5 = 9866f30dd5df76af442c0b98fb983007 OK 2024/11/06 04:28:01 DEBUG : sub dir/sub sub dir/hello world3: md5 = a28f87bee174a339cb73dcaedb5c6f55 OK 2024/11/06 04:28:02 DEBUG : a.txt: Excluded (Size Filter) 2024/11/06 04:28:02 DEBUG : a.txt: Excluded 2024/11/06 04:28:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/06 04:28:03 DEBUG : sub dir/hello world2: Excluded 2024/11/06 04:28:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/06 04:28:03 DEBUG : sub dir/hello world: Excluded 2024/11/06 04:28:04 DEBUG : sub dir/ignore dir: Excluded 2024/11/06 04:28:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/06 04:28:04 DEBUG : sub dir/hello world2: Excluded 2024/11/06 04:28:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/06 04:28:04 DEBUG : sub dir/hello world: Excluded 2024/11/06 04:28:04 DEBUG : sub dir/ignore dir: Excluded 2024/11/06 04:28:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/06 04:28:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/06 04:28:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/06 04:28:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/06 04:28:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/06 04:28:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/11/06 04:28:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (29.17s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:28:16 DEBUG : file1: md5 = 66bf29f62125dc7ceb583d4e7b9d0842 OK 2024/11/06 04:28:19 DEBUG : sub/file2: md5 = 2067e10135684228c921383e0fb79e01 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/06 04:28:22 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/06 04:28:22 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/06 04:28:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/06 04:28:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (12.14s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.55s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.73s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:28:27 DEBUG : file1: md5 = ca7cc39a413deadf7472e121a8897e56 OK 2024/11/06 04:28:31 DEBUG : sub/file2: md5 = e3158e7a109f84560ce2b95a89103d1c 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/06 04:28:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/notfound" 2024/11/06 04:28:35 DEBUG : Config file has changed externally - reloading 2024/11/06 04:28:35 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/qe0i31qdkoejk60elps0ni5sqk" 2024/11/06 04:28:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.58s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.30s) --- PASS: TestStatJSON/Dir (0.57s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.50s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.30s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.92s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:28:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Making directory 2024/11/06 04:28:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Making directory --- PASS: TestMkdir (0.76s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:28:44 DEBUG : sub dir/hello world: md5 = fc33acd17899bc85bedf7ffc2e9fe0b4 OK 2024/11/06 04:28:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.42s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:28:49 DEBUG : potato2: md5 = 16c84d4896f9a5aa650a6290d52d9a22 OK 2024/11/06 04:28:51 DEBUG : empty space: md5 = 9805bd36112cec3038a1e80496ee1697 OK --- PASS: TestLs (7.71s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:28:57 DEBUG : potato2: md5 = c753ec64d9b069f88a6b291f0b614467 OK 2024/11/06 04:28:59 DEBUG : empty space: md5 = 2bd64db3768fe43fabb7e23908b602f1 OK 2024/11/06 04:28:59 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/11/06 04:28:59 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.11s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:29:03 DEBUG : potato2: md5 = d5460c0d55b9c497585e496056556676 OK 2024/11/06 04:29:05 DEBUG : empty space: md5 = 9fe2468e6f15bdc79f095356d9a652c3 OK --- PASS: TestLsLong (5.91s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:29:09 DEBUG : potato2: md5 = 09f959048a64c7f92aef8a6b82cbce99 OK 2024/11/06 04:29:11 DEBUG : empty space: md5 = cbc6c52cc63cb1568234ba4dbf8a4704 OK --- PASS: TestHashSums (5.89s) === RUN TestHashSumsWithErrors 2024/11/06 04:29:13 DEBUG : Creating backend with remote ":memory:" 2024/11/06 04:29:13 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/06 04:29:13 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/06 04:29:13 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/06 04:29:13 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/06 04:29:13 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/06 04:29:13 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/06 04:29:13 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/06 04:29:13 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/06 04:29:13 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-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:29:15 DEBUG : potato2: md5 = 2156f95a4d5d4530cb373bc70284ea45 OK 2024/11/06 04:29:17 DEBUG : empty space: md5 = 4cc7cff9a2dabf0853e838fe24b4257d OK 2024/11/06 04:29:20 DEBUG : sub dir/potato3: md5 = acf496e9b1c127ce7762ee94e7b06554 OK 2024/11/06 04:29:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.63s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:29:27 DEBUG : small: md5 = e899fd2beb438f9f54d6d82b689023db OK 2024/11/06 04:29:28 DEBUG : medium: md5 = e323cca56750b9b7dc573d7b131ed7ff OK 2024/11/06 04:29:30 DEBUG : large: md5 = 6b228c4f020b4ce919b939541980a9f6 OK 2024/11/06 04:29:30 DEBUG : Waiting for deletions to finish 2024/11/06 04:29:31 DEBUG : large: Excluded (Size Filter) 2024/11/06 04:29:31 INFO : small: Deleted 2024/11/06 04:29:31 INFO : medium: Deleted --- PASS: TestDelete (7.91s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:29:34 DEBUG : small: md5 = be823e98626539ea671c75c6b1fb4e5e OK 2024/11/06 04:29:36 DEBUG : medium: md5 = ad38ed68a93fabd24fe2fad20d8c9310 OK 2024/11/06 04:29:38 DEBUG : large: md5 = da64bcf997ab8e40ece39d340bd9df12 OK 2024/11/06 04:29:38 DEBUG : Waiting for deletions to finish 2024/11/06 04:29:39 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/11/06 04:29:39 INFO : small: Deleted 2024/11/06 04:29:39 INFO : large: Deleted --- PASS: TestMaxDelete (8.69s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:29:43 DEBUG : small: md5 = 20f0b17d87f62ed4836b516d7e676b82 OK 2024/11/06 04:29:45 DEBUG : medium: md5 = 322d9caaf68729b94715a7e8c0254bdf OK 2024/11/06 04:29:47 DEBUG : large: md5 = 07cb0c0472b512d16489c8177d775c9a OK 2024/11/06 04:29:47 DEBUG : Waiting for deletions to finish 2024/11/06 04:29:48 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/06 04:29:48 INFO : small: Deleted 2024/11/06 04:29:48 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.77s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:29:52 DEBUG : small: md5 = 0a6339af2e3a69d60510e4b6db28c0f7 OK 2024/11/06 04:29:54 DEBUG : medium: md5 = 33b80ca9e75d7d7c81589b6d35e350ff OK 2024/11/06 04:29:55 DEBUG : large: md5 = a4524e9fac8428a42335359dee2db22b OK 2024/11/06 04:29:56 DEBUG : Waiting for deletions to finish 2024/11/06 04:29:56 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/06 04:29:57 INFO : medium: Deleted 2024/11/06 04:29:57 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.51s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:30:00 DEBUG : ReadFile: md5 = 56f8f6976d84e362568197f12be6fca4 OK --- PASS: TestReadFile (5.08s) === RUN TestRetry 2024/11/06 04:30:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/06 04:30:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/06 04:30:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/06 04:30:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/06 04:30:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/06 04:30:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/06 04:30:04 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-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:30:06 DEBUG : file1: md5 = 1d1d9b92dd246e84bf999f95811a6b64 OK 2024/11/06 04:30:07 DEBUG : file2: md5 = beaa4725f6a87f2fb60f00a4d47a4afe OK --- PASS: TestCat (19.59s) === RUN TestPurge 2024/11/06 04:30:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dikuwev5xozi" 2024/11/06 04:30:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 04:30:23 DEBUG : Creating backend with remote "TestDrive:crypt/nqrh5ae3p3h46cnl0j97os882brm4ljbeol1pb18er25s4ko28d0" 2024/11/06 04:30:24 DEBUG : Creating backend with remote "/tmp/rclone3572805772" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dikuwev5xozi'", Local "Local file system at /tmp/rclone3572805772", Modify Window "1ms" 2024/11/06 04:30:31 DEBUG : A1/B1/C1/one: md5 = 26acc3216f35cc755dd30539c9ca015f OK 2024/11/06 04:30:31 DEBUG : A2: Making directory 2024/11/06 04:30:32 DEBUG : A1/B2: Making directory 2024/11/06 04:30:33 DEBUG : A1/B2/C2: Making directory 2024/11/06 04:30:35 DEBUG : A1/B1/C3: Making directory 2024/11/06 04:30:36 DEBUG : A3: Making directory 2024/11/06 04:30:37 DEBUG : A3/B3: Making directory 2024/11/06 04:30:38 DEBUG : A3/B3/C4: Making directory 2024/11/06 04:30:41 DEBUG : A1/two: md5 = 1fab9363c1e9ca3e388205a818516cf1 OK 2024/11/06 04:30:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dikuwev5xozi': Purge remote 2024/11/06 04:30:45 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.95s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:30:50 DEBUG : A1/B1/C1/one: md5 = d56d6e315609986715ac964e54d4cb2a OK 2024/11/06 04:30:50 DEBUG : A2: Making directory 2024/11/06 04:30:52 DEBUG : A1/B2: Making directory 2024/11/06 04:30:53 DEBUG : A1/B2/C2: Making directory 2024/11/06 04:30:54 DEBUG : A1/B1/C3: Making directory 2024/11/06 04:30:55 DEBUG : A3: Making directory 2024/11/06 04:30:56 DEBUG : A3/B3: Making directory 2024/11/06 04:30:57 DEBUG : A3/B3/C4: Making directory 2024/11/06 04:31:00 DEBUG : A1/two: md5 = e92a432c15a0d756d79bae5a25697193 OK 2024/11/06 04:31:02 DEBUG : removing 1 level 3 directories 2024/11/06 04:31:02 INFO : A3/B3/C4: Removing directory 2024/11/06 04:31:05 DEBUG : removing 2 level 3 directories 2024/11/06 04:31:05 INFO : A1/B2/C2: Removing directory 2024/11/06 04:31:05 INFO : A1/B1/C3: Removing directory 2024/11/06 04:31:06 DEBUG : removing 2 level 2 directories 2024/11/06 04:31:06 INFO : A3/B3: Removing directory 2024/11/06 04:31:06 INFO : A1/B2: Removing directory 2024/11/06 04:31:06 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/06 04:31:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/06 04:31:07 DEBUG : removing 2 level 1 directories 2024/11/06 04:31:07 INFO : A3: Removing directory 2024/11/06 04:31:07 INFO : A2: Removing directory 2024/11/06 04:31:07 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/06 04:31:11 DEBUG : removing 1 level 3 directories 2024/11/06 04:31:11 INFO : A1/B1/C1: Removing directory 2024/11/06 04:31:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:12 DEBUG : removing 1 level 2 directories 2024/11/06 04:31:12 INFO : A1/B1: Removing directory 2024/11/06 04:31:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/06 04:31:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 04:31:13 DEBUG : removing 1 level 1 directories 2024/11/06 04:31:13 INFO : A1: Removing directory 2024/11/06 04:31:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/06 04:31:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/06 04:31:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 04:31:14 DEBUG : removing 1 level 0 directories 2024/11/06 04:31:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Removing directory 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 04:31:14 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" --- PASS: TestRmdirsNoLeaveRoot (30.33s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:31:17 DEBUG : A1: Making directory 2024/11/06 04:31:18 DEBUG : A1/B1: Making directory 2024/11/06 04:31:19 DEBUG : A1/B1/C1: Making directory 2024/11/06 04:31:22 DEBUG : removing 1 level 3 directories 2024/11/06 04:31:22 INFO : A1/B1/C1: Removing directory 2024/11/06 04:31:23 DEBUG : removing 1 level 2 directories 2024/11/06 04:31:23 INFO : A1/B1: Removing directory 2024/11/06 04:31:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 04:31:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.47s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:31:26 DEBUG : A1: Making directory 2024/11/06 04:31:27 DEBUG : A1/B1: Making directory 2024/11/06 04:31:29 DEBUG : A1/B1/C1: Making directory 2024/11/06 04:31:32 DEBUG : removing 1 level 3 directories 2024/11/06 04:31:32 INFO : A1/B1/C1: Removing directory 2024/11/06 04:31:33 DEBUG : removing 1 level 2 directories 2024/11/06 04:31:33 INFO : A1/B1: Removing directory 2024/11/06 04:31:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 04:31:35 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.46s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:31:38 DEBUG : file1: md5 = 290966f73277d9927d33fe8046cd5615 OK 2024/11/06 04:31:38 DEBUG : filename.txt: File name found in url 2024/11/06 04:31:40 DEBUG : filename.txt: md5 = 3b583b0312e82a6cf2619ca6d4e45c0f OK 2024/11/06 04:31:40 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/06 04:31:42 DEBUG : headerfilename.txt: md5 = 8089d3ea7bb5cdafe19edd2df81d8e64 OK 2024/11/06 04:31:44 DEBUG : file2: md5 = 9fba6601da6f217dd010dbf4454ce8ed OK --- PASS: TestCopyURL (11.76s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:31:48 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/06 04:31:51 DEBUG : sub/file2: md5 = 2eae5e717b95bf34e9dd6e6699a62ba4 OK 2024/11/06 04:31:51 INFO : file1: Copied (new) to: sub/file2 2024/11/06 04:31:51 INFO : file1: Deleted 2024/11/06 04:31:52 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/06 04:31:52 DEBUG : file1: Unchanged skipping 2024/11/06 04:31:52 INFO : file1: Deleted 2024/11/06 04:31:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': don't need to copy/move sub/file2, it is already at target location 2024/11/06 04:31:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.92s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:31:56 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/06 04:31:57 DEBUG : file1: md5 = fcc565757ea14e44d4e815825d8e5161 OK 2024/11/06 04:31:57 INFO : file1: Copied (new) 2024/11/06 04:31:57 INFO : file1: Deleted 2024/11/06 04:31:58 DEBUG : file1: Destination exists, skipping 2024/11/06 04:31:58 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.14s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.52s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.50s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:32:04 DEBUG : dst/file1: md5 = b872d8b82f95c84c4d6067ac563043d2 OK 2024/11/06 04:32:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-numakuw6yuba/backup" 2024/11/06 04:32:04 DEBUG : Creating backend with remote "TestDrive:crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0/1nrff024r7pq65ecp72fc28jb0" 2024/11/06 04:32:06 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/06 04:32:10 INFO : dst/file1: Moved (server-side) 2024/11/06 04:32:12 DEBUG : dst/file1: md5 = 9e02da8c14d143443ba3dd8b5fa09011 OK 2024/11/06 04:32:12 INFO : dst/file1: Copied (new) 2024/11/06 04:32:12 INFO : dst/file1: Deleted 2024/11/06 04:32:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 04:32:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 04:32:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.79s) === 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-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:32:21 DEBUG : A1/one: md5 = d1f89e68c5ce0e119b0a9d2036b89e87 OK 2024/11/06 04:32:23 DEBUG : A1/two: md5 = 028517f1da791bc2dc0eb052f835e0f7 OK 2024/11/06 04:32:26 DEBUG : A1/B1/three: md5 = 1acda224a1d9abb756cccbe0dfb81d99 OK 2024/11/06 04:32:30 DEBUG : A1/B1/C1/four: md5 = d272e1b3296d870ad57780ac74d04940 OK 2024/11/06 04:32:33 DEBUG : A1/B1/C2/five: md5 = 8b8468723e5cf1a923c6123a9b87d90e OK 2024/11/06 04:32:33 DEBUG : A1/B2: Making directory 2024/11/06 04:32:34 DEBUG : A1/B1/C3: Making directory 2024/11/06 04:32:48 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/06 04:32:48 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/06 04:32:48 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/06 04:32:48 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/06 04:32:48 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/06 04:32:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/06 04:32:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/06 04:32:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 04:32:54 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/06 04:32:54 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/06 04:32:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/06 04:33:04 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/06 04:33:04 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/06 04:33:05 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/06 04:33:05 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/06 04:33:05 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/06 04:33:10 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/06 04:33:10 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/06 04:33:10 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 04:33:11 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/06 04:33:11 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/06 04:33:19 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/06 04:33:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/06 04:33:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/06 04:33:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/06 04:33:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 04:33:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/06 04:33:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/06 04:33:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/06 04:33:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 04:33:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (64.63s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:33:23 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.55s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:33:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': File to upload is small (34 bytes), uploading instead of streaming 2024/11/06 04:33:25 DEBUG : no_checksum_small_file_from_pipe: md5 = 8001fe53d1d0c2416363bb8e7f80832c OK 2024/11/06 04:33:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/06 04:33:25 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/06 04:33:26 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/06 04:33:27 DEBUG : no_checksum_big_file_from_pipe: md5 = 5a344bee77295a69fec6d76f02b8ced5 OK 2024/11/06 04:33:27 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-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:33:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': File to upload is small (34 bytes), uploading instead of streaming 2024/11/06 04:33:32 DEBUG : with_checksum_small_file_from_pipe: md5 = e2e68bbf614bb9ad76f0620943b31072 OK 2024/11/06 04:33:32 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/06 04:33:32 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/06 04:33:34 DEBUG : with_checksum_big_file_from_pipe: md5 = 3669341030b384d103ba9e6f4cb886a0 OK 2024/11/06 04:33:34 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-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:33:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': File to upload is small (34 bytes), uploading instead of streaming 2024/11/06 04:33:38 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/06 04:33:38 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/06 04:33:40 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-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:33:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': File to upload is small (34 bytes), uploading instead of streaming 2024/11/06 04:33:44 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/06 04:33:45 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/06 04:33:46 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (25.06s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.16s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.17s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.03s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.70s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/06 04:33:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': File to upload is small (48 bytes), uploading instead of streaming 2024/11/06 04:33:50 DEBUG : rcat_metadata: md5 = be05b8cf608522da94e8dbac64b46af9 OK 2024/11/06 04:33:50 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/06 04:33:53 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/06 04:33:54 DEBUG : rcat_metadata_uploadcutoff0: md5 = e7c0e16a1fb458d086172561030dfd42 OK 2024/11/06 04:33:54 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.63s) --- PASS: TestRcatMetadata/Normal (3.06s) --- PASS: TestRcatMetadata/ViaDisk (4.05s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:33:58 DEBUG : potato1: md5 = f6f89c0cc047fcbcf3fe4b9a57a3361e OK 2024/11/06 04:33:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': File to upload is small (60 bytes), uploading instead of streaming 2024/11/06 04:34:00 DEBUG : potato2: md5 = 3386f63cd847b246c743a39fd667b0a9 OK 2024/11/06 04:34:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (6.14s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:34:04 DEBUG : potato1: md5 = a38b4c1d93bc37618668869f8cffec8f OK 2024/11/06 04:34:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': File to upload is small (60 bytes), uploading instead of streaming 2024/11/06 04:34:06 DEBUG : potato2: md5 = bf445b8ca8ca43c6cabb5e3a85eee730 OK 2024/11/06 04:34:06 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.76s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:34:11 DEBUG : potato2: md5 = adb5c6cd381873af92215db929e8b48b OK 2024/11/06 04:34:13 DEBUG : empty space: md5 = 76f44f9ef595526af6242c9b2f696e2a OK 2024/11/06 04:34:15 DEBUG : sub dir/potato3: md5 = 3d6233df4dad114b4c7ecca50aa84685 OK 2024/11/06 04:34:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Touching "empty space" 2024/11/06 04:34:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Touching "potato2" 2024/11/06 04:34:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Touching "sub dir/potato3" 2024/11/06 04:34:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (14.15s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:34:23 DEBUG : dir with metadata: Making directory with metadata 2024/11/06 04:34:24 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.22s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:34:26 DEBUG : directory with modtime: Making directory with metadata 2024/11/06 04:34:28 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.47s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:34:30 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/06 04:34:30 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/06 04:34:30 DEBUG : Google drive root 'crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0': Skipping btime metadata as can't update it on an existing file: 2024-11-06T04:34:30.305903628Z 2024/11/06 04:34:31 INFO : non existent directory: Updated directory metadata 2024/11/06 04:34:34 DEBUG : Google drive root 'crypt/nclpv50nsdb9kbfausaoniqh5iqu1i4g9gp2h8qqasppmlp21lf0': Skipping btime metadata as can't update it on an existing file: 2024-11-06T04:34:30.305903628Z 2024/11/06 04:34:35 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.78s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:34:37 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/06 04:34:39 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/06 04:34:40 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.35s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba'", Local "Local file system at /tmp/rclone2127712213", Modify Window "1ms" 2024/11/06 04:34:42 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/06 04:34:42 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/06 04:34:42 DEBUG : dst: Making directory with metadata 2024/11/06 04:34:43 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/06 04:34:43 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/06 04:34:44 INFO : dst: Set directory modification time (using SetModTime) 2024/11/06 04:34:45 INFO : dst: Set directory modification time (using SetModTime) 2024/11/06 04:34:45 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/06 04:34:45 INFO : dst: Set directory modification time (using SetModTime) 2024/11/06 04:34:45 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.32s) === 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/06 04:34:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-numakuw6yuba': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 13m33.196639871s (try 1/5)