"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/12/29 04:17:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo" 2024/12/29 04:17:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:17:11 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0" 2024/12/29 04:17:12 DEBUG : Creating backend with remote "/tmp/rclone3371112710" === 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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", 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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/12/29 04:17:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/29 04:17:12 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/29 04:17:12 DEBUG : potato: Seek from 10 to 0 2024/12/29 04:17:12 DEBUG : potato: Seek from 10 to 0 2024/12/29 04:17:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/29 04:17:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/29 04:17:12 DEBUG : potato: Seek from 5 to 2 2024/12/29 04:17:12 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/29 04:17:12 DEBUG : potato: Seek from 7 to 0 2024/12/29 04:17:12 DEBUG : potato: Seek from 7 to 0 2024/12/29 04:17:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/29 04:17:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/29 04:17:12 DEBUG : potato: Seek from 5 to 2 2024/12/29 04:17:12 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/29 04:17:12 DEBUG : potato: Seek from 8 to 0 2024/12/29 04:17:12 DEBUG : potato: Seek from 8 to 0 2024/12/29 04:17:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/29 04:17:12 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/29 04:17:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/29 04:17:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/29 04:17:12 DEBUG : potato: Seek from 5 to 2 2024/12/29 04:17:12 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/29 04:17:12 DEBUG : potato: Seek from 9 to 0 2024/12/29 04:17:12 DEBUG : potato: Seek from 9 to 0 2024/12/29 04:17:12 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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:17:15 DEBUG : rutabaga: md5 = ef07649ed340b072152cce474c1272ff OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/29 04:17:18 DEBUG : empty space: md5 = b8daf8856300ca16179ba345e310c791 OK === RUN TestCheck/3 2024/12/29 04:17:20 DEBUG : potato2: md5 = 1bf0c1cc926db7c86fde994df6b7ef1b OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/29 04:17:22 DEBUG : remotepotato: md5 = a9cf9e2ebb14d4c3dd817577dffd380f OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.27s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2024/12/29 04:17:26 DEBUG : Creating backend with remote "nonexistent" 2024/12/29 04:17:26 DEBUG : Creating backend with remote "nonexistent" 2024/12/29 04:17:26 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/29 04:17:26 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/29 04:17:26 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/29 04:17:26 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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:17:28 DEBUG : rutabaga: md5 = 9e83db6653227ae743f49a4996a5d57d OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/29 04:17:32 DEBUG : empty space: md5 = 738470cdba45f37ad6dd9379403f1c12 OK === RUN TestCheckDownload/3 2024/12/29 04:17:35 DEBUG : potato2: md5 = 707bc5786c87e3bff784db04876db5d0 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/29 04:17:40 DEBUG : remotepotato: md5 = 43fa68ea3a9c595ba2e1102d2ce3b610 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.66s) --- PASS: TestCheckDownload/1 (1.20s) --- PASS: TestCheckDownload/2 (1.07s) --- PASS: TestCheckDownload/3 (1.17s) --- PASS: TestCheckDownload/4 (1.43s) --- PASS: TestCheckDownload/5 (1.44s) --- PASS: TestCheckDownload/6 (1.15s) --- PASS: TestCheckDownload/7 (1.59s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:17:47 DEBUG : rutabaga: md5 = 88bdc59073184174c8f4e96ada5b9c5e OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/29 04:17:49 DEBUG : empty space: md5 = dc680c13cbeee5d687664acd9d1124c6 OK === RUN TestCheckSizeOnly/3 2024/12/29 04:17:51 DEBUG : potato2: md5 = 5eef631415e9709a9abb626e73c22564 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/29 04:17:54 DEBUG : remotepotato: md5 = f3c43f62d61138222d2e6fb1275cf097 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.50s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:18:00 DEBUG : test.sum: md5 = 14645259eae0c4ea32a3740a1c4bacd5 OK 2024/12/29 04:18:01 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/29 04:18:01 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/29 04:18:01 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/29 04:18:01 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/29 04:18:02 DEBUG : test.sum: md5 = 4a139dc462b16adc69a8b930358be24d OK 2024/12/29 04:18:04 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/29 04:18:04 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/29 04:18:04 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/29 04:18:04 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.68s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:18:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/data" 2024/12/29 04:18:05 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo/data' lacks md5, skipping --- SKIP: TestCheckSum (1.98s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:18:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/data" 2024/12/29 04:18:07 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/vjrnln8ratgmqakfosrqe8espk" 2024/12/29 04:18:11 DEBUG : data/banana: md5 = 7924facaa44f66e46752b77a4f7a562f OK 2024/12/29 04:18:12 DEBUG : test.sum: md5 = 15b2f54a53e355915dd46271ef2cec02 OK === RUN TestCheckSumDownload/subtest1 2024/12/29 04:18:18 DEBUG : data/potato: md5 = 6cce61cc3dceb70755b4d6f434cde6d2 OK 2024/12/29 04:18:19 DEBUG : test.sum: md5 = ba1c1eccbd0c2effc905d618dbe38dc8 OK === RUN TestCheckSumDownload/subtest2 2024/12/29 04:18:24 DEBUG : test.sum: md5 = d39d2db211d191fe763dc37292325455 OK === RUN TestCheckSumDownload/subtest3 2024/12/29 04:18:28 DEBUG : test.sum: md5 = 24e1249948451a9475d8945677e5db24 OK === RUN TestCheckSumDownload/subtest4 2024/12/29 04:18:33 DEBUG : test.sum: md5 = 0a873d0b4ae93c877e7d9f8f399e8f45 OK === RUN TestCheckSumDownload/subtest5 2024/12/29 04:18:37 DEBUG : test.sum: md5 = 59c7d7db3edae2cac0e7caf91b656545 OK === RUN TestCheckSumDownload/subtest6 2024/12/29 04:18:42 DEBUG : data/banana: md5 = 0953096cdfbe53e41e57ef7c404ff2ed OK 2024/12/29 04:18:44 DEBUG : data/potato: md5 = d7a340aa31a30ed06394acd591beb441 OK 2024/12/29 04:18:45 DEBUG : test.sum: md5 = 7b1f617e8681091e314be1024ffc29a4 OK === RUN TestCheckSumDownload/subtest7 2024/12/29 04:18:51 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/12/29 04:18:51 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (45.61s) --- PASS: TestCheckSumDownload/subtest1 (3.11s) --- PASS: TestCheckSumDownload/subtest2 (2.43s) --- PASS: TestCheckSumDownload/subtest3 (2.28s) --- PASS: TestCheckSumDownload/subtest4 (2.51s) --- PASS: TestCheckSumDownload/subtest5 (2.60s) --- PASS: TestCheckSumDownload/subtest6 (2.43s) --- PASS: TestCheckSumDownload/subtest7 (3.21s) === RUN TestApplyTransforms 2024/12/29 04:18:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vozisac8xobi" 2024/12/29 04:18:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:18:52 DEBUG : Creating backend with remote "TestDrive:crypt/hs243amvf2tp2ea86j81o9lg8f09a9g76f9qoi64vq11in5a6adg" 2024/12/29 04:18:53 DEBUG : Creating backend with remote "/tmp/rclone333509169" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vozisac8xobi'", Local "Local file system at /tmp/rclone333509169", Modify Window "1ms" 2024/12/29 04:18:56 DEBUG : hello, world!: md5 = 90d3239b35207644837dc30193024497 OK upper checkfile vs. lower remote (without normalization) 2024/12/29 04:18:56 ERROR : hello, world!: sum not found 2024/12/29 04:18:56 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vozisac8xobi' 2024/12/29 04:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vozisac8xobi': 1 files missing 2024/12/29 04:18:56 NOTICE: 1 hashes missing 2024/12/29 04:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vozisac8xobi': 2 differences found 2024/12/29 04:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vozisac8xobi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/29 04:18:57 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:18:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vozisac8xobi': 0 differences found 2024/12/29 04:18:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vozisac8xobi': 1 matching files 2024/12/29 04:18:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tupariy6fupi" 2024/12/29 04:18:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:18:57 DEBUG : Creating backend with remote "TestDrive:crypt/apa5qrnm07o7f20d66q1t8cjcmep5jag3q8a8p0be9e5qtt098eg" 2024/12/29 04:18:58 DEBUG : Creating backend with remote "/tmp/rclone3718087991" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tupariy6fupi'", Local "Local file system at /tmp/rclone3718087991", Modify Window "1ms" 2024/12/29 04:19:01 DEBUG : HELLO, WORLD!: md5 = a302832e04f651f977f74ef0bc734774 OK lower checkfile vs. upper remote (without normalization) 2024/12/29 04:19:02 ERROR : HELLO, WORLD!: sum not found 2024/12/29 04:19:02 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tupariy6fupi' 2024/12/29 04:19:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tupariy6fupi': 1 files missing 2024/12/29 04:19:02 NOTICE: 1 hashes missing 2024/12/29 04:19:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tupariy6fupi': 2 differences found 2024/12/29 04:19:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tupariy6fupi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/29 04:19:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:19:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tupariy6fupi': 0 differences found 2024/12/29 04:19:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tupariy6fupi': 1 matching files 2024/12/29 04:19:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofuyeq1vequ" 2024/12/29 04:19:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:19:03 DEBUG : Creating backend with remote "TestDrive:crypt/pkbv3aqcqghbkh57v7end4o4paq9t0ggl4u7kfbtnfqepo4kgj60" 2024/12/29 04:19:04 DEBUG : Creating backend with remote "/tmp/rclone2010556116" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofuyeq1vequ'", Local "Local file system at /tmp/rclone2010556116", Modify Window "1ms" 2024/12/29 04:19:07 DEBUG : HeLlO, wOrLd!: md5 = 3b3c6873f6f5a2263c47812808964d6b OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/29 04:19:07 ERROR : HeLlO, wOrLd!: sum not found 2024/12/29 04:19:07 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cofuyeq1vequ' 2024/12/29 04:19:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuyeq1vequ': 1 files missing 2024/12/29 04:19:07 NOTICE: 1 hashes missing 2024/12/29 04:19:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuyeq1vequ': 2 differences found 2024/12/29 04:19:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuyeq1vequ': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/29 04:19:08 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:19:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuyeq1vequ': 0 differences found 2024/12/29 04:19:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuyeq1vequ': 1 matching files 2024/12/29 04:19:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guwezay0vefo" 2024/12/29 04:19:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:19:08 DEBUG : Creating backend with remote "TestDrive:crypt/ogd31q5c90tmp1ovags3i3ojfnajal4st6noq40661nmu6hu1ej0" 2024/12/29 04:19:09 DEBUG : Creating backend with remote "/tmp/rclone2273822635" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guwezay0vefo'", Local "Local file system at /tmp/rclone2273822635", Modify Window "1ms" 2024/12/29 04:19:12 DEBUG : HELLO, WORLD!: md5 = 459f7a0f7814b15b84650a6fb09ec16a OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/29 04:19:13 ERROR : HELLO, WORLD!: sum not found 2024/12/29 04:19:13 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-guwezay0vefo' 2024/12/29 04:19:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwezay0vefo': 1 files missing 2024/12/29 04:19:13 NOTICE: 1 hashes missing 2024/12/29 04:19:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwezay0vefo': 2 differences found 2024/12/29 04:19:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwezay0vefo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/29 04:19:14 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:19:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwezay0vefo': 0 differences found 2024/12/29 04:19:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwezay0vefo': 1 matching files 2024/12/29 04:19:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bohobas2tamo" 2024/12/29 04:19:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:19:14 DEBUG : Creating backend with remote "TestDrive:crypt/ib5587314jflsrt666d1q43s1uispiiq5vdg2nntfqk86qpek6kg" 2024/12/29 04:19:15 DEBUG : Creating backend with remote "/tmp/rclone4054314663" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bohobas2tamo'", Local "Local file system at /tmp/rclone4054314663", Modify Window "1ms" 2024/12/29 04:19:18 DEBUG : 測試_Русский___ě_áñ: md5 = 072d2601d7757d00cdf02e6ed3504d35 OK NFD checkfile vs. NFC remote (without normalization) 2024/12/29 04:19:18 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/29 04:19:18 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bohobas2tamo' 2024/12/29 04:19:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bohobas2tamo': 1 files missing 2024/12/29 04:19:18 NOTICE: 1 hashes missing 2024/12/29 04:19:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bohobas2tamo': 2 differences found 2024/12/29 04:19:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bohobas2tamo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/29 04:19:19 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:19:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bohobas2tamo': 0 differences found 2024/12/29 04:19:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bohobas2tamo': 1 matching files 2024/12/29 04:19:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-resayik2sola" 2024/12/29 04:19:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:19:19 DEBUG : Creating backend with remote "TestDrive:crypt/u7elqs8gcdvnqtt3kij3osv7uvtcuvpdldhgjm7iujgcn12rn7a0" 2024/12/29 04:19:20 DEBUG : Creating backend with remote "/tmp/rclone3796585150" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-resayik2sola'", Local "Local file system at /tmp/rclone3796585150", Modify Window "1ms" 2024/12/29 04:19:23 DEBUG : 測試_Русский___ě_áñ: md5 = 1cce10bed84dd5b04420d00d3bd458d9 OK NFC checkfile vs. NFD remote (without normalization) 2024/12/29 04:19:23 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/29 04:19:23 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-resayik2sola' 2024/12/29 04:19:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resayik2sola': 1 files missing 2024/12/29 04:19:23 NOTICE: 1 hashes missing 2024/12/29 04:19:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resayik2sola': 2 differences found 2024/12/29 04:19:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resayik2sola': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/29 04:19:25 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:19:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resayik2sola': 0 differences found 2024/12/29 04:19:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-resayik2sola': 1 matching files 2024/12/29 04:19:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mazubiy6doqo" 2024/12/29 04:19:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:19:25 DEBUG : Creating backend with remote "TestDrive:crypt/mhf7j2havbirshrtsp89km7ntsqfa4b6pomhnkfmc1cr1bikqg10" 2024/12/29 04:19:26 DEBUG : Creating backend with remote "/tmp/rclone1761222006" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mazubiy6doqo'", Local "Local file system at /tmp/rclone1761222006", Modify Window "1ms" 2024/12/29 04:19:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 24ecc9b71dd5b427189b3f84568cbf57 OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/29 04:19:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/29 04:19:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mazubiy6doqo' 2024/12/29 04:19:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mazubiy6doqo': 1 files missing 2024/12/29 04:19:29 NOTICE: 1 hashes missing 2024/12/29 04:19:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mazubiy6doqo': 2 differences found 2024/12/29 04:19:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mazubiy6doqo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/29 04:19:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:19:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mazubiy6doqo': 0 differences found 2024/12/29 04:19:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mazubiy6doqo': 1 matching files 2024/12/29 04:19:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kuxapun6cefu" 2024/12/29 04:19:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:19:30 DEBUG : Creating backend with remote "TestDrive:crypt/f5stq8kmrklnai3rgl6jaqvat6drddhiqd6qfvbal2o569ig6irg" 2024/12/29 04:19:31 DEBUG : Creating backend with remote "/tmp/rclone4113300732" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kuxapun6cefu'", Local "Local file system at /tmp/rclone4113300732", Modify Window "1ms" 2024/12/29 04:19:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d21cda2054bd2ceef7a4f5102ec9ff6c OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/29 04:19:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/29 04:19:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kuxapun6cefu' 2024/12/29 04:19:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuxapun6cefu': 1 files missing 2024/12/29 04:19:34 NOTICE: 1 hashes missing 2024/12/29 04:19:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuxapun6cefu': 2 differences found 2024/12/29 04:19:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuxapun6cefu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/29 04:19:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:19:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuxapun6cefu': 0 differences found 2024/12/29 04:19:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuxapun6cefu': 1 matching files 2024/12/29 04:19:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kefuked2fase" 2024/12/29 04:19:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:19:36 DEBUG : Creating backend with remote "TestDrive:crypt/ja65cicqijrq4gh9mnq1onh4kbojspmutme4tg01o9i32i60amt0" 2024/12/29 04:19:37 DEBUG : Creating backend with remote "/tmp/rclone932957009" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kefuked2fase'", Local "Local file system at /tmp/rclone932957009", Modify Window "1ms" 2024/12/29 04:19:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a565a6510ec4a84c4b143f278806d5f3 OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/29 04:19:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/29 04:19:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kefuked2fase' 2024/12/29 04:19:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kefuked2fase': 1 files missing 2024/12/29 04:19:40 NOTICE: 1 hashes missing 2024/12/29 04:19:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kefuked2fase': 2 differences found 2024/12/29 04:19:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kefuked2fase': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/29 04:19:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:19:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kefuked2fase': 0 differences found 2024/12/29 04:19:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kefuked2fase': 1 matching files 2024/12/29 04:19:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ropifuz1zeku" 2024/12/29 04:19:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:19:42 DEBUG : Creating backend with remote "TestDrive:crypt/t7hngudb5ejphb26c3urisi8r6jfgov74dueaasu5adhesskp54g" 2024/12/29 04:19:42 DEBUG : Creating backend with remote "/tmp/rclone1927093287" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ropifuz1zeku'", Local "Local file system at /tmp/rclone1927093287", Modify Window "1ms" 2024/12/29 04:19:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3ff2257c0f86acc07fe6c18418238f26 OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/29 04:19:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/29 04:19:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ropifuz1zeku' 2024/12/29 04:19:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ropifuz1zeku': 1 files missing 2024/12/29 04:19:46 NOTICE: 1 hashes missing 2024/12/29 04:19:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ropifuz1zeku': 2 differences found 2024/12/29 04:19:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ropifuz1zeku': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/29 04:19:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/29 04:19:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ropifuz1zeku': 0 differences found 2024/12/29 04:19:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ropifuz1zeku': 1 matching files 2024/12/29 04:19:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ropifuz1zeku': Purge remote 2024/12/29 04:19:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kefuked2fase': Purge remote 2024/12/29 04:19:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kuxapun6cefu': Purge remote 2024/12/29 04:19:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mazubiy6doqo': Purge remote 2024/12/29 04:19:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-resayik2sola': Purge remote 2024/12/29 04:19:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bohobas2tamo': Purge remote 2024/12/29 04:19:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guwezay0vefo': Purge remote 2024/12/29 04:19:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofuyeq1vequ': Purge remote 2024/12/29 04:19:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tupariy6fupi': Purge remote 2024/12/29 04:19:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vozisac8xobi': Purge remote --- PASS: TestApplyTransforms (61.37s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:19:54 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/29 04:19:57 DEBUG : sub/file2: md5 = ebf08fa3d0c5b9a0f9a63aeae34de34e OK 2024/12/29 04:19:57 INFO : file1: Copied (new) to: sub/file2 2024/12/29 04:19:57 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 04:19:57 DEBUG : file1: Unchanged skipping 2024/12/29 04:19:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': don't need to copy/move sub/file2, it is already at target location 2024/12/29 04:20:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.79s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:20:03 DEBUG : dst/file1: md5 = 2c6e312f0043d605d80868aeb4aa002f OK 2024/12/29 04:20:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/backup" 2024/12/29 04:20:04 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/1nrff024r7pq65ecp72fc28jb0" 2024/12/29 04:20:06 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/29 04:20:09 INFO : dst/file1: Moved (server-side) 2024/12/29 04:20:10 DEBUG : dst/file1: md5 = 573f525e6035904010a219c29b1c265e OK 2024/12/29 04:20:10 INFO : dst/file1: Copied (new) 2024/12/29 04:20:13 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/29 04:20:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/29 04:20:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.81s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:20:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/dst" 2024/12/29 04:20:16 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/29 04:20:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/CompareDest" 2024/12/29 04:20:17 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/gveqi14airsml4bgu7krj116o8" 2024/12/29 04:20:19 DEBUG : one: Need to transfer - File not found at Destination 2024/12/29 04:20:22 DEBUG : one: md5 = b6474e0ca3783f79c5b8e4dda7a0e8a1 OK 2024/12/29 04:20:22 INFO : one: Copied (new) 2024/12/29 04:20:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 04:20:25 DEBUG : one: md5 = d9ad3322bc95be353ce02cf03cc4d5a4 OK 2024/12/29 04:20:25 INFO : one: Copied (replaced existing) 2024/12/29 04:20:27 DEBUG : dst/one: md5 = 2baabb58c64188e3e7498d8fd0bb09ff OK 2024/12/29 04:20:29 DEBUG : CompareDest/one: md5 = a168f6fc1bd977f65595f0a7134ee803 OK 2024/12/29 04:20:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 04:20:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 04:20:30 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/29 04:20:33 DEBUG : CompareDest/two: md5 = f0073f5a9f33922bed66499874232d68 OK 2024/12/29 04:20:33 DEBUG : two: Need to transfer - File not found at Destination 2024/12/29 04:20:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 04:20:34 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/29 04:20:34 DEBUG : two: Need to transfer - File not found at Destination 2024/12/29 04:20:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 04:20:35 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/29 04:20:36 DEBUG : two: Need to transfer - File not found at Destination 2024/12/29 04:20:36 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/29 04:20:38 DEBUG : two: md5 = 6b60389a7521d63dc219ddd888231df2 OK 2024/12/29 04:20:38 INFO : two: Copied (new) 2024/12/29 04:20:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/29 04:20:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:20:42 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:20:42 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (27.43s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:20:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/dst" 2024/12/29 04:20:43 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/29 04:20:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/CopyDest" 2024/12/29 04:20:45 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/29 04:20:46 DEBUG : one: Need to transfer - File not found at Destination 2024/12/29 04:20:49 DEBUG : one: md5 = 9838d25d0a3e0135d56b828c0242686b OK 2024/12/29 04:20:49 INFO : one: Copied (new) 2024/12/29 04:20:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 04:20:52 DEBUG : one: md5 = c99c787bdcd263e8ecc87d64367d00f5 OK 2024/12/29 04:20:52 INFO : one: Copied (replaced existing) 2024/12/29 04:20:54 DEBUG : dst/one: md5 = f55198b67c5bfcb58785e77896daf638 OK 2024/12/29 04:20:57 DEBUG : CopyDest/one: md5 = 86c62e74a7f625419361bf5160d04dd8 OK 2024/12/29 04:20:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/BackupDir" 2024/12/29 04:20:57 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/29 04:20:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 04:20:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 04:20:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 04:21:02 INFO : one: Moved (server-side) 2024/12/29 04:21:03 INFO : one: Copied (server-side copy) 2024/12/29 04:21:03 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/29 04:21:05 DEBUG : CopyDest/two: md5 = bfecbf48ee904c224db433fc8c41cd62 OK 2024/12/29 04:21:06 DEBUG : two: Need to transfer - File not found at Destination 2024/12/29 04:21:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 04:21:07 INFO : two: Copied (server-side copy) 2024/12/29 04:21:07 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/29 04:21:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 04:21:08 DEBUG : two: Unchanged skipping 2024/12/29 04:21:10 DEBUG : CopyDest/three: md5 = 673c10cd64762bff6e9daa0e1cfcfd60 OK 2024/12/29 04:21:11 DEBUG : three: Need to transfer - File not found at Destination 2024/12/29 04:21:11 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/29 04:21:11 DEBUG : three: Destination not found in --copy-dest 2024/12/29 04:21:13 DEBUG : three: md5 = 0cf493f34354fa91d7a0cac71435d427 OK 2024/12/29 04:21:13 INFO : three: Copied (new) 2024/12/29 04:21:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/29 04:21:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:21:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/29 04:21:19 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:21:19 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/29 04:21:19 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/29 04:21:20 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (37.81s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:21:22 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/29 04:21:25 DEBUG : TestCopyFileMaxTransfer/file1: md5 = bfe98928ddca948e704698f22a1019ec OK 2024/12/29 04:21:25 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/29 04:21:25 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/29 04:21: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/29 04:21:27 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/29 04:21:27 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/29 04:21:29 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 4ab6ab36758e10608a85c6d4ca91301e OK 2024/12/29 04:21:29 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/29 04:21:31 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/29 04:21:31 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.29s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:21:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Looking for duplicate names using skip mode. 2024/12/29 04:21:36 NOTICE: one: Found 2 files with duplicate names 2024/12/29 04:21:36 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.59s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:21:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Looking for duplicate names using skip mode. 2024/12/29 04:21:43 NOTICE: one: Found 3 files with duplicate names 2024/12/29 04:21:43 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/29 04:21:44 INFO : one: Deleted 2024/12/29 04:21:44 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.66s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:21:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Looking for duplicate names using first mode. 2024/12/29 04:21:50 NOTICE: one: Found 3 files with duplicate names 2024/12/29 04:21:51 INFO : one: Deleted 2024/12/29 04:21:52 INFO : one: Deleted 2024/12/29 04:21:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.24s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:21:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Looking for duplicate names using newest mode. 2024/12/29 04:21:58 NOTICE: one: Found 3 files with duplicate names 2024/12/29 04:21:59 INFO : one: Deleted 2024/12/29 04:21:59 INFO : one: Deleted 2024/12/29 04:21:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.51s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:22:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Looking for duplicate names using oldest mode. 2024/12/29 04:22:06 NOTICE: one: Found 3 files with duplicate names 2024/12/29 04:22:06 INFO : one: Deleted 2024/12/29 04:22:07 INFO : one: Deleted 2024/12/29 04:22:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.48s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:22:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Looking for duplicate names using largest mode. 2024/12/29 04:22:13 NOTICE: one: Found 3 files with duplicate names 2024/12/29 04:22:14 INFO : one: Deleted 2024/12/29 04:22:14 INFO : one: Deleted 2024/12/29 04:22:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.13s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:22:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Looking for duplicate names using smallest mode. 2024/12/29 04:22:21 NOTICE: one: Found 3 files with duplicate names 2024/12/29 04:22:21 INFO : one: Deleted 2024/12/29 04:22:22 INFO : one: Deleted 2024/12/29 04:22:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.34s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:22:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Looking for duplicate names using rename mode. 2024/12/29 04:22:29 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/29 04:22:30 INFO : one-2.txt: renamed from: one.txt 2024/12/29 04:22:32 INFO : one-3.txt: renamed from: one.txt 2024/12/29 04:22:33 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.06s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:22:39 DEBUG : dupe1/one.txt: md5 = d6934d65ce40e7326d048502df02c3e6 OK 2024/12/29 04:22:41 DEBUG : dupe2/two.txt: md5 = 31455045504e3bac38ab8b17cba9a2e7 OK 2024/12/29 04:22:44 DEBUG : dupe3/three.txt: md5 = 08412649751360d8d5761c762ce92a45 OK 2024/12/29 04:22:44 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/29 04:22:45 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/29 04:22:46 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/29 04:22:47 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/29 04:22:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/29 04:22:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/29 04:22:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.98s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:22:53 DEBUG : a.txt: md5 = f0505f0e084d8138dc7b9d2c10301a8a OK 2024/12/29 04:22:55 DEBUG : zend.txt: md5 = 60f12a8553f9d1a3c708ca3205a8c56d OK 2024/12/29 04:22:58 DEBUG : sub dir/hello world: md5 = b313500d9379d5ec65ecd86bb4288608 OK 2024/12/29 04:22:59 DEBUG : sub dir/hello world2: md5 = 70a5490306b08c42417dd47016ef63c9 OK 2024/12/29 04:23:02 DEBUG : sub dir/ignore dir/.ignore: md5 = c7aaadbf5cac4bb41b03d64d02ebabc3 OK 2024/12/29 04:23:04 DEBUG : sub dir/ignore dir/should be ignored: md5 = 1a14ec677b10ce78ea8cdc1a6e80e2e6 OK 2024/12/29 04:23:06 DEBUG : sub dir/sub sub dir/hello world3: md5 = 3ab8f591ec2a4dcb07a819853d98aecb OK 2024/12/29 04:23:08 DEBUG : a.txt: Excluded (Size Filter) 2024/12/29 04:23:08 DEBUG : a.txt: Excluded 2024/12/29 04:23:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/29 04:23:08 DEBUG : sub dir/hello world2: Excluded 2024/12/29 04:23:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/29 04:23:08 DEBUG : sub dir/hello world: Excluded 2024/12/29 04:23:09 DEBUG : sub dir/ignore dir: Excluded 2024/12/29 04:23:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/29 04:23:09 DEBUG : sub dir/hello world2: Excluded 2024/12/29 04:23:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/29 04:23:09 DEBUG : sub dir/hello world: Excluded 2024/12/29 04:23:09 DEBUG : sub dir/ignore dir: Excluded 2024/12/29 04:23:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/29 04:23:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/29 04:23:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/29 04:23:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/29 04:23:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/29 04:23:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/12/29 04:23:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (25.10s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:23:19 DEBUG : file1: md5 = e1c0869ff93186843425c624a86ef398 OK 2024/12/29 04:23:21 DEBUG : sub/file2: md5 = 8ef19b9fc10217c8435c91b51286751d 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/29 04:23:24 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/29 04:23:25 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/29 04:23:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/29 04:23:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.68s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.77s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:23:29 DEBUG : file1: md5 = 4145851f2b7d7768c876d4423d6b6d99 OK 2024/12/29 04:23:32 DEBUG : sub/file2: md5 = 1458dd36cacbaa83f88f5497bea6f768 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/29 04:23:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/notfound" 2024/12/29 04:23:36 DEBUG : Config file has changed externally - reloading 2024/12/29 04:23:36 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/qe0i31qdkoejk60elps0ni5sqk" 2024/12/29 04:23:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.65s) --- PASS: TestStatJSON/Root (0.29s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.45s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.74s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:23:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Making directory 2024/12/29 04:23:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:23:44 DEBUG : sub dir/hello world: md5 = f8c4241f9a0d4c170372649f09cc2992 OK 2024/12/29 04:23:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.69s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:23:48 DEBUG : potato2: md5 = fcb42b881ba2306ebf8b5637a9a2a060 OK 2024/12/29 04:23:50 DEBUG : empty space: md5 = c214d0c7ee7a1f64d72c60a11b9e5a0a OK --- PASS: TestLs (5.13s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:23:53 DEBUG : potato2: md5 = b1e98016efee67553cffe3dd553ec0f6 OK 2024/12/29 04:23:55 DEBUG : empty space: md5 = 5476a6b5fa2cd9b43ea43cb78dc3f9d1 OK 2024/12/29 04:23:56 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/12/29 04:23:56 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.51s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:23:59 DEBUG : potato2: md5 = c316af1a0e1917769c0635641973c7f9 OK 2024/12/29 04:24:01 DEBUG : empty space: md5 = 2ab83099374eb9f41b32d3da10d4dbc6 OK --- PASS: TestLsLong (5.37s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:24:04 DEBUG : potato2: md5 = eccab8e800e101de2e679815628d703c OK 2024/12/29 04:24:06 DEBUG : empty space: md5 = 41078c4ae97265331738a170d3a8771e OK --- PASS: TestHashSums (5.12s) === RUN TestHashSumsWithErrors 2024/12/29 04:24:08 DEBUG : Creating backend with remote ":memory:" 2024/12/29 04:24:08 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/12/29 04:24:08 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/29 04:24:08 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/29 04:24:08 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/29 04:24:08 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/29 04:24:08 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/29 04:24:08 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/29 04:24:08 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/29 04:24: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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:24:09 DEBUG : potato2: md5 = 8a3efb20182a9be021a67f1d80220c5b OK 2024/12/29 04:24:11 DEBUG : empty space: md5 = bfd365f3dce5606600d74215b8f726b5 OK 2024/12/29 04:24:14 DEBUG : sub dir/potato3: md5 = 15da1c78d72713f8a1fff06ac283d032 OK 2024/12/29 04:24:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.42s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:24:20 DEBUG : small: md5 = 53f2ed88954081ac828c2cd833c63c8e OK 2024/12/29 04:24:22 DEBUG : medium: md5 = 29f2562de6306e370791e7d49ce1b4d3 OK 2024/12/29 04:24:23 DEBUG : large: md5 = c038d723410a5217e0a8e2c4660726cb OK 2024/12/29 04:24:23 DEBUG : Waiting for deletions to finish 2024/12/29 04:24:24 DEBUG : large: Excluded (Size Filter) 2024/12/29 04:24:24 INFO : small: Deleted 2024/12/29 04:24:24 INFO : medium: Deleted --- PASS: TestDelete (7.16s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:24:27 DEBUG : small: md5 = 8cd60477193efa68deeaa962f9aabcb6 OK 2024/12/29 04:24:29 DEBUG : medium: md5 = 09a3275f2e6cedac970b0b4689fa875a OK 2024/12/29 04:24:30 DEBUG : large: md5 = 1551a3bc1a87a4ff7f8d1cb9c78f5035 OK 2024/12/29 04:24:31 DEBUG : Waiting for deletions to finish 2024/12/29 04:24:31 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/12/29 04:24:31 INFO : medium: Deleted 2024/12/29 04:24:32 INFO : small: Deleted --- PASS: TestMaxDelete (7.96s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:24:35 DEBUG : small: md5 = e4a624f92442b03987099fe41ed9dbaa OK 2024/12/29 04:24:37 DEBUG : medium: md5 = 3d67194aeb66cdda46a0cedb4095ac53 OK 2024/12/29 04:24:38 DEBUG : large: md5 = 924d3448ff04cac95b803de140858f0b OK 2024/12/29 04:24:39 DEBUG : Waiting for deletions to finish 2024/12/29 04:24:39 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/29 04:24:39 INFO : small: Deleted 2024/12/29 04:24:39 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.79s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:24:43 DEBUG : small: md5 = ae318227fab44e8751800bda22035ffb OK 2024/12/29 04:24:45 DEBUG : medium: md5 = f47626586bb58084d728926b92cf6927 OK 2024/12/29 04:24:46 DEBUG : large: md5 = ce5b9e079fe61a3fef20b15bc1a601a7 OK 2024/12/29 04:24:46 DEBUG : Waiting for deletions to finish 2024/12/29 04:24:47 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/29 04:24:47 INFO : medium: Deleted 2024/12/29 04:24:47 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.80s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:24:51 DEBUG : ReadFile: md5 = d93b610baf375bb13f5e95e8bc7118b4 OK --- PASS: TestReadFile (4.59s) === RUN TestRetry 2024/12/29 04:24:54 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/29 04:24:54 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/29 04:24:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/29 04:24:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/29 04:24:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/29 04:24:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/29 04:24:54 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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:24:55 DEBUG : file1: md5 = 14b5f97695d56b8ff6e781cf93a3da47 OK 2024/12/29 04:24:57 DEBUG : file2: md5 = 4f3831d8d999e50f4911aab68035ce26 OK --- PASS: TestCat (19.19s) === RUN TestPurge 2024/12/29 04:25:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rixuyuz3rino" 2024/12/29 04:25:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 04:25:13 DEBUG : Creating backend with remote "TestDrive:crypt/i7l6dta281fs88aabubgnmljnfm1tbcpnih9a62vjv15t7lfop1g" 2024/12/29 04:25:14 DEBUG : Creating backend with remote "/tmp/rclone4074020186" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rixuyuz3rino'", Local "Local file system at /tmp/rclone4074020186", Modify Window "1ms" 2024/12/29 04:25:19 DEBUG : A1/B1/C1/one: md5 = fd109aadbe3c1737311b6d54ebf038c9 OK 2024/12/29 04:25:19 DEBUG : A2: Making directory 2024/12/29 04:25:20 DEBUG : A1/B2: Making directory 2024/12/29 04:25:21 DEBUG : A1/B2/C2: Making directory 2024/12/29 04:25:22 DEBUG : A1/B1/C3: Making directory 2024/12/29 04:25:23 DEBUG : A3: Making directory 2024/12/29 04:25:24 DEBUG : A3/B3: Making directory 2024/12/29 04:25:25 DEBUG : A3/B3/C4: Making directory 2024/12/29 04:25:28 DEBUG : A1/two: md5 = cec542f615591401a5642a8b76e86748 OK 2024/12/29 04:25:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rixuyuz3rino': Purge remote 2024/12/29 04:25:31 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.53s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:25:36 DEBUG : A1/B1/C1/one: md5 = 1350c4abaaa69a414c676bc050c27d62 OK 2024/12/29 04:25:36 DEBUG : A2: Making directory 2024/12/29 04:25:37 DEBUG : A1/B2: Making directory 2024/12/29 04:25:38 DEBUG : A1/B2/C2: Making directory 2024/12/29 04:25:39 DEBUG : A1/B1/C3: Making directory 2024/12/29 04:25:40 DEBUG : A3: Making directory 2024/12/29 04:25:41 DEBUG : A3/B3: Making directory 2024/12/29 04:25:42 DEBUG : A3/B3/C4: Making directory 2024/12/29 04:25:44 DEBUG : A1/two: md5 = 6306023712ec165522662ce8d261c931 OK 2024/12/29 04:25:45 DEBUG : removing 1 level 3 directories 2024/12/29 04:25:45 INFO : A3/B3/C4: Removing directory 2024/12/29 04:25:48 DEBUG : removing 2 level 3 directories 2024/12/29 04:25:48 INFO : A1/B2/C2: Removing directory 2024/12/29 04:25:48 INFO : A1/B1/C3: Removing directory 2024/12/29 04:25:49 DEBUG : removing 2 level 2 directories 2024/12/29 04:25:49 INFO : A3/B3: Removing directory 2024/12/29 04:25:49 INFO : A1/B2: Removing directory 2024/12/29 04:25:49 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/29 04:25:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/29 04:25:50 DEBUG : removing 2 level 1 directories 2024/12/29 04:25:50 INFO : A3: Removing directory 2024/12/29 04:25:50 INFO : A2: Removing directory 2024/12/29 04:25:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/29 04:25:54 DEBUG : removing 1 level 3 directories 2024/12/29 04:25:54 INFO : A1/B1/C1: Removing directory 2024/12/29 04:25:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:55 DEBUG : removing 1 level 2 directories 2024/12/29 04:25:55 INFO : A1/B1: Removing directory 2024/12/29 04:25:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/29 04:25:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/29 04:25:56 DEBUG : removing 1 level 1 directories 2024/12/29 04:25:56 INFO : A1: Removing directory 2024/12/29 04:25:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/29 04:25:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/29 04:25:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/29 04:25:57 DEBUG : removing 1 level 0 directories 2024/12/29 04:25:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Removing directory 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/29 04:25:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (27.24s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:25:59 DEBUG : A1: Making directory 2024/12/29 04:26:00 DEBUG : A1/B1: Making directory 2024/12/29 04:26:01 DEBUG : A1/B1/C1: Making directory 2024/12/29 04:26:04 DEBUG : removing 1 level 3 directories 2024/12/29 04:26:04 INFO : A1/B1/C1: Removing directory 2024/12/29 04:26:05 DEBUG : removing 1 level 2 directories 2024/12/29 04:26:05 INFO : A1/B1: Removing directory 2024/12/29 04:26:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/29 04:26:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.21s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:26:08 DEBUG : A1: Making directory 2024/12/29 04:26:09 DEBUG : A1/B1: Making directory 2024/12/29 04:26:10 DEBUG : A1/B1/C1: Making directory 2024/12/29 04:26:13 DEBUG : removing 1 level 3 directories 2024/12/29 04:26:13 INFO : A1/B1/C1: Removing directory 2024/12/29 04:26:13 DEBUG : removing 1 level 2 directories 2024/12/29 04:26:13 INFO : A1/B1: Removing directory 2024/12/29 04:26:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/29 04:26:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.50s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:26:18 DEBUG : file1: md5 = b8b41f16ed7d6a6cc8e284b4bd8e5448 OK 2024/12/29 04:26:19 DEBUG : filename.txt: File name found in url 2024/12/29 04:26:20 DEBUG : filename.txt: md5 = a2ae58d2edf1c750e925925c0bef2bf2 OK 2024/12/29 04:26:20 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/29 04:26:22 DEBUG : headerfilename.txt: md5 = 08c3e38fd0a435272372c62f9a6561d9 OK 2024/12/29 04:26:23 DEBUG : file2: md5 = ddda31327de1801c52adbffbe23b49da OK --- PASS: TestCopyURL (9.99s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:26:27 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/29 04:26:29 DEBUG : sub/file2: md5 = f9e5e41c9feaf5d948e7ca58abe0ed60 OK 2024/12/29 04:26:29 INFO : file1: Copied (new) to: sub/file2 2024/12/29 04:26:29 INFO : file1: Deleted 2024/12/29 04:26:30 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 04:26:30 DEBUG : file1: Unchanged skipping 2024/12/29 04:26:30 INFO : file1: Deleted 2024/12/29 04:26:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': don't need to copy/move sub/file2, it is already at target location 2024/12/29 04:26:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.67s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:26:33 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/29 04:26:35 DEBUG : file1: md5 = a37f4e7476e3ced54ccaa07b4f59ef9d OK 2024/12/29 04:26:35 INFO : file1: Copied (new) 2024/12/29 04:26:35 INFO : file1: Deleted 2024/12/29 04:26:35 DEBUG : file1: Destination exists, skipping 2024/12/29 04:26:35 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.60s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:26:40 DEBUG : dst/file1: md5 = 70e5c9bac6996d2536e5bf1909090f2d OK 2024/12/29 04:26:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhemoq7felo/backup" 2024/12/29 04:26:41 DEBUG : Creating backend with remote "TestDrive:crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0/1nrff024r7pq65ecp72fc28jb0" 2024/12/29 04:26:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/29 04:26:46 INFO : dst/file1: Moved (server-side) 2024/12/29 04:26:47 DEBUG : dst/file1: md5 = 7f27739c2ebc37ad883dfb2a0a78fca0 OK 2024/12/29 04:26:47 INFO : dst/file1: Copied (new) 2024/12/29 04:26:47 INFO : dst/file1: Deleted 2024/12/29 04:26:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/29 04:26:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/29 04:26:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (14.99s) === 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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:26:55 DEBUG : A1/one: md5 = 201a46c3598bfc0bc57fc7790ddffb43 OK 2024/12/29 04:26:57 DEBUG : A1/two: md5 = 86f30137feefc12dbd4068ca1871159d OK 2024/12/29 04:26:59 DEBUG : A1/B1/three: md5 = c3d849e05732ed5433682aff62c061ad OK 2024/12/29 04:27:02 DEBUG : A1/B1/C1/four: md5 = 0035f93c145a9ad2e2f2bc7f2d06e467 OK 2024/12/29 04:27:04 DEBUG : A1/B1/C2/five: md5 = 0304692a5720ec6b9b6c0895f8b41a11 OK 2024/12/29 04:27:04 DEBUG : A1/B2: Making directory 2024/12/29 04:27:05 DEBUG : A1/B1/C3: Making directory 2024/12/29 04:27:16 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/29 04:27:16 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/29 04:27:17 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/29 04:27:17 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/29 04:27:17 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/29 04:27:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/29 04:27:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/29 04:27:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/29 04:27:21 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/29 04:27:21 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/29 04:27:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/29 04:27:30 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/29 04:27:30 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/29 04:27:30 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/29 04:27:31 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/29 04:27:31 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/29 04:27:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/29 04:27:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/29 04:27:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/29 04:27:35 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/29 04:27:35 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/29 04:27:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/29 04:27:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/29 04:27:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/29 04:27:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/29 04:27:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/29 04:27:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/29 04:27:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/29 04:27:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/29 04:27:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/29 04:27:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (53.91s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:27:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': File to upload is small (34 bytes), uploading instead of streaming 2024/12/29 04:27:49 DEBUG : no_checksum_small_file_from_pipe: md5 = b691f3291ccc0c0ce7d2319deb73aaaa OK 2024/12/29 04:27:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/29 04:27:49 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/29 04:27:49 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/29 04:27:51 DEBUG : no_checksum_big_file_from_pipe: md5 = 22e0c078d25f3e19bcff4de5211af66d OK 2024/12/29 04:27: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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:27:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': File to upload is small (34 bytes), uploading instead of streaming 2024/12/29 04:27:54 DEBUG : with_checksum_small_file_from_pipe: md5 = 14a19c0869b1c91d0ee25bb32064434d OK 2024/12/29 04:27:54 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/29 04:27:55 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/29 04:27:56 DEBUG : with_checksum_big_file_from_pipe: md5 = 2262ba2dc0894f5c979bb07a6685dc13 OK 2024/12/29 04:27:56 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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': File to upload is small (34 bytes), uploading instead of streaming 2024/12/29 04:28:01 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 04:28:02 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/29 04:28:03 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-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': File to upload is small (34 bytes), uploading instead of streaming 2024/12/29 04:28:06 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/29 04:28:07 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/29 04:28:08 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.27s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.52s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.02s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.06s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.68s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/29 04:28:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': File to upload is small (48 bytes), uploading instead of streaming 2024/12/29 04:28:12 DEBUG : rcat_metadata: md5 = 3d53e6710094260ed0cbeb055cadf191 OK 2024/12/29 04:28:12 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/29 04:28:14 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/29 04:28:15 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3bc9db1042620ef60888727e9a1af2f5 OK 2024/12/29 04:28:15 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.27s) --- PASS: TestRcatMetadata/Normal (2.66s) --- PASS: TestRcatMetadata/ViaDisk (3.17s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:18 DEBUG : potato1: md5 = fd9439131613a8630fe4c3f6b177d017 OK 2024/12/29 04:28:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': File to upload is small (60 bytes), uploading instead of streaming 2024/12/29 04:28:19 DEBUG : potato2: md5 = 0cb2eaf8732dd7a7ce1596505c0051a6 OK 2024/12/29 04:28:19 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.01s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:23 DEBUG : potato1: md5 = 1123585909c9befc8632c99a2052f818 OK 2024/12/29 04:28:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': File to upload is small (60 bytes), uploading instead of streaming 2024/12/29 04:28:23 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2024/12/29 04:28:23 DEBUG : Saving config "token" in section "TestDrive" of the config file 2024/12/29 04:28:23 DEBUG : TestDrive: Saved new token in config file 2024/12/29 04:28:25 DEBUG : potato2: md5 = ece53252ee99f9a3fa9b03925d012f38 OK 2024/12/29 04:28:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.66s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:29 DEBUG : potato2: md5 = dd1a8c1aed8a7e71ac1f5e56d233a20f OK 2024/12/29 04:28:30 DEBUG : empty space: md5 = 19d37b08cee2d68f8d8147c4162d8883 OK 2024/12/29 04:28:33 DEBUG : sub dir/potato3: md5 = 7cd6d23e93107312eb254ba8fd7cd7e5 OK 2024/12/29 04:28:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Touching "empty space" 2024/12/29 04:28:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Touching "potato2" 2024/12/29 04:28:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Touching "sub dir/potato3" 2024/12/29 04:28:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.44s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:39 DEBUG : dir with metadata: Making directory with metadata 2024/12/29 04:28:41 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.77s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:43 DEBUG : directory with modtime: Making directory with metadata 2024/12/29 04:28:44 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.89s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:46 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/29 04:28:46 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/29 04:28:46 DEBUG : Google drive root 'crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0': Skipping btime metadata as can't update it on an existing file: 2024-12-29T04:28:46.581657382Z 2024/12/29 04:28:47 INFO : non existent directory: Updated directory metadata 2024/12/29 04:28:50 DEBUG : Google drive root 'crypt/n8qjf6t341h27kchu3ci6opahl0j8tv5rsk7v9ilbbems871i8d0': Skipping btime metadata as can't update it on an existing file: 2024-12-29T04:28:46.581657382Z 2024/12/29 04:28:50 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.16s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:52 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/29 04:28:54 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/29 04:28:55 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.92s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:28:57 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/29 04:28:57 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/29 04:28:57 DEBUG : dst: Making directory with metadata 2024/12/29 04:28:58 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/29 04:28:58 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 04:28:59 INFO : dst: Set directory modification time (using SetModTime) 2024/12/29 04:28:59 INFO : dst: Set directory modification time (using SetModTime) 2024/12/29 04:28:59 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/29 04:29:00 INFO : dst: Set directory modification time (using SetModTime) 2024/12/29 04:29:00 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.51s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo'", Local "Local file system at /tmp/rclone3371112710", Modify Window "1ms" 2024/12/29 04:29:04 DEBUG : sub dir/test remove existing: md5 = 76f64c9ed00917879e47f495e79f214a OK 2024/12/29 04:29:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = ed882b08687e54fd721373942e068663 OK 2024/12/29 04:29:08 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.homufac3" before starting 2024/12/29 04:29:09 DEBUG : sub dir/test remove existing.homufac3: TEST: removing renamed existing file after operation 2024/12/29 04:29: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.yowiwih0" before starting 2024/12/29 04:29:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yowiwih0: TEST: renaming existing back after failed operation 2024/12/29 04:29:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wetiyig5" before starting 2024/12/29 04:29:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wetiyig5: TEST: removing renamed existing file after operation 2024/12/29 04:29:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "jn8q1c8vpvscb6nbkvieujv5cqs6bn9m3b6i9k0f096m8dhp0sug" 2024/12/29 04:29:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ppdhnqtkag7es42j75e2ms7lilj6aeq24tc5aap875ikq5va2b6red3cdhcqpnf6td2g2so2tdb0l7e38gnv14sfr49qg6o9dm5mmau7ps84tq1nporienoq7vp42qjs117ajaet6cdmap0ts4h4b5lr959ipsfd1l1538d8p9hl8d5ik4ig" --- PASS: TestRemoveExisting (14.59s) === 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/29 04:29:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhemoq7felo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m5.981279128s (try 1/5)