"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/12/21 03:43:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu" 2024/12/21 03:43:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:43:24 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g" 2024/12/21 03:43:25 DEBUG : Creating backend with remote "/tmp/rclone3240705368" === 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-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/12/21 03:43:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/21 03:43:26 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/21 03:43:26 DEBUG : potato: Seek from 10 to 0 2024/12/21 03:43:26 DEBUG : potato: Seek from 10 to 0 2024/12/21 03:43:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/21 03:43:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/21 03:43:26 DEBUG : potato: Seek from 5 to 2 2024/12/21 03:43:26 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/21 03:43:26 DEBUG : potato: Seek from 7 to 0 2024/12/21 03:43:26 DEBUG : potato: Seek from 7 to 0 2024/12/21 03:43:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/21 03:43:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/21 03:43:26 DEBUG : potato: Seek from 5 to 2 2024/12/21 03:43:26 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/21 03:43:26 DEBUG : potato: Seek from 8 to 0 2024/12/21 03:43:26 DEBUG : potato: Seek from 8 to 0 2024/12/21 03:43:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/21 03:43:26 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/21 03:43:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/21 03:43:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/21 03:43:26 DEBUG : potato: Seek from 5 to 2 2024/12/21 03:43:26 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/21 03:43:26 DEBUG : potato: Seek from 9 to 0 2024/12/21 03:43:26 DEBUG : potato: Seek from 9 to 0 2024/12/21 03:43:26 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-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:43:28 DEBUG : rutabaga: md5 = 3adf9a89d7b399d0e2e17ee41c5f6c77 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/21 03:43:30 DEBUG : empty space: md5 = 3510c961f5f63ce14a513292756f83e6 OK === RUN TestCheck/3 2024/12/21 03:43:33 DEBUG : potato2: md5 = 906f658dc2714c8af98010656385d1ad OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/21 03:43:35 DEBUG : remotepotato: md5 = 20be020d619445064cdb7f2404f7034e OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.61s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2024/12/21 03:43:38 DEBUG : Creating backend with remote "nonexistent" 2024/12/21 03:43:38 DEBUG : Creating backend with remote "nonexistent" 2024/12/21 03:43:38 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/21 03:43:38 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/12/21 03:43:38 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/21 03:43:38 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-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:43:40 DEBUG : rutabaga: md5 = 4af68d6c006ac8041d475e49da370386 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/21 03:43:45 DEBUG : empty space: md5 = 2921e72db977060fd7630f426c58a345 OK === RUN TestCheckDownload/3 2024/12/21 03:43:47 DEBUG : potato2: md5 = 48bcbb04bd59fb32c77957dacc6a9e71 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/21 03:43:52 DEBUG : remotepotato: md5 = 88439ea51b62272995a0c4951d7e87dd OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.30s) --- PASS: TestCheckDownload/1 (1.17s) --- PASS: TestCheckDownload/2 (1.71s) --- PASS: TestCheckDownload/3 (0.82s) --- PASS: TestCheckDownload/4 (1.58s) --- PASS: TestCheckDownload/5 (1.20s) --- PASS: TestCheckDownload/6 (1.04s) --- PASS: TestCheckDownload/7 (0.95s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:43:58 DEBUG : rutabaga: md5 = b36d89d084263138b651b2ebb6f1d264 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/21 03:44:01 DEBUG : empty space: md5 = 24d4779450204d44c74060f3236f7c98 OK === RUN TestCheckSizeOnly/3 2024/12/21 03:44:03 DEBUG : potato2: md5 = f22e41051a56f7c8bf2eb13e48b35aa0 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/21 03:44:05 DEBUG : remotepotato: md5 = 98a65faa2c5102aeb0ce85ad8c6a2b48 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.07s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:44:10 DEBUG : test.sum: md5 = b61e76f557e8aecbd29802df3b7a3e37 OK 2024/12/21 03:44:11 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/21 03:44:11 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/21 03:44:11 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/21 03:44:11 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/21 03:44:13 DEBUG : test.sum: md5 = 023bedae9635df887f29c03e74fce253 OK 2024/12/21 03:44:14 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/21 03:44:14 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/21 03:44:14 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/21 03:44:14 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.59s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:44:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/data" 2024/12/21 03:44:15 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.01s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:44:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/data" 2024/12/21 03:44:17 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/vjrnln8ratgmqakfosrqe8espk" 2024/12/21 03:44:21 DEBUG : data/banana: md5 = 8951163c609c16501a88ecf3e879a3b3 OK 2024/12/21 03:44:23 DEBUG : test.sum: md5 = d5218dda5b18c313c266d618a72a5f03 OK === RUN TestCheckSumDownload/subtest1 2024/12/21 03:44:28 DEBUG : data/potato: md5 = d58e41d20f1cf8a5b21186ca490fe246 OK 2024/12/21 03:44:30 DEBUG : test.sum: md5 = 4259767df9e57e2b9bcc826383956ecb OK === RUN TestCheckSumDownload/subtest2 2024/12/21 03:44:34 DEBUG : test.sum: md5 = 4075655f2fb1da8f9ecf07bde00c892a OK === RUN TestCheckSumDownload/subtest3 2024/12/21 03:44:39 DEBUG : test.sum: md5 = 7d1c46b6aab7fbf75407db122ebe1d86 OK === RUN TestCheckSumDownload/subtest4 2024/12/21 03:44:43 DEBUG : test.sum: md5 = 9e05c2b0a5e8015b7ee99c8c4d930358 OK === RUN TestCheckSumDownload/subtest5 2024/12/21 03:44:48 DEBUG : test.sum: md5 = aff65ad51048860ef25bc08b27e34f52 OK === RUN TestCheckSumDownload/subtest6 2024/12/21 03:44:52 DEBUG : data/banana: md5 = 9d48d4d61e52f98384219fc07760fdab OK 2024/12/21 03:44:53 DEBUG : data/potato: md5 = 6fd48fdca1c688b1a44c7cb099e6106c OK 2024/12/21 03:44:55 DEBUG : test.sum: md5 = 49b0609fee09b237273633779c823c76 OK === RUN TestCheckSumDownload/subtest7 2024/12/21 03:45:01 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/12/21 03:45:01 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (44.23s) --- PASS: TestCheckSumDownload/subtest1 (2.71s) --- PASS: TestCheckSumDownload/subtest2 (2.48s) --- PASS: TestCheckSumDownload/subtest3 (2.56s) --- PASS: TestCheckSumDownload/subtest4 (2.41s) --- PASS: TestCheckSumDownload/subtest5 (2.42s) --- PASS: TestCheckSumDownload/subtest6 (2.29s) --- PASS: TestCheckSumDownload/subtest7 (2.99s) === RUN TestApplyTransforms 2024/12/21 03:45:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-binanuv4jezu" 2024/12/21 03:45:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:02 DEBUG : Creating backend with remote "TestDrive:crypt/tfphsjsq2pkvk8ravl5opvclaa3c5dc2ubc3mgrfiiv630pq7rj0" 2024/12/21 03:45:02 DEBUG : Creating backend with remote "/tmp/rclone1905135700" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-binanuv4jezu'", Local "Local file system at /tmp/rclone1905135700", Modify Window "1ms" 2024/12/21 03:45:05 DEBUG : hello, world!: md5 = 38e14c3dd46acfdacb4cfadf4c0ff916 OK upper checkfile vs. lower remote (without normalization) 2024/12/21 03:45:06 ERROR : hello, world!: sum not found 2024/12/21 03:45:06 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-binanuv4jezu' 2024/12/21 03:45:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-binanuv4jezu': 1 files missing 2024/12/21 03:45:06 NOTICE: 1 hashes missing 2024/12/21 03:45:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-binanuv4jezu': 2 differences found 2024/12/21 03:45:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-binanuv4jezu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/21 03:45:07 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-binanuv4jezu': 0 differences found 2024/12/21 03:45:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-binanuv4jezu': 1 matching files 2024/12/21 03:45:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-melejug9sugo" 2024/12/21 03:45:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:07 DEBUG : Creating backend with remote "TestDrive:crypt/c37okobi0uamuo16vi7q3r63jlerk377dj482jbdlne03k414hig" 2024/12/21 03:45:08 DEBUG : Creating backend with remote "/tmp/rclone3746109175" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-melejug9sugo'", Local "Local file system at /tmp/rclone3746109175", Modify Window "1ms" 2024/12/21 03:45:10 DEBUG : HELLO, WORLD!: md5 = c0dd9471943a8284cf1a92fe42ce73ce OK lower checkfile vs. upper remote (without normalization) 2024/12/21 03:45:11 ERROR : HELLO, WORLD!: sum not found 2024/12/21 03:45:11 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-melejug9sugo' 2024/12/21 03:45:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melejug9sugo': 1 files missing 2024/12/21 03:45:11 NOTICE: 1 hashes missing 2024/12/21 03:45:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melejug9sugo': 2 differences found 2024/12/21 03:45:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melejug9sugo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/21 03:45:12 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melejug9sugo': 0 differences found 2024/12/21 03:45:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-melejug9sugo': 1 matching files 2024/12/21 03:45:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jewohop7weho" 2024/12/21 03:45:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:12 DEBUG : Creating backend with remote "TestDrive:crypt/92sid30ec10qo8s7iah2et9p3fjdqkddkvuvioqjo6ic6l066mg0" 2024/12/21 03:45:13 DEBUG : Creating backend with remote "/tmp/rclone1074188230" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jewohop7weho'", Local "Local file system at /tmp/rclone1074188230", Modify Window "1ms" 2024/12/21 03:45:16 DEBUG : HeLlO, wOrLd!: md5 = fa2079e6d8476daec59083ab4c749a92 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/21 03:45:16 ERROR : HeLlO, wOrLd!: sum not found 2024/12/21 03:45:16 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jewohop7weho' 2024/12/21 03:45:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewohop7weho': 1 files missing 2024/12/21 03:45:16 NOTICE: 1 hashes missing 2024/12/21 03:45:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewohop7weho': 2 differences found 2024/12/21 03:45:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewohop7weho': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/21 03:45:18 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewohop7weho': 0 differences found 2024/12/21 03:45:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewohop7weho': 1 matching files 2024/12/21 03:45:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cizexud7ranu" 2024/12/21 03:45:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:18 DEBUG : Creating backend with remote "TestDrive:crypt/dli1s0gsk054lgmon0tbiadfrjmoo59h7ohtokfuu1thgs4ftk40" 2024/12/21 03:45:19 DEBUG : Creating backend with remote "/tmp/rclone4157887284" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cizexud7ranu'", Local "Local file system at /tmp/rclone4157887284", Modify Window "1ms" 2024/12/21 03:45:21 DEBUG : HELLO, WORLD!: md5 = 4379b316a8b13cad1a630450e26c0923 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/21 03:45:22 ERROR : HELLO, WORLD!: sum not found 2024/12/21 03:45:22 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cizexud7ranu' 2024/12/21 03:45:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizexud7ranu': 1 files missing 2024/12/21 03:45:22 NOTICE: 1 hashes missing 2024/12/21 03:45:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizexud7ranu': 2 differences found 2024/12/21 03:45:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizexud7ranu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/21 03:45:23 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizexud7ranu': 0 differences found 2024/12/21 03:45:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cizexud7ranu': 1 matching files 2024/12/21 03:45:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jowaxab1vuca" 2024/12/21 03:45:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:23 DEBUG : Creating backend with remote "TestDrive:crypt/26fmp23oba1beva4p2k42uket53actblpgv94j4t2tn943j6d6gg" 2024/12/21 03:45:24 DEBUG : Creating backend with remote "/tmp/rclone498784071" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jowaxab1vuca'", Local "Local file system at /tmp/rclone498784071", Modify Window "1ms" 2024/12/21 03:45:27 DEBUG : 測試_Русский___ě_áñ: md5 = 61289cad3d1f602dc7942e05fdd5d81c OK NFD checkfile vs. NFC remote (without normalization) 2024/12/21 03:45:27 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/21 03:45:27 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jowaxab1vuca' 2024/12/21 03:45:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jowaxab1vuca': 1 files missing 2024/12/21 03:45:27 NOTICE: 1 hashes missing 2024/12/21 03:45:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jowaxab1vuca': 2 differences found 2024/12/21 03:45:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jowaxab1vuca': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/21 03:45:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jowaxab1vuca': 0 differences found 2024/12/21 03:45:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jowaxab1vuca': 1 matching files 2024/12/21 03:45:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-huwomay7peja" 2024/12/21 03:45:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:29 DEBUG : Creating backend with remote "TestDrive:crypt/hf49tst541rd0anc65si7ec6jq65rlioigm1903j0bkkke2h7e0g" 2024/12/21 03:45:30 DEBUG : Creating backend with remote "/tmp/rclone2309556766" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-huwomay7peja'", Local "Local file system at /tmp/rclone2309556766", Modify Window "1ms" 2024/12/21 03:45:33 DEBUG : 測試_Русский___ě_áñ: md5 = c66a2aa80f6512d7b222fd9a462426c4 OK NFC checkfile vs. NFD remote (without normalization) 2024/12/21 03:45:33 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/21 03:45:33 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-huwomay7peja' 2024/12/21 03:45:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwomay7peja': 1 files missing 2024/12/21 03:45:33 NOTICE: 1 hashes missing 2024/12/21 03:45:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwomay7peja': 2 differences found 2024/12/21 03:45:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwomay7peja': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/21 03:45:35 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwomay7peja': 0 differences found 2024/12/21 03:45:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwomay7peja': 1 matching files 2024/12/21 03:45:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bonixuj0mihu" 2024/12/21 03:45:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:35 DEBUG : Creating backend with remote "TestDrive:crypt/mntuvvot04e0o5rv43nt3qlcfieb9fmu30lskcr90tl6233as2d0" 2024/12/21 03:45:36 DEBUG : Creating backend with remote "/tmp/rclone992722750" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bonixuj0mihu'", Local "Local file system at /tmp/rclone992722750", Modify Window "1ms" 2024/12/21 03:45:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b29720265a791eade7038f27f35e5ccd OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/21 03:45:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/21 03:45:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bonixuj0mihu' 2024/12/21 03:45:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonixuj0mihu': 1 files missing 2024/12/21 03:45:39 NOTICE: 1 hashes missing 2024/12/21 03:45:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonixuj0mihu': 2 differences found 2024/12/21 03:45:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonixuj0mihu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/21 03:45:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonixuj0mihu': 0 differences found 2024/12/21 03:45:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonixuj0mihu': 1 matching files 2024/12/21 03:45:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-popopog8hovi" 2024/12/21 03:45:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:40 DEBUG : Creating backend with remote "TestDrive:crypt/ov9l1sj8jljeuried4pm8it7jovmmvq3dsmd3h4qoto477rt34k0" 2024/12/21 03:45:41 DEBUG : Creating backend with remote "/tmp/rclone4140026948" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-popopog8hovi'", Local "Local file system at /tmp/rclone4140026948", Modify Window "1ms" 2024/12/21 03:45:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 03e4fbef06565fcb7f8126c8f8004a86 OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/21 03:45:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/21 03:45:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-popopog8hovi' 2024/12/21 03:45:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-popopog8hovi': 1 files missing 2024/12/21 03:45:44 NOTICE: 1 hashes missing 2024/12/21 03:45:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-popopog8hovi': 2 differences found 2024/12/21 03:45:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-popopog8hovi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/21 03:45:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-popopog8hovi': 0 differences found 2024/12/21 03:45:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-popopog8hovi': 1 matching files 2024/12/21 03:45:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kuqecal6cogo" 2024/12/21 03:45:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:45 DEBUG : Creating backend with remote "TestDrive:crypt/87n9lv00okdm5nanu6m2cprg0p1trj54dg35bjvmk61bnlfqlg00" 2024/12/21 03:45:46 DEBUG : Creating backend with remote "/tmp/rclone2646037148" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kuqecal6cogo'", Local "Local file system at /tmp/rclone2646037148", Modify Window "1ms" 2024/12/21 03:45:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ab5d830ddc9df96f31888952e39e7d00 OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/21 03:45:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/21 03:45:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kuqecal6cogo' 2024/12/21 03:45:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqecal6cogo': 1 files missing 2024/12/21 03:45:49 NOTICE: 1 hashes missing 2024/12/21 03:45:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqecal6cogo': 2 differences found 2024/12/21 03:45:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqecal6cogo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/21 03:45:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqecal6cogo': 0 differences found 2024/12/21 03:45:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqecal6cogo': 1 matching files 2024/12/21 03:45:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-doxuciq4bavu" 2024/12/21 03:45:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:45:51 DEBUG : Creating backend with remote "TestDrive:crypt/osc5j86a0t7lbssl9ifbpk0jqvr3hi7pv87mi1djgko44co8hh30" 2024/12/21 03:45:52 DEBUG : Creating backend with remote "/tmp/rclone3950724654" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-doxuciq4bavu'", Local "Local file system at /tmp/rclone3950724654", Modify Window "1ms" 2024/12/21 03:45:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 135ce7a0b21e8070d870076670439da0 OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/21 03:45:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/21 03:45:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-doxuciq4bavu' 2024/12/21 03:45:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doxuciq4bavu': 1 files missing 2024/12/21 03:45:55 NOTICE: 1 hashes missing 2024/12/21 03:45:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doxuciq4bavu': 2 differences found 2024/12/21 03:45:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doxuciq4bavu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/21 03:45:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 03:45:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doxuciq4bavu': 0 differences found 2024/12/21 03:45:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-doxuciq4bavu': 1 matching files 2024/12/21 03:45:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-doxuciq4bavu': Purge remote 2024/12/21 03:45:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kuqecal6cogo': Purge remote 2024/12/21 03:45:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-popopog8hovi': Purge remote 2024/12/21 03:45:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bonixuj0mihu': Purge remote 2024/12/21 03:45:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huwomay7peja': Purge remote 2024/12/21 03:46:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jowaxab1vuca': Purge remote 2024/12/21 03:46:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cizexud7ranu': Purge remote 2024/12/21 03:46:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jewohop7weho': Purge remote 2024/12/21 03:46:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-melejug9sugo': Purge remote 2024/12/21 03:46:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-binanuv4jezu': Purge remote --- PASS: TestApplyTransforms (61.34s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:46:03 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/21 03:46:06 DEBUG : sub/file2: md5 = 0e67d74bf54d51d45927cc5dec468bb7 OK 2024/12/21 03:46:06 INFO : file1: Copied (new) to: sub/file2 2024/12/21 03:46:06 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/21 03:46:06 DEBUG : file1: Unchanged skipping 2024/12/21 03:46:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': don't need to copy/move sub/file2, it is already at target location 2024/12/21 03:46:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.52s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.42s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:46:12 DEBUG : dst/file1: md5 = b266106bb4edca3ffa696d23145c8f70 OK 2024/12/21 03:46:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/backup" 2024/12/21 03:46:13 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/1nrff024r7pq65ecp72fc28jb0" 2024/12/21 03:46:14 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/21 03:46:17 INFO : dst/file1: Moved (server-side) 2024/12/21 03:46:19 DEBUG : dst/file1: md5 = 33e6d530bdead6b3555a743e47c93544 OK 2024/12/21 03:46:19 INFO : dst/file1: Copied (new) 2024/12/21 03:46:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 03:46:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 03:46:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.53s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:46:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/dst" 2024/12/21 03:46:24 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 03:46:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/CompareDest" 2024/12/21 03:46:26 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/gveqi14airsml4bgu7krj116o8" 2024/12/21 03:46:27 DEBUG : one: Need to transfer - File not found at Destination 2024/12/21 03:46:30 DEBUG : one: md5 = 13ba3ef107cdf0caf55afcc69e981e95 OK 2024/12/21 03:46:30 INFO : one: Copied (new) 2024/12/21 03:46:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:46:33 DEBUG : one: md5 = 71735676e58bfcff564ac84acc0a04a7 OK 2024/12/21 03:46:33 INFO : one: Copied (replaced existing) 2024/12/21 03:46:35 DEBUG : dst/one: md5 = 309fb61bb46867f10038a423ae4c7ebf OK 2024/12/21 03:46:38 DEBUG : CompareDest/one: md5 = 77ae7b176d560cf0d24f4b2cbba85ef4 OK 2024/12/21 03:46:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:46:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 03:46:39 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/21 03:46:41 DEBUG : CompareDest/two: md5 = 14a6df61d2fe651e3dbde70c7ec55c8a OK 2024/12/21 03:46:42 DEBUG : two: Need to transfer - File not found at Destination 2024/12/21 03:46:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 03:46:42 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/21 03:46:43 DEBUG : two: Need to transfer - File not found at Destination 2024/12/21 03:46:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 03:46:43 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/21 03:46:45 DEBUG : two: Need to transfer - File not found at Destination 2024/12/21 03:46:45 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/21 03:46:47 DEBUG : two: md5 = 0762b0d1e67b5dc31d26c3e1bec7539a OK 2024/12/21 03:46:47 INFO : two: Copied (new) 2024/12/21 03:46:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 03:46:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:46:51 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 03:46:51 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (27.33s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:46:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/dst" 2024/12/21 03:46:52 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 03:46:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/CopyDest" 2024/12/21 03:46:53 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/21 03:46:55 DEBUG : one: Need to transfer - File not found at Destination 2024/12/21 03:46:58 DEBUG : one: md5 = 600987b18ed31a1bfe67b731b2e83b20 OK 2024/12/21 03:46:58 INFO : one: Copied (new) 2024/12/21 03:46:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:47:00 DEBUG : one: md5 = 37caecb902ee525cd30227593f83ecf7 OK 2024/12/21 03:47:00 INFO : one: Copied (replaced existing) 2024/12/21 03:47:02 DEBUG : dst/one: md5 = c41b36ef50e4f000814044183b935a11 OK 2024/12/21 03:47:05 DEBUG : CopyDest/one: md5 = 1916aedb6249ca58e4fd4b17e3c2226f OK 2024/12/21 03:47:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/BackupDir" 2024/12/21 03:47:06 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/21 03:47:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:47:08 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 03:47:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 03:47:10 INFO : one: Moved (server-side) 2024/12/21 03:47:11 INFO : one: Copied (server-side copy) 2024/12/21 03:47:11 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/21 03:47:13 DEBUG : CopyDest/two: md5 = ce23fb05ef04abec2a8132fcf4930a5e OK 2024/12/21 03:47:14 DEBUG : two: Need to transfer - File not found at Destination 2024/12/21 03:47:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 03:47:16 INFO : two: Copied (server-side copy) 2024/12/21 03:47:16 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/21 03:47:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 03:47:16 DEBUG : two: Unchanged skipping 2024/12/21 03:47:18 DEBUG : CopyDest/three: md5 = e92550e86c5e83e875713eaca74e663c OK 2024/12/21 03:47:19 DEBUG : three: Need to transfer - File not found at Destination 2024/12/21 03:47:20 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/21 03:47:20 DEBUG : three: Destination not found in --copy-dest 2024/12/21 03:47:21 DEBUG : three: md5 = 2d816b5dca377abf703e66e45b245b53 OK 2024/12/21 03:47:21 INFO : three: Copied (new) 2024/12/21 03:47:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/21 03:47:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 03:47:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:47:27 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/21 03:47:27 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 03:47:27 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:47:28 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (36.98s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:47:30 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/21 03:47:32 DEBUG : TestCopyFileMaxTransfer/file1: md5 = e32da02d2cc0a209638980052b082b5a OK 2024/12/21 03:47:32 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/21 03:47:33 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/21 03:47:33 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/12/21 03:47:34 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/21 03:47:35 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/21 03:47:36 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 4a9bc2851d0a3c0b5ba70ea6d5908ff6 OK 2024/12/21 03:47:36 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/21 03:47:39 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/21 03:47:39 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.85s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:47:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Looking for duplicate names using skip mode. 2024/12/21 03:47:43 NOTICE: one: Found 2 files with duplicate names 2024/12/21 03:47:43 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.19s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:47:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Looking for duplicate names using skip mode. 2024/12/21 03:47:50 NOTICE: one: Found 3 files with duplicate names 2024/12/21 03:47:50 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/21 03:47:50 INFO : one: Deleted 2024/12/21 03:47:50 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.30s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:47:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Looking for duplicate names using first mode. 2024/12/21 03:47:57 NOTICE: one: Found 3 files with duplicate names 2024/12/21 03:47:58 INFO : one: Deleted 2024/12/21 03:47:58 INFO : one: Deleted 2024/12/21 03:47:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.40s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:50:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Looking for duplicate names using newest mode. 2024/12/21 03:50:04 NOTICE: one: Found 3 files with duplicate names 2024/12/21 03:50:04 INFO : one: Deleted 2024/12/21 03:50:05 INFO : one: Deleted 2024/12/21 03:50:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (126.29s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:50:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Looking for duplicate names using oldest mode. 2024/12/21 03:50:12 NOTICE: one: Found 3 files with duplicate names 2024/12/21 03:50:12 INFO : one: Deleted 2024/12/21 03:50:13 INFO : one: Deleted 2024/12/21 03:50:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.62s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:50:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Looking for duplicate names using largest mode. 2024/12/21 03:50:19 NOTICE: one: Found 3 files with duplicate names 2024/12/21 03:50:20 INFO : one: Deleted 2024/12/21 03:50:20 INFO : one: Deleted 2024/12/21 03:50:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.71s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:50:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Looking for duplicate names using smallest mode. 2024/12/21 03:50:27 NOTICE: one: Found 3 files with duplicate names 2024/12/21 03:50:28 INFO : one: Deleted 2024/12/21 03:50:28 INFO : one: Deleted 2024/12/21 03:50:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.59s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:50:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Looking for duplicate names using rename mode. 2024/12/21 03:50:36 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/21 03:50:37 INFO : one-2.txt: renamed from: one.txt 2024/12/21 03:50:38 INFO : one-3.txt: renamed from: one.txt 2024/12/21 03:50:40 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.20s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:50:45 DEBUG : dupe1/one.txt: md5 = 7b8ed01a927b48a4175abcc43e32bdce OK 2024/12/21 03:50:49 DEBUG : dupe2/two.txt: md5 = 43094ff815081a2bb9dc75bb8e726598 OK 2024/12/21 03:50:51 DEBUG : dupe3/three.txt: md5 = 1e1d02f98e2281684b826f03db47982f OK 2024/12/21 03:50:52 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/21 03:50:53 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/21 03:50:54 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/21 03:50:55 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/21 03:50:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/21 03:50:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/21 03:50:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.58s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:51:01 DEBUG : a.txt: md5 = 45cb5e00b2c258838a34c0091dd35a80 OK 2024/12/21 03:51:02 DEBUG : zend.txt: md5 = 4f84fec6ddb6ad170093395e6cdf8ddc OK 2024/12/21 03:51:05 DEBUG : sub dir/hello world: md5 = 72076860fe4d1bdc8bed3d1f777604b6 OK 2024/12/21 03:51:07 DEBUG : sub dir/hello world2: md5 = 443bc5a36bf73a0bd678cdc9ef6ebc09 OK 2024/12/21 03:51:09 DEBUG : sub dir/ignore dir/.ignore: md5 = 8a5d94dcf54c19c2b85da55589bd042b OK 2024/12/21 03:51:11 DEBUG : sub dir/ignore dir/should be ignored: md5 = 5d4fcca038c34fece2c6a014d6a086ac OK 2024/12/21 03:51:14 DEBUG : sub dir/sub sub dir/hello world3: md5 = 6d4c53088f11167aba490cfd2988b5de OK 2024/12/21 03:51:15 DEBUG : a.txt: Excluded (Size Filter) 2024/12/21 03:51:15 DEBUG : a.txt: Excluded 2024/12/21 03:51:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/21 03:51:16 DEBUG : sub dir/hello world: Excluded 2024/12/21 03:51:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/21 03:51:16 DEBUG : sub dir/hello world2: Excluded 2024/12/21 03:51:16 DEBUG : sub dir/ignore dir: Excluded 2024/12/21 03:51:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/21 03:51:16 DEBUG : sub dir/hello world: Excluded 2024/12/21 03:51:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/21 03:51:16 DEBUG : sub dir/hello world2: Excluded 2024/12/21 03:51:17 DEBUG : sub dir/ignore dir: Excluded 2024/12/21 03:51:22 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/21 03:51:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/21 03:51:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/21 03:51:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/21 03:51:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/21 03:51:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/12/21 03:51:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (25.16s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:51:26 DEBUG : file1: md5 = c723fdb0dc19fa526c4438d6d9dff0f2 OK 2024/12/21 03:51:29 DEBUG : sub/file2: md5 = 3a04982d775c8f7fbc9fd8a89a4d574c 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/12/21 03:51:32 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/21 03:51:32 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/21 03:51:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/21 03:51:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.93s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:51:37 DEBUG : file1: md5 = a96f606279e0535634ff6158ff69037b OK 2024/12/21 03:51:40 DEBUG : sub/file2: md5 = bb4a9516b7bdcecc725b86d216b23b45 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/12/21 03:51:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/notfound" 2024/12/21 03:51:44 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/qe0i31qdkoejk60elps0ni5sqk" 2024/12/21 03:51:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.81s) --- PASS: TestStatJSON/Root (0.32s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.53s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.74s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:51:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Making directory 2024/12/21 03:51:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:51:51 DEBUG : sub dir/hello world: md5 = 85c0eb7be1891bf4823429131739a6c0 OK 2024/12/21 03:51:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.31s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:51:56 DEBUG : potato2: md5 = e632097f5d5053350a7bdd1e08b35ea3 OK 2024/12/21 03:51:57 DEBUG : empty space: md5 = 1291b86004c9394606957d405dedbb86 OK --- PASS: TestLs (5.41s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:52:01 DEBUG : potato2: md5 = 53564430d60646ce141a8afde8c955d2 OK 2024/12/21 03:52:03 DEBUG : empty space: md5 = 1883eac112b61c70dc41b9212192b3ef OK 2024/12/21 03:52:03 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.56s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:52:07 DEBUG : potato2: md5 = 8c93d02e18d5666683a9e39305df0517 OK 2024/12/21 03:52:08 DEBUG : empty space: md5 = d111d038e32ac277b9cf0339873fdf8d OK --- PASS: TestLsLong (5.24s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:52:12 DEBUG : potato2: md5 = 65794c20fcddd8ec270494e3d73eb5d8 OK 2024/12/21 03:52:13 DEBUG : empty space: md5 = 5e26d45ad2501b0875b8b0aaa51e7f4f OK --- PASS: TestHashSums (4.95s) === RUN TestHashSumsWithErrors 2024/12/21 03:52:15 DEBUG : Creating backend with remote ":memory:" 2024/12/21 03:52:15 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/12/21 03:52:15 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/21 03:52:15 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/21 03:52:15 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/21 03:52:15 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/21 03:52:15 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/21 03:52:15 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/21 03:52:15 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/21 03:52:15 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-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:52:17 DEBUG : potato2: md5 = 2f20182b9b90f5dce61daf1b52b70b64 OK 2024/12/21 03:52:19 DEBUG : empty space: md5 = 68b7d2a26185c0cd5a7ce2ad2aa5884d OK 2024/12/21 03:52:21 DEBUG : sub dir/potato3: md5 = 788197c63049d538285d9cb1cfe2b933 OK 2024/12/21 03:52:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.84s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:52:27 DEBUG : small: md5 = 9d4679829400e712085c8ac2a742c1f9 OK 2024/12/21 03:52:28 DEBUG : medium: md5 = 5d701b100e6f6c1fca63d7478dc5aea0 OK 2024/12/21 03:52:30 DEBUG : large: md5 = aa79b5a1c62163815ca4e1252ee5d03a OK 2024/12/21 03:52:30 DEBUG : Waiting for deletions to finish 2024/12/21 03:52:31 DEBUG : large: Excluded (Size Filter) 2024/12/21 03:52:31 INFO : medium: Deleted 2024/12/21 03:52:31 INFO : small: Deleted --- PASS: TestDelete (7.48s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:52:34 DEBUG : small: md5 = d6da3560c2e1d954bf2228586890d9b3 OK 2024/12/21 03:52:36 DEBUG : medium: md5 = 97a8b50b1d9a32736798d18d6be128f2 OK 2024/12/21 03:52:37 DEBUG : large: md5 = fa209d936c4c6dee40f315684d159d75 OK 2024/12/21 03:52:38 DEBUG : Waiting for deletions to finish 2024/12/21 03:52:38 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/12/21 03:52:38 INFO : small: Deleted 2024/12/21 03:52:38 INFO : medium: Deleted --- PASS: TestMaxDelete (7.41s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:52:41 DEBUG : small: md5 = 607cfd975837d765ea97bb9cd3a8231e OK 2024/12/21 03:52:43 DEBUG : medium: md5 = 5e2e3a48cbe581d7709150508d237ce6 OK 2024/12/21 03:52:45 DEBUG : large: md5 = d628a119081b8c5a205675fe4950a54c OK 2024/12/21 03:52:45 DEBUG : Waiting for deletions to finish 2024/12/21 03:52:45 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/21 03:52:46 INFO : medium: Deleted 2024/12/21 03:52:46 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.64s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:52:49 DEBUG : small: md5 = c20524894e420b9a7c5e2db6526b5d50 OK 2024/12/21 03:52:51 DEBUG : medium: md5 = 2e92fff1394c2631bea10c646038a56f OK 2024/12/21 03:52:53 DEBUG : large: md5 = ed1b3b2f8c4bd3d6175defdeedfeee46 OK 2024/12/21 03:52:53 DEBUG : Waiting for deletions to finish 2024/12/21 03:52:53 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/12/21 03:52:53 INFO : large: Deleted 2024/12/21 03:52:54 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.66s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:52:57 DEBUG : ReadFile: md5 = b71d3fcad62e3fadef1ad42c91546dfe OK --- PASS: TestReadFile (4.61s) === RUN TestRetry 2024/12/21 03:53:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/21 03:53:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/21 03:53:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/21 03:53:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/21 03:53:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/21 03:53:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/21 03:53:00 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-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:53:02 DEBUG : file1: md5 = cd96a652b35b6ef510f68cadd6f86dd3 OK 2024/12/21 03:53:03 DEBUG : file2: md5 = bc4d9bda6f06835501e4dded79618cad OK --- PASS: TestCat (20.06s) === RUN TestPurge 2024/12/21 03:53:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mipituj5zoqi" 2024/12/21 03:53:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 03:53:20 DEBUG : Creating backend with remote "TestDrive:crypt/tj855707lg5coa66uhv7v35l6jb5ejvspk9l5ntl7cc4ek8781j0" 2024/12/21 03:53:21 DEBUG : Creating backend with remote "/tmp/rclone2998341480" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mipituj5zoqi'", Local "Local file system at /tmp/rclone2998341480", Modify Window "1ms" 2024/12/21 03:53:26 DEBUG : A1/B1/C1/one: md5 = 38b1c7ef8f69187f7f1e50cbbdf71adf OK 2024/12/21 03:53:26 DEBUG : A2: Making directory 2024/12/21 03:53:27 DEBUG : A1/B2: Making directory 2024/12/21 03:53:28 DEBUG : A1/B2/C2: Making directory 2024/12/21 03:53:30 DEBUG : A1/B1/C3: Making directory 2024/12/21 03:53:31 DEBUG : A3: Making directory 2024/12/21 03:53:32 DEBUG : A3/B3: Making directory 2024/12/21 03:53:33 DEBUG : A3/B3/C4: Making directory 2024/12/21 03:53:35 DEBUG : A1/two: md5 = ac3ba1098cf4460838468967e1ee160e OK 2024/12/21 03:53:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mipituj5zoqi': Purge remote 2024/12/21 03:53:39 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.97s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:53:44 DEBUG : A1/B1/C1/one: md5 = a0aa1e4abe5cf54ecd713c837e4f6dce OK 2024/12/21 03:53:44 DEBUG : A2: Making directory 2024/12/21 03:53:45 DEBUG : A1/B2: Making directory 2024/12/21 03:53:46 DEBUG : A1/B2/C2: Making directory 2024/12/21 03:53:47 DEBUG : A1/B1/C3: Making directory 2024/12/21 03:53:48 DEBUG : A3: Making directory 2024/12/21 03:53:49 DEBUG : A3/B3: Making directory 2024/12/21 03:53:50 DEBUG : A3/B3/C4: Making directory 2024/12/21 03:53:52 DEBUG : A1/two: md5 = b0f877ce38f734e8263c3f105692d4f5 OK 2024/12/21 03:53:54 DEBUG : removing 1 level 3 directories 2024/12/21 03:53:54 INFO : A3/B3/C4: Removing directory 2024/12/21 03:53:56 DEBUG : removing 2 level 3 directories 2024/12/21 03:53:56 INFO : A1/B2/C2: Removing directory 2024/12/21 03:53:56 INFO : A1/B1/C3: Removing directory 2024/12/21 03:53:57 DEBUG : removing 2 level 2 directories 2024/12/21 03:53:57 INFO : A3/B3: Removing directory 2024/12/21 03:53:57 INFO : A1/B2: Removing directory 2024/12/21 03:53:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/21 03:53:57 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/21 03:53:58 DEBUG : removing 2 level 1 directories 2024/12/21 03:53:58 INFO : A3: Removing directory 2024/12/21 03:53:58 INFO : A2: Removing directory 2024/12/21 03:53:58 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/21 03:54:02 DEBUG : removing 1 level 3 directories 2024/12/21 03:54:02 INFO : A1/B1/C1: Removing directory 2024/12/21 03:54:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:03 DEBUG : removing 1 level 2 directories 2024/12/21 03:54:03 INFO : A1/B1: Removing directory 2024/12/21 03:54:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/21 03:54:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 03:54:04 DEBUG : removing 1 level 1 directories 2024/12/21 03:54:04 INFO : A1: Removing directory 2024/12/21 03:54:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/21 03:54:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/21 03:54:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 03:54:05 DEBUG : removing 1 level 0 directories 2024/12/21 03:54:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Removing directory 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/12/21 03:54:05 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (27.46s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:54:07 DEBUG : A1: Making directory 2024/12/21 03:54:08 DEBUG : A1/B1: Making directory 2024/12/21 03:54:09 DEBUG : A1/B1/C1: Making directory 2024/12/21 03:54:12 DEBUG : removing 1 level 3 directories 2024/12/21 03:54:12 INFO : A1/B1/C1: Removing directory 2024/12/21 03:54:13 DEBUG : removing 1 level 2 directories 2024/12/21 03:54:13 INFO : A1/B1: Removing directory 2024/12/21 03:54:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 03:54:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.09s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:54:16 DEBUG : A1: Making directory 2024/12/21 03:54:17 DEBUG : A1/B1: Making directory 2024/12/21 03:54:18 DEBUG : A1/B1/C1: Making directory 2024/12/21 03:54:20 DEBUG : removing 1 level 3 directories 2024/12/21 03:54:20 INFO : A1/B1/C1: Removing directory 2024/12/21 03:54:21 DEBUG : removing 1 level 2 directories 2024/12/21 03:54:21 INFO : A1/B1: Removing directory 2024/12/21 03:54:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 03:54:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.65s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:54:26 DEBUG : file1: md5 = dd9b51faabcfe74af936172539771b7c OK 2024/12/21 03:54:27 DEBUG : filename.txt: File name found in url 2024/12/21 03:54:28 DEBUG : filename.txt: md5 = ec2a1447f223a3c5b0fe3e81f5fd7d57 OK 2024/12/21 03:54:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/21 03:54:30 DEBUG : headerfilename.txt: md5 = bc6ee0323aa50c31157847fc337c4e05 OK 2024/12/21 03:54:32 DEBUG : file2: md5 = 0652859c0a69741b6dea395ff138e14d OK --- PASS: TestCopyURL (10.21s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:54:35 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/21 03:54:37 DEBUG : sub/file2: md5 = c0536c7e7df1a46fcb02a4f673cd6e66 OK 2024/12/21 03:54:37 INFO : file1: Copied (new) to: sub/file2 2024/12/21 03:54:37 INFO : file1: Deleted 2024/12/21 03:54:38 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/21 03:54:38 DEBUG : file1: Unchanged skipping 2024/12/21 03:54:38 INFO : file1: Deleted 2024/12/21 03:54:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': don't need to copy/move sub/file2, it is already at target location 2024/12/21 03:54:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.38s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:54:41 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/21 03:54:43 DEBUG : file1: md5 = 8685a7f4ec0871f0312ed7b142e66dcc OK 2024/12/21 03:54:43 INFO : file1: Copied (new) 2024/12/21 03:54:43 INFO : file1: Deleted 2024/12/21 03:54:43 DEBUG : file1: Destination exists, skipping 2024/12/21 03:54:43 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.90s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:54:48 DEBUG : dst/file1: md5 = 5701fccc1cc3e5d9b39d13035c16d175 OK 2024/12/21 03:54:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoqewil8cobu/backup" 2024/12/21 03:54:49 DEBUG : Creating backend with remote "TestDrive:crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g/1nrff024r7pq65ecp72fc28jb0" 2024/12/21 03:54:50 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/21 03:54:53 INFO : dst/file1: Moved (server-side) 2024/12/21 03:54:55 DEBUG : dst/file1: md5 = cfc199da55b8547e2559b352691ec1af OK 2024/12/21 03:54:55 INFO : dst/file1: Copied (new) 2024/12/21 03:54:55 INFO : dst/file1: Deleted 2024/12/21 03:54:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 03:54:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 03:55:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (14.75s) === 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-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:55:03 DEBUG : A1/one: md5 = 9da297ea2d7d07ad998a46e721b3deca OK 2024/12/21 03:55:04 DEBUG : A1/two: md5 = fca6d14cd5aba4027fbd628a0f8eb39e OK 2024/12/21 03:55:07 DEBUG : A1/B1/three: md5 = 2ae77925cf20a3411fce4d3d0836a7a6 OK 2024/12/21 03:55:09 DEBUG : A1/B1/C1/four: md5 = a7353b64ad1ec95f7a9ea541b540bdd1 OK 2024/12/21 03:55:12 DEBUG : A1/B1/C2/five: md5 = 6f87b6f22941266d64d39497b7a2eeba OK 2024/12/21 03:55:12 DEBUG : A1/B2: Making directory 2024/12/21 03:55:13 DEBUG : A1/B1/C3: Making directory 2024/12/21 03:55:25 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/21 03:55:25 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/21 03:55:25 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/21 03:55:25 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/21 03:55:25 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/21 03:55:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/21 03:55:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/21 03:55:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 03:55:30 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/21 03:55:30 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/21 03:55:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/21 03:55:39 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/21 03:55:39 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/21 03:55:39 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/21 03:55:39 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/21 03:55:39 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/21 03:55:43 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/21 03:55:43 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/21 03:55:43 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 03:55:44 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/21 03:55:44 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/21 03:55:51 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/21 03:55:52 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/21 03:55:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/21 03:55:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/21 03:55:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 03:55:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/21 03:55:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/21 03:55:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/21 03:55:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 03:55:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (54.28s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:55:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': File to upload is small (34 bytes), uploading instead of streaming 2024/12/21 03:55:57 DEBUG : no_checksum_small_file_from_pipe: md5 = b9172554af44f0c003d996a6d4a2f1d0 OK 2024/12/21 03:55:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/21 03:55:57 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/21 03:55:58 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/21 03:55:59 DEBUG : no_checksum_big_file_from_pipe: md5 = 2dfb73eba27f725d15c30f1d3ab1cd92 OK 2024/12/21 03:55:59 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-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': File to upload is small (34 bytes), uploading instead of streaming 2024/12/21 03:56:03 DEBUG : with_checksum_small_file_from_pipe: md5 = 8219028b1a97657065ad465723710be6 OK 2024/12/21 03:56:03 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/21 03:56:03 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/21 03:56:04 DEBUG : with_checksum_big_file_from_pipe: md5 = 4e8d2ee1da9bb04886cd6e5474f45740 OK 2024/12/21 03:56:04 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-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': File to upload is small (34 bytes), uploading instead of streaming 2024/12/21 03:56:08 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/21 03:56:09 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/21 03:56:10 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-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': File to upload is small (34 bytes), uploading instead of streaming 2024/12/21 03:56:14 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/21 03:56:14 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/21 03:56:15 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.73s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.48s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.44s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.36s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/21 03:56:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': File to upload is small (48 bytes), uploading instead of streaming 2024/12/21 03:56:19 DEBUG : rcat_metadata: md5 = b0e378f171010fe678607f212147cf95 OK 2024/12/21 03:56:19 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/21 03:56:21 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/21 03:56:22 DEBUG : rcat_metadata_uploadcutoff0: md5 = d15f1d1a7f044b1394c30ceb84af7c40 OK 2024/12/21 03:56:22 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.53s) --- PASS: TestRcatMetadata/Normal (2.92s) --- PASS: TestRcatMetadata/ViaDisk (3.14s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:25 DEBUG : potato1: md5 = 26ef52215d60aa08185b77e0ea21d30b OK 2024/12/21 03:56:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': File to upload is small (60 bytes), uploading instead of streaming 2024/12/21 03:56:27 DEBUG : potato2: md5 = aad5d5febed981e87282f844bd605d3d OK 2024/12/21 03:56:27 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.13s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:30 DEBUG : potato1: md5 = 44fbae408b3d260c1622627c76fd1dff OK 2024/12/21 03:56:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': File to upload is small (60 bytes), uploading instead of streaming 2024/12/21 03:56:32 DEBUG : potato2: md5 = 66d08b773474017649009048a176f1bd OK 2024/12/21 03:56:32 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.13s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:36 DEBUG : potato2: md5 = 19f8388593d34c303100bf8963357a6d OK 2024/12/21 03:56:38 DEBUG : empty space: md5 = 4c00b0253ad0d8d508dfd13255607513 OK 2024/12/21 03:56:41 DEBUG : sub dir/potato3: md5 = ca9881d63da2aaa572d1ecf272569ec2 OK 2024/12/21 03:56:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Touching "empty space" 2024/12/21 03:56:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Touching "potato2" 2024/12/21 03:56:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Touching "sub dir/potato3" 2024/12/21 03:56:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.20s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:47 DEBUG : dir with metadata: Making directory with metadata 2024/12/21 03:56:48 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.75s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:50 DEBUG : directory with modtime: Making directory with metadata 2024/12/21 03:56:51 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.71s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:52 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/21 03:56:52 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/21 03:56:53 DEBUG : Google drive root 'crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g': Skipping btime metadata as can't update it on an existing file: 2024-12-21T03:56:52.967627519Z 2024/12/21 03:56:53 INFO : non existent directory: Updated directory metadata 2024/12/21 03:56:56 DEBUG : Google drive root 'crypt/4tg8jdivghnmig9v9g2ptmcc0bjja90j947oki5g97bmhl41of3g': Skipping btime metadata as can't update it on an existing file: 2024-12-21T03:56:52.967627519Z 2024/12/21 03:56:56 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.58s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:56:58 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/21 03:57:00 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/21 03:57:01 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.76s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:57:03 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/21 03:57:03 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/21 03:57:03 DEBUG : dst: Making directory with metadata 2024/12/21 03:57:04 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/21 03:57:04 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/21 03:57:04 INFO : dst: Set directory modification time (using SetModTime) 2024/12/21 03:57:05 INFO : dst: Set directory modification time (using SetModTime) 2024/12/21 03:57:05 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/21 03:57:07 INFO : dst: Set directory modification time (using SetModTime) 2024/12/21 03:57:07 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.61s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu'", Local "Local file system at /tmp/rclone3240705368", Modify Window "1ms" 2024/12/21 03:57:11 DEBUG : sub dir/test remove existing: md5 = a0b5675303e46397531db2834bc5ab30 OK 2024/12/21 03:57:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 53b1982c835138fc184aef530a13b99e OK 2024/12/21 03:57:14 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.potovaj2" before starting 2024/12/21 03:57:15 DEBUG : sub dir/test remove existing.potovaj2: TEST: removing renamed existing file after operation 2024/12/21 03:57:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cuyayat5" before starting 2024/12/21 03:57:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cuyayat5: TEST: renaming existing back after failed operation 2024/12/21 03:57:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.genozuc3" before starting 2024/12/21 03:57:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.genozuc3: TEST: removing renamed existing file after operation 2024/12/21 03:57:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "eb8njsi50r0j1vdcrfumocfnjd9qtidm6iibsp39pmpvsndlq545smn5g1hfb38s3l14gjld27sj9r7qepk053isvlg7plc4ufnqbpvt8frvnatkjub9fhfl0u5tba7akhd04nbjpln9j8fojk0f9mcfk6j3njsflj9t8l3utcq3elt5a840" 2024/12/21 03:57:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "d8peu2i16nb0rq025dtvf698gr37akgkej3ebc58k7ag2rr0dbpg" --- PASS: TestRemoveExisting (14.50s) === 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/12/21 03:57:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoqewil8cobu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 13m59.410581987s (try 1/5)