"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/04/13 04:17:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba" 2025/04/13 04:17:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:17:17 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog" 2025/04/13 04:17:18 DEBUG : Creating backend with remote "/tmp/rclone1554100070" === 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-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.19s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/13 04:17:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/13 04:17:18 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/13 04:17:18 DEBUG : potato: Seek from 10 to 0 2025/04/13 04:17:18 DEBUG : potato: Seek from 10 to 0 2025/04/13 04:17:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/13 04:17:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/13 04:17:18 DEBUG : potato: Seek from 5 to 2 2025/04/13 04:17:18 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/13 04:17:18 DEBUG : potato: Seek from 7 to 0 2025/04/13 04:17:18 DEBUG : potato: Seek from 7 to 0 2025/04/13 04:17:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/13 04:17:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/13 04:17:18 DEBUG : potato: Seek from 5 to 2 2025/04/13 04:17:18 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/13 04:17:18 DEBUG : potato: Seek from 8 to 0 2025/04/13 04:17:18 DEBUG : potato: Seek from 8 to 0 2025/04/13 04:17:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/13 04:17:18 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/13 04:17:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/13 04:17:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/13 04:17:18 DEBUG : potato: Seek from 5 to 2 2025/04/13 04:17:18 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/13 04:17:18 DEBUG : potato: Seek from 9 to 0 2025/04/13 04:17:18 DEBUG : potato: Seek from 9 to 0 2025/04/13 04:17:18 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-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:17:20 DEBUG : rutabaga: md5 = 5bfbd0b780065473659de0f0235a7d0c OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/13 04:17:23 DEBUG : empty space: md5 = 7fe8ffa138e0f2e3b0d91c13923a7277 OK === RUN TestCheck/3 2025/04/13 04:17:24 DEBUG : potato2: md5 = e1d6d329c4a06984138549ed196131ee OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/13 04:17:27 DEBUG : remotepotato: md5 = 8728b5a7d7778ba53d3c9fa8f7859080 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.04s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/04/13 04:17:29 DEBUG : Creating backend with remote "nonexistent" 2025/04/13 04:17:29 DEBUG : Creating backend with remote "nonexistent" 2025/04/13 04:17:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/13 04:17:29 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/13 04:17:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/13 04:17:29 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-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:17:31 DEBUG : rutabaga: md5 = e2160ae91304a4fbefedcfb55cd874cd OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/13 04:17:34 DEBUG : empty space: md5 = eafde2c6998a90844b4e3a199a02a271 OK === RUN TestCheckDownload/3 2025/04/13 04:17:37 DEBUG : potato2: md5 = 7eda8b3b6e0f090f5d75cc1d7830e3d8 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/13 04:17:40 DEBUG : remotepotato: md5 = 4b754ed853c4ed14d998de0d8022848a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.56s) --- PASS: TestCheckDownload/1 (1.02s) --- PASS: TestCheckDownload/2 (0.84s) --- PASS: TestCheckDownload/3 (0.89s) --- PASS: TestCheckDownload/4 (1.11s) --- PASS: TestCheckDownload/5 (1.19s) --- PASS: TestCheckDownload/6 (1.08s) --- PASS: TestCheckDownload/7 (1.04s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:17:46 DEBUG : rutabaga: md5 = 7ea78d70c735e65878d1f15f9aab4748 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/13 04:17:48 DEBUG : empty space: md5 = 550bff7baeff552ba02ddc5a217b8b42 OK === RUN TestCheckSizeOnly/3 2025/04/13 04:17:50 DEBUG : potato2: md5 = a4ab08a135430364af263f18a04a371a OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/13 04:17:52 DEBUG : remotepotato: md5 = f8d24dc529f1d1136fa068c03b063518 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (9.98s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.22s) --- PASS: TestCheckSizeOnly/3 (0.22s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:17:56 DEBUG : test.sum: md5 = a5066fd5eb2df3ca8911734bd0ee4f08 OK 2025/04/13 04:17:57 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/13 04:17:57 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/13 04:17:57 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/13 04:17:57 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/13 04:17:59 DEBUG : test.sum: md5 = b94739257f5964bedd80d32a616a3a4b OK 2025/04/13 04:18:00 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/13 04:18:00 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/13 04:18:00 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/13 04:18:00 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.56s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:18:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/data" 2025/04/13 04:18:01 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba/data' lacks md5, skipping --- SKIP: TestCheckSum (1.88s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:18:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/data" 2025/04/13 04:18:03 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/vjrnln8ratgmqakfosrqe8espk" 2025/04/13 04:18:06 DEBUG : data/banana: md5 = 3dd57dd31d144badc633e3b2bc493cf1 OK 2025/04/13 04:18:07 DEBUG : test.sum: md5 = a6caf8f453cb2596a43c7b1fd7a9ec83 OK === RUN TestCheckSumDownload/subtest1 2025/04/13 04:18:11 DEBUG : data/potato: md5 = 402754460106522fd03499fc69aac37c OK 2025/04/13 04:18:13 DEBUG : test.sum: md5 = 76822d3c4646c88709ddd7ee5e28570e OK === RUN TestCheckSumDownload/subtest2 2025/04/13 04:18:17 DEBUG : test.sum: md5 = 2e5212926f5d74803d7f7935392c8800 OK === RUN TestCheckSumDownload/subtest3 2025/04/13 04:18:21 DEBUG : test.sum: md5 = b30041914d2031c61eecb95e9ae56807 OK === RUN TestCheckSumDownload/subtest4 2025/04/13 04:18:25 DEBUG : test.sum: md5 = 056d56b91fff0abf3ccd008d1dcb81af OK === RUN TestCheckSumDownload/subtest5 2025/04/13 04:18:29 DEBUG : test.sum: md5 = 88dec84582b8edcbd68a245ff5a235a0 OK === RUN TestCheckSumDownload/subtest6 2025/04/13 04:18:34 DEBUG : data/banana: md5 = f209a9401f43edc74edfe1f3cddde8a8 OK 2025/04/13 04:18:35 DEBUG : data/potato: md5 = 8b2d3050e917398cc1130fe31207e76d OK 2025/04/13 04:18:37 DEBUG : test.sum: md5 = 98c3948e05e0cd699c57a31879f5c23b OK === RUN TestCheckSumDownload/subtest7 2025/04/13 04:18:42 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/04/13 04:18:42 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (39.98s) --- PASS: TestCheckSumDownload/subtest1 (2.25s) --- PASS: TestCheckSumDownload/subtest2 (2.39s) --- PASS: TestCheckSumDownload/subtest3 (2.12s) --- PASS: TestCheckSumDownload/subtest4 (2.55s) --- PASS: TestCheckSumDownload/subtest5 (1.90s) --- PASS: TestCheckSumDownload/subtest6 (3.49s) --- PASS: TestCheckSumDownload/subtest7 (2.34s) === RUN TestApplyTransforms 2025/04/13 04:18:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bororub5temu" 2025/04/13 04:18:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:18:42 DEBUG : Creating backend with remote "TestDrive:crypt/44p9slu4e57etk6clkdh8e1rpuo89el13inrmhha19nmbp35tcn0" 2025/04/13 04:18:43 DEBUG : Creating backend with remote "/tmp/rclone3768603509" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bororub5temu'", Local "Local file system at /tmp/rclone3768603509", Modify Window "1ms" 2025/04/13 04:18:45 DEBUG : hello, world!: md5 = 5ef5b183fcc05e884809f3622932dcce OK upper checkfile vs. lower remote (without normalization) 2025/04/13 04:18:46 ERROR : hello, world!: sum not found 2025/04/13 04:18:46 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bororub5temu' 2025/04/13 04:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bororub5temu': 1 files missing 2025/04/13 04:18:46 NOTICE: 1 hashes missing 2025/04/13 04:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bororub5temu': 2 differences found 2025/04/13 04:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bororub5temu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/13 04:18:47 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:18:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bororub5temu': 0 differences found 2025/04/13 04:18:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bororub5temu': 1 matching files 2025/04/13 04:18:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sapasuy2noci" 2025/04/13 04:18:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:18:47 DEBUG : Creating backend with remote "TestDrive:crypt/cuftqbs6ue472rrt88rvo4s0d6ifmlp5ck0rkmt94h30e4ql9ong" 2025/04/13 04:18:48 DEBUG : Creating backend with remote "/tmp/rclone3552328237" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sapasuy2noci'", Local "Local file system at /tmp/rclone3552328237", Modify Window "1ms" 2025/04/13 04:18:50 DEBUG : HELLO, WORLD!: md5 = 7370a7eec2dd6fb3e45677e9428eb428 OK lower checkfile vs. upper remote (without normalization) 2025/04/13 04:18:51 ERROR : HELLO, WORLD!: sum not found 2025/04/13 04:18:51 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sapasuy2noci' 2025/04/13 04:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapasuy2noci': 1 files missing 2025/04/13 04:18:51 NOTICE: 1 hashes missing 2025/04/13 04:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapasuy2noci': 2 differences found 2025/04/13 04:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapasuy2noci': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/13 04:18:52 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:18:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapasuy2noci': 0 differences found 2025/04/13 04:18:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapasuy2noci': 1 matching files 2025/04/13 04:18:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-buvodah2qaho" 2025/04/13 04:18:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:18:52 DEBUG : Creating backend with remote "TestDrive:crypt/5852giph5sooc3rgv0lah4p7eqfr3fhpeelu8hqfkunp3d51bung" 2025/04/13 04:18:53 DEBUG : Creating backend with remote "/tmp/rclone3962832939" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-buvodah2qaho'", Local "Local file system at /tmp/rclone3962832939", Modify Window "1ms" 2025/04/13 04:18:55 DEBUG : HeLlO, wOrLd!: md5 = e070398a215139bc1144eb184a8d6025 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/13 04:18:55 ERROR : HeLlO, wOrLd!: sum not found 2025/04/13 04:18:55 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-buvodah2qaho' 2025/04/13 04:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buvodah2qaho': 1 files missing 2025/04/13 04:18:55 NOTICE: 1 hashes missing 2025/04/13 04:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buvodah2qaho': 2 differences found 2025/04/13 04:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buvodah2qaho': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/13 04:18:57 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:18:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buvodah2qaho': 0 differences found 2025/04/13 04:18:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buvodah2qaho': 1 matching files 2025/04/13 04:18:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cunixoc0geto" 2025/04/13 04:18:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:18:57 DEBUG : Creating backend with remote "TestDrive:crypt/62e2ifspnfcovb26bg1vf9ca4u9tfd2mfmsf2gk655eot10jc2j0" 2025/04/13 04:18:58 DEBUG : Creating backend with remote "/tmp/rclone3545443274" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cunixoc0geto'", Local "Local file system at /tmp/rclone3545443274", Modify Window "1ms" 2025/04/13 04:19:00 DEBUG : HELLO, WORLD!: md5 = c9f6dca924708b612e79cecfd28965b2 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/13 04:19:00 ERROR : HELLO, WORLD!: sum not found 2025/04/13 04:19:00 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cunixoc0geto' 2025/04/13 04:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunixoc0geto': 1 files missing 2025/04/13 04:19:00 NOTICE: 1 hashes missing 2025/04/13 04:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunixoc0geto': 2 differences found 2025/04/13 04:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunixoc0geto': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/13 04:19:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunixoc0geto': 0 differences found 2025/04/13 04:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunixoc0geto': 1 matching files 2025/04/13 04:19:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yifulif8dese" 2025/04/13 04:19:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:19:02 DEBUG : Creating backend with remote "TestDrive:crypt/to60kpdirbbvff0qkd2dqcgb7m9mcr93hml4rceht656nn0i8mkg" 2025/04/13 04:19:02 DEBUG : Creating backend with remote "/tmp/rclone3580383587" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yifulif8dese'", Local "Local file system at /tmp/rclone3580383587", Modify Window "1ms" 2025/04/13 04:19:04 DEBUG : 測試_Русский___ě_áñ: md5 = 34683bb7a2dee887e9d49074cd1b4f77 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/13 04:19:05 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/13 04:19:05 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yifulif8dese' 2025/04/13 04:19:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yifulif8dese': 1 files missing 2025/04/13 04:19:05 NOTICE: 1 hashes missing 2025/04/13 04:19:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yifulif8dese': 2 differences found 2025/04/13 04:19:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yifulif8dese': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/13 04:19:06 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yifulif8dese': 0 differences found 2025/04/13 04:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yifulif8dese': 1 matching files 2025/04/13 04:19:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cilabig1vizo" 2025/04/13 04:19:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:19:06 DEBUG : Creating backend with remote "TestDrive:crypt/62bk8089ere37f1vkt20n2v15q8snh3g9l28d5p3uh384ckqi7cg" 2025/04/13 04:19:07 DEBUG : Creating backend with remote "/tmp/rclone3316022292" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cilabig1vizo'", Local "Local file system at /tmp/rclone3316022292", Modify Window "1ms" 2025/04/13 04:19:09 DEBUG : 測試_Русский___ě_áñ: md5 = b086a5700e6eec84086cd9bb0873581d OK NFC checkfile vs. NFD remote (without normalization) 2025/04/13 04:19:09 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/13 04:19:09 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cilabig1vizo' 2025/04/13 04:19:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cilabig1vizo': 1 files missing 2025/04/13 04:19:09 NOTICE: 1 hashes missing 2025/04/13 04:19:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cilabig1vizo': 2 differences found 2025/04/13 04:19:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cilabig1vizo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/13 04:19:10 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:19:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cilabig1vizo': 0 differences found 2025/04/13 04:19:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cilabig1vizo': 1 matching files 2025/04/13 04:19:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kunugof9vihi" 2025/04/13 04:19:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:19:11 DEBUG : Creating backend with remote "TestDrive:crypt/m2jtrifu4ggucgr1vq7l7m18bmjndd3sev86pik65rm87us32nag" 2025/04/13 04:19:11 DEBUG : Creating backend with remote "/tmp/rclone2779821874" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kunugof9vihi'", Local "Local file system at /tmp/rclone2779821874", Modify Window "1ms" 2025/04/13 04:19:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 597617d88a9c7c651b56df6758cdc506 OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/13 04:19:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 04:19:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kunugof9vihi' 2025/04/13 04:19:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kunugof9vihi': 1 files missing 2025/04/13 04:19:14 NOTICE: 1 hashes missing 2025/04/13 04:19:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kunugof9vihi': 2 differences found 2025/04/13 04:19:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kunugof9vihi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/13 04:19:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:19:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kunugof9vihi': 0 differences found 2025/04/13 04:19:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kunugof9vihi': 1 matching files 2025/04/13 04:19:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufusem8nepa" 2025/04/13 04:19:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:19:15 DEBUG : Creating backend with remote "TestDrive:crypt/20vlcutvoqs56h7v7s7g9gj0eeh26japstt624uk53qv2b6n3dq0" 2025/04/13 04:19:16 DEBUG : Creating backend with remote "/tmp/rclone3820972292" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufusem8nepa'", Local "Local file system at /tmp/rclone3820972292", Modify Window "1ms" 2025/04/13 04:19:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 37caa006c647a17227fc2707281ebaaa OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/13 04:19:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 04:19:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zufusem8nepa' 2025/04/13 04:19:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufusem8nepa': 1 files missing 2025/04/13 04:19:19 NOTICE: 1 hashes missing 2025/04/13 04:19:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufusem8nepa': 2 differences found 2025/04/13 04:19:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufusem8nepa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/13 04:19:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:19:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufusem8nepa': 0 differences found 2025/04/13 04:19:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufusem8nepa': 1 matching files 2025/04/13 04:19:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-juseyuy1xifo" 2025/04/13 04:19:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:19:20 DEBUG : Creating backend with remote "TestDrive:crypt/0m0b8cdmm3lh5dnppd08r02aab1dgu4i9850ctfenvsoikqbj49g" 2025/04/13 04:19:21 DEBUG : Creating backend with remote "/tmp/rclone1351675223" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-juseyuy1xifo'", Local "Local file system at /tmp/rclone1351675223", Modify Window "1ms" 2025/04/13 04:19:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6a453880d3709aa5e5c63a89091ee268 OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/13 04:19:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 04:19:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-juseyuy1xifo' 2025/04/13 04:19:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juseyuy1xifo': 1 files missing 2025/04/13 04:19:23 NOTICE: 1 hashes missing 2025/04/13 04:19:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juseyuy1xifo': 2 differences found 2025/04/13 04:19:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juseyuy1xifo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/13 04:19:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:19:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juseyuy1xifo': 0 differences found 2025/04/13 04:19:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juseyuy1xifo': 1 matching files 2025/04/13 04:19:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-walaqaz0qohi" 2025/04/13 04:19:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:19:24 DEBUG : Creating backend with remote "TestDrive:crypt/4edk0rce1mcfncivb1qgag7jc6bmfs5oaukf6muskug4k911avu0" 2025/04/13 04:19:25 DEBUG : Creating backend with remote "/tmp/rclone4075770781" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-walaqaz0qohi'", Local "Local file system at /tmp/rclone4075770781", Modify Window "1ms" 2025/04/13 04:19:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0fb697b6cb86c96516e3575387d0d1d8 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/13 04:19:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 04:19:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-walaqaz0qohi' 2025/04/13 04:19:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walaqaz0qohi': 1 files missing 2025/04/13 04:19:28 NOTICE: 1 hashes missing 2025/04/13 04:19:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walaqaz0qohi': 2 differences found 2025/04/13 04:19:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walaqaz0qohi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/13 04:19:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 04:19:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walaqaz0qohi': 0 differences found 2025/04/13 04:19:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walaqaz0qohi': 1 matching files 2025/04/13 04:19:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-walaqaz0qohi': Purge remote 2025/04/13 04:19:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-juseyuy1xifo': Purge remote 2025/04/13 04:19:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufusem8nepa': Purge remote 2025/04/13 04:19:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kunugof9vihi': Purge remote 2025/04/13 04:19:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cilabig1vizo': Purge remote 2025/04/13 04:19:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yifulif8dese': Purge remote 2025/04/13 04:19:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cunixoc0geto': Purge remote 2025/04/13 04:19:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-buvodah2qaho': Purge remote 2025/04/13 04:19:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sapasuy2noci': Purge remote 2025/04/13 04:19:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bororub5temu': Purge remote --- PASS: TestApplyTransforms (50.87s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:19:33 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/13 04:19:35 DEBUG : sub/file2: md5 = a196e846d72dd11e6a2bbb1e3b114164 OK 2025/04/13 04:19:35 INFO : file1: Copied (new) to: sub/file2 2025/04/13 04:19:36 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/13 04:19:36 DEBUG : file1: Unchanged skipping 2025/04/13 04:19:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': don't need to copy/move sub/file2, it is already at target location 2025/04/13 04:19:38 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.56s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.40s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:19:41 DEBUG : dst/file1: md5 = 52b0055fab6854042675665e8795799c OK 2025/04/13 04:19:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/backup" 2025/04/13 04:19:42 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/1nrff024r7pq65ecp72fc28jb0" 2025/04/13 04:19:44 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/13 04:19:46 INFO : dst/file1: Moved (server-side) 2025/04/13 04:19:47 DEBUG : dst/file1: md5 = 40a0e4a562cc927e7465bb23faaf94ae OK 2025/04/13 04:19:47 INFO : dst/file1: Copied (new) 2025/04/13 04:19:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/13 04:19:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/13 04:19:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.31s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:19:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/dst" 2025/04/13 04:19:52 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/13 04:19:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/CompareDest" 2025/04/13 04:19:53 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/gveqi14airsml4bgu7krj116o8" 2025/04/13 04:19:55 DEBUG : one: Need to transfer - File not found at Destination 2025/04/13 04:19:57 DEBUG : one: md5 = 43f54c949aa529d4702107503be1cd43 OK 2025/04/13 04:19:57 INFO : one: Copied (new) 2025/04/13 04:19:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 04:19:59 DEBUG : one: md5 = db8d74889bbd9192f219af93086ba18a OK 2025/04/13 04:19:59 INFO : one: Copied (replaced existing) 2025/04/13 04:20:01 DEBUG : dst/one: md5 = 53d68202dc59e2dc354e46fc81587414 OK 2025/04/13 04:20:03 DEBUG : CompareDest/one: md5 = 18f06922678c968aaa42a9729c09b80e OK 2025/04/13 04:20:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 04:20:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/13 04:20:05 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/13 04:20:06 DEBUG : CompareDest/two: md5 = a8848d8f28794c1dda5cedb2ddd26652 OK 2025/04/13 04:20:07 DEBUG : two: Need to transfer - File not found at Destination 2025/04/13 04:20:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/13 04:20:07 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/13 04:20:08 DEBUG : two: Need to transfer - File not found at Destination 2025/04/13 04:20:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/13 04:20:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/13 04:20:09 DEBUG : two: Need to transfer - File not found at Destination 2025/04/13 04:20:09 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/13 04:20:11 DEBUG : two: md5 = bcf26e62fb27a822ec93e8c95790b954 OK 2025/04/13 04:20:11 INFO : two: Copied (new) 2025/04/13 04:20:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/13 04:20:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:20:15 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/13 04:20:15 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (23.74s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:20:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/dst" 2025/04/13 04:20:15 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/13 04:20:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/CopyDest" 2025/04/13 04:20:17 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/13 04:20:19 DEBUG : one: Need to transfer - File not found at Destination 2025/04/13 04:20:21 DEBUG : one: md5 = f8c8e68b45c16b2c6d457f082006c437 OK 2025/04/13 04:20:21 INFO : one: Copied (new) 2025/04/13 04:20:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 04:20:23 DEBUG : one: md5 = dc4115ccda1bbc6f85c48478343296a1 OK 2025/04/13 04:20:23 INFO : one: Copied (replaced existing) 2025/04/13 04:20:25 DEBUG : dst/one: md5 = 1adb3fc4048bba61f24da1baa2418661 OK 2025/04/13 04:20:27 DEBUG : CopyDest/one: md5 = 0b7f7088a5f52f1b140cca567bf3e20b OK 2025/04/13 04:20:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/BackupDir" 2025/04/13 04:20:28 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/13 04:20:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 04:20:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/13 04:20:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 04:20:31 INFO : one: Moved (server-side) 2025/04/13 04:20:32 INFO : one: Copied (server-side copy) 2025/04/13 04:20:32 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/13 04:20:34 DEBUG : CopyDest/two: md5 = 98ea930fd45269cadf232c3860cf9abb OK 2025/04/13 04:20:35 DEBUG : two: Need to transfer - File not found at Destination 2025/04/13 04:20:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/13 04:20:36 INFO : two: Copied (server-side copy) 2025/04/13 04:20:36 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/13 04:20:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/13 04:20:37 DEBUG : two: Unchanged skipping 2025/04/13 04:20:39 DEBUG : CopyDest/three: md5 = 1c5dd11e04e946558667e3fdf000795e OK 2025/04/13 04:20:39 DEBUG : three: Need to transfer - File not found at Destination 2025/04/13 04:20:40 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/13 04:20:40 DEBUG : three: Destination not found in --copy-dest 2025/04/13 04:20:41 DEBUG : three: md5 = c6764f028839c3fca2e75a6112a82c3f OK 2025/04/13 04:20:41 INFO : three: Copied (new) 2025/04/13 04:20:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/13 04:20:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:20:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/13 04:20:46 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:20:46 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/13 04:20:46 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/13 04:20:47 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (31.98s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.42s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", 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-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:20:48 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/13 04:20:50 DEBUG : TestCopyFileMaxTransfer/file1: md5 = f54c1c74a4060bb274c36e6f5c6481d7 OK 2025/04/13 04:20:50 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/13 04:20:51 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/13 04:20:51 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 2025/04/13 04:20:52 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/13 04:20:53 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/13 04:20:54 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 4d2b07268e33cf3cc94a7fb0358dd687 OK 2025/04/13 04:20:54 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/13 04:20:56 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/13 04:20:56 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.80s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:21:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Looking for duplicate names using skip mode. 2025/04/13 04:21:00 NOTICE: one: Found 2 files with duplicate names 2025/04/13 04:21:00 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.57s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:21:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Looking for duplicate names using skip mode. 2025/04/13 04:21:06 NOTICE: one: Found 3 files with duplicate names 2025/04/13 04:21:06 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/13 04:21:06 INFO : one: Deleted 2025/04/13 04:21:06 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.93s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:21:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Looking for duplicate names using first mode. 2025/04/13 04:21:12 NOTICE: one: Found 3 files with duplicate names 2025/04/13 04:21:12 INFO : one: Deleted 2025/04/13 04:21:13 INFO : one: Deleted 2025/04/13 04:21:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.94s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:21:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Looking for duplicate names using newest mode. 2025/04/13 04:21:18 NOTICE: one: Found 3 files with duplicate names 2025/04/13 04:21:18 INFO : one: Deleted 2025/04/13 04:21:19 INFO : one: Deleted 2025/04/13 04:21:19 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.10s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.43s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:21:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Looking for duplicate names using oldest mode. 2025/04/13 04:21:24 NOTICE: one: Found 3 files with duplicate names 2025/04/13 04:21:25 INFO : one: Deleted 2025/04/13 04:21:25 INFO : one: Deleted 2025/04/13 04:21:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.08s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:21:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Looking for duplicate names using largest mode. 2025/04/13 04:21:30 NOTICE: one: Found 3 files with duplicate names 2025/04/13 04:21:31 INFO : one: Deleted 2025/04/13 04:21:31 INFO : one: Deleted 2025/04/13 04:21:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.80s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:21:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Looking for duplicate names using smallest mode. 2025/04/13 04:21:36 NOTICE: one: Found 3 files with duplicate names 2025/04/13 04:21:37 INFO : one: Deleted 2025/04/13 04:21:37 INFO : one: Deleted 2025/04/13 04:21:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.28s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:21:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Looking for duplicate names using rename mode. 2025/04/13 04:21:44 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/13 04:21:45 INFO : one-2.txt: renamed from: one.txt 2025/04/13 04:21:46 INFO : one-3.txt: renamed from: one.txt 2025/04/13 04:21:47 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.11s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:21:52 DEBUG : dupe1/one.txt: md5 = fc4979efaf207a3931ee45309bc52c12 OK 2025/04/13 04:21:54 DEBUG : dupe2/two.txt: md5 = 0143a267ea58a0f8519e7c61af226813 OK 2025/04/13 04:21:56 DEBUG : dupe3/three.txt: md5 = 92514ac1a00a1573a0e8c5a4d114a2b3 OK 2025/04/13 04:21:56 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/13 04:21:57 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/13 04:21:57 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/13 04:21:58 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/13 04:22:01 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/13 04:22:01 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/13 04:22:01 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.08s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:22:03 DEBUG : a.txt: md5 = 744ed2c8cd78332a4e145a8e53f51087 OK 2025/04/13 04:22:04 DEBUG : zend.txt: md5 = fff8d8ac9a1c82462677005a5a4f43e7 OK 2025/04/13 04:22:06 DEBUG : sub dir/hello world: md5 = 7a151ddff3f5ea93d6bc16af380bb4ae OK 2025/04/13 04:22:08 DEBUG : sub dir/hello world2: md5 = 4795792aa5328d9b7f2724d2804bed83 OK 2025/04/13 04:22:10 DEBUG : sub dir/ignore dir/.ignore: md5 = 5cb05d3e617d12e10a1601cc05791f27 OK 2025/04/13 04:22:11 DEBUG : sub dir/ignore dir/should be ignored: md5 = 47359ae6c81386b90953221edea45a0b OK 2025/04/13 04:22:13 DEBUG : sub dir/sub sub dir/hello world3: md5 = 7d0e5c8c85d700a8c1e9af5a357303da OK 2025/04/13 04:22:14 DEBUG : a.txt: Excluded (Size Filter) 2025/04/13 04:22:14 DEBUG : a.txt: Excluded 2025/04/13 04:22:15 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/13 04:22:15 DEBUG : sub dir/hello world2: Excluded 2025/04/13 04:22:15 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/13 04:22:15 DEBUG : sub dir/hello world: Excluded 2025/04/13 04:22:16 DEBUG : sub dir/ignore dir: Excluded 2025/04/13 04:22:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/13 04:22:16 DEBUG : sub dir/hello world2: Excluded 2025/04/13 04:22:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/13 04:22:16 DEBUG : sub dir/hello world: Excluded 2025/04/13 04:22:16 DEBUG : sub dir/ignore dir: Excluded 2025/04/13 04:22:20 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/13 04:22:21 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/13 04:22:21 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/13 04:22:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/13 04:22:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/13 04:22:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/13 04:22:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (20.73s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:22:24 DEBUG : a.txt: md5 = d72367c007b01bd3cbaca3b3a3142853 OK 2025/04/13 04:22:25 DEBUG : zend.txt: md5 = 153e246ae267fcfd292f27c990809930 OK 2025/04/13 04:22:27 DEBUG : sub dir/hello world: md5 = cfd7f54c15fc0723c451299afc5856c2 OK 2025/04/13 04:22:28 DEBUG : sub dir/hello world2: md5 = eefbc70a62044c6181bdfb38ca7e7936 OK 2025/04/13 04:22:30 DEBUG : sub dir/ignore dir/.ignore: md5 = 9e4fc6f075108c895a49b5323a49c2d4 OK 2025/04/13 04:22:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = 02a4c41a9a00a13685990579e9a5490f OK 2025/04/13 04:22:33 DEBUG : sub dir/sub sub dir/hello world3: md5 = 016a1e4c0c93c70fe92c0ce8126bc86c OK 2025/04/13 04:22:35 DEBUG : a.txt: Excluded (Size Filter) 2025/04/13 04:22:35 DEBUG : a.txt: Excluded 2025/04/13 04:22:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/13 04:22:35 DEBUG : sub dir/hello world: Excluded 2025/04/13 04:22:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/13 04:22:35 DEBUG : sub dir/hello world2: Excluded 2025/04/13 04:22:36 DEBUG : sub dir/ignore dir: Excluded 2025/04/13 04:22:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/13 04:22:36 DEBUG : sub dir/hello world: Excluded 2025/04/13 04:22:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/13 04:22:36 DEBUG : sub dir/hello world2: Excluded 2025/04/13 04:22:36 DEBUG : sub dir/ignore dir: Excluded 2025/04/13 04:22:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/13 04:22:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/13 04:22:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/13 04:22:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/13 04:22:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/13 04:22:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/04/13 04:22:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (19.79s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:22:43 DEBUG : file1: md5 = 0db0611fde54f0ba3d696c411c5f4cc1 OK 2025/04/13 04:22:45 DEBUG : sub/file2: md5 = 36b92479f4184ebb8229ad530b7a7e4a 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 2025/04/13 04:22:48 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/13 04:22:49 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/13 04:22:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/13 04:22:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.23s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.22s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.63s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:22:53 DEBUG : file1: md5 = 6fa09aa250e73d9ab3cf63c4df04296b OK 2025/04/13 04:22:55 DEBUG : sub/file2: md5 = 6a02068beb501d8436a4e74eae874a7f 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 2025/04/13 04:22:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/notfound" 2025/04/13 04:22:59 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/qe0i31qdkoejk60elps0ni5sqk" 2025/04/13 04:23:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.24s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.22s) --- PASS: TestStatJSON/NotFound (0.43s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.20s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.21s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.22s) --- PASS: TestStatJSON/RootNotFound (1.69s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Making directory 2025/04/13 04:23:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Making directory --- PASS: TestMkdir (0.63s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:05 DEBUG : sub dir/hello world: md5 = 3db03a8f8fa101254c9269b733dd94c0 OK 2025/04/13 04:23:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.57s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:09 DEBUG : potato2: md5 = c25bcc028ad65424b72c5936b7f9e0de OK 2025/04/13 04:23:11 DEBUG : empty space: md5 = fa0a15c446fe27cea8a11bfa38f9c0f6 OK --- PASS: TestLs (4.68s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:14 DEBUG : potato2: md5 = ebda2ddebce27e3f21c59ffb4add6816 OK 2025/04/13 04:23:15 DEBUG : empty space: md5 = de761992ca8fb9f1c20b7fbd3225a2ae OK 2025/04/13 04:23:16 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.70s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:19 DEBUG : potato2: md5 = a4a24c6620eb626e2069e86aa67c11ba OK 2025/04/13 04:23:20 DEBUG : empty space: md5 = c25a2785514a1a292ed1ff6c339c6118 OK --- PASS: TestLsLong (4.40s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:23 DEBUG : potato2: md5 = c428f5a8cbeed76caa86855af7738398 OK 2025/04/13 04:23:24 DEBUG : empty space: md5 = 7225d1b4486f4aadb0ee994022e64e21 OK --- PASS: TestHashSums (4.12s) === RUN TestHashSumsWithErrors 2025/04/13 04:23:26 DEBUG : Creating backend with remote ":memory:" 2025/04/13 04:23:26 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/13 04:23:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/13 04:23:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/13 04:23:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/13 04:23:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/13 04:23:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/13 04:23:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/13 04:23:26 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/13 04:23:26 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-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:27 DEBUG : potato2: md5 = 4c429fe29f58e548ce824abf94005270 OK 2025/04/13 04:23:28 DEBUG : empty space: md5 = cf1d1f50759567edc84ff365065583d9 OK 2025/04/13 04:23:30 DEBUG : sub dir/potato3: md5 = 165904b18cf63e0572e391c6c0ad2796 OK 2025/04/13 04:23:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (7.94s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:35 DEBUG : small: md5 = b872aeacf0c931c527964f81bd949fc1 OK 2025/04/13 04:23:36 DEBUG : medium: md5 = ae35893cab85c241457e03bd7f7e062f OK 2025/04/13 04:23:38 DEBUG : large: md5 = 9057b055d5b0857d40cdf2dc71f566b7 OK 2025/04/13 04:23:38 DEBUG : Waiting for deletions to finish 2025/04/13 04:23:38 DEBUG : large: Excluded (Size Filter) 2025/04/13 04:23:38 INFO : medium: Deleted 2025/04/13 04:23:38 INFO : small: Deleted --- PASS: TestDelete (6.05s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:41 DEBUG : small: md5 = e122468540d8118c4bda6e2cfb236279 OK 2025/04/13 04:23:42 DEBUG : medium: md5 = fe8c401b3b07495acdbf1356499650a0 OK 2025/04/13 04:23:43 DEBUG : large: md5 = d9933a4b51c4d65949489f72b16fe20b OK 2025/04/13 04:23:44 DEBUG : Waiting for deletions to finish 2025/04/13 04:23:44 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/04/13 04:23:44 INFO : small: Deleted 2025/04/13 04:23:44 INFO : medium: Deleted --- PASS: TestMaxDelete (6.21s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:47 DEBUG : small: md5 = 0b92716f2997c75e64bf0d9cb0415b91 OK 2025/04/13 04:23:49 DEBUG : medium: md5 = 4c5d9edef64a4906de0faec425ca3030 OK 2025/04/13 04:23:50 DEBUG : large: md5 = e7f7fc8fef1cd6164c39a6a0b5aee440 OK 2025/04/13 04:23:50 DEBUG : Waiting for deletions to finish 2025/04/13 04:23:50 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/13 04:23:51 INFO : medium: Deleted 2025/04/13 04:23:51 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.50s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:23:54 DEBUG : small: md5 = 2ef69a58e311b19cef3f60850dfa5dbe OK 2025/04/13 04:23:55 DEBUG : medium: md5 = 5e2b07222bcadaa0cf1db6a9347fb38a OK 2025/04/13 04:23:56 DEBUG : large: md5 = 5e5fa34ee922b88745443eb5748807ad OK 2025/04/13 04:23:57 DEBUG : Waiting for deletions to finish 2025/04/13 04:23:57 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/04/13 04:23:57 INFO : small: Deleted 2025/04/13 04:23:57 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.49s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:24:00 DEBUG : ReadFile: md5 = b723f1c30dfd94d707a938b2e6d90096 OK --- PASS: TestReadFile (4.24s) === RUN TestRetry 2025/04/13 04:24:03 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/13 04:24:03 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/13 04:24:03 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/13 04:24:03 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/13 04:24:03 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/13 04:24:03 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/13 04:24:03 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-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:24:05 DEBUG : file1: md5 = 0db85d9f66de3f5df1f19fda2a897892 OK 2025/04/13 04:24:06 DEBUG : file2: md5 = 584009a89ebe0033b3f5ada82c24a576 OK --- PASS: TestCat (15.97s) === RUN TestPurge 2025/04/13 04:24:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fasibek7coma" 2025/04/13 04:24:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 04:24:19 DEBUG : Creating backend with remote "TestDrive:crypt/ivpobsvf8j2su5fhavcv8b6k2tl11g5akms3boublfgfp0rfr2hg" 2025/04/13 04:24:20 DEBUG : Creating backend with remote "/tmp/rclone111991460" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fasibek7coma'", Local "Local file system at /tmp/rclone111991460", Modify Window "1ms" 2025/04/13 04:24:24 DEBUG : A1/B1/C1/one: md5 = 58ca65d9265cf5b4212ff27d7012a443 OK 2025/04/13 04:24:24 INFO : A2: Making directory 2025/04/13 04:24:25 INFO : A1/B2: Making directory 2025/04/13 04:24:26 INFO : A1/B2/C2: Making directory 2025/04/13 04:24:26 INFO : A1/B1/C3: Making directory 2025/04/13 04:24:27 INFO : A3: Making directory 2025/04/13 04:24:28 INFO : A3/B3: Making directory 2025/04/13 04:24:29 INFO : A3/B3/C4: Making directory 2025/04/13 04:24:29 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/04/13 04:24:29 DEBUG : Config file has changed externally - reloading 2025/04/13 04:24:29 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/04/13 04:24:29 DEBUG : TestDrive: Saved new token in config file 2025/04/13 04:24:31 DEBUG : A1/two: md5 = e57da84dbe4b4fc50d02aa056724acba OK 2025/04/13 04:24:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fasibek7coma': Purge remote 2025/04/13 04:24:35 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.80s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:24:35 DEBUG : TestDrive: Loaded fresh token from config file 2025/04/13 04:24:39 DEBUG : A1/B1/C1/one: md5 = 7ff9c65bbaf8071520217848a7a76283 OK 2025/04/13 04:24:39 INFO : A2: Making directory 2025/04/13 04:24:39 INFO : A1/B2: Making directory 2025/04/13 04:24:40 INFO : A1/B2/C2: Making directory 2025/04/13 04:24:41 INFO : A1/B1/C3: Making directory 2025/04/13 04:24:42 INFO : A3: Making directory 2025/04/13 04:24:42 INFO : A3/B3: Making directory 2025/04/13 04:24:43 INFO : A3/B3/C4: Making directory 2025/04/13 04:24:45 DEBUG : A1/two: md5 = 4f8c6632aa36874e5c740eab569998da OK 2025/04/13 04:24:46 DEBUG : removing 1 level 3 directories 2025/04/13 04:24:46 INFO : A3/B3/C4: Removing directory 2025/04/13 04:24:49 DEBUG : removing 2 level 3 directories 2025/04/13 04:24:49 INFO : A1/B2/C2: Removing directory 2025/04/13 04:24:49 INFO : A1/B1/C3: Removing directory 2025/04/13 04:24:49 DEBUG : removing 2 level 2 directories 2025/04/13 04:24:49 INFO : A3/B3: Removing directory 2025/04/13 04:24:49 INFO : A1/B2: Removing directory 2025/04/13 04:24:49 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/13 04:24:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/13 04:24:50 DEBUG : removing 2 level 1 directories 2025/04/13 04:24:50 INFO : A3: Removing directory 2025/04/13 04:24:50 INFO : A2: Removing directory 2025/04/13 04:24:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/13 04:24:54 DEBUG : removing 1 level 3 directories 2025/04/13 04:24:54 INFO : A1/B1/C1: Removing directory 2025/04/13 04:24:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:55 DEBUG : removing 1 level 2 directories 2025/04/13 04:24:55 INFO : A1/B1: Removing directory 2025/04/13 04:24:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/13 04:24:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/13 04:24:56 DEBUG : removing 1 level 1 directories 2025/04/13 04:24:56 INFO : A1: Removing directory 2025/04/13 04:24:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/13 04:24:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/13 04:24:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/13 04:24:56 DEBUG : removing 1 level 0 directories 2025/04/13 04:24:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Removing directory 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/13 04:24:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.05s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:24:59 INFO : A1: Making directory 2025/04/13 04:25:00 INFO : A1/B1: Making directory 2025/04/13 04:25:00 INFO : A1/B1/C1: Making directory 2025/04/13 04:25:03 DEBUG : removing 1 level 3 directories 2025/04/13 04:25:03 INFO : A1/B1/C1: Removing directory 2025/04/13 04:25:03 DEBUG : removing 1 level 2 directories 2025/04/13 04:25:03 INFO : A1/B1: Removing directory 2025/04/13 04:25:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/13 04:25:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.93s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:25:06 INFO : A1: Making directory 2025/04/13 04:25:07 INFO : A1/B1: Making directory 2025/04/13 04:25:07 INFO : A1/B1/C1: Making directory 2025/04/13 04:25:10 DEBUG : removing 1 level 3 directories 2025/04/13 04:25:10 INFO : A1/B1/C1: Removing directory 2025/04/13 04:25:11 DEBUG : removing 1 level 2 directories 2025/04/13 04:25:11 INFO : A1/B1: Removing directory 2025/04/13 04:25:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/13 04:25:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.04s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:25:15 DEBUG : file1: md5 = 7d3846f30aa3773ae8e9e5a6183ddd04 OK 2025/04/13 04:25:15 DEBUG : filename.txt: File name found in url 2025/04/13 04:25:16 DEBUG : filename.txt: md5 = 68f4d4d8ea21cec34c30d60e8de63842 OK 2025/04/13 04:25:16 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/13 04:25:18 DEBUG : headerfilename.txt: md5 = 0443bbc49ff156655dc689da71285cbf OK 2025/04/13 04:25:19 DEBUG : file2: md5 = 3d0a104ce8871f8c526bc675ba595dbb OK --- PASS: TestCopyURL (8.33s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:25:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/13 04:25:24 DEBUG : sub/file2: md5 = c781c093caeea9f665d17ab9825e0440 OK 2025/04/13 04:25:24 INFO : file1: Copied (new) to: sub/file2 2025/04/13 04:25:24 INFO : file1: Deleted 2025/04/13 04:25:24 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/13 04:25:24 DEBUG : file1: Unchanged skipping 2025/04/13 04:25:24 INFO : file1: Deleted 2025/04/13 04:25:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': don't need to copy/move sub/file2, it is already at target location 2025/04/13 04:25:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.76s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:25:27 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/13 04:25:29 DEBUG : file1: md5 = 09f41071851904190f3741e1f393744a OK 2025/04/13 04:25:29 INFO : file1: Copied (new) 2025/04/13 04:25:29 INFO : file1: Deleted 2025/04/13 04:25:29 DEBUG : file1: Destination exists, skipping 2025/04/13 04:25:29 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.21s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:25:33 DEBUG : dst/file1: md5 = 72b6a3dba33b14b6a03bc3ab33406521 OK 2025/04/13 04:25:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jadecev0naba/backup" 2025/04/13 04:25:34 DEBUG : Creating backend with remote "TestDrive:crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog/1nrff024r7pq65ecp72fc28jb0" 2025/04/13 04:25:35 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/13 04:25:38 INFO : dst/file1: Moved (server-side) 2025/04/13 04:25:39 DEBUG : dst/file1: md5 = 120a447f0c606c411b13bb72210c73d2 OK 2025/04/13 04:25:39 INFO : dst/file1: Copied (new) 2025/04/13 04:25:39 INFO : dst/file1: Deleted 2025/04/13 04:25:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/13 04:25:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/13 04:25:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.20s) === 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-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:25:45 DEBUG : A1/one: md5 = 1dcadce4c797b4575115569106dc4bb7 OK 2025/04/13 04:25:47 DEBUG : A1/two: md5 = f94818fc6d589010edb7dd467b07da40 OK 2025/04/13 04:25:49 DEBUG : A1/B1/three: md5 = b21806c9036fbb9785b6cfc1e165bb5b OK 2025/04/13 04:25:51 DEBUG : A1/B1/C1/four: md5 = ca3c68fc5a6f2c6b871bc08f77a38762 OK 2025/04/13 04:25:53 DEBUG : A1/B1/C2/five: md5 = 40e3fcbd4d6fe573a8b592956cf5ccd5 OK 2025/04/13 04:25:53 INFO : A1/B2: Making directory 2025/04/13 04:25:53 INFO : A1/B1/C3: Making directory 2025/04/13 04:26:02 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/13 04:26:02 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/13 04:26:02 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/13 04:26:02 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/13 04:26:03 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/13 04:26:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/13 04:26:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/13 04:26:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/13 04:26:06 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/13 04:26:06 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/13 04:26:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/13 04:26:13 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/13 04:26:13 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/13 04:26:13 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/13 04:26:13 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/13 04:26:13 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/13 04:26:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/13 04:26:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/13 04:26:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/13 04:26:17 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/13 04:26:17 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/13 04:26:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/13 04:26:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/13 04:26:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/13 04:26:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/13 04:26:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/13 04:26:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/13 04:26:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/13 04:26:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/13 04:26:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/13 04:26:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (42.32s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:26:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': File to upload is small (34 bytes), uploading instead of streaming 2025/04/13 04:26:28 DEBUG : no_checksum_small_file_from_pipe: md5 = 0b54dd3441f19c77c2b7bbee58d847e3 OK 2025/04/13 04:26:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/13 04:26:28 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/13 04:26:28 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/13 04:26:29 DEBUG : no_checksum_big_file_from_pipe: md5 = 9d3e791a6cc884b11a2c5cf7839af925 OK 2025/04/13 04:26:29 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-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:26:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': File to upload is small (34 bytes), uploading instead of streaming 2025/04/13 04:26:32 DEBUG : with_checksum_small_file_from_pipe: md5 = e91d7424dd3c6f3146d7bdedd34a6485 OK 2025/04/13 04:26:32 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/13 04:26:33 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/13 04:26:34 DEBUG : with_checksum_big_file_from_pipe: md5 = 7e472a552f01ff5e2cd9b02eb66aff72 OK 2025/04/13 04:26:34 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:26:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': File to upload is small (34 bytes), uploading instead of streaming 2025/04/13 04:26:37 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/13 04:26:38 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/13 04:26:39 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:26:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': File to upload is small (34 bytes), uploading instead of streaming 2025/04/13 04:26:42 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/13 04:26:42 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/13 04:26:43 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.64s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.52s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.72s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.85s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.55s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/13 04:26:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': File to upload is small (48 bytes), uploading instead of streaming 2025/04/13 04:26:47 DEBUG : rcat_metadata: md5 = ef759a58ffac8603cfe185566a8417d0 OK 2025/04/13 04:26:47 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/13 04:26:49 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/13 04:26:50 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9cbc80e003404b83ad3f8a6c5397e7c4 OK 2025/04/13 04:26:50 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.00s) --- PASS: TestRcatMetadata/Normal (3.54s) --- PASS: TestRcatMetadata/ViaDisk (3.02s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:26:53 DEBUG : potato1: md5 = b9006d74775406cc9b6e6cfc791d232f OK 2025/04/13 04:26:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': File to upload is small (60 bytes), uploading instead of streaming 2025/04/13 04:26:55 DEBUG : potato2: md5 = bb601a61ad980fa451e4b4f776468728 OK 2025/04/13 04:26:55 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.23s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:26:57 DEBUG : potato1: md5 = 4b54d10338e5654939dfb9dd8c2aba5d OK 2025/04/13 04:26:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': File to upload is small (60 bytes), uploading instead of streaming 2025/04/13 04:26:59 DEBUG : potato2: md5 = 84ca7fc9b0773961b56cdb99796bbd4e OK 2025/04/13 04:26:59 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.65s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:27:02 DEBUG : potato2: md5 = b77c22b6caa317c4de2ce67529121e22 OK 2025/04/13 04:27:04 DEBUG : empty space: md5 = 032fcdf2133abf9af15b837e80b1e52d OK 2025/04/13 04:27:06 DEBUG : sub dir/potato3: md5 = 005ec4e50a11f922068bb13be6844f57 OK 2025/04/13 04:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Touching "sub dir/potato3" 2025/04/13 04:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Touching "empty space" 2025/04/13 04:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Touching "potato2" 2025/04/13 04:27:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.53s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:27:10 DEBUG : dir with metadata: Making directory with metadata 2025/04/13 04:27:11 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.17s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:27:12 DEBUG : directory with modtime: Making directory with metadata 2025/04/13 04:27:13 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.35s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:27:15 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/13 04:27:15 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/13 04:27:15 DEBUG : Google drive root 'crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog': Skipping btime metadata as can't update it on an existing file: 2025-04-13T04:27:15.215267909Z 2025/04/13 04:27:15 INFO : non existent directory: Updated directory metadata 2025/04/13 04:27:17 DEBUG : Google drive root 'crypt/fulj1plp7jqkn6aqdilmssbkoegu2ctcv4v1csfsp77d9hrvvoog': Skipping btime metadata as can't update it on an existing file: 2025-04-13T04:27:15.215267909Z 2025/04/13 04:27:18 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.47s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:27:19 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/13 04:27:21 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/13 04:27:22 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.89s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:27:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/13 04:27:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/13 04:27:23 DEBUG : dst: Making directory with metadata 2025/04/13 04:27:24 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/13 04:27:24 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/13 04:27:24 INFO : dst: Set directory modification time (using SetModTime) 2025/04/13 04:27:25 INFO : dst: Set directory modification time (using SetModTime) 2025/04/13 04:27:25 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/13 04:27:25 INFO : dst: Set directory modification time (using SetModTime) 2025/04/13 04:27:25 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.47s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba'", Local "Local file system at /tmp/rclone1554100070", Modify Window "1ms" 2025/04/13 04:27:29 DEBUG : sub dir/test remove existing: md5 = b28d3c7e914a1c8c1a0c530009290837 OK 2025/04/13 04:27:30 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 0e10795bdaae13d886f9752bd9eefc27 OK 2025/04/13 04:27:32 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.hofojok7" before starting 2025/04/13 04:27:33 DEBUG : sub dir/test remove existing.hofojok7: TEST: removing renamed existing file after operation 2025/04/13 04:27:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.saqobor3" before starting 2025/04/13 04:27:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.saqobor3: TEST: renaming existing back after failed operation 2025/04/13 04:27:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zijiwar7" before starting 2025/04/13 04:27:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zijiwar7: TEST: removing renamed existing file after operation 2025/04/13 04:27:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "bbbv97np155e627r70gur4mcc1moc5i4f0etp2mko3j9fun1oruag3ta9npstnqnkoikv6kmvn77ei1oprrf67m00ea6r3k922n5t6l6fqicua5j096osqa7nh8tbc0q62sodumcp5et3kj7v3drvl6086fc1jb81pn94lcal161pakedv00" 2025/04/13 04:27:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "keh80aqh9b01u7ct0e2m2593a9nvmo12famnbrjhmm5atn5rpucg" --- PASS: TestRemoveExisting (12.47s) === 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 2025/04/13 04:27:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jadecev0naba': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m22.579583306s (try 1/5)