"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/03/21 05:00:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina" 2025/03/21 05:00:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:00:27 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g" 2025/03/21 05:00:28 DEBUG : Creating backend with remote "/tmp/rclone2160118273" === 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-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/03/21 05:00:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/21 05:00:28 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/21 05:00:28 DEBUG : potato: Seek from 10 to 0 2025/03/21 05:00:28 DEBUG : potato: Seek from 10 to 0 2025/03/21 05:00:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/21 05:00:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/21 05:00:28 DEBUG : potato: Seek from 5 to 2 2025/03/21 05:00:28 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/21 05:00:28 DEBUG : potato: Seek from 7 to 0 2025/03/21 05:00:28 DEBUG : potato: Seek from 7 to 0 2025/03/21 05:00:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/21 05:00:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/21 05:00:28 DEBUG : potato: Seek from 5 to 2 2025/03/21 05:00:28 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/21 05:00:28 DEBUG : potato: Seek from 8 to 0 2025/03/21 05:00:28 DEBUG : potato: Seek from 8 to 0 2025/03/21 05:00:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/21 05:00:28 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/21 05:00:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/21 05:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/21 05:00:28 DEBUG : potato: Seek from 5 to 2 2025/03/21 05:00:28 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/21 05:00:28 DEBUG : potato: Seek from 9 to 0 2025/03/21 05:00:28 DEBUG : potato: Seek from 9 to 0 2025/03/21 05:00:28 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-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:00:30 DEBUG : rutabaga: md5 = cb317ef9d90c8b09c76dbec6f47ab457 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/03/21 05:00:32 DEBUG : empty space: md5 = 1de7be06c5f7756d0cf8f5f19187b9cf OK === RUN TestCheck/3 2025/03/21 05:00:34 DEBUG : potato2: md5 = 5d3533250c6d598bb923936e041be9eb OK === RUN TestCheck/4 === RUN TestCheck/5 2025/03/21 05:00:36 DEBUG : remotepotato: md5 = acb866026e2b82651849a36b33f37152 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.34s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.31s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/03/21 05:00:39 DEBUG : Creating backend with remote "nonexistent" 2025/03/21 05:00:39 DEBUG : Creating backend with remote "nonexistent" 2025/03/21 05:00:39 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/21 05:00:39 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/03/21 05:00:39 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/21 05:00:39 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-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:00:41 DEBUG : rutabaga: md5 = a2f0b19550e3a778d81613f2de98446d OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/03/21 05:00:44 DEBUG : empty space: md5 = e3abb0733ab21365a87c8a0649bf9802 OK === RUN TestCheckDownload/3 2025/03/21 05:00:47 DEBUG : potato2: md5 = ba98391e600090b638569c403266a95c OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/03/21 05:00:51 DEBUG : remotepotato: md5 = a9386c1e72e5ddd10bf9d09aada65dc4 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.84s) --- PASS: TestCheckDownload/1 (1.07s) --- PASS: TestCheckDownload/2 (0.87s) --- PASS: TestCheckDownload/3 (1.02s) --- PASS: TestCheckDownload/4 (1.01s) --- PASS: TestCheckDownload/5 (1.06s) --- PASS: TestCheckDownload/6 (1.96s) --- PASS: TestCheckDownload/7 (0.97s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:00:58 DEBUG : rutabaga: md5 = 667ee8650ebf3e29df49faa9764083c6 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/03/21 05:01:00 DEBUG : empty space: md5 = 9eef1c4441e30d8e0fd0997720150767 OK === RUN TestCheckSizeOnly/3 2025/03/21 05:01:02 DEBUG : potato2: md5 = 24a55cf9762c8935523b4bd00cfd5f6d OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/03/21 05:01:04 DEBUG : remotepotato: md5 = 160be523f065efcbf5628cf6ebaa66c9 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.63s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.29s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:01:08 DEBUG : test.sum: md5 = 19065dc944e21d7baef4a2f9deb96227 OK 2025/03/21 05:01:09 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/21 05:01:09 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/21 05:01:09 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/21 05:01:09 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/21 05:01:11 DEBUG : test.sum: md5 = 1fc4d70ef3c06d245705fe7b333ccb2b OK 2025/03/21 05:01:12 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/21 05:01:12 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/21 05:01:12 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/21 05:01:12 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.28s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:01:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/data" 2025/03/21 05:01:13 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina/data' lacks md5, skipping --- SKIP: TestCheckSum (2.00s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:01:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/data" 2025/03/21 05:01:15 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/vjrnln8ratgmqakfosrqe8espk" 2025/03/21 05:01:19 DEBUG : data/banana: md5 = b53c1b978c37af5016a2ce97d6f1f0e2 OK 2025/03/21 05:01:20 DEBUG : test.sum: md5 = 5bc9618d0647b3be568a96b32954e829 OK === RUN TestCheckSumDownload/subtest1 2025/03/21 05:01:24 DEBUG : data/potato: md5 = f2275d6281e9f65ce0701cf0870a14a0 OK 2025/03/21 05:01:26 DEBUG : test.sum: md5 = c70361db5c01a72ac294a7737ffa2f25 OK === RUN TestCheckSumDownload/subtest2 2025/03/21 05:01:30 DEBUG : test.sum: md5 = 747d52e2ef738eeb358e729e9c7474d8 OK === RUN TestCheckSumDownload/subtest3 2025/03/21 05:01:34 DEBUG : test.sum: md5 = 8e311eb5d7ceb6601da56450a2992627 OK === RUN TestCheckSumDownload/subtest4 2025/03/21 05:01:38 DEBUG : test.sum: md5 = 0460498090c80a9009be01f0c76c2645 OK === RUN TestCheckSumDownload/subtest5 2025/03/21 05:01:42 DEBUG : test.sum: md5 = 5e13613146f74788b7d842a18111cd59 OK === RUN TestCheckSumDownload/subtest6 2025/03/21 05:01:46 DEBUG : data/banana: md5 = d1d3be7baee2e616b10d120823d25471 OK 2025/03/21 05:01:48 DEBUG : data/potato: md5 = 553b43b1ebc56854e14abd2dbc379ed7 OK 2025/03/21 05:01:49 DEBUG : test.sum: md5 = 8ef9a54829e4947ea197aca91514c20b OK === RUN TestCheckSumDownload/subtest7 2025/03/21 05:01:55 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/03/21 05:01:55 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (40.28s) --- PASS: TestCheckSumDownload/subtest1 (2.34s) --- PASS: TestCheckSumDownload/subtest2 (2.04s) --- PASS: TestCheckSumDownload/subtest3 (2.34s) --- PASS: TestCheckSumDownload/subtest4 (2.26s) --- PASS: TestCheckSumDownload/subtest5 (2.36s) --- PASS: TestCheckSumDownload/subtest6 (2.32s) --- PASS: TestCheckSumDownload/subtest7 (3.01s) === RUN TestApplyTransforms 2025/03/21 05:01:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yitavok9xeqi" 2025/03/21 05:01:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:01:56 DEBUG : Creating backend with remote "TestDrive:crypt/59ch2v7ef1vuo0kl9cole2bv8kdpircmpoivvdcull01nv93je20" 2025/03/21 05:01:57 DEBUG : Creating backend with remote "/tmp/rclone198880447" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yitavok9xeqi'", Local "Local file system at /tmp/rclone198880447", Modify Window "1ms" 2025/03/21 05:01:59 DEBUG : hello, world!: md5 = d6e8d6745cf6319d2399570c1eb2e348 OK upper checkfile vs. lower remote (without normalization) 2025/03/21 05:01:59 ERROR : hello, world!: sum not found 2025/03/21 05:01:59 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yitavok9xeqi' 2025/03/21 05:01:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yitavok9xeqi': 1 files missing 2025/03/21 05:01:59 NOTICE: 1 hashes missing 2025/03/21 05:01:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yitavok9xeqi': 2 differences found 2025/03/21 05:01:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yitavok9xeqi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/21 05:02:00 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yitavok9xeqi': 0 differences found 2025/03/21 05:02:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yitavok9xeqi': 1 matching files 2025/03/21 05:02:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yevubik9fora" 2025/03/21 05:02:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:02:00 DEBUG : Creating backend with remote "TestDrive:crypt/1o187rdf3ftpih33kdjrf447rmh7qsnmn09aia9k1ha7l7g27pp0" 2025/03/21 05:02:01 DEBUG : Creating backend with remote "/tmp/rclone4011734074" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yevubik9fora'", Local "Local file system at /tmp/rclone4011734074", Modify Window "1ms" 2025/03/21 05:02:03 DEBUG : HELLO, WORLD!: md5 = 6863e343beb7c749019a30a46d4f4481 OK lower checkfile vs. upper remote (without normalization) 2025/03/21 05:02:04 ERROR : HELLO, WORLD!: sum not found 2025/03/21 05:02:04 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yevubik9fora' 2025/03/21 05:02:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevubik9fora': 1 files missing 2025/03/21 05:02:04 NOTICE: 1 hashes missing 2025/03/21 05:02:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevubik9fora': 2 differences found 2025/03/21 05:02:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevubik9fora': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/21 05:02:05 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevubik9fora': 0 differences found 2025/03/21 05:02:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevubik9fora': 1 matching files 2025/03/21 05:02:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jimucub0niqe" 2025/03/21 05:02:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:02:05 DEBUG : Creating backend with remote "TestDrive:crypt/1jrudjosm0m3v3vishcm3v0qnvntrms7taj12tfs9chvl7u6skqg" 2025/03/21 05:02:06 DEBUG : Creating backend with remote "/tmp/rclone278801155" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jimucub0niqe'", Local "Local file system at /tmp/rclone278801155", Modify Window "1ms" 2025/03/21 05:02:08 DEBUG : HeLlO, wOrLd!: md5 = 651bfebd1a4e9476f9ff3acefc3e9d62 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/21 05:02:09 ERROR : HeLlO, wOrLd!: sum not found 2025/03/21 05:02:09 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jimucub0niqe' 2025/03/21 05:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jimucub0niqe': 1 files missing 2025/03/21 05:02:09 NOTICE: 1 hashes missing 2025/03/21 05:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jimucub0niqe': 2 differences found 2025/03/21 05:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jimucub0niqe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/21 05:02:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jimucub0niqe': 0 differences found 2025/03/21 05:02:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jimucub0niqe': 1 matching files 2025/03/21 05:02:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qehibeq8repa" 2025/03/21 05:02:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:02:11 DEBUG : Creating backend with remote "TestDrive:crypt/eivjm8q798be3f2mk6v49pbgrbpkajift71hbpv7n67tpqn99a1g" 2025/03/21 05:02:12 DEBUG : Creating backend with remote "/tmp/rclone1965318883" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qehibeq8repa'", Local "Local file system at /tmp/rclone1965318883", Modify Window "1ms" 2025/03/21 05:02:14 DEBUG : HELLO, WORLD!: md5 = 1fe321062e463d80a4f4c0cd4cdbea45 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/21 05:02:14 ERROR : HELLO, WORLD!: sum not found 2025/03/21 05:02:14 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qehibeq8repa' 2025/03/21 05:02:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qehibeq8repa': 1 files missing 2025/03/21 05:02:14 NOTICE: 1 hashes missing 2025/03/21 05:02:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qehibeq8repa': 2 differences found 2025/03/21 05:02:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qehibeq8repa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/21 05:02:15 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qehibeq8repa': 0 differences found 2025/03/21 05:02:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qehibeq8repa': 1 matching files 2025/03/21 05:02:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-timawil3leqo" 2025/03/21 05:02:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:02:15 DEBUG : Creating backend with remote "TestDrive:crypt/9794g1le617fkcgd0j1nf1vk896s9hplbbf4hbh10730gq8sccn0" 2025/03/21 05:02:16 DEBUG : Creating backend with remote "/tmp/rclone1305416957" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-timawil3leqo'", Local "Local file system at /tmp/rclone1305416957", Modify Window "1ms" 2025/03/21 05:02:18 DEBUG : 測試_Русский___ě_áñ: md5 = 573f6c9f15af397c7a17de63849e7bab OK NFD checkfile vs. NFC remote (without normalization) 2025/03/21 05:02:19 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/21 05:02:19 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-timawil3leqo' 2025/03/21 05:02:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timawil3leqo': 1 files missing 2025/03/21 05:02:19 NOTICE: 1 hashes missing 2025/03/21 05:02:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timawil3leqo': 2 differences found 2025/03/21 05:02:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timawil3leqo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/21 05:02:20 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timawil3leqo': 0 differences found 2025/03/21 05:02:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timawil3leqo': 1 matching files 2025/03/21 05:02:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hehiduf5xode" 2025/03/21 05:02:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:02:20 DEBUG : Creating backend with remote "TestDrive:crypt/ice0s7tmifbvqudlu2hs3krq4r336oquen5oenj91ccb1ebip2bg" 2025/03/21 05:02:21 DEBUG : Creating backend with remote "/tmp/rclone2253764294" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hehiduf5xode'", Local "Local file system at /tmp/rclone2253764294", Modify Window "1ms" 2025/03/21 05:02:23 DEBUG : 測試_Русский___ě_áñ: md5 = af37158472f68a1288a9967e7a4aae68 OK NFC checkfile vs. NFD remote (without normalization) 2025/03/21 05:02:24 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/21 05:02:24 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hehiduf5xode' 2025/03/21 05:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehiduf5xode': 1 files missing 2025/03/21 05:02:24 NOTICE: 1 hashes missing 2025/03/21 05:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehiduf5xode': 2 differences found 2025/03/21 05:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehiduf5xode': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/21 05:02:25 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehiduf5xode': 0 differences found 2025/03/21 05:02:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hehiduf5xode': 1 matching files 2025/03/21 05:02:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-raticay7kuyo" 2025/03/21 05:02:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:02:26 DEBUG : Creating backend with remote "TestDrive:crypt/rpgtqogckf5a6gatorkt8sd9et3fpg864guk2plc2bm4jvatm1r0" 2025/03/21 05:02:26 DEBUG : Creating backend with remote "/tmp/rclone1950215253" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-raticay7kuyo'", Local "Local file system at /tmp/rclone1950215253", Modify Window "1ms" 2025/03/21 05:02:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a7d450c3a8d55da07d67c12a74c1baea OK NFDx2 checkfile vs. both remote (without normalization) 2025/03/21 05:02:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/21 05:02:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-raticay7kuyo' 2025/03/21 05:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raticay7kuyo': 1 files missing 2025/03/21 05:02:29 NOTICE: 1 hashes missing 2025/03/21 05:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raticay7kuyo': 2 differences found 2025/03/21 05:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raticay7kuyo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/21 05:02:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raticay7kuyo': 0 differences found 2025/03/21 05:02:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-raticay7kuyo': 1 matching files 2025/03/21 05:02:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kigutum0teko" 2025/03/21 05:02:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:02:30 DEBUG : Creating backend with remote "TestDrive:crypt/927osvobfbee2kig3lcerkq5aieh2eppqp624bqs7o4rdsn7v3kg" 2025/03/21 05:02:31 DEBUG : Creating backend with remote "/tmp/rclone182441016" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kigutum0teko'", Local "Local file system at /tmp/rclone182441016", Modify Window "1ms" 2025/03/21 05:02:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7adf943fd0b7ef4dae73f9dc2eaf6be2 OK NFCx2 checkfile vs. both remote (without normalization) 2025/03/21 05:02:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/21 05:02:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kigutum0teko' 2025/03/21 05:02:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kigutum0teko': 1 files missing 2025/03/21 05:02:34 NOTICE: 1 hashes missing 2025/03/21 05:02:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kigutum0teko': 2 differences found 2025/03/21 05:02:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kigutum0teko': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/21 05:02:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kigutum0teko': 0 differences found 2025/03/21 05:02:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kigutum0teko': 1 matching files 2025/03/21 05:02:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riqipuf1zopo" 2025/03/21 05:02:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:02:35 DEBUG : Creating backend with remote "TestDrive:crypt/nfv3lpen3lkh7q8fpcm9cmklj0pdgud2v9vr0bbb5mtgb7teo0qg" 2025/03/21 05:02:36 DEBUG : Creating backend with remote "/tmp/rclone818786975" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riqipuf1zopo'", Local "Local file system at /tmp/rclone818786975", Modify Window "1ms" 2025/03/21 05:02:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4d81a9dfceb7fc3e94aa107e123b75b0 OK both checkfile vs. NFDx2 remote (without normalization) 2025/03/21 05:02:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/21 05:02:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-riqipuf1zopo' 2025/03/21 05:02:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riqipuf1zopo': 1 files missing 2025/03/21 05:02:39 NOTICE: 1 hashes missing 2025/03/21 05:02:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riqipuf1zopo': 2 differences found 2025/03/21 05:02:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riqipuf1zopo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/21 05:02:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riqipuf1zopo': 0 differences found 2025/03/21 05:02:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riqipuf1zopo': 1 matching files 2025/03/21 05:02:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kiluxiz8poze" 2025/03/21 05:02:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:02:40 DEBUG : Creating backend with remote "TestDrive:crypt/r3pq71bua2snsi90ibd7j44csln4p08jvpifkf2v3cjbnv0q89kg" 2025/03/21 05:02:41 DEBUG : Creating backend with remote "/tmp/rclone3067109353" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kiluxiz8poze'", Local "Local file system at /tmp/rclone3067109353", Modify Window "1ms" 2025/03/21 05:02:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1395765b95c5069352045ad9d8ab22e8 OK both checkfile vs. NFCx2 remote (without normalization) 2025/03/21 05:02:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/21 05:02:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kiluxiz8poze' 2025/03/21 05:02:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluxiz8poze': 1 files missing 2025/03/21 05:02:44 NOTICE: 1 hashes missing 2025/03/21 05:02:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluxiz8poze': 2 differences found 2025/03/21 05:02:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluxiz8poze': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/21 05:02:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/21 05:02:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluxiz8poze': 0 differences found 2025/03/21 05:02:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluxiz8poze': 1 matching files 2025/03/21 05:02:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kiluxiz8poze': Purge remote 2025/03/21 05:02:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riqipuf1zopo': Purge remote 2025/03/21 05:02:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kigutum0teko': Purge remote 2025/03/21 05:02:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-raticay7kuyo': Purge remote 2025/03/21 05:02:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hehiduf5xode': Purge remote 2025/03/21 05:02:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-timawil3leqo': Purge remote 2025/03/21 05:02:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qehibeq8repa': Purge remote 2025/03/21 05:02:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jimucub0niqe': Purge remote 2025/03/21 05:02:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yevubik9fora': Purge remote 2025/03/21 05:02:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yitavok9xeqi': Purge remote --- PASS: TestApplyTransforms (53.73s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:02:49 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/21 05:02:52 DEBUG : sub/file2: md5 = 258aaac5d2f8431d6abff9e664572b5d OK 2025/03/21 05:02:52 INFO : file1: Copied (new) to: sub/file2 2025/03/21 05:02:52 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/21 05:02:52 DEBUG : file1: Unchanged skipping 2025/03/21 05:02:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': don't need to copy/move sub/file2, it is already at target location 2025/03/21 05:02:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.04s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:02:58 DEBUG : dst/file1: md5 = 8963ccc8b72d13477aa01bbba541bc2a OK 2025/03/21 05:02:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/backup" 2025/03/21 05:02:59 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/1nrff024r7pq65ecp72fc28jb0" 2025/03/21 05:03:00 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/21 05:03:03 INFO : dst/file1: Moved (server-side) 2025/03/21 05:03:04 DEBUG : dst/file1: md5 = 8f7345eb3ebc76bc75e3effa33e4359e OK 2025/03/21 05:03:04 INFO : dst/file1: Copied (new) 2025/03/21 05:03:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/21 05:03:07 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/21 05:03:08 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.87s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:03:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/dst" 2025/03/21 05:03:09 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/21 05:03:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/CompareDest" 2025/03/21 05:03:10 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/gveqi14airsml4bgu7krj116o8" 2025/03/21 05:03:12 DEBUG : one: Need to transfer - File not found at Destination 2025/03/21 05:03:14 DEBUG : one: md5 = df959ea2b6de538099382018c674b074 OK 2025/03/21 05:03:14 INFO : one: Copied (new) 2025/03/21 05:03:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/21 05:03:17 DEBUG : one: md5 = 98b502f039734af30f05cbf0d4143040 OK 2025/03/21 05:03:17 INFO : one: Copied (replaced existing) 2025/03/21 05:03:19 DEBUG : dst/one: md5 = 8c5ea7c55819906705934f79a45a8f87 OK 2025/03/21 05:03:21 DEBUG : CompareDest/one: md5 = 660653ecf76a1a324f7790d72d2b973d OK 2025/03/21 05:03:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/21 05:03:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/21 05:03:22 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/21 05:03:24 DEBUG : CompareDest/two: md5 = 295e80ad1a758a0f9b7f309eebec3afa OK 2025/03/21 05:03:24 DEBUG : two: Need to transfer - File not found at Destination 2025/03/21 05:03:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/21 05:03:25 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/21 05:03:25 DEBUG : two: Need to transfer - File not found at Destination 2025/03/21 05:03:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/21 05:03:26 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/21 05:03:27 DEBUG : two: Need to transfer - File not found at Destination 2025/03/21 05:03:27 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/21 05:03:28 DEBUG : two: md5 = c6b9df0341e712a9474507d152343a4e OK 2025/03/21 05:03:28 INFO : two: Copied (new) 2025/03/21 05:03:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/21 05:03:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:03:32 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/21 05:03:32 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.11s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:03:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/dst" 2025/03/21 05:03:33 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/21 05:03:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/CopyDest" 2025/03/21 05:03:35 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/21 05:03:36 DEBUG : one: Need to transfer - File not found at Destination 2025/03/21 05:03:39 DEBUG : one: md5 = e5bd7bcdbfe672c127491aeaf292ac2d OK 2025/03/21 05:03:39 INFO : one: Copied (new) 2025/03/21 05:03:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/21 05:03:41 DEBUG : one: md5 = 31a08c1b6af987c6872eaaf4570eb27b OK 2025/03/21 05:03:41 INFO : one: Copied (replaced existing) 2025/03/21 05:03:43 DEBUG : dst/one: md5 = 7eff50bc3291e15f9940c7a2056e9cc9 OK 2025/03/21 05:03:45 DEBUG : CopyDest/one: md5 = 8f2970da7972ff8d17494afcbfab92c0 OK 2025/03/21 05:03:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/BackupDir" 2025/03/21 05:03:46 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/21 05:03:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/21 05:03:48 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/21 05:03:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/21 05:03:50 INFO : one: Moved (server-side) 2025/03/21 05:03:51 INFO : one: Copied (server-side copy) 2025/03/21 05:03:51 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/21 05:03:52 DEBUG : CopyDest/two: md5 = b79cb98b5051cd25c761f9ef23c8cd97 OK 2025/03/21 05:03:53 DEBUG : two: Need to transfer - File not found at Destination 2025/03/21 05:03:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/21 05:03:54 INFO : two: Copied (server-side copy) 2025/03/21 05:03:54 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/21 05:03:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/21 05:03:55 DEBUG : two: Unchanged skipping 2025/03/21 05:03:57 DEBUG : CopyDest/three: md5 = b4d10a6f24971c3097f4b2ff9be7426e OK 2025/03/21 05:03:58 DEBUG : three: Need to transfer - File not found at Destination 2025/03/21 05:03:58 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/21 05:03:58 DEBUG : three: Destination not found in --copy-dest 2025/03/21 05:04:00 DEBUG : three: md5 = 57a4e0fb74a29254f55e01280aea89ab OK 2025/03/21 05:04:00 INFO : three: Copied (new) 2025/03/21 05:04:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/21 05:04:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:04:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/21 05:04:04 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:04:04 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/21 05:04:04 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/21 05:04:05 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.16s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:04:07 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/21 05:04:09 DEBUG : TestCopyFileMaxTransfer/file1: md5 = dfb605426671220a740a1e3a0df21448 OK 2025/03/21 05:04:09 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/21 05:04:10 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/21 05:04:10 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/03/21 05:04:11 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/21 05:04:11 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/21 05:04:13 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 7af28f5958002da4fc2a8b257fda4353 OK 2025/03/21 05:04:13 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/03/21 05:04:15 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/03/21 05:04:15 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.80s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:04:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Looking for duplicate names using skip mode. 2025/03/21 05:04:19 NOTICE: one: Found 2 files with duplicate names 2025/03/21 05:04:19 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.65s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:04:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Looking for duplicate names using skip mode. 2025/03/21 05:04:25 NOTICE: one: Found 3 files with duplicate names 2025/03/21 05:04:25 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/03/21 05:04:25 INFO : one: Deleted 2025/03/21 05:04:25 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.22s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:04:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Looking for duplicate names using first mode. 2025/03/21 05:04:31 NOTICE: one: Found 3 files with duplicate names 2025/03/21 05:04:31 INFO : one: Deleted 2025/03/21 05:04:32 INFO : one: Deleted 2025/03/21 05:04:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.08s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:04:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Looking for duplicate names using newest mode. 2025/03/21 05:04:37 NOTICE: one: Found 3 files with duplicate names 2025/03/21 05:04:37 INFO : one: Deleted 2025/03/21 05:04:38 INFO : one: Deleted 2025/03/21 05:04:38 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.04s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:04:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Looking for duplicate names using oldest mode. 2025/03/21 05:04:43 NOTICE: one: Found 3 files with duplicate names 2025/03/21 05:04:44 INFO : one: Deleted 2025/03/21 05:04:44 INFO : one: Deleted 2025/03/21 05:04:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (5.93s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:04:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Looking for duplicate names using largest mode. 2025/03/21 05:04:49 NOTICE: one: Found 3 files with duplicate names 2025/03/21 05:04:50 INFO : one: Deleted 2025/03/21 05:04:50 INFO : one: Deleted 2025/03/21 05:04:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.81s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:04:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Looking for duplicate names using smallest mode. 2025/03/21 05:04:55 NOTICE: one: Found 3 files with duplicate names 2025/03/21 05:04:56 INFO : one: Deleted 2025/03/21 05:04:56 INFO : one: Deleted 2025/03/21 05:04:56 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.91s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:05:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Looking for duplicate names using rename mode. 2025/03/21 05:05:03 NOTICE: one.txt: Found 3 files with duplicate names 2025/03/21 05:05:04 INFO : one-2.txt: renamed from: one.txt 2025/03/21 05:05:05 INFO : one-3.txt: renamed from: one.txt 2025/03/21 05:05:06 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.36s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:05:11 DEBUG : dupe1/one.txt: md5 = 25eed4dd965033299901b20e2dcedc8b OK 2025/03/21 05:05:13 DEBUG : dupe2/two.txt: md5 = 9656d0ccf5badb624982927dac9d330e OK 2025/03/21 05:05:15 DEBUG : dupe3/three.txt: md5 = 384f0b90dca47054d6774f86cfea5cb7 OK 2025/03/21 05:05:15 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/03/21 05:05:16 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/03/21 05:05:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/03/21 05:05:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/03/21 05:05:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/03/21 05:05:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/03/21 05:05:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.67s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:05:22 DEBUG : a.txt: md5 = 478d955cf09e4b98172ab040edfd0f34 OK 2025/03/21 05:05:24 DEBUG : zend.txt: md5 = 51b8635aecae859d5df44908231c3145 OK 2025/03/21 05:05:26 DEBUG : sub dir/hello world: md5 = 90184eb0b62408a189363fe9a46c6d2f OK 2025/03/21 05:05:27 DEBUG : sub dir/hello world2: md5 = e0dd7e6bd0fa5e7184488d49f6acb156 OK 2025/03/21 05:05:29 DEBUG : sub dir/ignore dir/.ignore: md5 = ff8db09a559dba6a0b3624cf0e9ca751 OK 2025/03/21 05:05:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = b0fe78cb3538af83403e7161da60ab17 OK 2025/03/21 05:05:33 DEBUG : sub dir/sub sub dir/hello world3: md5 = c03862b852112b9d2293f44daeab680c OK 2025/03/21 05:05:34 DEBUG : a.txt: Excluded (Size Filter) 2025/03/21 05:05:34 DEBUG : a.txt: Excluded 2025/03/21 05:05:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/21 05:05:35 DEBUG : sub dir/hello world2: Excluded 2025/03/21 05:05:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/21 05:05:35 DEBUG : sub dir/hello world: Excluded 2025/03/21 05:05:35 DEBUG : sub dir/ignore dir: Excluded 2025/03/21 05:05:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/21 05:05:35 DEBUG : sub dir/hello world2: Excluded 2025/03/21 05:05:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/21 05:05:35 DEBUG : sub dir/hello world: Excluded 2025/03/21 05:05:36 DEBUG : sub dir/ignore dir: Excluded 2025/03/21 05:05:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/03/21 05:05:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/03/21 05:05:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/03/21 05:05:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/03/21 05:05:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/03/21 05:05:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/03/21 05:05:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.16s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:05:44 DEBUG : file1: md5 = 22305d9b3bfbec0c616a93a4265cfcc9 OK 2025/03/21 05:05:46 DEBUG : sub/file2: md5 = 955245854c3c382eb807512f514c3a90 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/03/21 05:05:49 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/03/21 05:05:49 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/03/21 05:05:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/03/21 05:05:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.35s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.45s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:05:53 DEBUG : file1: md5 = 46fc0817693fd34e8392d5a381262674 OK 2025/03/21 05:05:55 DEBUG : sub/file2: md5 = 50344cadf3ead98ca298b77fcb98a4d7 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/03/21 05:05:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/notfound" 2025/03/21 05:05:59 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/qe0i31qdkoejk60elps0ni5sqk" 2025/03/21 05:06:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.53s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.47s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.28s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.76s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Making directory 2025/03/21 05:06:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:06 DEBUG : sub dir/hello world: md5 = 0f385ecc98940f7597069256d4f24dd9 OK 2025/03/21 05:06:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.49s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:10 DEBUG : potato2: md5 = 7d844db6d2fd03ba929b44553edc5374 OK 2025/03/21 05:06:11 DEBUG : empty space: md5 = 8dd39a7a22dd8936fd87db3741fd2af2 OK --- PASS: TestLs (4.57s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:14 DEBUG : potato2: md5 = e07683098680d5f5e17c026a8be30eb6 OK 2025/03/21 05:06:16 DEBUG : empty space: md5 = b99acb7a76754241bfb44febd252c5a1 OK 2025/03/21 05:06:16 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.90s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:19 DEBUG : potato2: md5 = 0f8953996c6a324c762616855b8a1eb6 OK 2025/03/21 05:06:21 DEBUG : empty space: md5 = 1dbeb56bfd926497efad563dc1af0255 OK --- PASS: TestLsLong (4.45s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:24 DEBUG : potato2: md5 = 73c178721bc81dea1912e7d4027198c7 OK 2025/03/21 05:06:25 DEBUG : empty space: md5 = 99520b668f6f230d1c620a4e43c190e7 OK --- PASS: TestHashSums (4.43s) === RUN TestHashSumsWithErrors 2025/03/21 05:06:27 DEBUG : Creating backend with remote ":memory:" 2025/03/21 05:06:27 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/21 05:06:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/21 05:06:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/21 05:06:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/21 05:06:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/21 05:06:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/21 05:06:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/21 05:06:27 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/21 05:06:27 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-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:28 DEBUG : potato2: md5 = 030aa14be03b76f0d69706cb0a1f2aee OK 2025/03/21 05:06:29 DEBUG : empty space: md5 = f261e6233b71769cf4af8a7f04bb3a50 OK 2025/03/21 05:06:31 DEBUG : sub dir/potato3: md5 = b13d4f082435eb1e7ccd1105c371eebf OK 2025/03/21 05:06:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.16s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:36 DEBUG : small: md5 = 66f1442479d79f516e54f0c15b12a264 OK 2025/03/21 05:06:38 DEBUG : medium: md5 = a749d0172058c4b77386fc8e3993aabb OK 2025/03/21 05:06:39 DEBUG : large: md5 = ca08b739c0377a76e790a7f4f79c2918 OK 2025/03/21 05:06:39 DEBUG : Waiting for deletions to finish 2025/03/21 05:06:40 DEBUG : large: Excluded (Size Filter) 2025/03/21 05:06:40 INFO : medium: Deleted 2025/03/21 05:06:40 INFO : small: Deleted --- PASS: TestDelete (6.33s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:43 DEBUG : small: md5 = 18c55f15de8e595b42d03a77bc657c60 OK 2025/03/21 05:06:44 DEBUG : medium: md5 = b6d6bbd38abeaa09fffdfbbba197a064 OK 2025/03/21 05:06:45 DEBUG : large: md5 = 94ac709573540646c08945d430b0d6ba OK 2025/03/21 05:06:46 DEBUG : Waiting for deletions to finish 2025/03/21 05:06:46 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/03/21 05:06:46 INFO : small: Deleted 2025/03/21 05:06:46 INFO : medium: Deleted --- PASS: TestMaxDelete (6.73s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:49 DEBUG : small: md5 = 1247e2ff9c003a1a39b82baedd8e9525 OK 2025/03/21 05:06:51 DEBUG : medium: md5 = 0b18db1c61eb34e72d8b3d8244f15b1b OK 2025/03/21 05:06:52 DEBUG : large: md5 = ed1653b9a97a405b1978295c4d2ef4c8 OK 2025/03/21 05:06:52 DEBUG : Waiting for deletions to finish 2025/03/21 05:06:53 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/21 05:06:53 INFO : small: Deleted 2025/03/21 05:06:53 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.81s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:06:56 DEBUG : small: md5 = 4ab9f63f5d5ae23b43f8c9b3e78c47f4 OK 2025/03/21 05:06:57 DEBUG : medium: md5 = abc665aaaff8a69d75c9b727ffffb248 OK 2025/03/21 05:06:59 DEBUG : large: md5 = 8a9262254fbb5392984c5b692640b797 OK 2025/03/21 05:06:59 DEBUG : Waiting for deletions to finish 2025/03/21 05:06:59 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/21 05:07:00 INFO : small: Deleted 2025/03/21 05:07:00 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.37s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:07:03 DEBUG : ReadFile: md5 = decb8e9c911be84ef27336595cabdec5 OK --- PASS: TestReadFile (4.14s) === RUN TestRetry 2025/03/21 05:07:05 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/21 05:07:05 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/21 05:07:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/21 05:07:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/21 05:07:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/21 05:07:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/21 05:07:05 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-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:07:07 DEBUG : file1: md5 = 52f064bc2d1495b248f93fae9270ca4c OK 2025/03/21 05:07:08 DEBUG : file2: md5 = 6422240dc5c352f36de2363d94a6ab00 OK --- PASS: TestCat (15.87s) === RUN TestPurge 2025/03/21 05:07:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pedobit8mami" 2025/03/21 05:07:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/21 05:07:21 DEBUG : Creating backend with remote "TestDrive:crypt/51rdhvgft2t843vbrfpmogg8v6qmqukucf6o5gn33jb3s1q84ba0" 2025/03/21 05:07:22 DEBUG : Creating backend with remote "/tmp/rclone2517706531" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pedobit8mami'", Local "Local file system at /tmp/rclone2517706531", Modify Window "1ms" 2025/03/21 05:07:26 DEBUG : A1/B1/C1/one: md5 = f9804824ddc87037855f5b8afa596702 OK 2025/03/21 05:07:26 INFO : A2: Making directory 2025/03/21 05:07:27 INFO : A1/B2: Making directory 2025/03/21 05:07:28 INFO : A1/B2/C2: Making directory 2025/03/21 05:07:29 INFO : A1/B1/C3: Making directory 2025/03/21 05:07:29 INFO : A3: Making directory 2025/03/21 05:07:30 INFO : A3/B3: Making directory 2025/03/21 05:07:31 INFO : A3/B3/C4: Making directory 2025/03/21 05:07:33 DEBUG : A1/two: md5 = 69013090728c0b05fdcd538ba3d6e105 OK 2025/03/21 05:07:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pedobit8mami': Purge remote 2025/03/21 05:07:37 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.31s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:07:40 DEBUG : A1/B1/C1/one: md5 = 0e4f80f035364f401d3d1d88d6c3312b OK 2025/03/21 05:07:40 INFO : A2: Making directory 2025/03/21 05:07:41 INFO : A1/B2: Making directory 2025/03/21 05:07:41 INFO : A1/B2/C2: Making directory 2025/03/21 05:07:42 INFO : A1/B1/C3: Making directory 2025/03/21 05:07:43 INFO : A3: Making directory 2025/03/21 05:07:44 INFO : A3/B3: Making directory 2025/03/21 05:07:45 INFO : A3/B3/C4: Making directory 2025/03/21 05:07:46 DEBUG : A1/two: md5 = 86851f3b18162a5b472779819b549b95 OK 2025/03/21 05:07:48 DEBUG : removing 1 level 3 directories 2025/03/21 05:07:48 INFO : A3/B3/C4: Removing directory 2025/03/21 05:07:50 DEBUG : removing 2 level 3 directories 2025/03/21 05:07:50 INFO : A1/B2/C2: Removing directory 2025/03/21 05:07:50 INFO : A1/B1/C3: Removing directory 2025/03/21 05:07:51 DEBUG : removing 2 level 2 directories 2025/03/21 05:07:51 INFO : A3/B3: Removing directory 2025/03/21 05:07:51 INFO : A1/B2: Removing directory 2025/03/21 05:07:51 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/03/21 05:07:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/21 05:07:52 DEBUG : removing 2 level 1 directories 2025/03/21 05:07:52 INFO : A3: Removing directory 2025/03/21 05:07:52 INFO : A2: Removing directory 2025/03/21 05:07:52 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/03/21 05:07:56 DEBUG : removing 1 level 3 directories 2025/03/21 05:07:56 INFO : A1/B1/C1: Removing directory 2025/03/21 05:07:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:56 DEBUG : removing 1 level 2 directories 2025/03/21 05:07:56 INFO : A1/B1: Removing directory 2025/03/21 05:07:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/21 05:07:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/21 05:07:57 DEBUG : removing 1 level 1 directories 2025/03/21 05:07:57 INFO : A1: Removing directory 2025/03/21 05:07:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/21 05:07:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/21 05:07:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/21 05:07:58 DEBUG : removing 1 level 0 directories 2025/03/21 05:07:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Removing directory 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/21 05:07:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (22.89s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:08:00 INFO : A1: Making directory 2025/03/21 05:08:01 INFO : A1/B1: Making directory 2025/03/21 05:08:02 INFO : A1/B1/C1: Making directory 2025/03/21 05:08:04 DEBUG : removing 1 level 3 directories 2025/03/21 05:08:04 INFO : A1/B1/C1: Removing directory 2025/03/21 05:08:05 DEBUG : removing 1 level 2 directories 2025/03/21 05:08:05 INFO : A1/B1: Removing directory 2025/03/21 05:08:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/21 05:08:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.33s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:08:08 INFO : A1: Making directory 2025/03/21 05:08:09 INFO : A1/B1: Making directory 2025/03/21 05:08:09 INFO : A1/B1/C1: Making directory 2025/03/21 05:08:12 DEBUG : removing 1 level 3 directories 2025/03/21 05:08:12 INFO : A1/B1/C1: Removing directory 2025/03/21 05:08:13 DEBUG : removing 1 level 2 directories 2025/03/21 05:08:13 INFO : A1/B1: Removing directory 2025/03/21 05:08:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/21 05:08:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.57s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:08:17 DEBUG : file1: md5 = f893ae102d0c45d2c57c8c4abcb3a074 OK 2025/03/21 05:08:17 DEBUG : filename.txt: File name found in url 2025/03/21 05:08:19 DEBUG : filename.txt: md5 = 1bd72beb3b2ad399582b9b4a0502a00f OK 2025/03/21 05:08:19 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/03/21 05:08:20 DEBUG : headerfilename.txt: md5 = 7e4b8f5b331990c07b3684a26bfaa0ce OK 2025/03/21 05:08:21 DEBUG : file2: md5 = bd66b604a9c281e2bc1b2069c33926b5 OK --- PASS: TestCopyURL (8.46s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:08:24 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/21 05:08:26 DEBUG : sub/file2: md5 = d39a37b5b730e6fcb250914fede06b8d OK 2025/03/21 05:08:26 INFO : file1: Copied (new) to: sub/file2 2025/03/21 05:08:26 INFO : file1: Deleted 2025/03/21 05:08:27 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/21 05:08:27 DEBUG : file1: Unchanged skipping 2025/03/21 05:08:27 INFO : file1: Deleted 2025/03/21 05:08:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': don't need to copy/move sub/file2, it is already at target location 2025/03/21 05:08:29 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.87s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:08:30 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/21 05:08:31 DEBUG : file1: md5 = 7e5a0f26755d6269dcaca67ba5e66909 OK 2025/03/21 05:08:31 INFO : file1: Copied (new) 2025/03/21 05:08:31 INFO : file1: Deleted 2025/03/21 05:08:32 DEBUG : file1: Destination exists, skipping 2025/03/21 05:08:32 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.12s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:08:36 DEBUG : dst/file1: md5 = 3223497c3795c3bd7d511b8cd2207f52 OK 2025/03/21 05:08:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-diyuful3qina/backup" 2025/03/21 05:08:37 DEBUG : Creating backend with remote "TestDrive:crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g/1nrff024r7pq65ecp72fc28jb0" 2025/03/21 05:08:38 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/21 05:08:40 INFO : dst/file1: Moved (server-side) 2025/03/21 05:08:42 DEBUG : dst/file1: md5 = 920239ba18bcf7b7536063effb34816b OK 2025/03/21 05:08:42 INFO : dst/file1: Copied (new) 2025/03/21 05:08:42 INFO : dst/file1: Deleted 2025/03/21 05:08:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/21 05:08:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/21 05:08:46 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.79s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:08:48 DEBUG : A1/one: md5 = 72209324767b77bf17a93b8d224a3d98 OK 2025/03/21 05:08:50 DEBUG : A1/two: md5 = c9cd6001f4ded14dabdd0728cbb58ebe OK 2025/03/21 05:08:52 DEBUG : A1/B1/three: md5 = 0d2bdafb39b08934ca28b010bf850f77 OK 2025/03/21 05:08:54 DEBUG : A1/B1/C1/four: md5 = 9ce61fb25fc89a1d634c6e0ccaeddbfa OK 2025/03/21 05:08:56 DEBUG : A1/B1/C2/five: md5 = d19cd4f7863bffedcff469193ff86021 OK 2025/03/21 05:08:56 INFO : A1/B2: Making directory 2025/03/21 05:08:57 INFO : A1/B1/C3: Making directory 2025/03/21 05:09:06 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/03/21 05:09:06 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/03/21 05:09:06 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/03/21 05:09:07 INFO : A2/one: Moved (server-side) to: A3/one 2025/03/21 05:09:07 INFO : A2/two: Moved (server-side) to: A3/two 2025/03/21 05:09:10 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/21 05:09:10 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/21 05:09:10 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/21 05:09:11 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/21 05:09:11 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/21 05:09:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/21 05:09:18 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/03/21 05:09:18 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/03/21 05:09:19 INFO : A3/two: Moved (server-side) to: A4/two 2025/03/21 05:09:19 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/03/21 05:09:19 INFO : A3/one: Moved (server-side) to: A4/one 2025/03/21 05:09:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/21 05:09:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/21 05:09:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/21 05:09:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/21 05:09:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/21 05:09:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/03/21 05:09:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/03/21 05:09:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/21 05:09:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/21 05:09:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/21 05:09:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/21 05:09:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/21 05:09:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/21 05:09:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/21 05:09:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.94s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:09:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': File to upload is small (34 bytes), uploading instead of streaming 2025/03/21 05:09:34 DEBUG : no_checksum_small_file_from_pipe: md5 = e86c7afc538d88b3c0665f2721ee5c61 OK 2025/03/21 05:09:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/03/21 05:09:34 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/21 05:09:34 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/03/21 05:09:35 DEBUG : no_checksum_big_file_from_pipe: md5 = 605f03366b1ce51eba00ff10ff5f48fb OK 2025/03/21 05:09:35 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-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:09:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': File to upload is small (34 bytes), uploading instead of streaming 2025/03/21 05:09:39 DEBUG : with_checksum_small_file_from_pipe: md5 = d5126e4b85707def5597f24be8fc1f6d OK 2025/03/21 05:09:39 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/21 05:09:39 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/03/21 05:09:41 DEBUG : with_checksum_big_file_from_pipe: md5 = d66382b9dbfc2c03026d43a099814bfb OK 2025/03/21 05:09:41 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-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:09:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': File to upload is small (34 bytes), uploading instead of streaming 2025/03/21 05:09:44 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/21 05:09:45 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/21 05:09:46 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-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:09:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': File to upload is small (34 bytes), uploading instead of streaming 2025/03/21 05:09:49 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/21 05:09:50 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/21 05:09:51 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.66s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.08s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.52s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.97s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.10s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/03/21 05:09:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': File to upload is small (48 bytes), uploading instead of streaming 2025/03/21 05:09:54 DEBUG : rcat_metadata: md5 = 2914158883e6d814b75a88003acb2ff2 OK 2025/03/21 05:09:54 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/03/21 05:09:56 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/03/21 05:09:57 DEBUG : rcat_metadata_uploadcutoff0: md5 = b6ba1b1cb56dc16dfb51f0b01be28ac5 OK 2025/03/21 05:09:57 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.24s) --- PASS: TestRcatMetadata/Normal (2.74s) --- PASS: TestRcatMetadata/ViaDisk (3.04s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:10:00 DEBUG : potato1: md5 = 998a197f0b9f1e5e97178c32ef3261f5 OK 2025/03/21 05:10:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': File to upload is small (60 bytes), uploading instead of streaming 2025/03/21 05:10:02 DEBUG : potato2: md5 = 47a56b00cb237a74efc51783651a198a OK 2025/03/21 05:10:02 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.58s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:10:05 DEBUG : potato1: md5 = 58d77ad7f11fdf8818db8aca2ccca5ad OK 2025/03/21 05:10:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': File to upload is small (60 bytes), uploading instead of streaming 2025/03/21 05:10:06 DEBUG : potato2: md5 = b72d6465564cbe5a73fdb379bd046e1c OK 2025/03/21 05:10:06 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.04s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:10:10 DEBUG : potato2: md5 = a6019b2fac75daab306102719632af18 OK 2025/03/21 05:10:11 DEBUG : empty space: md5 = eddb60053d40544066fda21ef625f198 OK 2025/03/21 05:10:13 DEBUG : sub dir/potato3: md5 = 2fd49c9f60c6c66ad0e2a649323266d6 OK 2025/03/21 05:10:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Touching "sub dir/potato3" 2025/03/21 05:10:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Touching "potato2" 2025/03/21 05:10:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Touching "empty space" 2025/03/21 05:10:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.07s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:10:18 DEBUG : dir with metadata: Making directory with metadata 2025/03/21 05:10:19 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.51s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:10:21 DEBUG : directory with modtime: Making directory with metadata 2025/03/21 05:10:22 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.45s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:10:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/21 05:10:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/21 05:10:24 DEBUG : Google drive root 'crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g': Skipping btime metadata as can't update it on an existing file: 2025-03-21T05:10:23.883972077Z 2025/03/21 05:10:24 INFO : non existent directory: Updated directory metadata 2025/03/21 05:10:26 DEBUG : Google drive root 'crypt/11k4jt98aomv15bd8p6juhfn4m37eptvu3sd27css71mhco1b90g': Skipping btime metadata as can't update it on an existing file: 2025-03-21T05:10:23.883972077Z 2025/03/21 05:10:27 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.10s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:10:28 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/03/21 05:10:30 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/03/21 05:10:31 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.05s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:10:33 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/21 05:10:33 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/21 05:10:33 DEBUG : dst: Making directory with metadata 2025/03/21 05:10:33 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/21 05:10:33 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/21 05:10:34 INFO : dst: Set directory modification time (using SetModTime) 2025/03/21 05:10:34 INFO : dst: Set directory modification time (using SetModTime) 2025/03/21 05:10:34 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/03/21 05:10:35 INFO : dst: Set directory modification time (using SetModTime) 2025/03/21 05:10:35 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.54s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina'", Local "Local file system at /tmp/rclone2160118273", Modify Window "1ms" 2025/03/21 05:10:38 DEBUG : sub dir/test remove existing: md5 = 3ab4b7a6e17a9865edbfae3c7c48c1a5 OK 2025/03/21 05:10:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = bf8aa5c09d5c5def7f785623fc274706 OK 2025/03/21 05:10:42 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.nicivuv8" before starting 2025/03/21 05:10:43 DEBUG : sub dir/test remove existing.nicivuv8: TEST: removing renamed existing file after operation 2025/03/21 05:10:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.janejic5" before starting 2025/03/21 05:10:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.janejic5: TEST: renaming existing back after failed operation 2025/03/21 05:10:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.miliyez1" before starting 2025/03/21 05:10:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.miliyez1: TEST: removing renamed existing file after operation 2025/03/21 05:10:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "7303npkqlggipjn4s6u85q8jjt9giuksn2l1l02iikivsq0el6va7j1is0it4d9gv6d44l9ttp9lu13bmbskoghf42e4r4vithckaqm0n65mt5euqcnaitf82fp0q3rgo2ctftvpgi02vktejepo6pfptrd741hmfajquj5umjoubdk0q530" 2025/03/21 05:10:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "hjlpb1g5q8ib9674qa93rg85r9igrut6iaci3gfgdtnh3molsk30" --- PASS: TestRemoveExisting (13.30s) === 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/03/21 05:10:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-diyuful3qina': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m23.329103534s (try 1/5)