"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/12/17 03:22:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu" 2024/12/17 03:22:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:22:13 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0" 2024/12/17 03:22:14 DEBUG : Creating backend with remote "/tmp/rclone3131515261" === 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-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/12/17 03:22:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/17 03:22:14 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/17 03:22:14 DEBUG : potato: Seek from 10 to 0 2024/12/17 03:22:14 DEBUG : potato: Seek from 10 to 0 2024/12/17 03:22:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/17 03:22:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/17 03:22:14 DEBUG : potato: Seek from 5 to 2 2024/12/17 03:22:14 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/17 03:22:14 DEBUG : potato: Seek from 7 to 0 2024/12/17 03:22:14 DEBUG : potato: Seek from 7 to 0 2024/12/17 03:22:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/17 03:22:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/17 03:22:14 DEBUG : potato: Seek from 5 to 2 2024/12/17 03:22:14 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/17 03:22:14 DEBUG : potato: Seek from 8 to 0 2024/12/17 03:22:14 DEBUG : potato: Seek from 8 to 0 2024/12/17 03:22:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/17 03:22:14 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/17 03:22:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/17 03:22:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/17 03:22:14 DEBUG : potato: Seek from 5 to 2 2024/12/17 03:22:14 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/17 03:22:14 DEBUG : potato: Seek from 9 to 0 2024/12/17 03:22:14 DEBUG : potato: Seek from 9 to 0 2024/12/17 03:22:14 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-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:22:17 DEBUG : rutabaga: md5 = 7a36e47374e102ad6e005dd3b55cbe4e OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/17 03:22:20 DEBUG : empty space: md5 = 728131012df3b35fbc81d5793d85e354 OK === RUN TestCheck/3 2024/12/17 03:22:22 DEBUG : potato2: md5 = 4a111898cb34bb0d775e39d61ee24ca3 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/17 03:22:24 DEBUG : remotepotato: md5 = ff52ac6bfc18efea7a654f94f5b84a91 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.21s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2024/12/17 03:22:28 DEBUG : Creating backend with remote "nonexistent" 2024/12/17 03:22:28 DEBUG : Creating backend with remote "nonexistent" 2024/12/17 03:22:28 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/17 03:22:28 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/12/17 03:22:28 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/17 03:22:28 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-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:22:29 DEBUG : rutabaga: md5 = 67d66db2b5f71244d30d5052f22ca69e OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/17 03:22:34 DEBUG : empty space: md5 = ad905807dc709b0206f7ab6c713d4da0 OK === RUN TestCheckDownload/3 2024/12/17 03:22:37 DEBUG : potato2: md5 = b22d2f4bfd562f105760d1693c031d1d OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/17 03:22:42 DEBUG : remotepotato: md5 = 2d742eca1117cfe7a1a7e22cdaf667f7 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.61s) --- PASS: TestCheckDownload/1 (1.45s) --- PASS: TestCheckDownload/2 (0.98s) --- PASS: TestCheckDownload/3 (0.88s) --- PASS: TestCheckDownload/4 (1.82s) --- PASS: TestCheckDownload/5 (1.23s) --- PASS: TestCheckDownload/6 (1.75s) --- PASS: TestCheckDownload/7 (1.62s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:22:50 DEBUG : rutabaga: md5 = d0dc18beaf9508721b0bd459e4ed3e5a OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/17 03:22:52 DEBUG : empty space: md5 = fc624943e2ee8b71f49a977f0fa4b8d1 OK === RUN TestCheckSizeOnly/3 2024/12/17 03:22:54 DEBUG : potato2: md5 = c00d2e219316c55e569cb5efdc0cba89 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/17 03:22:57 DEBUG : remotepotato: md5 = cd6261941e9ec155c18972815334e876 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.99s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.31s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.22s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:23:02 DEBUG : test.sum: md5 = 56607a94ce82e89a0880096c394fa64b OK 2024/12/17 03:23:03 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/17 03:23:03 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/17 03:23:03 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/17 03:23:03 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/17 03:23:05 DEBUG : test.sum: md5 = 106db71ca0ce61c5ec656ea232a07ef4 OK 2024/12/17 03:23:06 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/17 03:23:06 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/17 03:23:06 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/17 03:23:06 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.69s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:23:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/data" 2024/12/17 03:23:07 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu/data' lacks md5, skipping --- SKIP: TestCheckSum (1.91s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:23:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/data" 2024/12/17 03:23:09 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/vjrnln8ratgmqakfosrqe8espk" 2024/12/17 03:23:13 DEBUG : data/banana: md5 = ff99888bfb113267cc8426b79ccf9997 OK 2024/12/17 03:23:15 DEBUG : test.sum: md5 = f7eedb8259f7036a33fe3cc73fdd1886 OK === RUN TestCheckSumDownload/subtest1 2024/12/17 03:23:19 DEBUG : data/potato: md5 = 9e937eb02f7e974e1c3f077913ab6f3b OK 2024/12/17 03:23:21 DEBUG : test.sum: md5 = bdf706fb98c89849eab60fa94400a6c4 OK === RUN TestCheckSumDownload/subtest2 2024/12/17 03:23:25 DEBUG : test.sum: md5 = 95d7c4623085b5a8b5401f014ddf6b0c OK === RUN TestCheckSumDownload/subtest3 2024/12/17 03:23:30 DEBUG : test.sum: md5 = ed7ed5bcdac8214bba7718d428ee6872 OK === RUN TestCheckSumDownload/subtest4 2024/12/17 03:23:35 DEBUG : test.sum: md5 = 0acd4ebb96e7896234243912d6a0e6a2 OK === RUN TestCheckSumDownload/subtest5 2024/12/17 03:23:39 DEBUG : test.sum: md5 = 6a923d039cea3330ff051785b7b9f8b3 OK === RUN TestCheckSumDownload/subtest6 2024/12/17 03:23:44 DEBUG : data/banana: md5 = 097b83bf56b367c19758898aa868b570 OK 2024/12/17 03:23:45 DEBUG : data/potato: md5 = 196a30c39f881357457c7e6c0cd66aa6 OK 2024/12/17 03:23:47 DEBUG : test.sum: md5 = 902a366218f762edd86f39cba31850ba OK === RUN TestCheckSumDownload/subtest7 2024/12/17 03:23:54 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/12/17 03:23:54 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (45.58s) --- PASS: TestCheckSumDownload/subtest1 (2.63s) --- PASS: TestCheckSumDownload/subtest2 (2.21s) --- PASS: TestCheckSumDownload/subtest3 (2.98s) --- PASS: TestCheckSumDownload/subtest4 (2.79s) --- PASS: TestCheckSumDownload/subtest5 (2.20s) --- PASS: TestCheckSumDownload/subtest6 (2.56s) --- PASS: TestCheckSumDownload/subtest7 (3.70s) === RUN TestApplyTransforms 2024/12/17 03:23:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gapuduj0kibi" 2024/12/17 03:23:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:23:55 DEBUG : Creating backend with remote "TestDrive:crypt/0dqj0fvsh1avlh1ie8bdta3t9u8cth857dvd4bci3u5dnl946o70" 2024/12/17 03:23:56 DEBUG : Creating backend with remote "/tmp/rclone117848738" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gapuduj0kibi'", Local "Local file system at /tmp/rclone117848738", Modify Window "1ms" 2024/12/17 03:23:58 DEBUG : hello, world!: md5 = 8ed0c8070adc2411a619b84641cc899f OK upper checkfile vs. lower remote (without normalization) 2024/12/17 03:23:59 ERROR : hello, world!: sum not found 2024/12/17 03:23:59 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gapuduj0kibi' 2024/12/17 03:23:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuduj0kibi': 1 files missing 2024/12/17 03:23:59 NOTICE: 1 hashes missing 2024/12/17 03:23:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuduj0kibi': 2 differences found 2024/12/17 03:23:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuduj0kibi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/17 03:24:00 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuduj0kibi': 0 differences found 2024/12/17 03:24:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuduj0kibi': 1 matching files 2024/12/17 03:24:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biroxef1nace" 2024/12/17 03:24:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:24:00 DEBUG : Creating backend with remote "TestDrive:crypt/l9vm9m7eu1en0nahpfptoout19go4r77r4a4gg2u84lo04f8e03g" 2024/12/17 03:24:01 DEBUG : Creating backend with remote "/tmp/rclone1625987671" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biroxef1nace'", Local "Local file system at /tmp/rclone1625987671", Modify Window "1ms" 2024/12/17 03:24:04 DEBUG : HELLO, WORLD!: md5 = befb4ef25f77c6fa7bc16d17ac2b003c OK lower checkfile vs. upper remote (without normalization) 2024/12/17 03:24:04 ERROR : HELLO, WORLD!: sum not found 2024/12/17 03:24:04 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-biroxef1nace' 2024/12/17 03:24:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biroxef1nace': 1 files missing 2024/12/17 03:24:04 NOTICE: 1 hashes missing 2024/12/17 03:24:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biroxef1nace': 2 differences found 2024/12/17 03:24:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biroxef1nace': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/17 03:24:05 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biroxef1nace': 0 differences found 2024/12/17 03:24:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biroxef1nace': 1 matching files 2024/12/17 03:24:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gujekip4zowu" 2024/12/17 03:24:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:24:05 DEBUG : Creating backend with remote "TestDrive:crypt/1u6762s6cdb5d1qr31d849jrpq6leudm3qds90mmau8betk9lom0" 2024/12/17 03:24:06 DEBUG : Creating backend with remote "/tmp/rclone921782136" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gujekip4zowu'", Local "Local file system at /tmp/rclone921782136", Modify Window "1ms" 2024/12/17 03:24:09 DEBUG : HeLlO, wOrLd!: md5 = 1c90c78442722d5a8d24e03a81375590 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/17 03:24:09 ERROR : HeLlO, wOrLd!: sum not found 2024/12/17 03:24:09 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gujekip4zowu' 2024/12/17 03:24:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gujekip4zowu': 1 files missing 2024/12/17 03:24:09 NOTICE: 1 hashes missing 2024/12/17 03:24:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gujekip4zowu': 2 differences found 2024/12/17 03:24:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gujekip4zowu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/17 03:24:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gujekip4zowu': 0 differences found 2024/12/17 03:24:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gujekip4zowu': 1 matching files 2024/12/17 03:24:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zivoloc9gufi" 2024/12/17 03:24:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:24:11 DEBUG : Creating backend with remote "TestDrive:crypt/fuo4m7mevnqr137gge1qa0av8bpbhr2sd2o18dlraimbm4akh54g" 2024/12/17 03:24:12 DEBUG : Creating backend with remote "/tmp/rclone3045019464" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zivoloc9gufi'", Local "Local file system at /tmp/rclone3045019464", Modify Window "1ms" 2024/12/17 03:24:14 DEBUG : HELLO, WORLD!: md5 = be9ec0d6744f476add793349c1267804 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/17 03:24:15 ERROR : HELLO, WORLD!: sum not found 2024/12/17 03:24:15 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zivoloc9gufi' 2024/12/17 03:24:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivoloc9gufi': 1 files missing 2024/12/17 03:24:15 NOTICE: 1 hashes missing 2024/12/17 03:24:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivoloc9gufi': 2 differences found 2024/12/17 03:24:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivoloc9gufi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/17 03:24:16 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivoloc9gufi': 0 differences found 2024/12/17 03:24:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivoloc9gufi': 1 matching files 2024/12/17 03:24:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xajisuv6tuyu" 2024/12/17 03:24:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:24:16 DEBUG : Creating backend with remote "TestDrive:crypt/se6ma4i3r509bvl2c3af4tu8flsafrdfkfmhakec0pbi7mcneijg" 2024/12/17 03:24:17 DEBUG : Creating backend with remote "/tmp/rclone1951364214" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xajisuv6tuyu'", Local "Local file system at /tmp/rclone1951364214", Modify Window "1ms" 2024/12/17 03:24:20 DEBUG : 測試_Русский___ě_áñ: md5 = b40eb38d301e4b37bc41da0083c82dab OK NFD checkfile vs. NFC remote (without normalization) 2024/12/17 03:24:20 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/17 03:24:20 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xajisuv6tuyu' 2024/12/17 03:24:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xajisuv6tuyu': 1 files missing 2024/12/17 03:24:20 NOTICE: 1 hashes missing 2024/12/17 03:24:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xajisuv6tuyu': 2 differences found 2024/12/17 03:24:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xajisuv6tuyu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/17 03:24:21 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xajisuv6tuyu': 0 differences found 2024/12/17 03:24:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xajisuv6tuyu': 1 matching files 2024/12/17 03:24:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zumaxez4piwa" 2024/12/17 03:24:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:24:22 DEBUG : Creating backend with remote "TestDrive:crypt/nm2veff7e1m8agqji9qckb9d3goqb6g6n0c2rg4limlt54les510" 2024/12/17 03:24:22 DEBUG : Creating backend with remote "/tmp/rclone4072888783" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zumaxez4piwa'", Local "Local file system at /tmp/rclone4072888783", Modify Window "1ms" 2024/12/17 03:24:25 DEBUG : 測試_Русский___ě_áñ: md5 = b7a9baf52991a8f04f2b47923e6bc5e5 OK NFC checkfile vs. NFD remote (without normalization) 2024/12/17 03:24:26 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/17 03:24:26 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zumaxez4piwa' 2024/12/17 03:24:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zumaxez4piwa': 1 files missing 2024/12/17 03:24:26 NOTICE: 1 hashes missing 2024/12/17 03:24:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zumaxez4piwa': 2 differences found 2024/12/17 03:24:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zumaxez4piwa': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/17 03:24:27 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zumaxez4piwa': 0 differences found 2024/12/17 03:24:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zumaxez4piwa': 1 matching files 2024/12/17 03:24:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijawan8wiyi" 2024/12/17 03:24:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:24:27 DEBUG : Creating backend with remote "TestDrive:crypt/ikd32qn7s9ijcj07ol44seerg013dnosuulsrfk05h47tehkd5vg" 2024/12/17 03:24:28 DEBUG : Creating backend with remote "/tmp/rclone2553165667" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijawan8wiyi'", Local "Local file system at /tmp/rclone2553165667", Modify Window "1ms" 2024/12/17 03:24:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = dce3ff109b18a5cfb9579136732a7fb6 OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/17 03:24:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/17 03:24:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kijawan8wiyi' 2024/12/17 03:24:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kijawan8wiyi': 1 files missing 2024/12/17 03:24:31 NOTICE: 1 hashes missing 2024/12/17 03:24:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kijawan8wiyi': 2 differences found 2024/12/17 03:24:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kijawan8wiyi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/17 03:24:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kijawan8wiyi': 0 differences found 2024/12/17 03:24:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kijawan8wiyi': 1 matching files 2024/12/17 03:24:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xeheqah3gudi" 2024/12/17 03:24:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:24:33 DEBUG : Creating backend with remote "TestDrive:crypt/fe61c8vkcnihr8h9pk5puhlj8atner0cl8s5k97ri9v7is1m2i20" 2024/12/17 03:24:34 DEBUG : Creating backend with remote "/tmp/rclone2646465383" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xeheqah3gudi'", Local "Local file system at /tmp/rclone2646465383", Modify Window "1ms" 2024/12/17 03:24:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3f484496422fa74917c3bea862ba4d05 OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/17 03:24:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/17 03:24:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xeheqah3gudi' 2024/12/17 03:24:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeheqah3gudi': 1 files missing 2024/12/17 03:24:37 NOTICE: 1 hashes missing 2024/12/17 03:24:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeheqah3gudi': 2 differences found 2024/12/17 03:24:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeheqah3gudi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/17 03:24:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeheqah3gudi': 0 differences found 2024/12/17 03:24:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeheqah3gudi': 1 matching files 2024/12/17 03:24:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zitagux3rapu" 2024/12/17 03:24:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:24:38 DEBUG : Creating backend with remote "TestDrive:crypt/huoo7fnga9r97vunljt8ikmm03frqsimi6omvp1857ts4d5c6nmg" 2024/12/17 03:24:39 DEBUG : Creating backend with remote "/tmp/rclone3878560569" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zitagux3rapu'", Local "Local file system at /tmp/rclone3878560569", Modify Window "1ms" 2024/12/17 03:24:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 61dd59039544d336e5acaa25f0163d67 OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/17 03:24:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/17 03:24:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zitagux3rapu' 2024/12/17 03:24:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zitagux3rapu': 1 files missing 2024/12/17 03:24:42 NOTICE: 1 hashes missing 2024/12/17 03:24:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zitagux3rapu': 2 differences found 2024/12/17 03:24:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zitagux3rapu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/17 03:24:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zitagux3rapu': 0 differences found 2024/12/17 03:24:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zitagux3rapu': 1 matching files 2024/12/17 03:24:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zaxaqip3qufi" 2024/12/17 03:24:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:24:44 DEBUG : Creating backend with remote "TestDrive:crypt/ld1jqpic3486ndoebasubhgpapclhc9p10b2hqrqo5f5bmp45i10" 2024/12/17 03:24:45 DEBUG : Creating backend with remote "/tmp/rclone2409297168" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zaxaqip3qufi'", Local "Local file system at /tmp/rclone2409297168", Modify Window "1ms" 2024/12/17 03:24:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6183c91f6ae08a03c5b6e895efe2981d OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/17 03:24:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/17 03:24:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zaxaqip3qufi' 2024/12/17 03:24:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zaxaqip3qufi': 1 files missing 2024/12/17 03:24:48 NOTICE: 1 hashes missing 2024/12/17 03:24:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zaxaqip3qufi': 2 differences found 2024/12/17 03:24:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zaxaqip3qufi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/17 03:24:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/17 03:24:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zaxaqip3qufi': 0 differences found 2024/12/17 03:24:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zaxaqip3qufi': 1 matching files 2024/12/17 03:24:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zaxaqip3qufi': Purge remote 2024/12/17 03:24:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zitagux3rapu': Purge remote 2024/12/17 03:24:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xeheqah3gudi': Purge remote 2024/12/17 03:24:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijawan8wiyi': Purge remote 2024/12/17 03:24:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zumaxez4piwa': Purge remote 2024/12/17 03:24:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xajisuv6tuyu': Purge remote 2024/12/17 03:24:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zivoloc9gufi': Purge remote 2024/12/17 03:24:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gujekip4zowu': Purge remote 2024/12/17 03:24:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biroxef1nace': Purge remote 2024/12/17 03:24:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gapuduj0kibi': Purge remote --- PASS: TestApplyTransforms (60.82s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:24:56 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/17 03:24:58 DEBUG : sub/file2: md5 = 8217b081e79e6a625e118dce636a0871 OK 2024/12/17 03:24:58 INFO : file1: Copied (new) to: sub/file2 2024/12/17 03:24:59 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/17 03:24:59 DEBUG : file1: Unchanged skipping 2024/12/17 03:25:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': don't need to copy/move sub/file2, it is already at target location 2024/12/17 03:25:01 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.73s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.42s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:25:05 DEBUG : dst/file1: md5 = bee6efeb321ff593b148d802e8981be1 OK 2024/12/17 03:25:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/backup" 2024/12/17 03:25:06 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/1nrff024r7pq65ecp72fc28jb0" 2024/12/17 03:25:08 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/17 03:25:11 INFO : dst/file1: Moved (server-side) 2024/12/17 03:25:12 DEBUG : dst/file1: md5 = 2388beb12a3b8d76c87ba64ced0996ae OK 2024/12/17 03:25:12 INFO : dst/file1: Copied (new) 2024/12/17 03:25:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 03:25:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 03:25:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.11s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:25:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/dst" 2024/12/17 03:25:18 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 03:25:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/CompareDest" 2024/12/17 03:25:19 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/gveqi14airsml4bgu7krj116o8" 2024/12/17 03:25:21 DEBUG : one: Need to transfer - File not found at Destination 2024/12/17 03:25:24 DEBUG : one: md5 = 8952edf560124f15595d69adf4e105b6 OK 2024/12/17 03:25:24 INFO : one: Copied (new) 2024/12/17 03:25:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 03:25:27 DEBUG : one: md5 = 9ad6b6c8a1100fac65ac09046f0b32f7 OK 2024/12/17 03:25:27 INFO : one: Copied (replaced existing) 2024/12/17 03:25:29 DEBUG : dst/one: md5 = f8e2d068d82c1426868f3bb5fe2b1f46 OK 2024/12/17 03:25:31 DEBUG : CompareDest/one: md5 = 75874a472128adefed15fc048b041d9a OK 2024/12/17 03:25:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 03:25:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 03:25:33 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/17 03:25:35 DEBUG : CompareDest/two: md5 = bed2a7d679f96e0bee66cc20ecea5986 OK 2024/12/17 03:25:35 DEBUG : two: Need to transfer - File not found at Destination 2024/12/17 03:25:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 03:25:36 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/17 03:25:36 DEBUG : two: Need to transfer - File not found at Destination 2024/12/17 03:25:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 03:25:37 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/17 03:25:38 DEBUG : two: Need to transfer - File not found at Destination 2024/12/17 03:25:38 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/17 03:25:40 DEBUG : two: md5 = 56dc4c2dca036221c44c59dac63d373e OK 2024/12/17 03:25:40 INFO : two: Copied (new) 2024/12/17 03:25:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 03:25:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:25:44 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 03:25:44 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (27.12s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:25:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/dst" 2024/12/17 03:25:45 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 03:25:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/CopyDest" 2024/12/17 03:25:46 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/17 03:25:48 DEBUG : one: Need to transfer - File not found at Destination 2024/12/17 03:25:51 DEBUG : one: md5 = 076c9c2a1c8b94f596cc066c8b51d28b OK 2024/12/17 03:25:51 INFO : one: Copied (new) 2024/12/17 03:25:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 03:25:53 DEBUG : one: md5 = f18dee9332a4141c84cec85d881bfb03 OK 2024/12/17 03:25:53 INFO : one: Copied (replaced existing) 2024/12/17 03:25:55 DEBUG : dst/one: md5 = 44002951121ddbbb783b3888672906d2 OK 2024/12/17 03:25:58 DEBUG : CopyDest/one: md5 = 814ea4b34d29d345b4a3afc40f385561 OK 2024/12/17 03:25:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/BackupDir" 2024/12/17 03:25:59 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/17 03:26:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 03:26:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 03:26:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/17 03:26:03 INFO : one: Moved (server-side) 2024/12/17 03:26:04 INFO : one: Copied (server-side copy) 2024/12/17 03:26:04 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/17 03:26:06 DEBUG : CopyDest/two: md5 = e65e7bf1b1873e36d352cac6d0b179e4 OK 2024/12/17 03:26:07 DEBUG : two: Need to transfer - File not found at Destination 2024/12/17 03:26:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 03:26:09 INFO : two: Copied (server-side copy) 2024/12/17 03:26:09 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/17 03:26:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/17 03:26:09 DEBUG : two: Unchanged skipping 2024/12/17 03:26:12 DEBUG : CopyDest/three: md5 = d5f01b85b4637f302f8803d2707a557b OK 2024/12/17 03:26:12 DEBUG : three: Need to transfer - File not found at Destination 2024/12/17 03:26:13 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/17 03:26:13 DEBUG : three: Destination not found in --copy-dest 2024/12/17 03:26:14 DEBUG : three: md5 = f51a3c19129425a9c40dd96d99df3ea4 OK 2024/12/17 03:26:14 INFO : three: Copied (new) 2024/12/17 03:26:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/17 03:26:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:26:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 03:26:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 03:26:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/17 03:26:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:26:21 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (36.95s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.48s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:26:23 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/17 03:26:26 DEBUG : TestCopyFileMaxTransfer/file1: md5 = ac53c0863d19f21e5b7b0104deb2864a OK 2024/12/17 03:26:26 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/17 03:26:26 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/17 03:26:26 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/12/17 03:26:27 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/17 03:26:29 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/17 03:26:30 DEBUG : TestCopyFileMaxTransfer/file4: md5 = d454c8f755b8d68cdf568f3e52825c87 OK 2024/12/17 03:26:30 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/17 03:26:33 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/17 03:26:33 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.97s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:26:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Looking for duplicate names using skip mode. 2024/12/17 03:26:38 NOTICE: one: Found 2 files with duplicate names 2024/12/17 03:26:38 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.44s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:26:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Looking for duplicate names using skip mode. 2024/12/17 03:26:44 NOTICE: one: Found 3 files with duplicate names 2024/12/17 03:26:44 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/17 03:26:45 INFO : one: Deleted 2024/12/17 03:26:45 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.11s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:26:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Looking for duplicate names using first mode. 2024/12/17 03:26:52 NOTICE: one: Found 3 files with duplicate names 2024/12/17 03:26:53 INFO : one: Deleted 2024/12/17 03:26:53 INFO : one: Deleted 2024/12/17 03:26:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (10.57s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:27:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Looking for duplicate names using newest mode. 2024/12/17 03:27:02 NOTICE: one: Found 3 files with duplicate names 2024/12/17 03:27:02 INFO : one: Deleted 2024/12/17 03:27:03 INFO : one: Deleted 2024/12/17 03:27:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.06s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:27:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Looking for duplicate names using oldest mode. 2024/12/17 03:27:09 NOTICE: one: Found 3 files with duplicate names 2024/12/17 03:27:10 INFO : one: Deleted 2024/12/17 03:27:10 INFO : one: Deleted 2024/12/17 03:27:10 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.12s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:27:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Looking for duplicate names using largest mode. 2024/12/17 03:27:16 NOTICE: one: Found 3 files with duplicate names 2024/12/17 03:27:17 INFO : one: Deleted 2024/12/17 03:27:18 INFO : one: Deleted 2024/12/17 03:27:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.91s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:27:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Looking for duplicate names using smallest mode. 2024/12/17 03:27:24 NOTICE: one: Found 3 files with duplicate names 2024/12/17 03:27:24 INFO : one: Deleted 2024/12/17 03:27:25 INFO : one: Deleted 2024/12/17 03:27:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.13s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:27:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Looking for duplicate names using rename mode. 2024/12/17 03:27:32 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/17 03:27:34 INFO : one-2.txt: renamed from: one.txt 2024/12/17 03:27:35 INFO : one-3.txt: renamed from: one.txt 2024/12/17 03:27:36 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.42s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:27:42 DEBUG : dupe1/one.txt: md5 = 6a3a31f4ad91f034fd39474b68f46e74 OK 2024/12/17 03:27:44 DEBUG : dupe2/two.txt: md5 = c8491dc23157afaed3fbfbc22d55561c OK 2024/12/17 03:27:47 DEBUG : dupe3/three.txt: md5 = fbc41f6b9fb11b8dab2b1f8cd51b6cc0 OK 2024/12/17 03:27:47 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/17 03:27:48 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/17 03:27:49 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/17 03:27:50 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/17 03:27:53 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/17 03:27:53 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/17 03:27:53 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.82s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:27:56 DEBUG : a.txt: md5 = 99237ef6aee08bdd26e90c8532ee2739 OK 2024/12/17 03:27:57 DEBUG : zend.txt: md5 = 7dbe0859c092f54e21e57710f70137dd OK 2024/12/17 03:28:00 DEBUG : sub dir/hello world: md5 = 50e6f41eb53edd59836be9551ef96ee0 OK 2024/12/17 03:28:01 DEBUG : sub dir/hello world2: md5 = 3f410662c68680c4a0850bb5c25ffe86 OK 2024/12/17 03:28:04 DEBUG : sub dir/ignore dir/.ignore: md5 = 6f17fca382898c875741e2761da1024a OK 2024/12/17 03:28:05 DEBUG : sub dir/ignore dir/should be ignored: md5 = 42364669fb1d03de8b8a97897aa68851 OK 2024/12/17 03:28:08 DEBUG : sub dir/sub sub dir/hello world3: md5 = 85da3f97524f290bec2b4dd9a9a008b5 OK 2024/12/17 03:28:09 DEBUG : a.txt: Excluded (Size Filter) 2024/12/17 03:28:09 DEBUG : a.txt: Excluded 2024/12/17 03:28:10 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/17 03:28:10 DEBUG : sub dir/hello world: Excluded 2024/12/17 03:28:10 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/17 03:28:10 DEBUG : sub dir/hello world2: Excluded 2024/12/17 03:28:10 DEBUG : sub dir/ignore dir: Excluded 2024/12/17 03:28:10 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/17 03:28:10 DEBUG : sub dir/hello world: Excluded 2024/12/17 03:28:10 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/17 03:28:10 DEBUG : sub dir/hello world2: Excluded 2024/12/17 03:28:11 DEBUG : sub dir/ignore dir: Excluded 2024/12/17 03:28:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/17 03:28:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/17 03:28:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/17 03:28:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/17 03:28:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/17 03:28:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/12/17 03:28:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (24.34s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:28:20 DEBUG : file1: md5 = f668f9dff3ffded3109656e7b1363a56 OK 2024/12/17 03:28:23 DEBUG : sub/file2: md5 = 59f576f7c33e496f9667e296e7280175 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2024/12/17 03:28:26 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/17 03:28:26 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/17 03:28:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/17 03:28:28 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.51s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.21s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.29s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.63s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:28:31 DEBUG : file1: md5 = 53019a6bf5fae58ab0632279c6d8cc37 OK 2024/12/17 03:28:33 DEBUG : sub/file2: md5 = 4296ef5ceb8e2d2a6e6d812470f81c6d OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2024/12/17 03:28:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/notfound" 2024/12/17 03:28:37 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/qe0i31qdkoejk60elps0ni5sqk" 2024/12/17 03:28:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.03s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.54s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.68s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:28:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Making directory 2024/12/17 03:28:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:28:44 DEBUG : sub dir/hello world: md5 = 8e978e332ad7aea7ae41584ce89630c4 OK 2024/12/17 03:28:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.49s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:28:49 DEBUG : potato2: md5 = 09f233a8c055b09bb5695b8373751387 OK 2024/12/17 03:28:50 DEBUG : empty space: md5 = c52e92568ed3f71202ebc5fa6602ec5d OK --- PASS: TestLs (5.10s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:28:54 DEBUG : potato2: md5 = 762dcb1f350ac16b421fe09481dd2b5c OK 2024/12/17 03:28:55 DEBUG : empty space: md5 = d5c80c58af851fd30cbcf677167f82c4 OK 2024/12/17 03:28:56 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/12/17 03:28:56 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.28s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:28:59 DEBUG : potato2: md5 = fdea583c3142ffd53925aff18ead6cf4 OK 2024/12/17 03:29:01 DEBUG : empty space: md5 = fdf2b02fb3a9a7dc26a240da77053a81 OK --- PASS: TestLsLong (4.98s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:29:04 DEBUG : potato2: md5 = 5c220eb014e7c3839c61be6622308202 OK 2024/12/17 03:29:06 DEBUG : empty space: md5 = 68b8360c776d9b5c47fee7c9f1e4a01e OK --- PASS: TestHashSums (5.05s) === RUN TestHashSumsWithErrors 2024/12/17 03:29:08 DEBUG : Creating backend with remote ":memory:" 2024/12/17 03:29:08 DEBUG : Config file has changed externally - reloading 2024/12/17 03:29:08 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/12/17 03:29:08 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/17 03:29:08 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/17 03:29:08 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/17 03:29:08 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/17 03:29:08 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/17 03:29:08 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/17 03:29:08 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/17 03:29:08 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-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:29:09 DEBUG : potato2: md5 = 2887cf40631516746aca6b7f76153ea4 OK 2024/12/17 03:29:11 DEBUG : empty space: md5 = e1bfde82a8ebd3a0b158422c00edae4c OK 2024/12/17 03:29:13 DEBUG : sub dir/potato3: md5 = 353e6a797b507a2fade826cd12f2be4e OK 2024/12/17 03:29:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.64s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:29:19 DEBUG : small: md5 = 9a04b061b6fcddabaf0b9602247abbce OK 2024/12/17 03:29:20 DEBUG : medium: md5 = dd67bffaeb485a69a368002e1443c529 OK 2024/12/17 03:29:22 DEBUG : large: md5 = e97aa2b6098c22304052ce23573ff394 OK 2024/12/17 03:29:22 DEBUG : Waiting for deletions to finish 2024/12/17 03:29:22 DEBUG : large: Excluded (Size Filter) 2024/12/17 03:29:23 INFO : small: Deleted 2024/12/17 03:29:23 INFO : medium: Deleted --- PASS: TestDelete (6.80s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:29:26 DEBUG : small: md5 = 414de0285d1f97e34f05052c38b99be2 OK 2024/12/17 03:29:27 DEBUG : medium: md5 = 9dc41d5089465fb59a21b892367a82e0 OK 2024/12/17 03:29:29 DEBUG : large: md5 = 30828d5197ad48338ad43feccd374b84 OK 2024/12/17 03:29:29 DEBUG : Waiting for deletions to finish 2024/12/17 03:29:29 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/12/17 03:29:30 INFO : small: Deleted 2024/12/17 03:29:30 INFO : medium: Deleted --- PASS: TestMaxDelete (7.28s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:29:33 DEBUG : small: md5 = 6e090d141762c36d8f438dcc7246307a OK 2024/12/17 03:29:34 DEBUG : medium: md5 = 265f77d7dc6e84a3d718c8790933dd58 OK 2024/12/17 03:29:36 DEBUG : large: md5 = fca1b714b14864106bc5bef00ee1ee30 OK 2024/12/17 03:29:36 DEBUG : Waiting for deletions to finish 2024/12/17 03:29:37 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/17 03:29:37 INFO : small: Deleted 2024/12/17 03:29:37 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.51s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:29:41 DEBUG : small: md5 = 45f0df213c226063b27a1363b082336d OK 2024/12/17 03:29:42 DEBUG : medium: md5 = 2009b38a0b908b24c57cbe1db76f0eb1 OK 2024/12/17 03:29:44 DEBUG : large: md5 = 6f46ed1e188a0698375091792c1e5c24 OK 2024/12/17 03:29:44 DEBUG : Waiting for deletions to finish 2024/12/17 03:29:44 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/12/17 03:29:45 INFO : small: Deleted 2024/12/17 03:29:45 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.82s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:29:48 DEBUG : ReadFile: md5 = a6b63862bf1318591fb1587bc234c79f OK --- PASS: TestReadFile (4.57s) === RUN TestRetry 2024/12/17 03:29:51 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/17 03:29:51 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/17 03:29:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/17 03:29:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/17 03:29:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/17 03:29:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/17 03:29:51 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-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:29:53 DEBUG : file1: md5 = 3dcb418936f7d321409575a5974802a6 OK 2024/12/17 03:29:54 DEBUG : file2: md5 = 1edf24172e1994c5ade6e49e053005b0 OK --- PASS: TestCat (19.72s) === RUN TestPurge 2024/12/17 03:30:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-baguyad4zapo" 2024/12/17 03:30:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/17 03:30:11 DEBUG : Creating backend with remote "TestDrive:crypt/qo9a1neha9n6o08338oa8td0nt1dd1b6tdb0tmdcaal7tcf10f40" 2024/12/17 03:30:12 DEBUG : Creating backend with remote "/tmp/rclone3422538165" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-baguyad4zapo'", Local "Local file system at /tmp/rclone3422538165", Modify Window "1ms" 2024/12/17 03:30:18 DEBUG : A1/B1/C1/one: md5 = 87d79ef4643fcabef5472436a3254420 OK 2024/12/17 03:30:18 DEBUG : A2: Making directory 2024/12/17 03:30:18 DEBUG : A1/B2: Making directory 2024/12/17 03:30:20 DEBUG : A1/B2/C2: Making directory 2024/12/17 03:30:21 DEBUG : A1/B1/C3: Making directory 2024/12/17 03:30:21 DEBUG : A3: Making directory 2024/12/17 03:30:22 DEBUG : A3/B3: Making directory 2024/12/17 03:30:23 DEBUG : A3/B3/C4: Making directory 2024/12/17 03:30:26 DEBUG : A1/two: md5 = 3d1bdcc74a98340c1f31c460179aa889 OK 2024/12/17 03:30:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-baguyad4zapo': Purge remote 2024/12/17 03:30:30 NOTICE: purge failed: directory not found --- PASS: TestPurge (19.19s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:30:34 DEBUG : A1/B1/C1/one: md5 = f54ee044f15039f7644ac77a5682f81e OK 2024/12/17 03:30:34 DEBUG : A2: Making directory 2024/12/17 03:30:35 DEBUG : A1/B2: Making directory 2024/12/17 03:30:36 DEBUG : A1/B2/C2: Making directory 2024/12/17 03:30:37 DEBUG : A1/B1/C3: Making directory 2024/12/17 03:30:38 DEBUG : A3: Making directory 2024/12/17 03:30:39 DEBUG : A3/B3: Making directory 2024/12/17 03:30:40 DEBUG : A3/B3/C4: Making directory 2024/12/17 03:30:43 DEBUG : A1/two: md5 = 8c93ed525e7c5cc4ef24cbb42e41cda2 OK 2024/12/17 03:30:44 DEBUG : removing 1 level 3 directories 2024/12/17 03:30:44 INFO : A3/B3/C4: Removing directory 2024/12/17 03:30:47 DEBUG : removing 2 level 3 directories 2024/12/17 03:30:47 INFO : A1/B2/C2: Removing directory 2024/12/17 03:30:47 INFO : A1/B1/C3: Removing directory 2024/12/17 03:30:48 DEBUG : removing 2 level 2 directories 2024/12/17 03:30:48 INFO : A3/B3: Removing directory 2024/12/17 03:30:48 INFO : A1/B2: Removing directory 2024/12/17 03:30:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/17 03:30:48 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/17 03:30:49 DEBUG : removing 2 level 1 directories 2024/12/17 03:30:49 INFO : A3: Removing directory 2024/12/17 03:30:49 INFO : A2: Removing directory 2024/12/17 03:30:49 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/17 03:30:53 DEBUG : removing 1 level 3 directories 2024/12/17 03:30:53 INFO : A1/B1/C1: Removing directory 2024/12/17 03:30:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:54 DEBUG : removing 1 level 2 directories 2024/12/17 03:30:54 INFO : A1/B1: Removing directory 2024/12/17 03:30:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/17 03:30:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 03:30:54 DEBUG : removing 1 level 1 directories 2024/12/17 03:30:54 INFO : A1: Removing directory 2024/12/17 03:30:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/17 03:30:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/17 03:30:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 03:30:55 DEBUG : removing 1 level 0 directories 2024/12/17 03:30:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Removing directory 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/17 03:30:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (26.79s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:30:58 DEBUG : A1: Making directory 2024/12/17 03:30:59 DEBUG : A1/B1: Making directory 2024/12/17 03:31:00 DEBUG : A1/B1/C1: Making directory 2024/12/17 03:31:03 DEBUG : removing 1 level 3 directories 2024/12/17 03:31:03 INFO : A1/B1/C1: Removing directory 2024/12/17 03:31:03 DEBUG : removing 1 level 2 directories 2024/12/17 03:31:03 INFO : A1/B1: Removing directory 2024/12/17 03:31:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 03:31:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.34s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:31:06 DEBUG : A1: Making directory 2024/12/17 03:31:07 DEBUG : A1/B1: Making directory 2024/12/17 03:31:08 DEBUG : A1/B1/C1: Making directory 2024/12/17 03:31:11 DEBUG : removing 1 level 3 directories 2024/12/17 03:31:11 INFO : A1/B1/C1: Removing directory 2024/12/17 03:31:12 DEBUG : removing 1 level 2 directories 2024/12/17 03:31:12 INFO : A1/B1: Removing directory 2024/12/17 03:31:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 03:31:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.02s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:31:16 DEBUG : file1: md5 = 874df7876968b9011a9d6b1cdf15d975 OK 2024/12/17 03:31:17 DEBUG : filename.txt: File name found in url 2024/12/17 03:31:18 DEBUG : filename.txt: md5 = 92521538ca064fdb43768c9bd4df54a4 OK 2024/12/17 03:31:18 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/17 03:31:20 DEBUG : headerfilename.txt: md5 = 905816113649ac3296b51c53feaae958 OK 2024/12/17 03:31:22 DEBUG : file2: md5 = 6a9449d79be179ab9ae05e54b066d892 OK --- PASS: TestCopyURL (10.27s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:31:25 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/17 03:31:27 DEBUG : sub/file2: md5 = c091285696a8c965b4445b3d02f83268 OK 2024/12/17 03:31:27 INFO : file1: Copied (new) to: sub/file2 2024/12/17 03:31:27 INFO : file1: Deleted 2024/12/17 03:31:28 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/17 03:31:28 DEBUG : file1: Unchanged skipping 2024/12/17 03:31:28 INFO : file1: Deleted 2024/12/17 03:31:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': don't need to copy/move sub/file2, it is already at target location 2024/12/17 03:31:30 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.61s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:31:31 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/17 03:31:33 DEBUG : file1: md5 = 1be5930826ead6e0c1e7684e444b4129 OK 2024/12/17 03:31:33 INFO : file1: Copied (new) 2024/12/17 03:31:33 INFO : file1: Deleted 2024/12/17 03:31:34 DEBUG : file1: Destination exists, skipping 2024/12/17 03:31:34 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.80s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:31:39 DEBUG : dst/file1: md5 = b21fe1f0655102ab8a123789f1d1d76e OK 2024/12/17 03:31:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zarogec1zocu/backup" 2024/12/17 03:31:40 DEBUG : Config file has changed externally - reloading 2024/12/17 03:31:40 DEBUG : Creating backend with remote "TestDrive:crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0/1nrff024r7pq65ecp72fc28jb0" 2024/12/17 03:31:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/17 03:31:45 INFO : dst/file1: Moved (server-side) 2024/12/17 03:31:46 DEBUG : dst/file1: md5 = 129e80db2d7674a46a6b982420fa5ab6 OK 2024/12/17 03:31:46 INFO : dst/file1: Copied (new) 2024/12/17 03:31:46 INFO : dst/file1: Deleted 2024/12/17 03:31:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 03:31:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/17 03:31:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.98s) === 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-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:31:54 DEBUG : A1/one: md5 = fdc6e076556da6faa354104095dd6697 OK 2024/12/17 03:31:56 DEBUG : A1/two: md5 = d43144de290eaf8bb0b7da3f1c46dce1 OK 2024/12/17 03:31:59 DEBUG : A1/B1/three: md5 = cd65c1b8273ef2435f1d37352b958218 OK 2024/12/17 03:32:01 DEBUG : A1/B1/C1/four: md5 = 2acddd7d1c4ede7c83d87aeeb87db382 OK 2024/12/17 03:32:04 DEBUG : A1/B1/C2/five: md5 = 5a8fec1f17ccb5c8b39c00b4b7d13abb OK 2024/12/17 03:32:04 DEBUG : A1/B2: Making directory 2024/12/17 03:32:05 DEBUG : A1/B1/C3: Making directory 2024/12/17 03:32:17 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/17 03:32:17 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/17 03:32:17 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/17 03:32:17 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/17 03:32:18 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/17 03:32:21 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/17 03:32:21 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/17 03:32:21 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 03:32:22 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/17 03:32:22 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/17 03:32:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/17 03:32:32 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/17 03:32:32 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/17 03:32:32 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/17 03:32:32 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/17 03:32:32 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/17 03:32:36 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/17 03:32:36 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/17 03:32:36 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 03:32:37 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/17 03:32:37 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/17 03:32:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/17 03:32:45 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/17 03:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/17 03:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/17 03:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/17 03:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/17 03:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/17 03:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/17 03:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/17 03:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (55.29s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:32:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': File to upload is small (34 bytes), uploading instead of streaming 2024/12/17 03:32:49 DEBUG : no_checksum_small_file_from_pipe: md5 = 942910827c9cd4832db89e7cabbe936e OK 2024/12/17 03:32:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/17 03:32:49 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/17 03:32:50 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/17 03:32:51 DEBUG : no_checksum_big_file_from_pipe: md5 = 97cc3e5c5e70fc6aad82eb1111dfc8e9 OK 2024/12/17 03:32:51 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-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:32:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': File to upload is small (34 bytes), uploading instead of streaming 2024/12/17 03:32:55 DEBUG : with_checksum_small_file_from_pipe: md5 = a013cf4ecec307b4182eb5db3adae1bd OK 2024/12/17 03:32:55 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/17 03:32:56 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/17 03:32:57 DEBUG : with_checksum_big_file_from_pipe: md5 = 7b930d47a5dd3566f321da6fa7818729 OK 2024/12/17 03:32:57 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-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:32:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': File to upload is small (34 bytes), uploading instead of streaming 2024/12/17 03:33:01 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/17 03:33:01 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/17 03:33:02 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-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:33:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': File to upload is small (34 bytes), uploading instead of streaming 2024/12/17 03:33:06 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/17 03:33:07 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/17 03:33:08 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.21s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.62s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.51s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.56s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.52s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/17 03:33:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': File to upload is small (48 bytes), uploading instead of streaming 2024/12/17 03:33:12 DEBUG : rcat_metadata: md5 = 3797ba400ed515f58ae88c772d505f18 OK 2024/12/17 03:33:12 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/17 03:33:14 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/17 03:33:15 DEBUG : rcat_metadata_uploadcutoff0: md5 = 97d124faa6d411bebedf1dc5d6743b11 OK 2024/12/17 03:33:15 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.47s) --- PASS: TestRcatMetadata/Normal (2.84s) --- PASS: TestRcatMetadata/ViaDisk (3.15s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:33:18 DEBUG : potato1: md5 = 9c5c3d2cd8aa9cd847c55dc7987c2270 OK 2024/12/17 03:33:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': File to upload is small (60 bytes), uploading instead of streaming 2024/12/17 03:33:19 DEBUG : potato2: md5 = dc26b5f54d208f37c073bd5e5646b391 OK 2024/12/17 03:33:19 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.98s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:33:23 DEBUG : potato1: md5 = 5fa33df54cf8128e7c08e0464291c804 OK 2024/12/17 03:33:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': File to upload is small (60 bytes), uploading instead of streaming 2024/12/17 03:33:25 DEBUG : potato2: md5 = 1f589885fb5048c8a9ad6e501c738267 OK 2024/12/17 03:33:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.91s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:33:29 DEBUG : potato2: md5 = e0724bdbcaf12500801d656102cc5e27 OK 2024/12/17 03:33:31 DEBUG : empty space: md5 = 2f4bb3da4d8c8dd274b86c0bee382339 OK 2024/12/17 03:33:33 DEBUG : sub dir/potato3: md5 = 334cb2699cf163d206c66747ec487585 OK 2024/12/17 03:33:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Touching "empty space" 2024/12/17 03:33:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Touching "potato2" 2024/12/17 03:33:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Touching "sub dir/potato3" 2024/12/17 03:33:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.28s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:33:39 DEBUG : dir with metadata: Making directory with metadata 2024/12/17 03:33:40 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.68s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:33:42 DEBUG : directory with modtime: Making directory with metadata 2024/12/17 03:33:43 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.76s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:33:45 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/17 03:33:45 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/17 03:33:45 DEBUG : Google drive root 'crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0': Skipping btime metadata as can't update it on an existing file: 2024-12-17T03:33:45.401341537Z 2024/12/17 03:33:46 INFO : non existent directory: Updated directory metadata 2024/12/17 03:33:48 DEBUG : Google drive root 'crypt/q3l7idpvla46gcnbi8098uceiqh6eqnpjsm1esha8htgr4ovdob0': Skipping btime metadata as can't update it on an existing file: 2024-12-17T03:33:45.401341537Z 2024/12/17 03:33:49 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.60s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:33:50 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/17 03:33:53 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/17 03:33:55 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (6.01s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:33:57 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/17 03:33:57 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/17 03:33:57 DEBUG : dst: Making directory with metadata 2024/12/17 03:33:57 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/17 03:33:57 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/17 03:33:58 INFO : dst: Set directory modification time (using SetModTime) 2024/12/17 03:33:59 INFO : dst: Set directory modification time (using SetModTime) 2024/12/17 03:33:59 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/17 03:33:59 INFO : dst: Set directory modification time (using SetModTime) 2024/12/17 03:33:59 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.64s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu'", Local "Local file system at /tmp/rclone3131515261", Modify Window "1ms" 2024/12/17 03:34:04 DEBUG : sub dir/test remove existing: md5 = 38d725a96bbb164b2164340d1c486521 OK 2024/12/17 03:34:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 51cee170e9bb8d84ee236015f61609be OK 2024/12/17 03:34:08 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.dozuzep1" before starting 2024/12/17 03:34:09 DEBUG : sub dir/test remove existing.dozuzep1: TEST: removing renamed existing file after operation 2024/12/17 03:34:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zipopel4" before starting 2024/12/17 03:34:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zipopel4: TEST: renaming existing back after failed operation 2024/12/17 03:34:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jisuxes5" before starting 2024/12/17 03:34:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jisuxes5: TEST: removing renamed existing file after operation 2024/12/17 03:34:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "n2clacihbl38ak9p0m321aomoqa1obeuoj736h64pjhvsr8vb3khtpfqblh8kjsrlh5vd7irf5keamg9u0vea1coaki6vhdjgjvvbjup7bcma8i96v2j66uj1ls73csc2vq43pj0gmgttakt0oc0kc661j5tke3itgs7faqem5lcc9jaqu9g" 2024/12/17 03:34:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "2em1gc9g882ukgksqdq249gjvq2euggokk85vrghvdilvbkjc00g" --- PASS: TestRemoveExisting (14.72s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/12/17 03:34:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zarogec1zocu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m3.561559953s (try 1/5)