"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/11/12 04:04:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu" 2024/11/12 04:04:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:04:36 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg" 2024/11/12 04:04:37 DEBUG : Creating backend with remote "/tmp/rclone116468770" === 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.27s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.27s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/12 04:04:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/12 04:04:37 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/12 04:04:37 DEBUG : potato: Seek from 10 to 0 2024/11/12 04:04:37 DEBUG : potato: Seek from 10 to 0 2024/11/12 04:04:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/12 04:04:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/12 04:04:37 DEBUG : potato: Seek from 5 to 2 2024/11/12 04:04:37 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/12 04:04:37 DEBUG : potato: Seek from 7 to 0 2024/11/12 04:04:37 DEBUG : potato: Seek from 7 to 0 2024/11/12 04:04:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/12 04:04:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/12 04:04:37 DEBUG : potato: Seek from 5 to 2 2024/11/12 04:04:37 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/12 04:04:37 DEBUG : potato: Seek from 8 to 0 2024/11/12 04:04:37 DEBUG : potato: Seek from 8 to 0 2024/11/12 04:04:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/12 04:04:37 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/12 04:04:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/12 04:04:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/12 04:04:37 DEBUG : potato: Seek from 5 to 2 2024/11/12 04:04:37 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/12 04:04:37 DEBUG : potato: Seek from 9 to 0 2024/11/12 04:04:37 DEBUG : potato: Seek from 9 to 0 2024/11/12 04:04:37 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:04:40 DEBUG : rutabaga: md5 = b6b54bb36504f717189562d1b318c840 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/12 04:04:43 DEBUG : empty space: md5 = 18a974b4bd65dfaae61a3f5e9cc4458e OK === RUN TestCheck/3 2024/11/12 04:04:46 DEBUG : potato2: md5 = 5148fa0432293c382e19364f7a6bf1dd OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/12 04:04:48 DEBUG : remotepotato: md5 = 4c64079d9b9be85a1ee9cad107e28b0b OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.49s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.30s) --- PASS: TestCheck/4 (0.29s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.38s) === RUN TestCheckFsError 2024/11/12 04:04:53 DEBUG : Creating backend with remote "nonexistent" 2024/11/12 04:04:53 DEBUG : Creating backend with remote "nonexistent" 2024/11/12 04:04:53 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/12 04:04:53 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/12 04:04:53 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/12 04:04:53 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:04:55 DEBUG : rutabaga: md5 = 1f168c9cb3e7e6c9f395d3ec25228ea5 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/12 04:05:00 DEBUG : empty space: md5 = cdad568a46bc42d368c9a6f7d86b4aec OK === RUN TestCheckDownload/3 2024/11/12 04:05:04 DEBUG : potato2: md5 = 2055229e7da755d40cda812edf1a44e6 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/12 04:05:09 DEBUG : remotepotato: md5 = b32f525b584f36762337f3e7c78e99a8 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (21.48s) --- PASS: TestCheckDownload/1 (2.03s) --- PASS: TestCheckDownload/2 (1.16s) --- PASS: TestCheckDownload/3 (1.07s) --- PASS: TestCheckDownload/4 (1.68s) --- PASS: TestCheckDownload/5 (1.17s) --- PASS: TestCheckDownload/6 (0.96s) --- PASS: TestCheckDownload/7 (0.95s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:05:16 DEBUG : rutabaga: md5 = 3e5f3a40ee56e9cfbb7fc78cc13bc8c0 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/12 04:05:19 DEBUG : empty space: md5 = 0b6b4f1ca6b9c2a3510c5dcf67e59dfc OK === RUN TestCheckSizeOnly/3 2024/11/12 04:05:22 DEBUG : potato2: md5 = b5c937e5c508ea18ae88be4583967ecd OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/12 04:05:24 DEBUG : remotepotato: md5 = 7bab13d175b618bceb7f0b1946615dae OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.17s) --- PASS: TestCheckSizeOnly/1 (0.30s) --- PASS: TestCheckSizeOnly/2 (0.32s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.29s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.33s) --- PASS: TestCheckSizeOnly/7 (0.30s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:05:31 DEBUG : test.sum: md5 = fca63d66af2ec4469cb0bb35e2673858 OK 2024/11/12 04:05:32 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/12 04:05:32 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/12 04:05:32 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/12 04:05:32 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/12 04:05:34 DEBUG : test.sum: md5 = 690299a59f2336afcacf1301e759d4a3 OK 2024/11/12 04:05:36 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/12 04:05:36 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/12 04:05:36 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/12 04:05:36 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.41s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:05:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/data" 2024/11/12 04:05:37 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.31s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:05:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/data" 2024/11/12 04:05:39 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/vjrnln8ratgmqakfosrqe8espk" 2024/11/12 04:05:44 DEBUG : data/banana: md5 = 387b3fe7709ddf7fb441de2d0a7e06e4 OK 2024/11/12 04:05:46 DEBUG : test.sum: md5 = e8cf5308e042cd8783d31dfb65a06ee4 OK === RUN TestCheckSumDownload/subtest1 2024/11/12 04:05:51 DEBUG : data/potato: md5 = b1d4da976c38237773b41e1eac7dddf7 OK 2024/11/12 04:05:53 DEBUG : test.sum: md5 = 1983470f179f54d4ad322db3836d49fb OK === RUN TestCheckSumDownload/subtest2 2024/11/12 04:05:57 DEBUG : test.sum: md5 = 01c19cd1978b0ce8055ffe8e55c2f1b7 OK === RUN TestCheckSumDownload/subtest3 2024/11/12 04:06:02 DEBUG : test.sum: md5 = 52e5e1c54062a90b4bc9f2fbe245a460 OK === RUN TestCheckSumDownload/subtest4 2024/11/12 04:06:07 DEBUG : test.sum: md5 = 28997e720be57df6ae7ecb24ae60f155 OK === RUN TestCheckSumDownload/subtest5 2024/11/12 04:06:12 DEBUG : test.sum: md5 = 079bcff3427025c585fad6ba38675692 OK === RUN TestCheckSumDownload/subtest6 2024/11/12 04:06:18 DEBUG : data/banana: md5 = aaa274baaa841a498ab3bab158b20175 OK 2024/11/12 04:06:19 DEBUG : data/potato: md5 = 4da1d51bc568432fcce9b96aba376bee OK 2024/11/12 04:06:21 DEBUG : test.sum: md5 = d52147914fc6c36ecd53e487065365df OK === RUN TestCheckSumDownload/subtest7 2024/11/12 04:06:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/12 04:06:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (49.28s) --- PASS: TestCheckSumDownload/subtest1 (2.75s) --- PASS: TestCheckSumDownload/subtest2 (2.23s) --- PASS: TestCheckSumDownload/subtest3 (2.49s) --- PASS: TestCheckSumDownload/subtest4 (2.92s) --- PASS: TestCheckSumDownload/subtest5 (2.65s) --- PASS: TestCheckSumDownload/subtest6 (2.77s) --- PASS: TestCheckSumDownload/subtest7 (2.90s) === RUN TestApplyTransforms 2024/11/12 04:06:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gadojiz9yoli" 2024/11/12 04:06:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:06:29 DEBUG : Creating backend with remote "TestDrive:crypt/p1vj37g52ghre3i2gljgpl8droo7n282dgqvmihvkmu4oprmj8a0" 2024/11/12 04:06:30 DEBUG : Creating backend with remote "/tmp/rclone1262308581" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gadojiz9yoli'", Local "Local file system at /tmp/rclone1262308581", Modify Window "1ms" 2024/11/12 04:06:33 DEBUG : hello, world!: md5 = 702a7b10f86fdb482f2199f7e123e6b5 OK upper checkfile vs. lower remote (without normalization) 2024/11/12 04:06:33 ERROR : hello, world!: sum not found 2024/11/12 04:06:33 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gadojiz9yoli' 2024/11/12 04:06:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gadojiz9yoli': 1 files missing 2024/11/12 04:06:33 NOTICE: 1 hashes missing 2024/11/12 04:06:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gadojiz9yoli': 2 differences found 2024/11/12 04:06:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gadojiz9yoli': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/12 04:06:35 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:06:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gadojiz9yoli': 0 differences found 2024/11/12 04:06:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gadojiz9yoli': 1 matching files 2024/11/12 04:06:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cekuquj5buwo" 2024/11/12 04:06:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:06:35 DEBUG : Creating backend with remote "TestDrive:crypt/7rgkekmevo1n3c760rt8cvems5p9lltq71knlur6r46thuunso90" 2024/11/12 04:06:36 DEBUG : Creating backend with remote "/tmp/rclone1051265961" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cekuquj5buwo'", Local "Local file system at /tmp/rclone1051265961", Modify Window "1ms" 2024/11/12 04:06:39 DEBUG : HELLO, WORLD!: md5 = 1b830e687d007185dcf21c7a6059e67c OK lower checkfile vs. upper remote (without normalization) 2024/11/12 04:06:40 ERROR : HELLO, WORLD!: sum not found 2024/11/12 04:06:40 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cekuquj5buwo' 2024/11/12 04:06:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekuquj5buwo': 1 files missing 2024/11/12 04:06:40 NOTICE: 1 hashes missing 2024/11/12 04:06:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekuquj5buwo': 2 differences found 2024/11/12 04:06:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekuquj5buwo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/12 04:06:42 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:06:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekuquj5buwo': 0 differences found 2024/11/12 04:06:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekuquj5buwo': 1 matching files 2024/11/12 04:06:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunumiy8nisu" 2024/11/12 04:06:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:06:42 DEBUG : Creating backend with remote "TestDrive:crypt/sa0hn7hdj0vnn1oukbo00ooufj7t3op1shmeuk53v3stopdr5hi0" 2024/11/12 04:06:43 DEBUG : Creating backend with remote "/tmp/rclone3659228180" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunumiy8nisu'", Local "Local file system at /tmp/rclone3659228180", Modify Window "1ms" 2024/11/12 04:06:46 DEBUG : HeLlO, wOrLd!: md5 = 0ab9311ce08b756703fe4c03717e9817 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/12 04:06:47 ERROR : HeLlO, wOrLd!: sum not found 2024/11/12 04:06:47 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tunumiy8nisu' 2024/11/12 04:06:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tunumiy8nisu': 1 files missing 2024/11/12 04:06:47 NOTICE: 1 hashes missing 2024/11/12 04:06:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tunumiy8nisu': 2 differences found 2024/11/12 04:06:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tunumiy8nisu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/12 04:06:49 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:06:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tunumiy8nisu': 0 differences found 2024/11/12 04:06:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tunumiy8nisu': 1 matching files 2024/11/12 04:06:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qupocas4qoye" 2024/11/12 04:06:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:06:49 DEBUG : Creating backend with remote "TestDrive:crypt/gevjqa63ae4n1dvo4q21i0b9vgr0n3rmefri44d3q44g7l755ap0" 2024/11/12 04:06:50 DEBUG : Creating backend with remote "/tmp/rclone2419883448" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qupocas4qoye'", Local "Local file system at /tmp/rclone2419883448", Modify Window "1ms" 2024/11/12 04:06:53 DEBUG : HELLO, WORLD!: md5 = 0a87e47e69c0d2370e28c908522a0107 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/12 04:06:53 ERROR : HELLO, WORLD!: sum not found 2024/11/12 04:06:53 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qupocas4qoye' 2024/11/12 04:06:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupocas4qoye': 1 files missing 2024/11/12 04:06:53 NOTICE: 1 hashes missing 2024/11/12 04:06:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupocas4qoye': 2 differences found 2024/11/12 04:06:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupocas4qoye': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/12 04:06:55 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:06:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupocas4qoye': 0 differences found 2024/11/12 04:06:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupocas4qoye': 1 matching files 2024/11/12 04:06:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-neyicuf6jiji" 2024/11/12 04:06:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:06:55 DEBUG : Creating backend with remote "TestDrive:crypt/ngjassgm6mdb8v4scfvihj5km658ubq0n3gnfu6ek7aid9r4sge0" 2024/11/12 04:06:56 DEBUG : Creating backend with remote "/tmp/rclone543032952" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-neyicuf6jiji'", Local "Local file system at /tmp/rclone543032952", Modify Window "1ms" 2024/11/12 04:06:59 DEBUG : 測試_Русский___ě_áñ: md5 = e5978e4c0d2ef65262470eac8014cb43 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/12 04:07:00 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/12 04:07:00 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-neyicuf6jiji' 2024/11/12 04:07:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neyicuf6jiji': 1 files missing 2024/11/12 04:07:00 NOTICE: 1 hashes missing 2024/11/12 04:07:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neyicuf6jiji': 2 differences found 2024/11/12 04:07:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neyicuf6jiji': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/12 04:07:01 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:07:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neyicuf6jiji': 0 differences found 2024/11/12 04:07:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neyicuf6jiji': 1 matching files 2024/11/12 04:07:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-monanoq9libi" 2024/11/12 04:07:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:07:01 DEBUG : Creating backend with remote "TestDrive:crypt/rahgc55c77i3oar7p8kk2erbcot3lpk7uplkl3tc9fl5a6qb5ts0" 2024/11/12 04:07:03 DEBUG : Creating backend with remote "/tmp/rclone421680505" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-monanoq9libi'", Local "Local file system at /tmp/rclone421680505", Modify Window "1ms" 2024/11/12 04:07:06 DEBUG : 測試_Русский___ě_áñ: md5 = 6548491f196cd4cb513875c45df7e33b OK NFC checkfile vs. NFD remote (without normalization) 2024/11/12 04:07:06 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/12 04:07:06 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-monanoq9libi' 2024/11/12 04:07:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-monanoq9libi': 1 files missing 2024/11/12 04:07:06 NOTICE: 1 hashes missing 2024/11/12 04:07:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-monanoq9libi': 2 differences found 2024/11/12 04:07:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-monanoq9libi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/12 04:07:08 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:07:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-monanoq9libi': 0 differences found 2024/11/12 04:07:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-monanoq9libi': 1 matching files 2024/11/12 04:07:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-reqidas5nura" 2024/11/12 04:07:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:07:08 DEBUG : Creating backend with remote "TestDrive:crypt/ii02e6gk0sigaks6l8h2d857qaioknrqt3omuhkqt23sgb70pdf0" 2024/11/12 04:07:09 DEBUG : Creating backend with remote "/tmp/rclone2777403940" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-reqidas5nura'", Local "Local file system at /tmp/rclone2777403940", Modify Window "1ms" 2024/11/12 04:07:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9579a2c7cdf96217c5296634092df9b3 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/12 04:07:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/12 04:07:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-reqidas5nura' 2024/11/12 04:07:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqidas5nura': 1 files missing 2024/11/12 04:07:12 NOTICE: 1 hashes missing 2024/11/12 04:07:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqidas5nura': 2 differences found 2024/11/12 04:07:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqidas5nura': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/12 04:07:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:07:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqidas5nura': 0 differences found 2024/11/12 04:07:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqidas5nura': 1 matching files 2024/11/12 04:07:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-majipan5guju" 2024/11/12 04:07:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:07:14 DEBUG : Creating backend with remote "TestDrive:crypt/un5nt8n07drebro24dl0fqbh0kvlg2ccnt4g6fa9cms4kjf0qs3g" 2024/11/12 04:07:15 DEBUG : Creating backend with remote "/tmp/rclone321515883" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-majipan5guju'", Local "Local file system at /tmp/rclone321515883", Modify Window "1ms" 2024/11/12 04:07:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3df777b1d665761892448c3b1ae6d2d9 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/12 04:07:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/12 04:07:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-majipan5guju' 2024/11/12 04:07:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majipan5guju': 1 files missing 2024/11/12 04:07:19 NOTICE: 1 hashes missing 2024/11/12 04:07:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majipan5guju': 2 differences found 2024/11/12 04:07:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majipan5guju': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/12 04:07:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:07:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majipan5guju': 0 differences found 2024/11/12 04:07:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majipan5guju': 1 matching files 2024/11/12 04:07:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufuqan3wugu" 2024/11/12 04:07:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:07:21 DEBUG : Creating backend with remote "TestDrive:crypt/v0p2cdalcp38mfkkqjn59r5vvc3i270g3n86hbp8j7kcgmvdqip0" 2024/11/12 04:07:23 DEBUG : Creating backend with remote "/tmp/rclone1258849335" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufuqan3wugu'", Local "Local file system at /tmp/rclone1258849335", Modify Window "1ms" 2024/11/12 04:07:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1042d7c18a9dfcc9d7076c2bbd61348e OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/12 04:07:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/12 04:07:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kufuqan3wugu' 2024/11/12 04:07:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kufuqan3wugu': 1 files missing 2024/11/12 04:07:36 NOTICE: 1 hashes missing 2024/11/12 04:07:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kufuqan3wugu': 2 differences found 2024/11/12 04:07:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kufuqan3wugu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/12 04:07:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:07:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kufuqan3wugu': 0 differences found 2024/11/12 04:07:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kufuqan3wugu': 1 matching files 2024/11/12 04:07:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qiwisap4tece" 2024/11/12 04:07:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:07:37 DEBUG : Creating backend with remote "TestDrive:crypt/029fi2kstm9vvl9cq2c6ulbpdn3grll63g92n2ib8mh8ktk9i7vg" 2024/11/12 04:07:43 DEBUG : Creating backend with remote "/tmp/rclone1801851857" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qiwisap4tece'", Local "Local file system at /tmp/rclone1801851857", Modify Window "1ms" 2024/11/12 04:07:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0869f67d79b756d2e67d46d53177d783 OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/12 04:07:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/12 04:07:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qiwisap4tece' 2024/11/12 04:07:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwisap4tece': 1 files missing 2024/11/12 04:07:50 NOTICE: 1 hashes missing 2024/11/12 04:07:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwisap4tece': 2 differences found 2024/11/12 04:07:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwisap4tece': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/12 04:07:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 04:07:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwisap4tece': 0 differences found 2024/11/12 04:07:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiwisap4tece': 1 matching files 2024/11/12 04:07:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qiwisap4tece': Purge remote 2024/11/12 04:07:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufuqan3wugu': Purge remote 2024/11/12 04:07:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-majipan5guju': Purge remote 2024/11/12 04:07:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-reqidas5nura': Purge remote 2024/11/12 04:07:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-monanoq9libi': Purge remote 2024/11/12 04:07:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-neyicuf6jiji': Purge remote 2024/11/12 04:07:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qupocas4qoye': Purge remote 2024/11/12 04:07:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunumiy8nisu': Purge remote 2024/11/12 04:07:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cekuquj5buwo': Purge remote 2024/11/12 04:07:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gadojiz9yoli': Purge remote --- PASS: TestApplyTransforms (91.14s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:08:00 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/12 04:08:03 DEBUG : sub/file2: md5 = 81e09e1299b0754246c1e9faf481de49 OK 2024/11/12 04:08:03 INFO : file1: Copied (new) to: sub/file2 2024/11/12 04:08:04 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 04:08:04 DEBUG : file1: Unchanged skipping 2024/11/12 04:08:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': don't need to copy/move sub/file2, it is already at target location 2024/11/12 04:08:07 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.99s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.54s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:08:11 DEBUG : dst/file1: md5 = d0fac8d72f78166728ce757b44b23d53 OK 2024/11/12 04:08:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/backup" 2024/11/12 04:08:12 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/1nrff024r7pq65ecp72fc28jb0" 2024/11/12 04:08:14 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/12 04:08:18 INFO : dst/file1: Moved (server-side) 2024/11/12 04:08:20 DEBUG : dst/file1: md5 = 680720ae5ee1d62b4dd7bf3790345413 OK 2024/11/12 04:08:20 INFO : dst/file1: Copied (new) 2024/11/12 04:08:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 04:08:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 04:08:26 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (18.41s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:08:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/dst" 2024/11/12 04:08:27 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 04:08:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/CompareDest" 2024/11/12 04:08:29 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/gveqi14airsml4bgu7krj116o8" 2024/11/12 04:08:30 DEBUG : one: Need to transfer - File not found at Destination 2024/11/12 04:08:34 DEBUG : one: md5 = 81b698e9dcd281224f534eec98f8f211 OK 2024/11/12 04:08:34 INFO : one: Copied (new) 2024/11/12 04:08:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 04:08:37 DEBUG : one: md5 = 714acda178ad1fd4997391d39144f571 OK 2024/11/12 04:08:37 INFO : one: Copied (replaced existing) 2024/11/12 04:08:40 DEBUG : dst/one: md5 = ed8e4a9a7b31a679bc5733e03ce5c4e1 OK 2024/11/12 04:08:43 DEBUG : CompareDest/one: md5 = 9056195bba0e37b430c09a9e04565756 OK 2024/11/12 04:08:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 04:08:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 04:08:44 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/12 04:08:47 DEBUG : CompareDest/two: md5 = c71d1dc90ce2176d9a35592ff9bb24e1 OK 2024/11/12 04:08:47 DEBUG : two: Need to transfer - File not found at Destination 2024/11/12 04:08:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 04:08:48 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/12 04:08:49 DEBUG : two: Need to transfer - File not found at Destination 2024/11/12 04:08:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 04:08:49 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/12 04:08:50 DEBUG : two: Need to transfer - File not found at Destination 2024/11/12 04:08:51 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/12 04:08:53 DEBUG : two: md5 = c3bde904492b15406941a9bd5aeef484 OK 2024/11/12 04:08:53 INFO : two: Copied (new) 2024/11/12 04:08:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 04:08:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:08:58 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 04:08:58 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (32.04s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:08:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/dst" 2024/11/12 04:08:59 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 04:09:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/CopyDest" 2024/11/12 04:09:01 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/12 04:09:02 DEBUG : one: Need to transfer - File not found at Destination 2024/11/12 04:09:06 DEBUG : one: md5 = 5a9e7ae8165db8287c53cafdf36d6177 OK 2024/11/12 04:09:06 INFO : one: Copied (new) 2024/11/12 04:09:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 04:09:09 DEBUG : one: md5 = d31c064f41f02b07541f6255ab159e1f OK 2024/11/12 04:09:09 INFO : one: Copied (replaced existing) 2024/11/12 04:09:12 DEBUG : dst/one: md5 = 2b07c5429972794496e5a4e6f52b91e4 OK 2024/11/12 04:09:15 DEBUG : CopyDest/one: md5 = 7c10c1d408229b4b34db1f8e76c13a67 OK 2024/11/12 04:09:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/BackupDir" 2024/11/12 04:09:16 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/12 04:09:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 04:09:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 04:09:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 04:09:20 INFO : one: Moved (server-side) 2024/11/12 04:09:22 INFO : one: Copied (server-side copy) 2024/11/12 04:09:22 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/12 04:09:24 DEBUG : CopyDest/two: md5 = 708fba1f4e7925c3c1b9a1062a215d2e OK 2024/11/12 04:09:25 DEBUG : two: Need to transfer - File not found at Destination 2024/11/12 04:09:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 04:09:27 INFO : two: Copied (server-side copy) 2024/11/12 04:09:27 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/12 04:09:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 04:09:28 DEBUG : two: Unchanged skipping 2024/11/12 04:09:30 DEBUG : CopyDest/three: md5 = 03203c912327910753007eb9f7840b43 OK 2024/11/12 04:09:31 DEBUG : three: Need to transfer - File not found at Destination 2024/11/12 04:09:32 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/12 04:09:32 DEBUG : three: Destination not found in --copy-dest 2024/11/12 04:09:33 DEBUG : three: md5 = 695507c4b5b902d56159565c079a0aeb OK 2024/11/12 04:09:33 INFO : three: Copied (new) 2024/11/12 04:09:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/12 04:09:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:09:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 04:09:41 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 04:09:41 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/12 04:09:41 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:09:41 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (43.76s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.53s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:09:44 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/12 04:09:47 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 3a235d4ac71dcf0ae179d9931d61d71a OK 2024/11/12 04:09:47 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/12 04:09:47 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/12 04:09:48 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/12 04:09:48 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/12 04:09:49 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/12 04:09:51 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 458be765fe8f403f2af153cb80b20e3f OK 2024/11/12 04:09:51 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/12 04:09:54 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/12 04:09:54 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.53s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.52s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:09:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Looking for duplicate names using skip mode. 2024/11/12 04:10:00 NOTICE: one: Found 2 files with duplicate names 2024/11/12 04:10:00 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.38s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:10:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Looking for duplicate names using skip mode. 2024/11/12 04:10:08 NOTICE: one: Found 3 files with duplicate names 2024/11/12 04:10:08 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/12 04:10:08 INFO : one: Deleted 2024/11/12 04:10:08 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (9.21s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:10:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Looking for duplicate names using first mode. 2024/11/12 04:10:17 NOTICE: one: Found 3 files with duplicate names 2024/11/12 04:10:18 INFO : one: Deleted 2024/11/12 04:10:18 INFO : one: Deleted 2024/11/12 04:10:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.92s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:10:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Looking for duplicate names using newest mode. 2024/11/12 04:10:26 NOTICE: one: Found 3 files with duplicate names 2024/11/12 04:10:27 INFO : one: Deleted 2024/11/12 04:10:27 INFO : one: Deleted 2024/11/12 04:10:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (9.00s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.58s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:10:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Looking for duplicate names using oldest mode. 2024/11/12 04:10:35 NOTICE: one: Found 3 files with duplicate names 2024/11/12 04:10:36 INFO : one: Deleted 2024/11/12 04:10:37 INFO : one: Deleted 2024/11/12 04:10:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.76s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:10:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Looking for duplicate names using largest mode. 2024/11/12 04:10:44 NOTICE: one: Found 3 files with duplicate names 2024/11/12 04:10:45 INFO : one: Deleted 2024/11/12 04:10:46 INFO : one: Deleted 2024/11/12 04:10:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.77s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:10:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Looking for duplicate names using smallest mode. 2024/11/12 04:10:53 NOTICE: one: Found 3 files with duplicate names 2024/11/12 04:10:54 INFO : one: Deleted 2024/11/12 04:10:54 INFO : one: Deleted 2024/11/12 04:10:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.65s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:11:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Looking for duplicate names using rename mode. 2024/11/12 04:11:03 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/12 04:11:05 INFO : one-2.txt: renamed from: one.txt 2024/11/12 04:11:06 INFO : one-3.txt: renamed from: one.txt 2024/11/12 04:11:08 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (20.66s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:11:20 DEBUG : dupe1/one.txt: md5 = e38b1b8d303e6a345e56f4f270e996de OK 2024/11/12 04:11:23 DEBUG : dupe2/two.txt: md5 = bcbabb4b8ff494de3d204a772fa6e5ad OK 2024/11/12 04:11:26 DEBUG : dupe3/three.txt: md5 = 9ac9525b94d4e96ed44a2031195e1912 OK 2024/11/12 04:11:27 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/12 04:11:28 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/12 04:11:29 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/12 04:11:30 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/12 04:11:34 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/12 04:11:34 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/12 04:11:34 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (18.97s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:11:37 DEBUG : a.txt: md5 = 9041c4deffc2c113a1274eca49404a06 OK 2024/11/12 04:11:39 DEBUG : zend.txt: md5 = a83e23425c655e00445d001a67e726c3 OK 2024/11/12 04:11:42 DEBUG : sub dir/hello world: md5 = 1a52c8df365e192a6503fcfa33401659 OK 2024/11/12 04:11:44 DEBUG : sub dir/hello world2: md5 = 74a5bc5aa867b61522980c5c10d0cf89 OK 2024/11/12 04:11:47 DEBUG : sub dir/ignore dir/.ignore: md5 = b9bbd68301ec1f828f112ed94dbfb126 OK 2024/11/12 04:11:49 DEBUG : sub dir/ignore dir/should be ignored: md5 = 974e0a91f2686e8ad45a5325822c353b OK 2024/11/12 04:11:52 DEBUG : sub dir/sub sub dir/hello world3: md5 = acd2f734f8368c26fd33bc9eba8f3137 OK 2024/11/12 04:11:54 DEBUG : a.txt: Excluded (Size Filter) 2024/11/12 04:11:54 DEBUG : a.txt: Excluded 2024/11/12 04:11:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/12 04:11:54 DEBUG : sub dir/hello world2: Excluded 2024/11/12 04:11:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/12 04:11:54 DEBUG : sub dir/hello world: Excluded 2024/11/12 04:11:55 DEBUG : sub dir/ignore dir: Excluded 2024/11/12 04:11:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/12 04:11:55 DEBUG : sub dir/hello world2: Excluded 2024/11/12 04:11:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/12 04:11:55 DEBUG : sub dir/hello world: Excluded 2024/11/12 04:11:55 DEBUG : sub dir/ignore dir: Excluded 2024/11/12 04:12:02 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/12 04:12:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/12 04:12:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/12 04:12:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/12 04:12:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/12 04:12:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/11/12 04:12:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (29.48s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:12:07 DEBUG : file1: md5 = 9031949ab835bd13d0d399384eac50ad OK 2024/11/12 04:12:10 DEBUG : sub/file2: md5 = 0bcbef6a91cd1606bb4eb9ac9f6a0aa1 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/12 04:12:13 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/12 04:12:14 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/12 04:12:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/12 04:12:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (12.26s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.29s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.52s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.31s) --- PASS: TestListJSON/Metadata (0.79s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:12:19 DEBUG : file1: md5 = 536634f05e7c1a9977141d1659416849 OK 2024/11/12 04:12:22 DEBUG : sub/file2: md5 = 36283ca4a83e804db9eaaa6f0b102343 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/12 04:12:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/notfound" 2024/11/12 04:12:27 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/qe0i31qdkoejk60elps0ni5sqk" 2024/11/12 04:12:31 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.41s) --- PASS: TestStatJSON/Root (0.30s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.32s) --- PASS: TestStatJSON/Dir (0.62s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.54s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.28s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.88s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:12:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Making directory 2024/11/12 04:12:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Making directory --- PASS: TestMkdir (0.76s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:12:36 DEBUG : sub dir/hello world: md5 = b2abe8d6a36e02e6a477625b531dc131 OK 2024/11/12 04:12:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.73s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:12:41 DEBUG : potato2: md5 = 0084a57d6c5fc558bb3d84499ad4c27a OK 2024/11/12 04:12:43 DEBUG : empty space: md5 = 402c21d48e04d4fc425f5aa9b0983a70 OK --- PASS: TestLs (6.26s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:12:47 DEBUG : potato2: md5 = e4201aac871934f37f0af3c0a27231b8 OK 2024/11/12 04:12:49 DEBUG : empty space: md5 = 3f7dc8ece71f215bf64a6cdac31fa11d OK 2024/11/12 04:12:50 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (6.74s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:12:54 DEBUG : potato2: md5 = 89936fc4ab456afb2ec9f9219737304f OK 2024/11/12 04:12:56 DEBUG : empty space: md5 = 6683f257339158aecf1f6d63a51067cb OK --- PASS: TestLsLong (6.55s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:13:01 DEBUG : potato2: md5 = 43f85340eb1a7831b9da4e56d404ffc1 OK 2024/11/12 04:13:03 DEBUG : empty space: md5 = 3bcb5c17a3b6683fa8c83482da088284 OK --- PASS: TestHashSums (6.13s) === RUN TestHashSumsWithErrors 2024/11/12 04:13:05 DEBUG : Creating backend with remote ":memory:" 2024/11/12 04:13:05 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/12 04:13:05 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/12 04:13:05 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/12 04:13:05 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/12 04:13:05 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/12 04:13:05 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/12 04:13:05 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/12 04:13:05 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/12 04:13:05 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:13:06 DEBUG : potato2: md5 = 91f05821df6ded06083c7432b87223d7 OK 2024/11/12 04:13:08 DEBUG : empty space: md5 = 351c1a4432ab1b54186afbbc3cd5bb87 OK 2024/11/12 04:13:11 DEBUG : sub dir/potato3: md5 = c5e443b66c4c509230f75b56192fa5be OK 2024/11/12 04:13:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.04s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:13:18 DEBUG : small: md5 = f1871e54a5d004c43e1fa1e1a12d7464 OK 2024/11/12 04:13:19 DEBUG : medium: md5 = 614775a5769e522788c0930868edd579 OK 2024/11/12 04:13:21 DEBUG : large: md5 = 9bff0a586106ad10799e8a8d685c4321 OK 2024/11/12 04:13:22 DEBUG : Waiting for deletions to finish 2024/11/12 04:13:22 DEBUG : large: Excluded (Size Filter) 2024/11/12 04:13:23 INFO : small: Deleted 2024/11/12 04:13:23 INFO : medium: Deleted --- PASS: TestDelete (8.36s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:13:26 DEBUG : small: md5 = 54247d362764aacb8e718e83eb2e66be OK 2024/11/12 04:13:28 DEBUG : medium: md5 = 523bdde4fbe8f95ad4bef28ae3ed653e OK 2024/11/12 04:13:30 DEBUG : large: md5 = 36369f88334a77225a7261e529f273ff OK 2024/11/12 04:13:30 DEBUG : Waiting for deletions to finish 2024/11/12 04:13:31 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/11/12 04:13:31 INFO : small: Deleted 2024/11/12 04:13:31 INFO : medium: Deleted --- PASS: TestMaxDelete (9.29s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:13:35 DEBUG : small: md5 = bc28f048c584c101cc11e640a4aaca24 OK 2024/11/12 04:13:37 DEBUG : medium: md5 = d05883c9a997839f2434943fcf75df1d OK 2024/11/12 04:13:39 DEBUG : large: md5 = 9590fce1c5e3dcd8b89150e22298f161 OK 2024/11/12 04:13:40 DEBUG : Waiting for deletions to finish 2024/11/12 04:13:40 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/12 04:13:41 INFO : medium: Deleted 2024/11/12 04:13:41 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (9.94s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:13:45 DEBUG : small: md5 = 6f8dc3f4b7cfa8fb8eb6e59a48ec6229 OK 2024/11/12 04:13:47 DEBUG : medium: md5 = 82ee4271537d8dbfcac6051d96bc6bc5 OK 2024/11/12 04:13:49 DEBUG : large: md5 = 22e25195868804b255fcb7ebf18f7769 OK 2024/11/12 04:13:49 DEBUG : Waiting for deletions to finish 2024/11/12 04:13:49 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/12 04:13:50 INFO : small: Deleted 2024/11/12 04:13:50 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (8.70s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:13:54 DEBUG : ReadFile: md5 = d7bc0fad28bd7f8d96c339aacd919bdf OK --- PASS: TestReadFile (5.11s) === RUN TestRetry 2024/11/12 04:13:57 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/12 04:13:57 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/12 04:13:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/12 04:13:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/12 04:13:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/12 04:13:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/12 04:13:57 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:13:59 DEBUG : file1: md5 = 37839e0dd7ff2f3f2999cbbf8a9987a6 OK 2024/11/12 04:14:01 DEBUG : file2: md5 = de94fafe568b9bf401a7eeb2ef70b828 OK --- PASS: TestCat (20.61s) === RUN TestPurge 2024/11/12 04:14:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yinenun4wetu" 2024/11/12 04:14:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 04:14:18 DEBUG : Creating backend with remote "TestDrive:crypt/h28k7m2trsh3vut6ga7sl9hd1selv96ctikp432vo128ol0qb0lg" 2024/11/12 04:14:19 DEBUG : Creating backend with remote "/tmp/rclone3741386655" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yinenun4wetu'", Local "Local file system at /tmp/rclone3741386655", Modify Window "1ms" 2024/11/12 04:14:26 DEBUG : A1/B1/C1/one: md5 = f1501e65a2d10b0c3c78a9e3eae78fa3 OK 2024/11/12 04:14:26 DEBUG : A2: Making directory 2024/11/12 04:14:27 DEBUG : A1/B2: Making directory 2024/11/12 04:14:28 DEBUG : A1/B2/C2: Making directory 2024/11/12 04:14:29 DEBUG : A1/B1/C3: Making directory 2024/11/12 04:14:31 DEBUG : A3: Making directory 2024/11/12 04:14:32 DEBUG : A3/B3: Making directory 2024/11/12 04:14:33 DEBUG : A3/B3/C4: Making directory 2024/11/12 04:14:36 DEBUG : A1/two: md5 = 84a6a8fad2d61f02c55bcbf0314e2267 OK 2024/11/12 04:14:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yinenun4wetu': Purge remote 2024/11/12 04:14:40 NOTICE: purge failed: directory not found --- PASS: TestPurge (22.09s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:14:46 DEBUG : A1/B1/C1/one: md5 = bac1d9f1c613b54b1db1c91b6ea5985f OK 2024/11/12 04:14:46 DEBUG : A2: Making directory 2024/11/12 04:14:47 DEBUG : A1/B2: Making directory 2024/11/12 04:14:48 DEBUG : A1/B2/C2: Making directory 2024/11/12 04:14:49 DEBUG : A1/B1/C3: Making directory 2024/11/12 04:14:50 DEBUG : A3: Making directory 2024/11/12 04:14:51 DEBUG : A3/B3: Making directory 2024/11/12 04:14:52 DEBUG : A3/B3/C4: Making directory 2024/11/12 04:14:55 DEBUG : A1/two: md5 = 5be87e59b79252adeaed94626cd17e2a OK 2024/11/12 04:14:57 DEBUG : removing 1 level 3 directories 2024/11/12 04:14:57 INFO : A3/B3/C4: Removing directory 2024/11/12 04:15:00 DEBUG : removing 2 level 3 directories 2024/11/12 04:15:00 INFO : A1/B1/C3: Removing directory 2024/11/12 04:15:00 INFO : A1/B2/C2: Removing directory 2024/11/12 04:15:01 DEBUG : removing 2 level 2 directories 2024/11/12 04:15:01 INFO : A3/B3: Removing directory 2024/11/12 04:15:01 INFO : A1/B2: Removing directory 2024/11/12 04:15:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/12 04:15:01 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/12 04:15:02 DEBUG : removing 2 level 1 directories 2024/11/12 04:15:02 INFO : A3: Removing directory 2024/11/12 04:15:02 INFO : A2: Removing directory 2024/11/12 04:15:02 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/12 04:15:07 DEBUG : removing 1 level 3 directories 2024/11/12 04:15:07 INFO : A1/B1/C1: Removing directory 2024/11/12 04:15:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:08 DEBUG : removing 1 level 2 directories 2024/11/12 04:15:08 INFO : A1/B1: Removing directory 2024/11/12 04:15:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/12 04:15:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 04:15:09 DEBUG : removing 1 level 1 directories 2024/11/12 04:15:09 INFO : A1: Removing directory 2024/11/12 04:15:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/12 04:15:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/12 04:15:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 04:15:10 DEBUG : removing 1 level 0 directories 2024/11/12 04:15:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Removing directory 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 04:15:11 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (32.06s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:15:13 DEBUG : A1: Making directory 2024/11/12 04:15:14 DEBUG : A1/B1: Making directory 2024/11/12 04:15:16 DEBUG : A1/B1/C1: Making directory 2024/11/12 04:15:19 DEBUG : removing 1 level 3 directories 2024/11/12 04:15:19 INFO : A1/B1/C1: Removing directory 2024/11/12 04:15:20 DEBUG : removing 1 level 2 directories 2024/11/12 04:15:20 INFO : A1/B1: Removing directory 2024/11/12 04:15:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 04:15:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (11.09s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:15:23 DEBUG : A1: Making directory 2024/11/12 04:15:24 DEBUG : A1/B1: Making directory 2024/11/12 04:15:26 DEBUG : A1/B1/C1: Making directory 2024/11/12 04:15:29 DEBUG : removing 1 level 3 directories 2024/11/12 04:15:29 INFO : A1/B1/C1: Removing directory 2024/11/12 04:15:30 DEBUG : removing 1 level 2 directories 2024/11/12 04:15:30 INFO : A1/B1: Removing directory 2024/11/12 04:15:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 04:15:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (10.30s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:15:35 DEBUG : file1: md5 = 83f481c7d915c1b252a7868f067b77f6 OK 2024/11/12 04:15:36 DEBUG : filename.txt: File name found in url 2024/11/12 04:15:38 DEBUG : filename.txt: md5 = 8cb56582d807ea8c6346509a599cdbdc OK 2024/11/12 04:15:38 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/12 04:15:39 DEBUG : headerfilename.txt: md5 = ddc4f95f471d4e7bbecab21eb7fe1d32 OK 2024/11/12 04:15:41 DEBUG : file2: md5 = d80ab088ac8af42fb005c4467ca90d93 OK --- PASS: TestCopyURL (11.63s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:15:45 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/12 04:15:48 DEBUG : sub/file2: md5 = 63e60cb169520d8e25b60654cf2e37fb OK 2024/11/12 04:15:48 INFO : file1: Copied (new) to: sub/file2 2024/11/12 04:15:48 INFO : file1: Deleted 2024/11/12 04:15:49 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 04:15:49 DEBUG : file1: Unchanged skipping 2024/11/12 04:15:49 INFO : file1: Deleted 2024/11/12 04:15:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': don't need to copy/move sub/file2, it is already at target location 2024/11/12 04:15:52 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.77s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:15:53 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/12 04:15:55 DEBUG : file1: md5 = d20e886c8db4a401e3be5a7b72b8ce7d OK 2024/11/12 04:15:55 INFO : file1: Copied (new) 2024/11/12 04:15:55 INFO : file1: Deleted 2024/11/12 04:15:55 DEBUG : file1: Destination exists, skipping 2024/11/12 04:15:55 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.50s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:16:01 DEBUG : dst/file1: md5 = acc314eca1095466fa9bbdb156d6bcb3 OK 2024/11/12 04:16:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veguqeb1jitu/backup" 2024/11/12 04:16:02 DEBUG : Creating backend with remote "TestDrive:crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg/1nrff024r7pq65ecp72fc28jb0" 2024/11/12 04:16:03 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/12 04:16:07 INFO : dst/file1: Moved (server-side) 2024/11/12 04:16:09 DEBUG : dst/file1: md5 = 5320af0f38cbd0fca1e09efddfb5bf17 OK 2024/11/12 04:16:09 INFO : dst/file1: Copied (new) 2024/11/12 04:16:09 INFO : dst/file1: Deleted 2024/11/12 04:16:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 04:16:13 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 04:16:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.38s) === 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:16:18 DEBUG : A1/one: md5 = 5962334c2c08d1bc63b0df34570cf4ab OK 2024/11/12 04:16:20 DEBUG : A1/two: md5 = 1aa0db262eec4c750b74aca06b5a2c36 OK 2024/11/12 04:16:23 DEBUG : A1/B1/three: md5 = 4f63cae7a7c83d1fcf6d7be58d5bd41b OK 2024/11/12 04:16:27 DEBUG : A1/B1/C1/four: md5 = b5b9d2581a48962ba1c46ec7293d0f31 OK 2024/11/12 04:16:30 DEBUG : A1/B1/C2/five: md5 = 1759514b9ece32b0b7579dff0e464dff OK 2024/11/12 04:16:30 DEBUG : A1/B2: Making directory 2024/11/12 04:16:31 DEBUG : A1/B1/C3: Making directory 2024/11/12 04:16:45 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/12 04:16:45 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/12 04:16:45 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/12 04:16:45 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/12 04:16:46 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/12 04:16:50 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/12 04:16:50 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/12 04:16:50 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 04:16:51 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/12 04:16:51 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/12 04:16:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/12 04:17:02 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/12 04:17:02 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/12 04:17:02 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/12 04:17:02 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/12 04:17:02 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/12 04:17:06 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/12 04:17:06 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/12 04:17:06 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 04:17:07 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/12 04:17:07 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/12 04:17:16 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/12 04:17:16 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/12 04:17:17 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/12 04:17:17 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/12 04:17:17 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 04:17:17 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/12 04:17:18 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/12 04:17:18 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/12 04:17:18 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 04:17:18 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (64.08s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:17:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/12 04:17:22 DEBUG : no_checksum_small_file_from_pipe: md5 = 12c9d2ba977cc72aaeabff8277bffbce OK 2024/11/12 04:17:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/12 04:17:22 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/12 04:17:23 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/12 04:17:25 DEBUG : no_checksum_big_file_from_pipe: md5 = f2aacb63123c0f7b7fff4ed833abf675 OK 2024/11/12 04:17:25 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:17:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/12 04:17:29 DEBUG : with_checksum_small_file_from_pipe: md5 = 2867c86d05ff3054224d704e42c680b9 OK 2024/11/12 04:17:29 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/12 04:17:29 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/12 04:17:31 DEBUG : with_checksum_big_file_from_pipe: md5 = 637ddbaccf8d8d478e8b73ecaa593b28 OK 2024/11/12 04:17:31 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:17:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/12 04:17:36 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 04:17:37 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/12 04:17:39 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-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:17:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/12 04:17:44 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/12 04:17:44 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/12 04:17:45 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (27.76s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.73s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.80s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.43s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.81s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/12 04:17:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': File to upload is small (48 bytes), uploading instead of streaming 2024/11/12 04:17:50 DEBUG : rcat_metadata: md5 = f8315e1d9cad01dfb3aa84cd6efaacff OK 2024/11/12 04:17:50 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/12 04:17:52 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/12 04:17:54 DEBUG : rcat_metadata_uploadcutoff0: md5 = 79c1f7e7d9afb251d33721000d258ab9 OK 2024/11/12 04:17:54 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (8.36s) --- PASS: TestRcatMetadata/Normal (3.45s) --- PASS: TestRcatMetadata/ViaDisk (4.38s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:17:58 DEBUG : potato1: md5 = 603feb057686846e0584e80103eabc14 OK 2024/11/12 04:17:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': File to upload is small (60 bytes), uploading instead of streaming 2024/11/12 04:18:00 DEBUG : potato2: md5 = 6d90df3d6ef87c25c9453f6521e6f8a7 OK 2024/11/12 04:18:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (7.80s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:18:06 DEBUG : potato1: md5 = 0a3ee41c3b6333c07e012885b3563046 OK 2024/11/12 04:18:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': File to upload is small (60 bytes), uploading instead of streaming 2024/11/12 04:18:07 DEBUG : potato2: md5 = bcb97ddd8dda76442b6df7a40cc8bde3 OK 2024/11/12 04:18:07 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.21s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:18:12 DEBUG : potato2: md5 = 5ff3545016fa6376bfafae6e0af387f8 OK 2024/11/12 04:18:13 DEBUG : empty space: md5 = 6d296fc9f9806d4fed2b2cce34bef05a OK 2024/11/12 04:18:16 DEBUG : sub dir/potato3: md5 = 0d59707fe04bc56ac876d7773dd0d330 OK 2024/11/12 04:18:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Touching "empty space" 2024/11/12 04:18:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Touching "potato2" 2024/11/12 04:18:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Touching "sub dir/potato3" 2024/11/12 04:18:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (14.65s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:18:25 DEBUG : dir with metadata: Making directory with metadata 2024/11/12 04:18:26 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.14s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:18:28 DEBUG : directory with modtime: Making directory with metadata 2024/11/12 04:18:29 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.23s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:18:31 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/12 04:18:31 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/12 04:18:31 DEBUG : Google drive root 'crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg': Skipping btime metadata as can't update it on an existing file: 2024-11-12T04:18:31.474888242Z 2024/11/12 04:18:32 INFO : non existent directory: Updated directory metadata 2024/11/12 04:18:35 DEBUG : Google drive root 'crypt/lovh8h8u1u41drnctsphoh8c2568etfuhl7vo2jk1b7915hpdkeg': Skipping btime metadata as can't update it on an existing file: 2024-11-12T04:18:31.474888242Z 2024/11/12 04:18:35 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.51s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:18:37 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/12 04:18:40 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/12 04:18:41 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.48s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:18:43 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/12 04:18:43 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/12 04:18:43 DEBUG : dst: Making directory with metadata 2024/11/12 04:18:44 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/12 04:18:44 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 04:18:45 INFO : dst: Set directory modification time (using SetModTime) 2024/11/12 04:18:45 INFO : dst: Set directory modification time (using SetModTime) 2024/11/12 04:18:45 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/12 04:18:46 INFO : dst: Set directory modification time (using SetModTime) 2024/11/12 04:18:46 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.90s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu'", Local "Local file system at /tmp/rclone116468770", Modify Window "1ms" 2024/11/12 04:18:51 DEBUG : sub dir/test remove existing: md5 = f3065b30ae4993a941215b1921bd03b6 OK 2024/11/12 04:18:53 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890: md5 = ad3cdc587745314a6d2aeb6c50b53663 OK 2024/11/12 04:18:55 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.nubaxan1" before starting 2024/11/12 04:18:56 DEBUG : sub dir/test remove existing.nubaxan1: TEST: removing renamed existing file after operation 2024/11/12 04:18:58 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890: TEST: renaming existing object to "sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.yamisiq9" before starting 2024/11/12 04:18:59 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.yamisiq9: TEST: renaming existing back after failed operation 2024/11/12 04:19:01 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890: TEST: renaming existing object to "sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.xiramos9" before starting 2024/11/12 04:19:02 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.xiramos9: TEST: removing renamed existing file after operation 2024/11/12 04:19:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ocb345vtvs9lc127800o8eshdqkcmksmpeoofbpkne501uasc290" 2024/11/12 04:19:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ob4r5lu2i01982fuf253lb70jhgo9javv7iq0jvb9rr8hmkj13gfrk06mbbu9jrhmg2sd07uo9ucdctjqggi3dqttumngj77aevcib2u8pd70dsg6u4np7ng8bu8d0p073vqqdqhfhd1c809nq4jdg3o8b96o4h418lnc9oahi794s2nspqrsov39d56qkv87iuco1nq0kro40iusk81bsouloaefm4265rg7hg" --- PASS: TestRemoveExisting (17.13s) === 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/12 04:19:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veguqeb1jitu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 14m30.203633688s (try 1/5)