"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/10/11 01:58:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti" 2024/10/11 01:58:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 01:58:06 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0" 2024/10/11 01:58:07 DEBUG : Creating backend with remote "/tmp/rclone3662348248" === 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-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/10/11 01:58:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/11 01:58:08 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/10/11 01:58:08 DEBUG : potato: Seek from 10 to 0 2024/10/11 01:58:08 DEBUG : potato: Seek from 10 to 0 2024/10/11 01:58:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/10/11 01:58:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/11 01:58:08 DEBUG : potato: Seek from 5 to 2 2024/10/11 01:58:08 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/10/11 01:58:08 DEBUG : potato: Seek from 7 to 0 2024/10/11 01:58:08 DEBUG : potato: Seek from 7 to 0 2024/10/11 01:58:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/10/11 01:58:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/11 01:58:08 DEBUG : potato: Seek from 5 to 2 2024/10/11 01:58:08 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/10/11 01:58:08 DEBUG : potato: Seek from 8 to 0 2024/10/11 01:58:08 DEBUG : potato: Seek from 8 to 0 2024/10/11 01:58:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/10/11 01:58:08 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/11 01:58:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/11 01:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/11 01:58:08 DEBUG : potato: Seek from 5 to 2 2024/10/11 01:58:08 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/10/11 01:58:08 DEBUG : potato: Seek from 9 to 0 2024/10/11 01:58:08 DEBUG : potato: Seek from 9 to 0 2024/10/11 01:58:08 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-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 01:58:10 DEBUG : rutabaga: md5 = 326e4370c406b4a5c64143fc9735743b OK === RUN TestCheck/1 === RUN TestCheck/2 2024/10/11 01:58:12 DEBUG : empty space: md5 = 37ac22b0cb100a0760b2a96331b18f69 OK === RUN TestCheck/3 2024/10/11 01:58:15 DEBUG : potato2: md5 = fad32589d3c3a8ee72ce97e3c3ec3b42 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/10/11 01:58:17 DEBUG : remotepotato: md5 = 6d2bc293f442d8268d3487a2b8ba3e9c OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.04s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2024/10/11 01:58:21 DEBUG : Creating backend with remote "nonexistent" 2024/10/11 01:58:21 DEBUG : Creating backend with remote "nonexistent" 2024/10/11 01:58:21 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/10/11 01:58:21 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/10/11 01:58:21 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/10/11 01:58:21 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-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 01:58:22 DEBUG : rutabaga: md5 = 1024475d813a83b5fc079443bb3f4f9e OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/10/11 01:58:27 DEBUG : empty space: md5 = b4523de82c3a5aa4702f3b1a34950ec9 OK === RUN TestCheckDownload/3 2024/10/11 01:58:30 DEBUG : potato2: md5 = fc1b5ef22f66f838673cfe56ca658848 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/10/11 01:58:35 DEBUG : remotepotato: md5 = c184519390a36d815b865266aaf9d169 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.99s) --- PASS: TestCheckDownload/1 (1.35s) --- PASS: TestCheckDownload/2 (1.31s) --- PASS: TestCheckDownload/3 (1.36s) --- PASS: TestCheckDownload/4 (1.96s) --- PASS: TestCheckDownload/5 (1.24s) --- PASS: TestCheckDownload/6 (1.17s) --- PASS: TestCheckDownload/7 (1.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 01:58:42 DEBUG : rutabaga: md5 = 904431a475867289acfda778e2857901 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/10/11 01:58:45 DEBUG : empty space: md5 = 9c7a7751837953c2d4b0628b5313b6d4 OK === RUN TestCheckSizeOnly/3 2024/10/11 01:58:47 DEBUG : potato2: md5 = c7e33754e8d3df3d276a7811b10a2bb1 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/10/11 01:58:49 DEBUG : remotepotato: md5 = 1a097cd48c4693470e4b5014c30e7776 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.15s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.67s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 01:58:54 DEBUG : test.sum: md5 = ae68568dad9a31d8184b53fe0165121d OK 2024/10/11 01:58:56 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/11 01:58:56 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/11 01:58:56 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/11 01:58:56 NOTICE: test.sum: 2 warning(s) suppressed... 2024/10/11 01:58:57 DEBUG : test.sum: md5 = 707614432adadc27e2b35a154d7d85b3 OK 2024/10/11 01:58:59 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/11 01:58:59 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/11 01:58:59 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/11 01:58:59 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.11s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 01:59:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/data" 2024/10/11 01:59:00 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti/data' lacks md5, skipping --- SKIP: TestCheckSum (2.00s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 01:59:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/data" 2024/10/11 01:59:02 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/vjrnln8ratgmqakfosrqe8espk" 2024/10/11 01:59:06 DEBUG : data/banana: md5 = 789a1ecdf24245bbd5ec0375bbbfa4cb OK 2024/10/11 01:59:08 DEBUG : test.sum: md5 = 65bc004a8c79d28917818007e141cbc5 OK === RUN TestCheckSumDownload/subtest1 2024/10/11 01:59:13 DEBUG : data/potato: md5 = f879d537daaae39e309fef02b5f784ca OK 2024/10/11 01:59:15 DEBUG : test.sum: md5 = 700dd55fe57796ea33ef1aca28de4d94 OK === RUN TestCheckSumDownload/subtest2 2024/10/11 01:59:19 DEBUG : test.sum: md5 = 8e6e1952b67da548aefc17d2386fe704 OK === RUN TestCheckSumDownload/subtest3 2024/10/11 01:59:24 DEBUG : test.sum: md5 = 579a8df4f631e10a9a8359796679e6b1 OK === RUN TestCheckSumDownload/subtest4 2024/10/11 01:59:28 DEBUG : test.sum: md5 = 3c4d5ef6b3d7a257ce749c2081ad4b79 OK === RUN TestCheckSumDownload/subtest5 2024/10/11 01:59:33 DEBUG : test.sum: md5 = 44e3be13c33ebdd6bc113b4384200006 OK === RUN TestCheckSumDownload/subtest6 2024/10/11 01:59:37 DEBUG : data/banana: md5 = bfb6e0fea7f965479e47e60a04da1500 OK 2024/10/11 01:59:39 DEBUG : data/potato: md5 = a24a63882b2e90ad18857e43323ee015 OK 2024/10/11 01:59:41 DEBUG : test.sum: md5 = dfcc488b0c544f3e3fedb03673fa8a46 OK === RUN TestCheckSumDownload/subtest7 2024/10/11 01:59:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/10/11 01:59:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (45.01s) --- PASS: TestCheckSumDownload/subtest1 (2.92s) --- PASS: TestCheckSumDownload/subtest2 (2.24s) --- PASS: TestCheckSumDownload/subtest3 (2.41s) --- PASS: TestCheckSumDownload/subtest4 (2.25s) --- PASS: TestCheckSumDownload/subtest5 (2.62s) --- PASS: TestCheckSumDownload/subtest6 (2.24s) --- PASS: TestCheckSumDownload/subtest7 (2.61s) === RUN TestApplyTransforms 2024/10/11 01:59:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ritiwib3keci" 2024/10/11 01:59:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 01:59:47 DEBUG : Creating backend with remote "TestDrive:crypt/o0mpa3vhcocof29cb43btmbl81s4d1hv2mvnd2c30eeu3oal54s0" 2024/10/11 01:59:48 DEBUG : Creating backend with remote "/tmp/rclone1531586357" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ritiwib3keci'", Local "Local file system at /tmp/rclone1531586357", Modify Window "1ms" 2024/10/11 01:59:51 DEBUG : hello, world!: md5 = 560ce938b2b48f699d3328bfed401a25 OK upper checkfile vs. lower remote (without normalization) 2024/10/11 01:59:51 ERROR : hello, world!: sum not found 2024/10/11 01:59:51 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ritiwib3keci' 2024/10/11 01:59:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritiwib3keci': 1 files missing 2024/10/11 01:59:51 NOTICE: 1 hashes missing 2024/10/11 01:59:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritiwib3keci': 2 differences found 2024/10/11 01:59:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritiwib3keci': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/10/11 01:59:53 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 01:59:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritiwib3keci': 0 differences found 2024/10/11 01:59:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritiwib3keci': 1 matching files 2024/10/11 01:59:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-loboqam3moho" 2024/10/11 01:59:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 01:59:53 DEBUG : Creating backend with remote "TestDrive:crypt/f3s2e199j74563im9b3kvfvdrjkne0uclk4q4n2c0ebkv6ib2h80" 2024/10/11 01:59:54 DEBUG : Creating backend with remote "/tmp/rclone1920528257" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-loboqam3moho'", Local "Local file system at /tmp/rclone1920528257", Modify Window "1ms" 2024/10/11 01:59:56 DEBUG : HELLO, WORLD!: md5 = 663f931464ad7988586f1d1868eaa275 OK lower checkfile vs. upper remote (without normalization) 2024/10/11 01:59:57 ERROR : HELLO, WORLD!: sum not found 2024/10/11 01:59:57 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-loboqam3moho' 2024/10/11 01:59:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loboqam3moho': 1 files missing 2024/10/11 01:59:57 NOTICE: 1 hashes missing 2024/10/11 01:59:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loboqam3moho': 2 differences found 2024/10/11 01:59:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loboqam3moho': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/10/11 01:59:59 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 01:59:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loboqam3moho': 0 differences found 2024/10/11 01:59:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-loboqam3moho': 1 matching files 2024/10/11 01:59:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qakecew8qohi" 2024/10/11 01:59:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 01:59:59 DEBUG : Creating backend with remote "TestDrive:crypt/qmo9l3p3am7vi9ksgio0dp17ttjmbql0b6db5m0oi6mcbitke5n0" 2024/10/11 02:00:00 DEBUG : Creating backend with remote "/tmp/rclone3163018497" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qakecew8qohi'", Local "Local file system at /tmp/rclone3163018497", Modify Window "1ms" 2024/10/11 02:00:02 DEBUG : HeLlO, wOrLd!: md5 = bbd44fca64aa356d1be7fd98d131aa38 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/10/11 02:00:03 ERROR : HeLlO, wOrLd!: sum not found 2024/10/11 02:00:03 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qakecew8qohi' 2024/10/11 02:00:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakecew8qohi': 1 files missing 2024/10/11 02:00:03 NOTICE: 1 hashes missing 2024/10/11 02:00:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakecew8qohi': 2 differences found 2024/10/11 02:00:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakecew8qohi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/10/11 02:00:04 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:00:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakecew8qohi': 0 differences found 2024/10/11 02:00:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakecew8qohi': 1 matching files 2024/10/11 02:00:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lafuboy7goco" 2024/10/11 02:00:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:00:04 DEBUG : Creating backend with remote "TestDrive:crypt/6lf7jq7ccvrd0njud6k36v5evtmtjrs8ngbhol837sgf94s2bm60" 2024/10/11 02:00:05 DEBUG : Creating backend with remote "/tmp/rclone1923930020" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lafuboy7goco'", Local "Local file system at /tmp/rclone1923930020", Modify Window "1ms" 2024/10/11 02:00:08 DEBUG : HELLO, WORLD!: md5 = 90448f923e567f2a3488e2ad247fc35c OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/10/11 02:00:08 ERROR : HELLO, WORLD!: sum not found 2024/10/11 02:00:08 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lafuboy7goco' 2024/10/11 02:00:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafuboy7goco': 1 files missing 2024/10/11 02:00:08 NOTICE: 1 hashes missing 2024/10/11 02:00:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafuboy7goco': 2 differences found 2024/10/11 02:00:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafuboy7goco': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/10/11 02:00:10 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:00:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafuboy7goco': 0 differences found 2024/10/11 02:00:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafuboy7goco': 1 matching files 2024/10/11 02:00:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cudumet9fobi" 2024/10/11 02:00:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:00:10 DEBUG : Creating backend with remote "TestDrive:crypt/pnf512afl912rl8tio85sv02vmma9iev4vt2jvernfsj50fe1kag" 2024/10/11 02:00:11 DEBUG : Creating backend with remote "/tmp/rclone828229370" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cudumet9fobi'", Local "Local file system at /tmp/rclone828229370", Modify Window "1ms" 2024/10/11 02:00:13 DEBUG : 測試_Русский___ě_áñ: md5 = 3ffd4407a4dc3329d1deac229a853b45 OK NFD checkfile vs. NFC remote (without normalization) 2024/10/11 02:00:13 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/11 02:00:13 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cudumet9fobi' 2024/10/11 02:00:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cudumet9fobi': 1 files missing 2024/10/11 02:00:13 NOTICE: 1 hashes missing 2024/10/11 02:00:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cudumet9fobi': 2 differences found 2024/10/11 02:00:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cudumet9fobi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/10/11 02:00:15 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:00:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cudumet9fobi': 0 differences found 2024/10/11 02:00:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cudumet9fobi': 1 matching files 2024/10/11 02:00:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qogidet6keci" 2024/10/11 02:00:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:00:15 DEBUG : Creating backend with remote "TestDrive:crypt/8lum83fr5e2cs4f14s11sna36q470s0o8cmmnsd12n75njkh7u90" 2024/10/11 02:00:16 DEBUG : Creating backend with remote "/tmp/rclone1175245138" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qogidet6keci'", Local "Local file system at /tmp/rclone1175245138", Modify Window "1ms" 2024/10/11 02:00:19 DEBUG : 測試_Русский___ě_áñ: md5 = 1eaff36dae404b1304ea54ffede249a4 OK NFC checkfile vs. NFD remote (without normalization) 2024/10/11 02:00:19 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/11 02:00:19 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qogidet6keci' 2024/10/11 02:00:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qogidet6keci': 1 files missing 2024/10/11 02:00:19 NOTICE: 1 hashes missing 2024/10/11 02:00:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qogidet6keci': 2 differences found 2024/10/11 02:00:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qogidet6keci': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/10/11 02:00:21 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:00:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qogidet6keci': 0 differences found 2024/10/11 02:00:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qogidet6keci': 1 matching files 2024/10/11 02:00:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nogozav7newi" 2024/10/11 02:00:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:00:21 DEBUG : Creating backend with remote "TestDrive:crypt/1fgppaior2lt64qfcrdoj0atqr63mvdunq4dp83fnncl1cs71um0" 2024/10/11 02:00:22 DEBUG : Creating backend with remote "/tmp/rclone3297700458" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nogozav7newi'", Local "Local file system at /tmp/rclone3297700458", Modify Window "1ms" 2024/10/11 02:00:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 86edc7ade876b0870312a0a6de48fffe OK NFDx2 checkfile vs. both remote (without normalization) 2024/10/11 02:00:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/11 02:00:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nogozav7newi' 2024/10/11 02:00:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nogozav7newi': 1 files missing 2024/10/11 02:00:26 NOTICE: 1 hashes missing 2024/10/11 02:00:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nogozav7newi': 2 differences found 2024/10/11 02:00:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nogozav7newi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/10/11 02:00:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:00:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nogozav7newi': 0 differences found 2024/10/11 02:00:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nogozav7newi': 1 matching files 2024/10/11 02:00:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kedifuk9gura" 2024/10/11 02:00:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:00:27 DEBUG : Creating backend with remote "TestDrive:crypt/k819obofdnulatt5qcbug7jdf83dhp4j83rrpo7ri2k65pbgo0c0" 2024/10/11 02:00:28 DEBUG : Creating backend with remote "/tmp/rclone2080990214" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kedifuk9gura'", Local "Local file system at /tmp/rclone2080990214", Modify Window "1ms" 2024/10/11 02:00:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 33c0eb2aa39b83c5f2d4d908e77b5b6c OK NFCx2 checkfile vs. both remote (without normalization) 2024/10/11 02:00:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/11 02:00:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kedifuk9gura' 2024/10/11 02:00:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kedifuk9gura': 1 files missing 2024/10/11 02:00:31 NOTICE: 1 hashes missing 2024/10/11 02:00:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kedifuk9gura': 2 differences found 2024/10/11 02:00:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kedifuk9gura': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/10/11 02:00:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:00:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kedifuk9gura': 0 differences found 2024/10/11 02:00:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kedifuk9gura': 1 matching files 2024/10/11 02:00:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vodirit5kila" 2024/10/11 02:00:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:00:33 DEBUG : Creating backend with remote "TestDrive:crypt/rddll1bj2omnlotjpmdp2mtjt911l77s0vrp80sghl4f4at0gdag" 2024/10/11 02:00:34 DEBUG : Creating backend with remote "/tmp/rclone2431087687" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vodirit5kila'", Local "Local file system at /tmp/rclone2431087687", Modify Window "1ms" 2024/10/11 02:00:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7a47e17e063e09e317d8c8a790514fa8 OK both checkfile vs. NFDx2 remote (without normalization) 2024/10/11 02:00:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/11 02:00:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vodirit5kila' 2024/10/11 02:00:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vodirit5kila': 1 files missing 2024/10/11 02:00:37 NOTICE: 1 hashes missing 2024/10/11 02:00:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vodirit5kila': 2 differences found 2024/10/11 02:00:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vodirit5kila': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/10/11 02:00:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:00:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vodirit5kila': 0 differences found 2024/10/11 02:00:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vodirit5kila': 1 matching files 2024/10/11 02:00:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xeqadac9mequ" 2024/10/11 02:00:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:00:38 DEBUG : Creating backend with remote "TestDrive:crypt/tmtkbaj3vrq11hhgcs8jf6cdeqb2d9ogvtutdslor8ieba2gr40g" 2024/10/11 02:00:39 DEBUG : Creating backend with remote "/tmp/rclone107877675" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xeqadac9mequ'", Local "Local file system at /tmp/rclone107877675", Modify Window "1ms" 2024/10/11 02:00:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 29dc58b94baceb5939e87290046cd2b3 OK both checkfile vs. NFCx2 remote (without normalization) 2024/10/11 02:00:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/11 02:00:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xeqadac9mequ' 2024/10/11 02:00:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqadac9mequ': 1 files missing 2024/10/11 02:00:42 NOTICE: 1 hashes missing 2024/10/11 02:00:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqadac9mequ': 2 differences found 2024/10/11 02:00:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqadac9mequ': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/10/11 02:00:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:00:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqadac9mequ': 0 differences found 2024/10/11 02:00:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqadac9mequ': 1 matching files 2024/10/11 02:00:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xeqadac9mequ': Purge remote 2024/10/11 02:00:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vodirit5kila': Purge remote 2024/10/11 02:00:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kedifuk9gura': Purge remote 2024/10/11 02:00:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nogozav7newi': Purge remote 2024/10/11 02:00:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qogidet6keci': Purge remote 2024/10/11 02:00:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cudumet9fobi': Purge remote 2024/10/11 02:00:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lafuboy7goco': Purge remote 2024/10/11 02:00:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qakecew8qohi': Purge remote 2024/10/11 02:00:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-loboqam3moho': Purge remote 2024/10/11 02:00:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ritiwib3keci': Purge remote --- PASS: TestApplyTransforms (62.20s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:00:49 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/11 02:00:52 DEBUG : sub/file2: md5 = 6fc968d37b267741cad92f496e7d57b7 OK 2024/10/11 02:00:52 INFO : file1: Copied (new) to: sub/file2 2024/10/11 02:00:53 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/11 02:00:53 DEBUG : file1: Unchanged skipping 2024/10/11 02:00:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': don't need to copy/move sub/file2, it is already at target location 2024/10/11 02:00:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.63s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:00:59 DEBUG : dst/file1: md5 = 6279dce557173b75ea846e72852cf908 OK 2024/10/11 02:01:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/backup" 2024/10/11 02:01:00 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/1nrff024r7pq65ecp72fc28jb0" 2024/10/11 02:01:01 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/11 02:01:04 INFO : dst/file1: Moved (server-side) 2024/10/11 02:01:06 DEBUG : dst/file1: md5 = e7dd9508f431bd9be690c7f5b0c6df46 OK 2024/10/11 02:01:06 INFO : dst/file1: Copied (new) 2024/10/11 02:01:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:01:10 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:01:11 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.69s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:01:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/dst" 2024/10/11 02:01:12 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:01:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/CompareDest" 2024/10/11 02:01:14 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/gveqi14airsml4bgu7krj116o8" 2024/10/11 02:01:15 DEBUG : one: Need to transfer - File not found at Destination 2024/10/11 02:01:18 DEBUG : one: md5 = 94bf76d5f05e6b7ebdd56e97e02c9af8 OK 2024/10/11 02:01:18 INFO : one: Copied (new) 2024/10/11 02:01:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:01:21 DEBUG : one: md5 = f34464c4cfcf42b7975116f0ad387180 OK 2024/10/11 02:01:21 INFO : one: Copied (replaced existing) 2024/10/11 02:01:23 DEBUG : dst/one: md5 = 15e5bb910ce1d74686fa3731cd2f38c5 OK 2024/10/11 02:01:26 DEBUG : CompareDest/one: md5 = a039cbe143d405b4241a7d9a805b6fbd OK 2024/10/11 02:01:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:01:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:01:27 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/11 02:01:29 DEBUG : CompareDest/two: md5 = 451904443a255c4f799cb5ead34a9e3e OK 2024/10/11 02:01:30 DEBUG : two: Need to transfer - File not found at Destination 2024/10/11 02:01:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:01:30 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/11 02:01:31 DEBUG : two: Need to transfer - File not found at Destination 2024/10/11 02:01:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:01:31 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/11 02:01:33 DEBUG : two: Need to transfer - File not found at Destination 2024/10/11 02:01:33 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/10/11 02:01:35 DEBUG : two: md5 = 51086be190e11bebd107f439e159d52f OK 2024/10/11 02:01:35 INFO : two: Copied (new) 2024/10/11 02:01:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:01:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:01:39 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:01:39 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.33s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:01:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/dst" 2024/10/11 02:01:40 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:01:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/CopyDest" 2024/10/11 02:01:42 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/11 02:01:44 DEBUG : one: Need to transfer - File not found at Destination 2024/10/11 02:01:47 DEBUG : one: md5 = f4704738e9b61e52346409c2c60747a3 OK 2024/10/11 02:01:47 INFO : one: Copied (new) 2024/10/11 02:01:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:01:51 DEBUG : one: md5 = fb1697bda0380b65ff10a887560aa6bc OK 2024/10/11 02:01:51 INFO : one: Copied (replaced existing) 2024/10/11 02:01:53 DEBUG : dst/one: md5 = 9dd66c995c05f59386ea4a223e05a3f2 OK 2024/10/11 02:01:55 DEBUG : CopyDest/one: md5 = 9a9d5ccfe6ac1c3463ac27c96e673f2a OK 2024/10/11 02:01:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/BackupDir" 2024/10/11 02:01:56 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/11 02:01:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:01:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:01:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:02:00 INFO : one: Moved (server-side) 2024/10/11 02:02:02 INFO : one: Copied (server-side copy) 2024/10/11 02:02:02 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/10/11 02:02:04 DEBUG : CopyDest/two: md5 = 23ac696e6d964df33fec8b2b83922637 OK 2024/10/11 02:02:05 DEBUG : two: Need to transfer - File not found at Destination 2024/10/11 02:02:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:02:07 INFO : two: Copied (server-side copy) 2024/10/11 02:02:07 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/10/11 02:02:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:02:07 DEBUG : two: Unchanged skipping 2024/10/11 02:02:09 DEBUG : CopyDest/three: md5 = 227f8555c58cec52922c30d41aae214b OK 2024/10/11 02:02:10 DEBUG : three: Need to transfer - File not found at Destination 2024/10/11 02:02:10 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/10/11 02:02:10 DEBUG : three: Destination not found in --copy-dest 2024/10/11 02:02:12 DEBUG : three: md5 = 031e67cbdfd1cb933584a573ff88a608 OK 2024/10/11 02:02:12 INFO : three: Copied (new) 2024/10/11 02:02:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/11 02:02:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:02:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:02:18 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:02:18 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:02:18 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/11 02:02:19 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.22s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:02:21 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/10/11 02:02:23 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 77d38ade96cf0bfe8cd10cba7e1f36a8 OK 2024/10/11 02:02:23 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/10/11 02:02:24 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/10/11 02:02:24 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/10/11 02:02:25 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/10/11 02:02:26 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/10/11 02:02:27 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 3137134807a61c7c56948d59fa64aad5 OK 2024/10/11 02:02:27 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/10/11 02:02:30 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/10/11 02:02:30 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.06s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:02:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Looking for duplicate names using skip mode. 2024/10/11 02:02:35 NOTICE: one: Found 2 files with duplicate names 2024/10/11 02:02:35 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.14s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:02:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Looking for duplicate names using skip mode. 2024/10/11 02:02:42 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:02:42 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/10/11 02:02:43 INFO : one: Deleted 2024/10/11 02:02:43 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.45s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:02:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Looking for duplicate names using first mode. 2024/10/11 02:02:49 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:02:50 INFO : one: Deleted 2024/10/11 02:02:50 INFO : one: Deleted 2024/10/11 02:02:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.14s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:02:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Looking for duplicate names using newest mode. 2024/10/11 02:02:57 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:02:57 INFO : one: Deleted 2024/10/11 02:02:58 INFO : one: Deleted 2024/10/11 02:02:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.33s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:03:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Looking for duplicate names using oldest mode. 2024/10/11 02:03:04 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:03:05 INFO : one: Deleted 2024/10/11 02:03:05 INFO : one: Deleted 2024/10/11 02:03:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.22s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:03:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Looking for duplicate names using largest mode. 2024/10/11 02:03:12 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:03:12 INFO : one: Deleted 2024/10/11 02:03:13 INFO : one: Deleted 2024/10/11 02:03:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.53s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:03:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Looking for duplicate names using smallest mode. 2024/10/11 02:03:19 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:03:20 INFO : one: Deleted 2024/10/11 02:03:20 INFO : one: Deleted 2024/10/11 02:03:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.35s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:03:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Looking for duplicate names using rename mode. 2024/10/11 02:03:28 NOTICE: one.txt: Found 3 files with duplicate names 2024/10/11 02:03:29 INFO : one-2.txt: renamed from: one.txt 2024/10/11 02:03:31 INFO : one-3.txt: renamed from: one.txt 2024/10/11 02:03:32 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.54s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:03:38 DEBUG : dupe1/one.txt: md5 = 16e8e977471a80d710991a6936fe04fb OK 2024/10/11 02:03:40 DEBUG : dupe2/two.txt: md5 = 58fa51991ac042147d53d21507eac0d5 OK 2024/10/11 02:03:43 DEBUG : dupe3/three.txt: md5 = 57b93fa5ae373c83e24a2e16a457f50b OK 2024/10/11 02:03:44 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/10/11 02:03:44 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/10/11 02:03:45 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/10/11 02:03:46 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/10/11 02:03:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/10/11 02:03:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/10/11 02:03:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.56s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:03:52 DEBUG : a.txt: md5 = 635601158887785b5fba93957885fbcc OK 2024/10/11 02:03:54 DEBUG : zend.txt: md5 = 3336d9bb62dafe4aa22dd05ebe134543 OK 2024/10/11 02:03:56 DEBUG : sub dir/hello world: md5 = abce2f0c6cfc9970077e05861bb6a7d1 OK 2024/10/11 02:03:58 DEBUG : sub dir/hello world2: md5 = 337261c688001b82ce85cab1762cfd48 OK 2024/10/11 02:04:01 DEBUG : sub dir/ignore dir/.ignore: md5 = 294d6e8351916486eb2a54710b6d669c OK 2024/10/11 02:04:02 DEBUG : sub dir/ignore dir/should be ignored: md5 = 4450d98d42ccf6b1e475a6401ead426a OK 2024/10/11 02:04:05 DEBUG : sub dir/sub sub dir/hello world3: md5 = 3e2a2c64a44c8f745dbe661af7136f8f OK 2024/10/11 02:04:06 DEBUG : a.txt: Excluded (Size Filter) 2024/10/11 02:04:06 DEBUG : a.txt: Excluded 2024/10/11 02:04:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/11 02:04:07 DEBUG : sub dir/hello world2: Excluded 2024/10/11 02:04:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/11 02:04:07 DEBUG : sub dir/hello world: Excluded 2024/10/11 02:04:08 DEBUG : sub dir/ignore dir: Excluded 2024/10/11 02:04:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/11 02:04:08 DEBUG : sub dir/hello world2: Excluded 2024/10/11 02:04:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/11 02:04:08 DEBUG : sub dir/hello world: Excluded 2024/10/11 02:04:08 DEBUG : sub dir/ignore dir: Excluded 2024/10/11 02:04:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/10/11 02:04:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/10/11 02:04:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/10/11 02:04:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/10/11 02:04:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/10/11 02:04:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/10/11 02:04:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (26.46s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:04:19 DEBUG : file1: md5 = e1f98570470948aa75ab2a9d8dd90596 OK 2024/10/11 02:04:21 DEBUG : sub/file2: md5 = cc8914b4518e4d474d89d4557d58f937 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/10/11 02:04:25 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/10/11 02:04:25 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/10/11 02:04:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/10/11 02:04:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.80s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.57s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.82s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:04:30 DEBUG : file1: md5 = 0744d6fc6aa9ca54a0e6f876c0698ecf OK 2024/10/11 02:04:32 DEBUG : sub/file2: md5 = 7274fb88ba3bec8d657d643431cff373 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/10/11 02:04:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/notfound" 2024/10/11 02:04:37 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/qe0i31qdkoejk60elps0ni5sqk" 2024/10/11 02:04:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.04s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.61s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.38s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.51s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.29s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.85s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:04:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Making directory 2024/10/11 02:04:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Making directory --- PASS: TestMkdir (0.73s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:04:46 DEBUG : sub dir/hello world: md5 = 67f59c8dfb3ffbba6fcb5d701b3efbaf OK 2024/10/11 02:04:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.84s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:04:50 DEBUG : potato2: md5 = 5f715a4b67f638340ae92a85a12ce466 OK 2024/10/11 02:04:52 DEBUG : empty space: md5 = 2f84c2157dce6bc9f64d0562a2c97084 OK --- PASS: TestLs (5.35s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:04:56 DEBUG : potato2: md5 = be5d342d449b92d1291dc67206d526fa OK 2024/10/11 02:04:57 DEBUG : empty space: md5 = f32bea4141a4fb3820fb0231fdd24f24 OK 2024/10/11 02:04:58 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/10/11 02:04:58 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.46s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:05:01 DEBUG : potato2: md5 = 5c21c98290f14e9e3264484f042827c0 OK 2024/10/11 02:05:03 DEBUG : empty space: md5 = 1fec03854bb686400331c5ea25e10658 OK --- PASS: TestLsLong (5.42s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:05:07 DEBUG : potato2: md5 = bf62043fa06451858e653e1df47bad48 OK 2024/10/11 02:05:08 DEBUG : empty space: md5 = e7c50ac1badc916a117b505f769e76e6 OK --- PASS: TestHashSums (5.38s) === RUN TestHashSumsWithErrors 2024/10/11 02:05:10 DEBUG : Creating backend with remote ":memory:" 2024/10/11 02:05:10 DEBUG : Config file has changed externally - reloading 2024/10/11 02:05:10 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/10/11 02:05:10 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/11 02:05:10 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/11 02:05:10 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/11 02:05:10 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/11 02:05:10 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/11 02:05:10 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/11 02:05:10 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/10/11 02:05:10 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-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:05:12 DEBUG : potato2: md5 = d64d31d1d538ae3db3d00c66722f0472 OK 2024/10/11 02:05:13 DEBUG : empty space: md5 = ce68e783d619c666d1b3722df0e56ca2 OK 2024/10/11 02:05:16 DEBUG : sub dir/potato3: md5 = 72f9e03e624e90895c5842d1c8becb54 OK 2024/10/11 02:05:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.97s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:05:22 DEBUG : small: md5 = 1f17e45c659b5102e10bd3053847392e OK 2024/10/11 02:05:23 DEBUG : medium: md5 = 635367a71510169cbc0b8b5b64a8efb7 OK 2024/10/11 02:05:25 DEBUG : large: md5 = 9bea0ba887c48cf5a2c09a52e9f229e7 OK 2024/10/11 02:05:25 DEBUG : Waiting for deletions to finish 2024/10/11 02:05:25 DEBUG : large: Excluded (Size Filter) 2024/10/11 02:05:26 INFO : medium: Deleted 2024/10/11 02:05:26 INFO : small: Deleted --- PASS: TestDelete (7.17s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:05:29 DEBUG : small: md5 = eae68fa23d6b90326ad236ce289e2050 OK 2024/10/11 02:05:31 DEBUG : medium: md5 = 06997ebd8bd0e19d16b88e08c858edc6 OK 2024/10/11 02:05:32 DEBUG : large: md5 = 6359c499b93447bfcd3e8b3137d75378 OK 2024/10/11 02:05:33 DEBUG : Waiting for deletions to finish 2024/10/11 02:05:33 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/10/11 02:05:33 INFO : medium: Deleted 2024/10/11 02:05:33 INFO : small: Deleted --- PASS: TestMaxDelete (7.89s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:05:37 DEBUG : small: md5 = 8885ecdb9d1429f6276eb15c4378edf6 OK 2024/10/11 02:05:38 DEBUG : medium: md5 = 3e5eaed93627f67ddc459735d9725d5a OK 2024/10/11 02:05:40 DEBUG : large: md5 = f467802ac68aa67e1b7d4802c3d6f6a0 OK 2024/10/11 02:05:40 DEBUG : Waiting for deletions to finish 2024/10/11 02:05:41 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/10/11 02:05:41 INFO : small: Deleted 2024/10/11 02:05:41 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.94s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:05:45 DEBUG : small: md5 = 3c2eca5c0681a2ab62cfe3e66dffd0e4 OK 2024/10/11 02:05:46 DEBUG : medium: md5 = 9a7027ae2725e9c7fb74aa5c8b4e3c0d OK 2024/10/11 02:05:48 DEBUG : large: md5 = 6d460cd88905b88a42d958d5cf4d2fa3 OK 2024/10/11 02:05:48 DEBUG : Waiting for deletions to finish 2024/10/11 02:05:48 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/10/11 02:05:49 INFO : medium: Deleted 2024/10/11 02:05:49 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.94s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:05:53 DEBUG : ReadFile: md5 = 1ac3a9e9d47231f30ade22c08cafa351 OK --- PASS: TestReadFile (5.05s) === RUN TestRetry 2024/10/11 02:05:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/10/11 02:05:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/10/11 02:05:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/11 02:05:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/11 02:05:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/11 02:05:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/11 02:05:56 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-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:05:58 DEBUG : file1: md5 = 50f828852b801d57579f6f5d47612ae6 OK 2024/10/11 02:06:00 DEBUG : file2: md5 = 03c76d9c45346fdb527be3bf776bc684 OK --- PASS: TestCat (19.68s) === RUN TestPurge 2024/10/11 02:06:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kenagav7wali" 2024/10/11 02:06:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:06:16 DEBUG : Creating backend with remote "TestDrive:crypt/lnr65o7cqapv3r7af44h5q5tbt7prf2g5qch98p1mg06jp1lfuo0" 2024/10/11 02:06:17 DEBUG : Creating backend with remote "/tmp/rclone284133366" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kenagav7wali'", Local "Local file system at /tmp/rclone284133366", Modify Window "1ms" 2024/10/11 02:06:22 DEBUG : A1/B1/C1/one: md5 = 37112c8dc64c02c005dc15df39cf9a64 OK 2024/10/11 02:06:22 DEBUG : A2: Making directory 2024/10/11 02:06:23 DEBUG : A1/B2: Making directory 2024/10/11 02:06:24 DEBUG : A1/B2/C2: Making directory 2024/10/11 02:06:25 DEBUG : A1/B1/C3: Making directory 2024/10/11 02:06:26 DEBUG : A3: Making directory 2024/10/11 02:06:27 DEBUG : A3/B3: Making directory 2024/10/11 02:06:28 DEBUG : A3/B3/C4: Making directory 2024/10/11 02:06:30 DEBUG : A1/two: md5 = d24cc454be1c99e2a69a75e205588a92 OK 2024/10/11 02:06:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kenagav7wali': Purge remote 2024/10/11 02:06:35 NOTICE: purge failed: directory not found --- PASS: TestPurge (19.23s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:06:39 DEBUG : A1/B1/C1/one: md5 = 7e81880a49f69dc63dbc1bc7373d6fe2 OK 2024/10/11 02:06:39 DEBUG : A2: Making directory 2024/10/11 02:06:40 DEBUG : A1/B2: Making directory 2024/10/11 02:06:41 DEBUG : A1/B2/C2: Making directory 2024/10/11 02:06:42 DEBUG : A1/B1/C3: Making directory 2024/10/11 02:06:43 DEBUG : A3: Making directory 2024/10/11 02:06:44 DEBUG : A3/B3: Making directory 2024/10/11 02:06:45 DEBUG : A3/B3/C4: Making directory 2024/10/11 02:06:48 DEBUG : A1/two: md5 = f5c57d235b5238715bd00ad277b39298 OK 2024/10/11 02:06:49 DEBUG : removing 1 level 3 directories 2024/10/11 02:06:49 INFO : A3/B3/C4: Removing directory 2024/10/11 02:06:52 DEBUG : removing 2 level 3 directories 2024/10/11 02:06:52 INFO : A1/B2/C2: Removing directory 2024/10/11 02:06:52 INFO : A1/B1/C3: Removing directory 2024/10/11 02:06:53 DEBUG : removing 2 level 2 directories 2024/10/11 02:06:53 INFO : A3/B3: Removing directory 2024/10/11 02:06:53 INFO : A1/B2: Removing directory 2024/10/11 02:06:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/11 02:06:53 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/10/11 02:06:54 DEBUG : removing 2 level 1 directories 2024/10/11 02:06:54 INFO : A3: Removing directory 2024/10/11 02:06:54 INFO : A2: Removing directory 2024/10/11 02:06:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/10/11 02:06:59 DEBUG : removing 1 level 3 directories 2024/10/11 02:06:59 INFO : A1/B1/C1: Removing directory 2024/10/11 02:06:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:06:59 DEBUG : removing 1 level 2 directories 2024/10/11 02:06:59 INFO : A1/B1: Removing directory 2024/10/11 02:07:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/11 02:07:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:07:00 DEBUG : removing 1 level 1 directories 2024/10/11 02:07:00 INFO : A1: Removing directory 2024/10/11 02:07:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/11 02:07:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/11 02:07:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:07:01 DEBUG : removing 1 level 0 directories 2024/10/11 02:07:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Removing directory 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:07:01 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" --- PASS: TestRmdirsNoLeaveRoot (27.74s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:07:04 DEBUG : A1: Making directory 2024/10/11 02:07:05 DEBUG : A1/B1: Making directory 2024/10/11 02:07:06 DEBUG : A1/B1/C1: Making directory 2024/10/11 02:07:08 DEBUG : removing 1 level 3 directories 2024/10/11 02:07:08 INFO : A1/B1/C1: Removing directory 2024/10/11 02:07:09 DEBUG : removing 1 level 2 directories 2024/10/11 02:07:09 INFO : A1/B1: Removing directory 2024/10/11 02:07:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:07:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.21s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:07:12 DEBUG : A1: Making directory 2024/10/11 02:07:13 DEBUG : A1/B1: Making directory 2024/10/11 02:07:14 DEBUG : A1/B1/C1: Making directory 2024/10/11 02:07:17 DEBUG : removing 1 level 3 directories 2024/10/11 02:07:17 INFO : A1/B1/C1: Removing directory 2024/10/11 02:07:17 DEBUG : removing 1 level 2 directories 2024/10/11 02:07:17 INFO : A1/B1: Removing directory 2024/10/11 02:07:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:07:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.13s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:07:22 DEBUG : file1: md5 = b48faa73346d86e3600c1193c7cbf50f OK 2024/10/11 02:07:23 DEBUG : filename.txt: File name found in url 2024/10/11 02:07:24 DEBUG : filename.txt: md5 = 3eec3888598ee52a98582781b86ae94e OK 2024/10/11 02:07:24 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/10/11 02:07:26 DEBUG : headerfilename.txt: md5 = 91d329dbcc3e9a9712c44372363f1ed5 OK 2024/10/11 02:07:28 DEBUG : file2: md5 = 9e10a7aa91e5b4fa0ab7bbd1e9e9cedf OK --- PASS: TestCopyURL (10.59s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:07:31 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/11 02:07:33 DEBUG : sub/file2: md5 = c539f98475011b3c21fc4d0a04b25825 OK 2024/10/11 02:07:33 INFO : file1: Copied (new) to: sub/file2 2024/10/11 02:07:33 INFO : file1: Deleted 2024/10/11 02:07:34 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/11 02:07:34 DEBUG : file1: Unchanged skipping 2024/10/11 02:07:34 INFO : file1: Deleted 2024/10/11 02:07:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': don't need to copy/move sub/file2, it is already at target location 2024/10/11 02:07:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.59s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:07:38 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/11 02:07:39 DEBUG : file1: md5 = 66e66758ad3bc12dab01653c42b02d7c OK 2024/10/11 02:07:39 INFO : file1: Copied (new) 2024/10/11 02:07:39 INFO : file1: Deleted 2024/10/11 02:07:40 DEBUG : file1: Destination exists, skipping 2024/10/11 02:07:40 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.89s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:07:45 DEBUG : dst/file1: md5 = bc6ae801a1b7ff14891ea8013aa73b0d OK 2024/10/11 02:07:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wedetam7qeti/backup" 2024/10/11 02:07:46 DEBUG : Creating backend with remote "TestDrive:crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0/1nrff024r7pq65ecp72fc28jb0" 2024/10/11 02:07:47 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/11 02:07:50 INFO : dst/file1: Moved (server-side) 2024/10/11 02:07:52 DEBUG : dst/file1: md5 = c2403dfff6f6d077dd41c896a9a446a5 OK 2024/10/11 02:07:52 INFO : dst/file1: Copied (new) 2024/10/11 02:07:52 INFO : dst/file1: Deleted 2024/10/11 02:07:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:07:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:07:57 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.04s) === 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-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:08:00 DEBUG : A1/one: md5 = 1f1606fd603ad54d3b2bf4654979fc45 OK 2024/10/11 02:08:02 DEBUG : A1/two: md5 = 47d75ecfdb498e0589a29e1276015ead OK 2024/10/11 02:08:04 DEBUG : A1/B1/three: md5 = b24b9559d0cae11c0c5b3f4d108afaef OK 2024/10/11 02:08:07 DEBUG : A1/B1/C1/four: md5 = d4e0b589155d8c180d34e30bb101e5f7 OK 2024/10/11 02:08:09 DEBUG : A1/B1/C2/five: md5 = b89426e4a67ea675ab008bb578c771f6 OK 2024/10/11 02:08:09 DEBUG : A1/B2: Making directory 2024/10/11 02:08:10 DEBUG : A1/B1/C3: Making directory 2024/10/11 02:08:23 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/10/11 02:08:23 INFO : A2/two: Moved (server-side) to: A3/two 2024/10/11 02:08:23 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/10/11 02:08:23 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/10/11 02:08:23 INFO : A2/one: Moved (server-side) to: A3/one 2024/10/11 02:08:27 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/11 02:08:27 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/11 02:08:27 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:08:28 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/11 02:08:28 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/11 02:08:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/10/11 02:08:37 INFO : A3/one: Moved (server-side) to: A4/one 2024/10/11 02:08:37 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/10/11 02:08:37 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/10/11 02:08:37 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/10/11 02:08:37 INFO : A3/two: Moved (server-side) to: A4/two 2024/10/11 02:08:40 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/11 02:08:40 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/11 02:08:40 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:08:41 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/11 02:08:41 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/11 02:08:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/10/11 02:08:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/10/11 02:08:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/11 02:08:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/11 02:08:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:08:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/11 02:08:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/11 02:08:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/11 02:08:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:08:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (54.87s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:08:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': File to upload is small (34 bytes), uploading instead of streaming 2024/10/11 02:08:54 DEBUG : no_checksum_small_file_from_pipe: md5 = 785fce5aefec0674a9391f09f9ca4b42 OK 2024/10/11 02:08:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/10/11 02:08:54 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/11 02:08:55 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/10/11 02:08:56 DEBUG : no_checksum_big_file_from_pipe: md5 = 8b26b821cdf2893d31b1ab3d1578d100 OK 2024/10/11 02:08:56 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-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:08:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': File to upload is small (34 bytes), uploading instead of streaming 2024/10/11 02:09:00 DEBUG : with_checksum_small_file_from_pipe: md5 = a84333be28892c721a8c52358e34d454 OK 2024/10/11 02:09:00 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/11 02:09:01 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/10/11 02:09:02 DEBUG : with_checksum_big_file_from_pipe: md5 = ac23fddf82243e6ec902652475c350b4 OK 2024/10/11 02:09:02 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-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:09:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': File to upload is small (34 bytes), uploading instead of streaming 2024/10/11 02:09:06 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/11 02:09:06 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/11 02:09:07 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-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:09:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': File to upload is small (34 bytes), uploading instead of streaming 2024/10/11 02:09:11 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/11 02:09:12 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/11 02:09:13 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.26s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.68s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.35s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.55s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.68s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/10/11 02:09:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': File to upload is small (48 bytes), uploading instead of streaming 2024/10/11 02:09:17 DEBUG : rcat_metadata: md5 = 372992e403345d414c77029a3b915192 OK 2024/10/11 02:09:17 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/10/11 02:09:19 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/10/11 02:09:20 DEBUG : rcat_metadata_uploadcutoff0: md5 = 139132c30955af9e1fd909917772612b OK 2024/10/11 02:09:20 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.40s) --- PASS: TestRcatMetadata/Normal (2.82s) --- PASS: TestRcatMetadata/ViaDisk (3.11s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:09:23 DEBUG : potato1: md5 = f90450cb36bbfa1dcc0af564d6f39677 OK 2024/10/11 02:09:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': File to upload is small (60 bytes), uploading instead of streaming 2024/10/11 02:09:24 DEBUG : potato2: md5 = dff04a45e1b6c5e172d21a20b32a55f0 OK 2024/10/11 02:09:24 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.91s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:09:28 DEBUG : potato1: md5 = 90f3bbf98e0c8530edd888b3fd02d6c9 OK 2024/10/11 02:09:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': File to upload is small (60 bytes), uploading instead of streaming 2024/10/11 02:09:29 DEBUG : potato2: md5 = c4d09e69f0d7102dcfe6db6f03a02f50 OK 2024/10/11 02:09:29 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.59s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:09:33 DEBUG : potato2: md5 = fa4da704848f7acbee54081cf18be30f OK 2024/10/11 02:09:35 DEBUG : empty space: md5 = cd57e6c5531c305066735dca243b90b3 OK 2024/10/11 02:09:37 DEBUG : sub dir/potato3: md5 = bb159f0f16bf76d3a6eb373569fc0473 OK 2024/10/11 02:09:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Touching "empty space" 2024/10/11 02:09:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Touching "potato2" 2024/10/11 02:09:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Touching "sub dir/potato3" 2024/10/11 02:09:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.29s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:09:44 DEBUG : dir with metadata: Making directory with metadata 2024/10/11 02:09:45 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.68s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:09:47 DEBUG : directory with modtime: Making directory with metadata 2024/10/11 02:09:48 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.66s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:09:49 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/11 02:09:49 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/11 02:09:50 DEBUG : Google drive root 'crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0': Skipping btime metadata as can't update it on an existing file: 2024-10-11T02:09:49.894269195Z 2024/10/11 02:09:50 INFO : non existent directory: Updated directory metadata 2024/10/11 02:09:53 DEBUG : Google drive root 'crypt/9bd0gnqkgn7cs8ja9tt6k5kginvfcv42p9jp2498lis1p2phidg0': Skipping btime metadata as can't update it on an existing file: 2024-10-11T02:09:49.894269195Z 2024/10/11 02:09:53 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.57s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:09:55 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/10/11 02:09:57 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/10/11 02:09:58 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.57s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti'", Local "Local file system at /tmp/rclone3662348248", Modify Window "1ms" 2024/10/11 02:10:00 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/11 02:10:00 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/11 02:10:00 DEBUG : dst: Making directory with metadata 2024/10/11 02:10:01 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/11 02:10:01 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/11 02:10:01 INFO : dst: Set directory modification time (using SetModTime) 2024/10/11 02:10:02 INFO : dst: Set directory modification time (using SetModTime) 2024/10/11 02:10:02 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/10/11 02:10:02 INFO : dst: Set directory modification time (using SetModTime) 2024/10/11 02:10:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.22s) === 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/10/11 02:10:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wedetam7qeti': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m58.205195325s (try 1/5)